[Routing] fix tests

This commit is contained in:
Christian Flothmann 2018-03-22 22:44:16 +01:00
parent 1ad45962df
commit 7fd4d74493

View File

@ -19,7 +19,7 @@
"php": "^5.5.9|>=7.0.8"
},
"require-dev": {
"symfony/config": "~2.8|~3.0|~4.0",
"symfony/config": "^3.3.1|~4.0",
"symfony/http-foundation": "~2.8|~3.0|~4.0",
"symfony/yaml": "~3.4|~4.0",
"symfony/expression-language": "~2.8|~3.0|~4.0",
@ -29,7 +29,7 @@
"psr/log": "~1.0"
},
"conflict": {
"symfony/config": "<2.8",
"symfony/config": "<3.3.1",
"symfony/dependency-injection": "<3.3",
"symfony/yaml": "<3.4"
},