Skip to content

Commit f58b0c9

Browse files
committed
fix laravel 10.35 compatibility issue but also old versions
1 parent 285ac92 commit f58b0c9

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
@@ -18,7 +18,7 @@
1818
"require": {
1919
"php": "^7.4 || ^8.0",
2020
"brick/varexporter": "^0.3.8",
21-
"doctrine/dbal": "^4.0.0",
21+
"doctrine/dbal": "^3.6 || ^4.0",
2222
"illuminate/contracts": "^8.0 || ^9.0 || ^10.0",
2323
"illuminate/database": "^8.0 || ^9.0 || ^10.0",
2424
"illuminate/support": "^8.0 || ^9.0 || ^10.0",

0 commit comments

Comments
 (0)