Skip to content

Commit daa4ec6

Browse files
authored
Merge pull request #25 from z4nder/support-laravel-12
feat: add support for Laravel 12
2 parents 2423306 + 30ba470 commit daa4ec6

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
@@ -38,7 +38,7 @@
3838
"require": {
3939
"php": "^8.1.0",
4040
"deepseek-php/deepseek-php-client": "^2.0",
41-
"illuminate/support": "^9.0|^10.0|^11.0",
41+
"illuminate/support": "^9.0|^10.0|^11.0|^12.0",
4242
"nyholm/psr7": "^1.8",
4343
"symfony/http-client": "^7.2"
4444
},

0 commit comments

Comments
 (0)