Files
symfony-flex-recipes/doctrine.annotations.1.0.json
github-action botandgithub-action bot 941c6fe0e6 Update Flex endpoint
2021-09-23 10:26:28 +00:00

28 lines
835 B
JSON

{
"manifests": {
"doctrine/annotations": {
"manifest": {
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/routes/annotations.yaml": {
"contents": [
"controllers:",
" resource: ../../src/Controller/",
" type: annotation",
"",
"kernel:",
" resource: ../../src/Kernel.php",
" type: annotation",
""
],
"executable": false
}
},
"ref": "a2759dd6123694c8d901d0ec80006e044c2e6457"
}
}
}