Files
symfony-flex-recipes-contrib/gpslab.domain-event-bundle.2.2.json
T
github-action botandgithub-action bot 06af7d5f81 Update Flex endpoint
2021-09-23 10:31:54 +00:00

31 lines
1.0 KiB
JSON

{
"manifests": {
"gpslab/domain-event-bundle": {
"manifest": {
"bundles": {
"GpsLab\\Bundle\\DomainEvent\\GpsLabDomainEventBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/gpslab_domain_event.yaml": {
"contents": [
"# see https://github.com/gpslab/domain-event-bundle/blob/master/README.md#configuration",
"",
"gpslab_domain_event:",
" # Publish domain events post a Doctrine flush event",
" publish_on_flush: true",
""
],
"executable": false
}
},
"ref": "2879c608e67333b9c03479097f7ca79f8899b3b3"
}
}
}