bug #10809 Fixed composer to include config component for mocks in phpunit (jpauli)

This PR was merged into the 2.5-dev branch.

Discussion
----------

Fixed composer to include config component for mocks in phpunit

Commits
-------

939e92d Fixed composer to include config component for mocks in phpunit
This commit is contained in:
Fabien Potencier 2014-04-30 08:46:20 +02:00
commit 135c174ee1

View File

@ -20,6 +20,7 @@
},
"require-dev": {
"symfony/dependency-injection": "~2.0",
"symfony/config": "~2.0",
"symfony/stopwatch": "~2.2",
"psr/log": "~1.0"
},