minor #10445 [2.4][HttpFoundation] Add dev-dependency on Symfony Expression-Language for unit tests (romainneutron)

This PR was merged into the 2.4 branch.

Discussion
----------

[2.4][HttpFoundation] Add dev-dependency on Symfony Expression-Language for unit tests

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

This component is needed to test ExpressionRequestMatcher.
This PR replaces #10440

Commits
-------

5d704d9 [HttpFoundation] Add dev-dependency on Symfony Expression-Language for unit tests
This commit is contained in:
Fabien Potencier 2014-03-13 19:11:45 +01:00
commit c2c048edf1

View File

@ -18,6 +18,9 @@
"require": {
"php": ">=5.3.3"
},
"require-dev": {
"symfony/expression-language": "~2.4"
},
"autoload": {
"psr-0": { "Symfony\\Component\\HttpFoundation\\": "" },
"classmap": [ "Symfony/Component/HttpFoundation/Resources/stubs" ]