Skip to content

Commit

Permalink
allow DBAL 3.6.x
Browse files Browse the repository at this point in the history
  • Loading branch information
mvorisek committed Aug 15, 2023
1 parent 9fb9dff commit 00f13d1
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.3",
"atk4/core": "dev-develop",
"doctrine/dbal": "~3.4.5 || ~3.5.1",
"doctrine/dbal": "~3.4.5 || ~3.5.1 || ~3.6.0",
"mvorisek/atk4-hintable": "~1.9.0"
},
"require-release": {
"php": ">=7.4 <8.3",
"atk4/core": "~5.0.0",
"doctrine/dbal": "~3.4.5 || ~3.5.1",
"doctrine/dbal": "~3.4.5 || ~3.5.1 || ~3.6.0",
"mvorisek/atk4-hintable": "~1.9.0"
},
"require-dev": {
Expand Down

0 comments on commit 00f13d1

Please sign in to comment.