Fixed composer to include config component for mocks in phpunit

This commit is contained in:
Julien Pauli 2014-04-29 12:13:57 +02:00
parent aea2c6427e
commit 939e92d3ca

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"
},