recipe for broadway/event-store-dbal

This commit is contained in:
othillo
2017-12-11 12:14:55 +01:00
parent 3c971791a5
commit e2f1d49f70
2 changed files with 18 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
broadway:
event_store: broadway.event_store.dbal
services:
broadway.event_store.dbal:
class: Broadway\EventStore\Dbal\DBALEventStore
arguments:
- "@doctrine.dbal.default_connection"
- "@broadway.serializer.payload"
- "@broadway.serializer.metadata"
- "events"
- false
- "@broadway.uuid.converter"

View File

@@ -0,0 +1,5 @@
{
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}