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

51 lines
1.6 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: null",
""
],
"executable": false
},
"config/packages/test/routing.yaml": {
"contents": [
"framework:",
" router:",
" strict_requirements: true",
""
],
"executable": false
},
"config/routes.yaml": {
"contents": [
"#index:",
"# path: /",
"# controller: App\\Controller\\DefaultController::index",
""
],
"executable": false
}
},
"ref": "f09a32f7a0fc2b7a4661dab3d6961da5019bdbf3"
}
}
}