Skip to content

Commit 2e75051

Browse files
authored
Allow doctrine 3 version (#11)
1 parent 94bc7b3 commit 2e75051

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"php": "8.0.* || 8.1.* || 8.2.* || 8.3.* || 8.4.*",
88
"doctrine/dbal": "^2.13 || ^3.0",
99
"doctrine/doctrine-bundle": "^2.5",
10-
"doctrine/orm": "^2.11",
10+
"doctrine/orm": "^2.11 || ^3.0",
1111
"psr/container": "^1.0 || ^2.0",
1212
"symfony/config": "^5.4 || ^6.0 || ^7.0",
1313
"symfony/dependency-injection": "^5.4 || ^6.0 || ^7.0",

0 commit comments

Comments
 (0)