Files
symfony-flex-recipes-contrib/rundum.event-base.0.0.json
T
github-action botandgithub-action bot 7fa28e54e3 Update Flex endpoint
2021-09-19 15:44:29 +00:00

35 lines
1.2 KiB
JSON

{
"locks": {
"rundum/event-base": {
"version": "0.0",
"recipe": {
"repo": "0.0",
"branch": "master",
"version": "0.0",
"ref": "3bc0ca63f69fddce56c1cfb6a92557b0996bb1c1"
}
}
},
"manifests": {
"rundum/event-base": {
"repository": "github.com/symfony/recipes-contrib",
"package": "rundum/event-base",
"version": "0.0",
"manifest": {
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/rundum_event_base.yaml": {
"contents": "services:\n _defaults:\n autowire: true\n autoconfigure: true\n public: false\n\n rundum.event.entity.subscriber:\n class: Rundum\\EventSubscriber\\EntityEventSubscriber\n",
"executable": false,
"encoding": ""
}
},
"origin": "rundum/event-base:0.0@github.com/symfony/recipes-contrib:master",
"not_installable": false,
"is_contrib": true
}
}
}