From 54f0081963eb8a376aee344879a371eda24eef6d Mon Sep 17 00:00:00 2001 From: tongzb Date: Fri, 24 Jul 2026 15:27:18 +0800 Subject: [PATCH] chore(deps): remove explicit laravel/serializable-closure dependency illuminate/database ^13.20 now depends on laravel/serializable-closure ^2.0.10, which conflicts with webman/admin's pinned ^1.0 constraint. Since illuminate/database properly declares its own dependency now, the workaround is no longer needed and should be removed to resolve the conflict. --- composer.json | 1 - 1 file changed, 1 deletion(-) diff --git a/composer.json b/composer.json index 5230f9a..65b5e01 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,6 @@ "webman/event": "^1.0", "webman/captcha": "^1.0.0", "guzzlehttp/guzzle": "^7.5", - "laravel/serializable-closure": "^1.0", "ext-json": "*" }, "autoload": {