Files
symfony-flex-recipes/symfony.routing.7.4.json
T
github-action[bot]andgithub-action[bot] 3e45b96842 Update Flex endpoint
2025-09-30 17:53:56 +00:00

48 lines
1.8 KiB
JSON

{
"manifests": {
"symfony/routing": {
"manifest": {
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"conflict": {
"symfony/framework-bundle": "<7.0"
}
},
"files": {
"config/packages/routing.yaml": {
"contents": [
"framework:",
" router:",
" # 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": [
"# yaml-language-server: $schema=../vendor/symfony/routing/Loader/schema/routing.schema.json",
"",
"# To list all registered routes, run the following command:",
"# bin/console debug:router",
"",
"controllers:",
" resource: attributes",
" type: tagged_services",
""
],
"executable": false
}
},
"ref": "65f24290a4c5b4613fd79c394e2f3db61d46c22a"
}
}
}