mirror of
https://github.com/symfony/recipes.git
synced 2026-09-11 23:26:27 +03:00
28 lines
835 B
JSON
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"
|
|
}
|
|
}
|
|
}
|