Skip to content

Commit

Permalink
Composer: require Doctrine DBAL 4.2+, Doctrine ORM 3.2+
Browse files Browse the repository at this point in the history
  • Loading branch information
f3l1x committed Dec 6, 2024
1 parent 7382beb commit e37c3ac
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 @@ -19,8 +19,8 @@
],
"require": {
"php": ">=8.2",
"doctrine/dbal": "^3.6.5",
"doctrine/orm": "^2.16.0"
"doctrine/dbal": "^4.2.1",
"doctrine/orm": "^3.2.3"
},
"require-dev": {
"ext-pdo": "*",
Expand Down

0 comments on commit e37c3ac

Please sign in to comment.