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

Commit 1513d71

Browse files
committed
minor #612 Allow Doctrine 2.4 to be installed (jdespatis)
This PR was merged into the 2.3 branch. Discussion ---------- Allow Doctrine 2.4 to be installed The commit 0cafa50#diff-b5d0ee8c97c7abd7e3fa29b9a27d1780, lets Doctrine 2.4 installable But it has been performed only on `master`, `2.4` Any reason why it shouldn't also be backported to last stable version of `symfony-standard` (`2.3`) ? Commits ------- 42937c1 Allow Doctrine 2.4 to be installed
2 parents 16f4c18 + 42937c1 commit 1513d71

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)