mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 09:35:49 +02:00
Updated recipes of symfony/routing.
This commit is contained in:
parent
2cd5aa8232
commit
41baf47096
2 changed files with 7 additions and 3 deletions
|
@ -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
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue