From dfdc059cbe1d34434c28d6f31c4cf08b86a39a43 Mon Sep 17 00:00:00 2001 From: Patrick Carlo-Hickman Date: Tue, 10 Dec 2024 09:51:10 -0500 Subject: [PATCH] Update illuminate/database to move laravel/serializable-closure from a suggested package to a required package. (#53822) --- src/Illuminate/Database/composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Illuminate/Database/composer.json b/src/Illuminate/Database/composer.json index dd050dda983e..b0e7412734a3 100644 --- a/src/Illuminate/Database/composer.json +++ b/src/Illuminate/Database/composer.json @@ -22,7 +22,8 @@ "illuminate/container": "^11.0", "illuminate/contracts": "^11.0", "illuminate/macroable": "^11.0", - "illuminate/support": "^11.0" + "illuminate/support": "^11.0", + "laravel/serializable-closure": "^1.3|^2.0" }, "autoload": { "psr-4": { @@ -41,7 +42,6 @@ "illuminate/events": "Required to use the observers with Eloquent (^11.0).", "illuminate/filesystem": "Required to use the migrations (^11.0).", "illuminate/pagination": "Required to paginate the result set (^11.0).", - "laravel/serializable-closure": "Required to handle circular references in model serialization (^1.3).", "symfony/finder": "Required to use Eloquent model factories (^7.0)." }, "config": {