Skip to content

Commit

Permalink
Restore support for doctrine/orm v2
Browse files Browse the repository at this point in the history
  • Loading branch information
core23 committed May 25, 2024
1 parent 27a073a commit f9c86c9
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 @@
"require": {
"php": "^8.1",
"doctrine/doctrine-bundle": "^1.12 || ^2.0",
"doctrine/orm": "^3.0",
"doctrine/orm": "^2.7 || ^3.0",
"nucleos/user-bundle": "^3.0"
},
"require-dev": {
Expand Down

0 comments on commit f9c86c9

Please sign in to comment.