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

54 lines
1.9 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": [
"# This file is the entry point to configure your own HTTP routes.",
"# Files in the routes/ subdirectory configure the routes for your dependencies.",
"",
"#index:",
"# path: /",
"# defaults: { _controller: 'App\\Controller\\DefaultController::index' }",
""
],
"executable": false
}
},
"ref": "0cbcfb5118913bf6ec7701dbf33cc7df1cae7bd4"
}
}
}