François Drouhard 2 жил өмнө
parent
commit
5c39b4ceb3

+ 0 - 3
config/packages/dev/routing.yaml

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

+ 9 - 1
config/packages/routing.yaml

@@ -1,4 +1,12 @@
 framework:
     router:
-        strict_requirements: ~
         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

+ 0 - 3
config/packages/test/routing.yaml

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

+ 4 - 6
symfony.lock

@@ -453,17 +453,15 @@
         "version": "v5.1.11"
     },
     "symfony/routing": {
-        "version": "4.2",
+        "version": "5.4",
         "recipe": {
             "repo": "github.com/symfony/recipes",
-            "branch": "master",
-            "version": "4.2",
-            "ref": "5374e24d508ba8fd6ba9eb15170255fdb778316a"
+            "branch": "main",
+            "version": "5.3",
+            "ref": "85de1d8ae45b284c3c84b668171d2615049e698f"
         },
         "files": [
-            "config/packages/dev/routing.yaml",
             "config/packages/routing.yaml",
-            "config/packages/test/routing.yaml",
             "config/routes.yaml"
         ]
     },