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

Allow DBAL 2.6 to be installed

DBAL 2.6 is released but currently dependencies can't be resolved as ORM 2.5 does not allow DBAL 2.6 and ORM 2.6 is not relased yet.
This commit is contained in:
Tobias Schultze 2017-07-24 16:27:53 +02:00 committed by GitHub
parent b3ceef0fb6
commit 68dad26482

View File

@ -16,7 +16,7 @@
"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/cache": "~1.4",