Skip to content

Commit

Permalink
Add support for doctrine/orm 3
Browse files Browse the repository at this point in the history
  • Loading branch information
core23 committed Feb 5, 2024
1 parent 49b18ec commit ef60a0e
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 @@ -43,7 +43,7 @@
"doctrine/common": "^2.12 || ^3.0",
"doctrine/dbal": "^3.8 || ^4.0",
"doctrine/event-manager": "^1.0 || ^2.0",
"doctrine/orm": "^2.14",
"doctrine/orm": "^2.18 || ^3.0",
"doctrine/persistence": "^1.3 || ^2.0 || ^3.0",
"symfony/property-access": "^6.4 || ^7.0",
"symfony/uid": "^6.4 || ^7.0"
Expand Down

0 comments on commit ef60a0e

Please sign in to comment.