minor #13850 [FrameworkBundle] simplify dep declaration (nicolas-grekas)

This PR was merged into the 2.6 branch.

Discussion
----------

[FrameworkBundle] simplify dep declaration

| Q             | A
| ------------- | ---
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | -
| License       | MIT
| Doc PR        | -

I'm not sure this will work, travis will tell.

Commits
-------

37035b0 [FrameworkBundle] simplify dep declaration
This commit is contained in:
Fabien Potencier 2015-03-07 08:34:45 +01:00
commit 2f7bd7cf8c

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.25,>2.3.25|~2.6,>2.6.4",
"symfony/routing": "~2.3.26|~2.6,>=2.6.5",
"symfony/security-core": "~2.6",
"symfony/security-csrf": "~2.6",
"symfony/stopwatch": "~2.3",