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

Commit 42937c1

Browse files
committed
Allow Doctrine 2.4 to be installed
1 parent dae4d06 commit 42937c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"require": {
1010
"php": ">=5.3.3",
1111
"symfony/symfony": "2.3.*",
12-
"doctrine/orm": ">=2.2.3,<2.4-dev",
12+
"doctrine/orm": "~2.2,>=2.2.3",
1313
"doctrine/doctrine-bundle": "1.2.*",
1414
"twig/extensions": "1.0.*",
1515
"symfony/assetic-bundle": "2.3.*",

0 commit comments

Comments
 (0)