Skip to content

Commit

Permalink
Merge pull request #78 from Hikariii/composer-require
Browse files Browse the repository at this point in the history
require correct doctrine versions
  • Loading branch information
Hikariii authored Jan 8, 2022
2 parents 974de0f + 0cf6dfa commit 5425118
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@
],
"require": {
"php": "^7.1 || ^8.0",
"ext-pdo": "*"
"ext-pdo": "*",
"doctrine/orm": "~2.*",
"doctrine/dbal": "~2.*"
},
"require-dev": {
"doctrine/orm": "^2.7",
Expand Down

0 comments on commit 5425118

Please sign in to comment.