8000 [Routing] fix tests · symfony/symfony@7fd4d74 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7fd4d74

Browse files
committed
[Routing] fix tests
1 parent 1ad4596 commit 7fd4d74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Symfony/Component/Routing/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"php": "^5.5.9|>=7.0.8"
2020
},
2121
"require-dev": {
22-
"symfony/config": "~2.8|~3.0|~4.0",
22+
"symfony/config": "^3.3.1|~4.0",
2323
"symfony/http-foundation": "~2.8|~3.0|~4.0",
2424
"symfony/yaml": "~3.4|~4.0",
2525
"symfony/expression-language": "~2.8|~3.0|~4.0",
@@ -29,7 +29,7 @@
2929
"psr/log": "~1.0"
3030
},
3131
"conflict": {
32-
"symfony/config": "<2.8",
32+
"symfony/config": "<3.3.1",
3333
"symfony/dependency-injection": "<3.3",
3434
"symfony/yaml": "<3.4"
3535
},

0 commit comments

Comments
 (0)
0