Files
symfony-flex-recipes-contrib/prooph.service-bus-symfony-bundle.0.6.json
T
github-action botandgithub-action bot 06af7d5f81 Update Flex endpoint
2021-09-23 10:31:54 +00:00

46 lines
1.8 KiB
JSON

{
"manifests": {
"prooph/service-bus-symfony-bundle": {
"manifest": {
"bundles": {
"Prooph\\Bundle\\ServiceBus\\ProophServiceBusBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"post-install-output": [
" * Verify and uncomment the configuration in <comment>%CONFIG_DIR%/packages/prooph_service_bus.yaml</>",
" to register message handlers",
"",
" * Dispatch commands by injecting",
" the <comment>Prooph\\ServiceBus\\CommandBus</comment> service into your controllers"
]
},
"files": {
"config/packages/prooph_service_bus.yaml": {
"contents": [
"prooph_service_bus:",
" command_buses:",
" default_command_bus: null",
" event_buses:",
" default_event_bus: null",
" query_buses:",
" default_query_bus: null",
"",
"services:",
" _defaults:",
" public: false",
"",
" Prooph\\ServiceBus\\CommandBus: '@prooph_service_bus.default_command_bus'",
""
],
"executable": false
}
},
"ref": "713463411dc8e247b2827ddee092be300716e055"
}
}
}