Skip to content

Commit

Permalink
Fix minimum DBAL version for PHP 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mvorisek committed Sep 8, 2022
1 parent df6d9ed commit fa3353a
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 @@ -36,13 +36,13 @@
"require": {
"php": ">=7.4 <8.3",
"atk4/core": "dev-develop",
"doctrine/dbal": "~3.3.0",
"doctrine/dbal": "~3.3.7",
"mvorisek/atk4-hintable": "~1.9.0"
},
"require-release": {
"php": ">=7.4 <8.3",
"atk4/core": "~4.0.0",
"doctrine/dbal": "~3.3.0",
"doctrine/dbal": "~3.3.7",
"mvorisek/atk4-hintable": "~1.9.0"
},
"require-dev": {
Expand Down

0 comments on commit fa3353a

Please sign in to comment.