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

Commit 49b8620

Browse files
committed
orm 2.2 and 2.3 are end of life
1 parent 2f523d8 commit 49b8620

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99
"require": {
1010
"php": ">=5.3.3",
1111
"symfony/symfony": "2.3.*",
12-
"doctrine/orm": "~2.2.3||~2.3.0||~2.4.8||~2.5",
12+
"doctrine/orm": "^2.4.8",
1313
"doctrine/doctrine-bundle": "~1.2",
1414
"twig/extensions": "1.0.*",
1515
"symfony/assetic-bundle": "~2.3",
1616
"symfony/swiftmailer-bundle": "~2.3",
1717
"symfony/monolog-bundle": "~2.4",
1818
"sensio/distribution-bundle": "~2.3",
19-
"sensio/framework-extra-bundle": "~3.0,>=3.0.2",
19+
"sensio/framework-extra-bundle": "^3.0.2",
2020
"sensio/generator-bundle": "~2.3",
2121
"incenteev/composer-parameter-handler": "~2.0"
2222
},

0 commit comments

Comments
 (0)