Files
symfony-flex-recipes/symfony.routing.7.4.json
T
github-action[bot]andgithub-action[bot] e78303bc97 Update Flex endpoint
2025-08-22 14:18:46 +00:00

47 lines
1.7 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": [
"# $schema: ../vendor/symfony/routing/Loader/schema/routing.schema.json",
"",
"controllers:",
" resource:",
" path: ../src/Controller/",
" namespace: App\\Controller",
" type: attribute",
""
],
"executable": false
}
},
"ref": "bd259b5981e5efc66318729cd6de7bde726d8421"
}
}
}