Skip to content

Commit

Permalink
Upgrade DBAL to v3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mvorisek committed Oct 2, 2023
1 parent 947664c commit 0c40220
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 @@ -35,13 +35,13 @@
"require": {
"php": ">=7.4 <8.4",
"atk4/core": "dev-develop",
"doctrine/dbal": "~3.5.1 || ~3.6.0",
"doctrine/dbal": "~3.5.1 || ~3.6.0 || ~3.7.0",
"mvorisek/atk4-hintable": "~1.9.0"
},
"require-release": {
"php": ">=7.4 <8.4",
"atk4/core": "~5.1.0",
"doctrine/dbal": "~3.5.1 || ~3.6.0",
"doctrine/dbal": "~3.5.1 || ~3.6.0 || ~3.7.0",
"mvorisek/atk4-hintable": "~1.9.0"
},
"require-dev": {
Expand Down

0 comments on commit 0c40220

Please sign in to comment.