From 3955987ee6e1e2977d29fb7a16156e1e75ad352e Mon Sep 17 00:00:00 2001 From: Erik Gaal Date: Tue, 26 Aug 2025 16:51:19 +0200 Subject: [PATCH 1/2] build: add missing polyfill requirement in illumniate packages --- src/Illuminate/Collections/composer.json | 3 ++- src/Illuminate/Database/composer.json | 3 ++- src/Illuminate/Support/composer.json | 1 + 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/Illuminate/Collections/composer.json b/src/Illuminate/Collections/composer.json index bf7565d3a4ec..b47e3830bbc5 100644 --- a/src/Illuminate/Collections/composer.json +++ b/src/Illuminate/Collections/composer.json @@ -18,7 +18,8 @@ "illuminate/conditionable": "^12.0", "illuminate/contracts": "^12.0", "illuminate/macroable": "^12.0", - "symfony/polyfill-php84": "^1.31" + "symfony/polyfill-php84": "^1.31", + "symfony/polyfill-php85": "^1.33" }, "autoload": { "psr-4": { diff --git a/src/Illuminate/Database/composer.json b/src/Illuminate/Database/composer.json index dcf37d499b52..c9e2f9b6bafc 100644 --- a/src/Illuminate/Database/composer.json +++ b/src/Illuminate/Database/composer.json @@ -23,7 +23,8 @@ "illuminate/contracts": "^12.0", "illuminate/macroable": "^12.0", "illuminate/support": "^12.0", - "laravel/serializable-closure": "^1.3|^2.0" + "laravel/serializable-closure": "^1.3|^2.0", + "symfony/polyfill-php85": "^1.33" }, "autoload": { "psr-4": { diff --git a/src/Illuminate/Support/composer.json b/src/Illuminate/Support/composer.json index 6a1e5fcbffea..ccec7b6b6009 100644 --- a/src/Illuminate/Support/composer.json +++ b/src/Illuminate/Support/composer.json @@ -25,6 +25,7 @@ "illuminate/macroable": "^12.0", "nesbot/carbon": "^3.8.4", "symfony/polyfill-php83": "^1.31", + "symfony/polyfill-php85": "^1.33" "voku/portable-ascii": "^2.0.2" }, "conflict": { From 1cbd8e022c16710b71b3b9cf70e0ab5751760ad3 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Tue, 26 Aug 2025 10:07:12 -0500 Subject: [PATCH 2/2] Update composer.json --- src/Illuminate/Support/composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Illuminate/Support/composer.json b/src/Illuminate/Support/composer.json index ccec7b6b6009..de3f671e8a9d 100644 --- a/src/Illuminate/Support/composer.json +++ b/src/Illuminate/Support/composer.json @@ -25,7 +25,7 @@ "illuminate/macroable": "^12.0", "nesbot/carbon": "^3.8.4", "symfony/polyfill-php83": "^1.31", - "symfony/polyfill-php85": "^1.33" + "symfony/polyfill-php85": "^1.33", "voku/portable-ascii": "^2.0.2" }, "conflict": {