mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
38 lines
1.3 KiB
JSON
38 lines
1.3 KiB
JSON
{
|
|
"manifests": {
|
|
"prooph/event-store-symfony-bundle": {
|
|
"manifest": {
|
|
"bundles": {
|
|
"Prooph\\Bundle\\EventStore\\ProophEventStoreBundle": [
|
|
"all"
|
|
]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/",
|
|
"src/": "%SRC_DIR%/"
|
|
}
|
|
},
|
|
"files": {
|
|
"config/packages/prooph_event_store.yaml": {
|
|
"contents": [
|
|
"prooph_event_store:",
|
|
" stores:",
|
|
" default:",
|
|
" event_store: 'app.event_store.default'",
|
|
"",
|
|
"services:",
|
|
" _defaults:",
|
|
" public: false",
|
|
"",
|
|
" Prooph\\EventStore\\EventStore: '@prooph_event_store.default'",
|
|
" Prooph\\EventSourcing\\EventStoreIntegration\\AggregateTranslator: null",
|
|
""
|
|
],
|
|
"executable": false
|
|
}
|
|
},
|
|
"ref": "3c725fadc54050832fa1073bc16a6c51df68fca8"
|
|
}
|
|
}
|
|
}
|