Skip to content

Commit

Permalink
Merge pull request #79 from Hikariii/4.x
Browse files Browse the repository at this point in the history
composer.json correct version
  • Loading branch information
Hikariii authored Jan 12, 2022
2 parents 5425118 + fcea84b commit 138a017
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"require": {
"php": "^7.1 || ^8.0",
"ext-pdo": "*",
"doctrine/orm": "~2.*",
"doctrine/dbal": "~2.*"
"doctrine/orm": "2.*",
"doctrine/dbal": "2.*"
},
"require-dev": {
"doctrine/orm": "^2.7",
Expand Down

0 comments on commit 138a017

Please sign in to comment.