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: controllers:
# path: / resource:
# controller: App\Controller\DefaultController::index path: ../src/Controller/
namespace: App\Controller
type: attribute
# Redirect every url without an locale to the locale of the user/the global base locale # 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" "version": "v5.2.1"
}, },
"symfony/routing": { "symfony/routing": {
"version": "5.4", "version": "6.2",
"recipe": { "recipe": {
"repo": "github.com/symfony/recipes", "repo": "github.com/symfony/recipes",
"branch": "master", "branch": "main",
"version": "5.3", "version": "6.2",
"ref": "85de1d8ae45b284c3c84b668171d2615049e698f" "ref": "e0a11b4ccb8c9e70b574ff5ad3dfdcd41dec5aa6"
}, },
"files": [ "files": [
"config/packages/routing.yaml", "config/packages/routing.yaml",