1
0
mirror of synced 2025-02-02 13:31:45 +03:00

Merge pull request #6580 from Tobion/patch-1

Allow DBAL 2.6 and common 2.8 to be installed
This commit is contained in:
Marco Pivetta 2017-07-25 05:02:26 +02:00 committed by GitHub
commit d27a9fce7a

View File

@ -16,9 +16,9 @@
"php": ">=5.4",
"ext-pdo": "*",
"doctrine/collections": "~1.2",
"doctrine/dbal": ">=2.5-dev,<2.6-dev",
"doctrine/dbal": ">=2.5-dev,<2.7-dev",
"doctrine/instantiator": "~1.0.1",
"doctrine/common": ">=2.5-dev,<2.8-dev",
"doctrine/common": ">=2.5-dev,<2.9-dev",
"doctrine/cache": "~1.4",
"symfony/console": "~2.5|~3.0"
},