[FrameworkBundle] move Routing dep up to make tests pass

This commit is contained in:
Nicolas Grekas 2015-02-21 15:37:35 +01:00
parent f9ddaebe09
commit c71e2d529d
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
"symfony/http-foundation": "~2.4.9|~2.5,>=2.5.4",
"symfony/http-kernel": "~2.6",
"symfony/filesystem": "~2.3",
"symfony/routing": "~2.3",
"symfony/routing": "~2.3.25,>2.3.25|~2.6,>2.6.4",
"symfony/security-core": "~2.6",
"symfony/security-csrf": "~2.6",
"symfony/stopwatch": "~2.3",