Skip to content

Commit ca25eae

Browse files
committed
fix: add support for dbal 4 and 5
1 parent 0cd7f01 commit ca25eae

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
@@ -21,7 +21,7 @@
2121
"illuminate/routing": "^9.0|^10.0|^11.0",
2222
"illuminate/view": "^9.0|^10.0|^11.0",
2323
"illuminate/mail": "^9.0|^10.0|^11.0",
24-
"doctrine/dbal": "^3.5"
24+
"doctrine/dbal": "^3.5 | ^4.0 | ^5.0"
2525
},
2626
"require-dev": {
2727
"orchestra/testbench": "^7.0|^8.0|^9.0"

0 commit comments

Comments
 (0)