Skip to content

Commit 346f347

Browse files
committed
Merge branch '2.6' into 2.7
* 2.6: [FrameworkBundle] move Routing dep up to make tests pass Conflicts: src/Symfony/Bundle/FrameworkBundle/composer.json
2 parents bbd4a1e + 51a2240 commit 346f347

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
@@ -24,7 +24,7 @@
2424
"symfony/http-foundation": "~2.4.9|~2.5,>=2.5.4|~3.0.0",
2525
"symfony/http-kernel": "~2.7|~3.0.0",
2626
"symfony/filesystem": "~2.3|~3.0.0",
27-
"symfony/routing": "~2.5|~3.0.0",
27+
"symfony/routing": "~2.6,>2.6.4|~3.0.0",
2828
"symfony/security-core": "~2.6|~3.0.0",
2929
"symfony/security-csrf": "~2.6|~3.0.0",
3030
"symfony/stopwatch": "~2.3|~3.0.0",

0 commit comments

Comments
 (0)