Skip to content

Commit c212eb4

Browse files
authored
Relax minimum doctrine/ORM constraint (#62)
This was raised accidentally in #58.
1 parent e5d06c5 commit c212eb4

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
@@ -24,7 +24,7 @@
2424
"doctrine/collections": "^1.0|^2.0",
2525
"doctrine/dbal": "^2.3|^3.0",
2626
"doctrine/event-manager": "^1.0|^2.0",
27-
"doctrine/orm": "^2.19|^3.0",
27+
"doctrine/orm": "^2.13|^3.0",
2828
"doctrine/persistence": "^1.3.8|^2.1|^3.1",
2929
"psr/log": "^1.0|^2.0|^3.0",
3030
"symfony/config": "^5.4|^6.4|^7.0",

0 commit comments

Comments
 (0)