Skip to content

Commit fa7492d

Browse files
committed
feat: add support for Laravel 12
1 parent 2423306 commit fa7492d

File tree

2 files changed

+8175
-1
lines changed

2 files changed

+8175
-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)