mirror of
https://github.com/symfony/recipes.git
synced 2026-09-18 02:26:31 +03:00
24 lines
659 B
JSON
24 lines
659 B
JSON
{
|
|
"manifests": {
|
|
"doctrine/annotations": {
|
|
"manifest": {
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
}
|
|
},
|
|
"files": {
|
|
"config/routes/annotations.yaml": {
|
|
"contents": [
|
|
"controllers:",
|
|
" resource: ../src/Controller/",
|
|
" type: annotation",
|
|
""
|
|
],
|
|
"executable": false
|
|
}
|
|
},
|
|
"ref": "b9cde490c337f6c496d5f403fa6f827cf8b4706d"
|
|
}
|
|
}
|
|
}
|