8000 minor #13753 [FrameworkBundle] move Routing dep up to make tests pass… · symfony/symfony@51a2240 · GitHub
[go: up one dir, main page]

Skip to content

Commit 51a2240

Browse files
committed
minor #13753 [FrameworkBundle] move Routing dep up to make tests pass (nicolas-grekas)
This PR was merged into the 2.6 branch. Discussion ---------- [FrameworkBundle] move Routing dep up to make tests pass | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | - | License | MIT | Doc PR | - Ping @Tobion Commits ------- c71e2d5 [FrameworkBundle] move Routing dep up to make tests pass
2 parents f9ddaeb + c71e2d5 commit 51a2240

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/FrameworkBundle/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"symfony/http-foundation": "~2.4.9|~2.5,>=2.5.4",
2424
"symfony/http-kernel": "~2.6",
2525
"symfony/filesystem": "~2.3",
26-
"symfony/routing": "~2.3",
26+
"symfony/routing": "~2.3.25,>2.3.25|~2.6,>2.6.4",
2727
"symfony/security-core": "~2.6",
2828
"symfony/security-csrf": "~2.6",
2929
"symfony/stopwatch": "~2.3",

0 commit comments

Comments
 (0)
0