force ExpressionLanguage version >= 2.6

The DependencyInjection component requires the ExpressionLanguage
component to be present in version 2.6 or higher to be able to use
expressions in service configurations since Symfony 2.6.
This commit is contained in:
Christian Flothmann 2014-12-30 22:35:52 +01:00
parent c33ce9c4c8
commit 625a02c7b6

View File

@ -23,6 +23,9 @@
"symfony/config": "~2.2",
"symfony/expression-language": "~2.6"
},
"conflict": {
"symfony/expression-language": "<2.6"
},
"suggest": {
"symfony/yaml": "",
"symfony/config": "",