mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
31 lines
1.0 KiB
JSON
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"
|
|
}
|
|
}
|
|
}
|