Updated recipes of symfony/routing.

This commit is contained in:
Jan Böhmer 2020-05-31 19:51:44 +02:00
parent 2cd5aa8232
commit 41baf47096
2 changed files with 7 additions and 3 deletions

View file

@ -1,3 +1,7 @@
framework: framework:
router: router:
utf8: true utf8: true
# Configure how to generate URLs in non-HTTP contexts, such as CLI commands.
# See https://symfony.com/doc/current/routing.html#generating-urls-in-commands
#default_uri: http://localhost

View file

@ -700,12 +700,12 @@
"version": "v4.2.3" "version": "v4.2.3"
}, },
"symfony/routing": { "symfony/routing": {
"version": "4.2", "version": "5.1",
"recipe": { "recipe": {
"repo": "github.com/symfony/recipes", "repo": "github.com/symfony/recipes",
"branch": "master", "branch": "master",
"version": "4.2", "version": "5.1",
"ref": "683dcb08707ba8d41b7e34adb0344bfd68d248a7" "ref": "b4f3e7c95e38b606eef467e8a42a8408fc460c43"
}, },
"files": [ "files": [
"./config/packages/prod/routing.yaml", "./config/packages/prod/routing.yaml",