Merge pull request #316

This commit is contained in:
symfony-flex-server[bot]
2017-12-19 23:14:00 +00:00
committed by GitHub
4 changed files with 15 additions and 0 deletions
@@ -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"]
}