[Routing] Add 4.0 folder, revert changes made in 3.3

This commit is contained in:
Marek Pietrzak
2017-12-19 13:10:33 +00:00
parent cba3daeabd
commit 0fd90f4063
5 changed files with 16 additions and 1 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
#index:
# path: /
# controller: App\Controller\DefaultController::index
# defaults: { _controller: 'App\Controller\DefaultController::index' }
@@ -0,0 +1,3 @@
framework:
router:
strict_requirements: true
@@ -0,0 +1,3 @@
framework:
router:
strict_requirements: ~
+3
View File
@@ -0,0 +1,3 @@
#index:
# path: /
# controller: App\Controller\DefaultController::index
+6
View File
@@ -0,0 +1,6 @@
{
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"aliases": ["router"]
}