Enable utf8 mode for the router on 4.2

This commit is contained in:
Nicolas Grekas
2018-07-06 10:04:56 +02:00
parent 5129d85c7d
commit 18217e8ced
4 changed files with 16 additions and 0 deletions
@@ -0,0 +1,3 @@
framework:
router:
strict_requirements: true
@@ -0,0 +1,4 @@
framework:
router:
strict_requirements: ~
utf8: true
+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"]
}