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

#1200 - bumping symfony/console dependency to ~2.5 because of the Symfony\Component\Console\Helper\Table not being available in < 2.5

This commit is contained in:
Marco Pivetta 2014-12-04 13:42:38 +01:00
parent 9d2c0481ae
commit 351707f1f1

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.3"
"symfony/console": "~2.5"
},
"require-dev": {
"symfony/yaml": "~2.1",