Skip to content

Commit

Permalink
fix laravel 10.35 compatibility issue but also old versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Sairahcaz committed Dec 6, 2023
1 parent 285ac92 commit f58b0c9
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 @@ -18,7 +18,7 @@
"require": {
"php": "^7.4 || ^8.0",
"brick/varexporter": "^0.3.8",
"doctrine/dbal": "^4.0.0",
"doctrine/dbal": "^3.6 || ^4.0",
"illuminate/contracts": "^8.0 || ^9.0 || ^10.0",
"illuminate/database": "^8.0 || ^9.0 || ^10.0",
"illuminate/support": "^8.0 || ^9.0 || ^10.0",
Expand Down

0 comments on commit f58b0c9

Please sign in to comment.