Added symfony/console to composer.json

This commit is contained in:
Richard Miller 2012-03-07 10:18:25 +00:00
parent 0391dff44e
commit 1f8993557b

View file

@ -13,6 +13,7 @@
"require": {
"php": ">=5.3.2",
"symfony/framework-bundle": "2.0.*",
"symfony/console": "2.0.*",
"ruflin/elastica": "*"
},
"autoload": {