Skip to content

Commit 61091ce

Browse files
authored
Merge pull request #4 from A909M/Add-laravel-9-support
Add Laravel 9 Support
2 parents 83b1f41 + 19c4914 commit 61091ce

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
@@ -36,7 +36,7 @@
3636
"require": {
3737
"php": "^8.1.0",
3838
"deepseek-php/deepseek-php-client": "^1.0.1",
39-
"illuminate/support": "^10.0|^11.0",
39+
"illuminate/support": "^9.0|^10.0|^11.0",
4040
"nyholm/psr7": "^1.8",
4141
"symfony/http-client": "^7.2"
4242
},

0 commit comments

Comments
 (0)