Files
symfony-flex-recipes-contrib/prooph.event-store-symfony-bundle.0.10.json
T
github-action[bot]andgithub-action[bot] fb635d8eb4 Update Flex endpoint
2023-01-18 13:27:29 +00:00

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"
}
}
}