added broadway-bundel & event-store-dbal recipes

This commit is contained in:
DerStoffel
2017-09-16 10:07:26 +02:00
parent 8e42742837
commit 288863f8a0
3 changed files with 17 additions and 0 deletions
@@ -0,0 +1,5 @@
{
"bundles": {
"Broadway\\Bundle\\BroadwayBundle\\BroadwayBundle": ["all"]
}
}
@@ -0,0 +1,7 @@
broadway:
event_store:
dbal:
enabled: true
connection: 'default'
table: 'events'
use_binary: true
@@ -0,0 +1,5 @@
{
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}