feat(update): apply recipes:update symfony/routing

This commit is contained in:
Simon Vieille 2023-01-08 19:21:15 +01:00
parent b8dd7aa3bf
commit b9b6d968aa
Signed by: deblan
GPG key ID: 579388D585F70417
3 changed files with 9 additions and 8 deletions

View file

@ -1,3 +0,0 @@
framework:
router:
strict_requirements: null

View file

@ -5,3 +5,8 @@ framework:
# 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

View file

@ -533,15 +533,14 @@
"version": "v5.2.4"
},
"symfony/routing": {
"version": "5.1",
"version": "5.4",
"recipe": {
"repo": "github.com/symfony/recipes",
"branch": "master",
"version": "5.1",
"ref": "b4f3e7c95e38b606eef467e8a42a8408fc460c43"
"branch": "main",
"version": "5.3",
"ref": "85de1d8ae45b284c3c84b668171d2615049e698f"
},
"files": [
"config/packages/prod/routing.yaml",
"config/packages/routing.yaml",
"config/routes.yaml"
]