Skip to content

Commit

Permalink
change dbal v3 to support orm v3 & v4 (#14)
Browse files Browse the repository at this point in the history
* change dbal v3 to support orm v3 & v4

* run composer update

* fix tests
  • Loading branch information
ronenlu authored Mar 24, 2024
1 parent a2ffa2c commit 83b29d0
Show file tree
Hide file tree
Showing 4 changed files with 67 additions and 319 deletions.
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@
"type": "library",
"license": "Apache-2.0",
"require": {
"doctrine/orm": "^2.11.0",
"doctrine/orm": "^2.11.0|^3",
"doctrine/dbal": "^3.2",
"symfony/yaml": "^5.4",
"symfony/cache": "^5.4"
},
"require-dev": {
Expand Down
Loading

0 comments on commit 83b29d0

Please sign in to comment.