Skip to content

Commit

Permalink
Merge pull request #59 from Gemorroj/doctrine-orm-3
Browse files Browse the repository at this point in the history
add doctrine/orm 3.0 and doctrine/dbal 4.0 support
  • Loading branch information
nicklog authored Feb 29, 2024
2 parents f60f219 + 13e6b0f commit 7a90154
Show file tree
Hide file tree
Showing 3 changed files with 461 additions and 981 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@
"doctrine/event-manager": "^2.0",
"doctrine/collections": "^2.1",
"doctrine/persistence": "^3.2",
"doctrine/orm": "^2.17",
"doctrine/dbal": "^3.7",
"doctrine/orm": "^2.17 || ^3.0",
"doctrine/dbal": "^3.7 || ^4.0",

"psr/clock": "^1.0",

Expand Down
Loading

0 comments on commit 7a90154

Please sign in to comment.