From ae22e6f732c2e6b6a4c837080ae99f3b3035d632 Mon Sep 17 00:00:00 2001 From: Vincent Wong Date: Sun, 26 Jan 2025 19:07:34 +0800 Subject: [PATCH] Adjust serializable-closure version --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 2649093..7ca0106 100644 --- a/composer.json +++ b/composer.json @@ -33,7 +33,7 @@ "require": { "php": "^8.1", "illuminate/support": "^10.0|^11.0", - "laravel/serializable-closure": "^1.0", + "laravel/serializable-closure": "^2.0", "loophp/phposinfo": "^1.8", "opis/closure": "^4.0" },