Files
symfony-flex-recipes/symfony.routing.6.1.json
T
github-action[bot]andgithub-action[bot] 195564b1ba Update Flex endpoint
2022-05-02 12:42:47 +00:00

45 lines
1.6 KiB
JSON

{
"manifests": {
"symfony/routing": {
"manifest": {
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"conflict": {
"symfony/framework-bundle": "<5.3"
}
},
"files": {
"config/packages/routing.yaml": {
"contents": [
"framework:",
" router:",
" utf8: true",
"",
" # Configure how to generate URLs in non-HTTP contexts, such as CLI commands.",
" # See https://symfony.com/doc/current/routing.html#generating-urls-in-commands",
" #default_uri: http://localhost",
"",
"when@prod:",
" framework:",
" router:",
" strict_requirements: null",
""
],
"executable": false
},
"config/routes.yaml": {
"contents": [
"controllers:",
" resource: ../src/Controller/",
" type: attribute",
""
],
"executable": false
}
},
"ref": "a44010c0d06989bd4f154aa07d2542d47caf5b83"
}
}
}