1
0
Fork 0

Relax composer requirements

pull/134/head
Jordi Boggiano 2011-11-25 14:15:06 +01:00
parent eef37c450f
commit ca112db268
1 changed files with 3 additions and 3 deletions

View File

@ -19,9 +19,9 @@
],
"require": {
"php": ">=5.3.0",
"symfony/console": "2.0.5",
"symfony/finder": "2.0.5",
"symfony/process": "2.0.5"
"symfony/console": "2.*",
"symfony/finder": "2.*",
"symfony/process": "2.*"
},
"recommends": {
"ext-zip": "*"