1
0
Fork 0

Add symfony finder component

pull/80/head
Jordi Boggiano 2011-11-01 00:07:42 +01:00
parent 04fafc8f6a
commit 6f1dab6233
1 changed files with 2 additions and 1 deletions

View File

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