From 3eadba04936b71e46fdf8c478370fff4464b236e Mon Sep 17 00:00:00 2001 From: 1018103730 Date: Fri, 18 Apr 2025 10:36:35 +0800 Subject: [PATCH] Enforce Laravel 12.0 compatibility --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 452b9bb..ec39327 100644 --- a/composer.json +++ b/composer.json @@ -38,7 +38,7 @@ "require": { "php": "^8.1.0", "deepseek-php/deepseek-php-client": "^2.0", - "illuminate/support": "^9.0|^10.0|^11.0", + "illuminate/support": "^9.0|^10.0|^11.0|^12.0", "nyholm/psr7": "^1.8", "symfony/http-client": "^7.2" },