Skip to content

Commit 595b547

Browse files
committed
chore: extend doctrine/dbal version constraint to ^4.0
1 parent e3e5b65 commit 595b547

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"require": {
2020
"php": ">=7.3",
2121
"ext-json": "*",
22-
"doctrine/dbal": "^2.9|^3.1",
22+
"doctrine/dbal": "^2.9|^3.1|^4.0",
2323
"illuminate/bus": ">=5.7",
2424
"illuminate/contracts": ">=5.7",
2525
"illuminate/database": ">=5.7",

0 commit comments

Comments
 (0)