Skip to content

Commit

Permalink
Relax minimum doctrine/ORM constraint (#62)
Browse files Browse the repository at this point in the history
This was raised accidentally in #58.
  • Loading branch information
mpdude authored Apr 9, 2024
1 parent e5d06c5 commit c212eb4
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 @@ -24,7 +24,7 @@
"doctrine/collections": "^1.0|^2.0",
"doctrine/dbal": "^2.3|^3.0",
"doctrine/event-manager": "^1.0|^2.0",
"doctrine/orm": "^2.19|^3.0",
"doctrine/orm": "^2.13|^3.0",
"doctrine/persistence": "^1.3.8|^2.1|^3.1",
"psr/log": "^1.0|^2.0|^3.0",
"symfony/config": "^5.4|^6.4|^7.0",
Expand Down

0 comments on commit c212eb4

Please sign in to comment.