Update recipe routing
This commit is contained in:
parent
b6557203e5
commit
d6b4ef4497
@ -1,3 +1,5 @@
|
||||
#index:
|
||||
# path: /
|
||||
# controller: App\Controller\DefaultController::index
|
||||
controllers:
|
||||
resource:
|
||||
path: ../src/Controller/
|
||||
namespace: App\Controller
|
||||
type: attribute
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user