Skip to content

Commit

Permalink
Composer: allow doctrine/orm ^3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jankonas authored and f3l1x committed Jul 22, 2024
1 parent 0d83a18 commit 3ee516b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"require": {
"php": ">=8.1",
"beberlei/doctrineextensions": "^1.2.0",
"doctrine/orm": "^2.5.0",
"doctrine/orm": "^2.5.0 || ^3.0",
"nette/di": "^3.0.9"
},
"require-dev": {
Expand Down

0 comments on commit 3ee516b

Please sign in to comment.