8000 minor #26644 [Routing] fix tests (xabbuh) · symfony/symfony@b9a2e21 · GitHub
[go: up one dir, main page]

Skip to content

Commit b9a2e21

Browse files
minor #26644 [Routing] fix tests (xabbuh)
This PR was merged into the 3.4 branch. Discussion ---------- [Routing] fix tests | Q | A | ------------- | --- | Branch? | 3.4 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | | License | MIT | Doc PR | Commits ------- 7fd4d74 [Routing] fix tests
2 parents 1ad4596 + 7fd4d74 commit b9a2e21

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