mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-24 00:32:17 +01:00
recipe for broadway/event-store-dbal
This commit is contained in:
@@ -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"
|
||||
5
broadway/event-store-dbal/0.2/manifest.json
Normal file
5
broadway/event-store-dbal/0.2/manifest.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user