Skip to content
This repository was archived by the owner on Nov 27, 2020. It is now read-only.

Commit 2f523d8

Browse files
committed
Update ORM requirements to allow DBAL 2.5 again
1 parent 3c7e796 commit 2f523d8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@
99
"require": {
1010
"php": ">=5.3.3",
1111
"symfony/symfony": "2.3.*",
12-
"doctrine/orm": "~2.2,>=2.2.3,<2.5",
13-
"doctrine/dbal": "<2.5",
12+
"doctrine/orm": "~2.2.3||~2.3.0||~2.4.8||~2.5",
1413
"doctrine/doctrine-bundle": "~1.2",
1514
"twig/extensions": "1.0.*",
1615
"symfony/assetic-bundle": "~2.3",

0 commit comments

Comments
 (0)