Update recipe routing
This commit is contained in:
parent
b6557203e5
commit
d6b4ef4497
@ -1,3 +1,5 @@
|
|||||||
#index:
|
controllers:
|
||||||
# path: /
|
resource:
|
||||||
# controller: App\Controller\DefaultController::index
|
path: ../src/Controller/
|
||||||
|
namespace: App\Controller
|
||||||
|
type: attribute
|
||||||
|
@ -118,12 +118,12 @@
|
|||||||
"version": "v5.3.12"
|
"version": "v5.3.12"
|
||||||
},
|
},
|
||||||
"symfony/routing": {
|
"symfony/routing": {
|
||||||
"version": "5.3",
|
"version": "6.3",
|
||||||
"recipe": {
|
"recipe": {
|
||||||
"repo": "github.com/symfony/recipes",
|
"repo": "github.com/symfony/recipes",
|
||||||
"branch": "master",
|
"branch": "main",
|
||||||
"version": "5.3",
|
"version": "6.2",
|
||||||
"ref": "44633353926a0382d7dfb0530922c5c0b30fae11"
|
"ref": "e0a11b4ccb8c9e70b574ff5ad3dfdcd41dec5aa6"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"config/packages/routing.yaml",
|
"config/packages/routing.yaml",
|
||||||
|
Loading…
Reference in New Issue
Block a user