From aac8e3abf384766e9837d4761c1a32a9e2fc5cef Mon Sep 17 00:00:00 2001 From: jolalau <89350183+jolalau@users.noreply.github.com> Date: Wed, 9 Apr 2025 23:23:49 +0800 Subject: [PATCH] Remove illuminate/http as this is not required --- composer.json | 1 - 1 file changed, 1 deletion(-) diff --git a/composer.json b/composer.json index c621367..99fe153 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,6 @@ "require": { "workerman/webman-framework": "^2.1 || dev-master", "illuminate/database": "^10.0 || ^11.0 || ^12.0", - "illuminate/http": "^10.0 || ^11.0 || ^12.0", "laravel/serializable-closure": "^1.0 || ^2.0" }, "autoload": {