Files
symfony-flex-recipes/archived/symfony.routing/17f50bcbaae96e63e280c7181f0daa948d0c2de3.json
T
github-action[bot]andgithub-action[bot] a5298a919f Update Flex archives
2021-12-18 17:20:12 +00:00

48 lines
1.7 KiB
JSON

{
"manifests": {
"symfony/routing": {
"manifest": {
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/dev/routing.yaml": {
"contents": [
"framework:",
" router:",
" strict_requirements: true",
""
],
"executable": false
},
"config/packages/routing.yaml": {
"contents": [
"framework:",
" router:",
" strict_requirements: ~",
""
],
"executable": false
},
"config/routes.yaml": {
"contents": [
"#index:",
"# path: /",
"# defaults: { _controller: 'App\\Controller\\DefaultController::index' }",
"",
"# Depends on sensio/framework-extra-bundle, doctrine/annotations, and doctrine/cache",
"# install with composer req sensio/framework-extra-bundle annot",
"#controllers:",
"# resource: ../src/Controller/",
"# type: annotation",
""
],
"executable": false
}
},
"ref": "17f50bcbaae96e63e280c7181f0daa948d0c2de3"
}
}
}