1
0
Fork 0

Add Symfony Console component as dependency

pull/80/head
Jordi Boggiano 2011-10-31 23:39:46 +01:00
parent 36ae632436
commit 04fafc8f6a
1 changed files with 2 additions and 1 deletions

View File

@ -18,7 +18,8 @@
}
],
"require": {
"php": ">=5.3.0"
"php": ">=5.3.0",
"symfony/console": "2.0.*"
},
"recommends": {
"ext-zip": "*"