Skip to content

Commit ac7e788

Browse files
committed
Update symfony recipes
1 parent f64c099 commit ac7e788

File tree

5 files changed

+13
-15
lines changed

5 files changed

+13
-15
lines changed

Symfony/symfony/config/packages/prod/routing.yaml

-3
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
11
framework:
22
router:
33
utf8: true
4+
5+
# Configure how to generate URLs in non-HTTP contexts, such as CLI commands.
6+
# See https://symfony.com/doc/current/routing.html#generating-urls-in-commands
7+
#default_uri: http://localhost
8+
9+
when@prod:
10+
framework:
11+
router:
12+
strict_requirements: null

Symfony/symfony/config/packages/test/framework.yaml

-4
This file was deleted.

Symfony/symfony/config/routes/dev/framework.yaml

-3
This file was deleted.

Symfony/symfony/symfony.lock

+4-5
Original file line numberDiff line numberDiff line change
@@ -109,15 +109,14 @@
109109
"version": "v1.13.1"
110110
},
111111
"symfony/routing": {
112-
"version": "4.2",
112+
"version": "5.4",
113113
"recipe": {
114114
"repo": "github.com/symfony/recipes",
115-
"branch": "master",
116-
"version": "4.2",
117-
"ref": "683dcb08707ba8d41b7e34adb0344bfd68d248a7"
115+
"branch": "main",
116+
"version": "5.3",
117+
"ref": "85de1d8ae45b284c3c84b668171d2615049e698f"
118118
},
119119
"files": [
120-
"config/packages/prod/routing.yaml",
121120
"config/packages/routing.yaml",
122121
"config/routes.yaml"
123122
]

0 commit comments

Comments
 (0)