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

29 lines
929 B
JSON

{
"manifests": {
"rundum/event-base": {
"manifest": {
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/rundum_event_base.yaml": {
"contents": [
"services:",
" _defaults:",
" autowire: true",
" autoconfigure: true",
" public: false",
"",
" rundum.event.entity.subscriber:",
" class: Rundum\\EventSubscriber\\EntityEventSubscriber",
""
],
"executable": false
}
},
"ref": "3bc0ca63f69fddce56c1cfb6a92557b0996bb1c1"
}
}
}