Files
symfony-flex-recipes-contrib/broadway.event-store-dbal.0.1.json
T
github-action botandgithub-action bot 06af7d5f81 Update Flex endpoint
2021-09-23 10:31:54 +00:00

28 lines
879 B
JSON

{
"manifests": {
"broadway/event-store-dbal": {
"manifest": {
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/broadway_event_store_dbal.yaml": {
"contents": [
"broadway:",
" event_store:",
" dbal:",
" enabled: true",
" connection: 'default'",
" table: 'events'",
" use_binary: true",
""
],
"executable": false
}
},
"ref": "59b36f95fafbf4327a57c2493e02fc57d8c8e6ad"
}
}
}