minor #13119 [FrameworkBundle] fix expression-language requirement (nicolas-grekas)

This PR was merged into the 2.6 branch.

Discussion
----------

[FrameworkBundle] fix expression-language requirement

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

Commits
-------

23c603a [FrameworkBundle] fix expression-language requirement
This commit is contained in:
Nicolas Grekas 2014-12-26 00:21:44 +01:00
commit 993ef6a2d2

View File

@ -41,7 +41,7 @@
"symfony/security": "~2.6",
"symfony/form": "~2.6",
"symfony/class-loader": "~2.1",
"symfony/expression-language": "~2.4",
"symfony/expression-language": "~2.6",
"symfony/process": "~2.0,>=2.0.5",
"symfony/validator": "~2.5",
"symfony/yaml": "~2.0,>=2.0.5"