Update recipe routing

This commit is contained in:
Tim 2023-09-29 11:04:01 +02:00
parent b6557203e5
commit d6b4ef4497
2 changed files with 9 additions and 7 deletions

View File

@ -1,3 +1,5 @@
#index:
# path: /
# controller: App\Controller\DefaultController::index
controllers:
resource:
path: ../src/Controller/
namespace: App\Controller
type: attribute

View File

@ -118,12 +118,12 @@
"version": "v5.3.12"
},
"symfony/routing": {
"version": "5.3",
"version": "6.3",
"recipe": {
"repo": "github.com/symfony/recipes",
"branch": "master",
"version": "5.3",
"ref": "44633353926a0382d7dfb0530922c5c0b30fae11"
"branch": "main",
"version": "6.2",
"ref": "e0a11b4ccb8c9e70b574ff5ad3dfdcd41dec5aa6"
},
"files": [
"config/packages/routing.yaml",