Skip to content

Commit

Permalink
Add support for doctrine/common 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oojacoboo committed Jul 21, 2021
1 parent bf05b1a commit 59d4933
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
}
],
"require": {
"php": ">=7.4",
"doctrine/common": "^2.11",
"doctrine/orm": "~2.7"
"php": ">=7.4",
"doctrine/common": "^2.11 || ^3.0",
"doctrine/orm": "~2.7"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 59d4933

Please sign in to comment.