mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-16 01:26:27 +03:00
28 lines
879 B
JSON
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"
|
|
}
|
|
}
|
|
}
|