Skip to content

Commit

Permalink
Allow doctrine/orm 3
Browse files Browse the repository at this point in the history
  • Loading branch information
franmomu committed Nov 19, 2023
1 parent 5ecd145 commit 35531fd
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 @@ -13,7 +13,7 @@
"doctrine/collections": "^1.8 || ^2.0",
"doctrine/dbal": "^3.4",
"doctrine/event-manager": "^1.2 || ^2.0",
"doctrine/orm": "^2.14",
"doctrine/orm": "^2.14 || ^3.0",
"doctrine/persistence": "^3.0",
"psr/clock": "^1.0",
"symfony/config": "^5.4 || ^6.2",
Expand Down

0 comments on commit 35531fd

Please sign in to comment.