Skip to content

Commit 02fe1c4

Browse files
committed
Raise Doctrine ORM support
To now also include support for doctrine 3
1 parent e0231ad commit 02fe1c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"php": ">=8.2, <9.0-dev",
1010
"symfony/dependency-injection": "^5.4|^6.3|^7.0",
1111
"symfony/framework-bundle": "^5.4|^6.3|^7.0",
12-
"doctrine/orm": "^2.9",
12+
"doctrine/orm": "^2.9|^3.0",
1313
"webmozart/assert": "^1.10"
1414
},
1515
"require-dev": {

0 commit comments

Comments
 (0)