Updated recipe of symfony/recipe

This commit is contained in:
Jan Böhmer 2023-05-27 21:02:59 +02:00
parent 05b2515b3b
commit 8fb4e6c4ee
2 changed files with 9 additions and 7 deletions

View file

@ -1,6 +1,8 @@
#index:
# path: /
# controller: App\Controller\DefaultController::index
controllers:
resource:
path: ../src/Controller/
namespace: App\Controller
type: attribute
# Redirect every url without an locale to the locale of the user/the global base locale

View file

@ -639,12 +639,12 @@
"version": "v5.2.1"
},
"symfony/routing": {
"version": "5.4",
"version": "6.2",
"recipe": {
"repo": "github.com/symfony/recipes",
"branch": "master",
"version": "5.3",
"ref": "85de1d8ae45b284c3c84b668171d2615049e698f"
"branch": "main",
"version": "6.2",
"ref": "e0a11b4ccb8c9e70b574ff5ad3dfdcd41dec5aa6"
},
"files": [
"config/packages/routing.yaml",