Upgrade recipes: symfony/routing

This commit is contained in:
Julien Fastré 2023-09-06 12:19:52 +02:00
parent fb1259ba81
commit f0645d0c45
Signed by: julienfastre
GPG Key ID: BDE2190974723FCB
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

@ -673,15 +673,14 @@
"version": "v2.1.1"
},
"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"
]