Files
symfony-flex-recipes/symfony.routing.3.3.json
T
github-action[bot]andgithub-action[bot] ec8144456d Update Flex endpoint
2021-11-23 10:20:55 +00:00

36 lines
1.2 KiB
JSON

{
"manifests": {
"symfony/routing": {
"manifest": {
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/prod/routing.yaml": {
"contents": [
"framework:",
" router:",
" strict_requirements: null",
""
],
"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": "eb64cc2de2fa548a89fbf1446d37b391c9a9e936"
}
}
}