1
0
mirror of synced 2024-12-05 03:06:05 +03:00

#1120 - since we want to use Symfony\Component\Console\Helper\Table, symfony/console:~2.5 is required

This commit is contained in:
Marco Pivetta 2014-10-19 18:11:42 +02:00
parent 7cf427cfbf
commit a762158e99

View File

@ -18,7 +18,7 @@
"doctrine/collections": "~1.2",
"doctrine/dbal": ">=2.5-dev,<2.6-dev",
"doctrine/instantiator": "~1.0.1",
"symfony/console": "2.*"
"symfony/console": "~2.5"
},
"require-dev": {
"symfony/yaml": "~2.1",