Skip to content

Commit

Permalink
chore: extend doctrine/dbal version constraint to ^4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexzarbn committed Jun 14, 2024
1 parent e3e5b65 commit 595b547
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"require": {
"php": ">=7.3",
"ext-json": "*",
"doctrine/dbal": "^2.9|^3.1",
"doctrine/dbal": "^2.9|^3.1|^4.0",
"illuminate/bus": ">=5.7",
"illuminate/contracts": ">=5.7",
"illuminate/database": ">=5.7",
Expand Down

0 comments on commit 595b547

Please sign in to comment.