diff --git a/composer.json b/composer.json index 0e48d7ef7e5c..679d925748d6 100644 --- a/composer.json +++ b/composer.json @@ -51,8 +51,8 @@ "symfony/http-kernel": "^7.2.0", "symfony/mailer": "^7.2.0", "symfony/mime": "^7.2.0", - "symfony/polyfill-php83": "^1.31", - "symfony/polyfill-php84": "^1.31", + "symfony/polyfill-php83": "^1.33", + "symfony/polyfill-php84": "^1.33", "symfony/polyfill-php85": "^1.33", "symfony/process": "^7.2.0", "symfony/routing": "^7.2.0", diff --git a/src/Illuminate/Collections/composer.json b/src/Illuminate/Collections/composer.json index b47e3830bbc5..107e36a5afb0 100644 --- a/src/Illuminate/Collections/composer.json +++ b/src/Illuminate/Collections/composer.json @@ -18,7 +18,7 @@ "illuminate/conditionable": "^12.0", "illuminate/contracts": "^12.0", "illuminate/macroable": "^12.0", - "symfony/polyfill-php84": "^1.31", + "symfony/polyfill-php84": "^1.33", "symfony/polyfill-php85": "^1.33" }, "autoload": { diff --git a/src/Illuminate/Console/composer.json b/src/Illuminate/Console/composer.json index 82fe11336e8a..4cdc7c576919 100755 --- a/src/Illuminate/Console/composer.json +++ b/src/Illuminate/Console/composer.json @@ -24,7 +24,7 @@ "laravel/prompts": "^0.3.0", "nunomaduro/termwind": "^2.0", "symfony/console": "^7.2.0", - "symfony/polyfill-php83": "^1.31", + "symfony/polyfill-php83": "^1.33", "symfony/process": "^7.2.0" }, "autoload": { diff --git a/src/Illuminate/Container/composer.json b/src/Illuminate/Container/composer.json index c5e3d5ffed6b..cf80aac08278 100755 --- a/src/Illuminate/Container/composer.json +++ b/src/Illuminate/Container/composer.json @@ -17,7 +17,7 @@ "php": "^8.2", "illuminate/contracts": "^12.0", "psr/container": "^1.1.1|^2.0.1", - "symfony/polyfill-php84": "^1.31", + "symfony/polyfill-php84": "^1.33", "symfony/polyfill-php85": "^1.33" }, "suggest": { diff --git a/src/Illuminate/Http/composer.json b/src/Illuminate/Http/composer.json index 9681e6060ec4..bd9b7c405b84 100755 --- a/src/Illuminate/Http/composer.json +++ b/src/Illuminate/Http/composer.json @@ -25,8 +25,8 @@ "illuminate/support": "^12.0", "symfony/http-foundation": "^7.2.0", "symfony/http-kernel": "^7.2.0", - "symfony/polyfill-php83": "^1.31", - "symfony/polyfill-php85": "^1.31", + "symfony/polyfill-php83": "^1.33", + "symfony/polyfill-php85": "^1.33", "symfony/mime": "^7.2.0" }, "autoload": { diff --git a/src/Illuminate/Routing/composer.json b/src/Illuminate/Routing/composer.json index 607e496b3f22..608fa44400fc 100644 --- a/src/Illuminate/Routing/composer.json +++ b/src/Illuminate/Routing/composer.json @@ -27,7 +27,7 @@ "illuminate/support": "^12.0", "symfony/http-foundation": "^7.2.0", "symfony/http-kernel": "^7.2.0", - "symfony/polyfill-php84": "^1.31", + "symfony/polyfill-php84": "^1.33", "symfony/polyfill-php85": "^1.33", "symfony/routing": "^7.2.0" }, diff --git a/src/Illuminate/Support/composer.json b/src/Illuminate/Support/composer.json index de3f671e8a9d..477b5b1f2dda 100644 --- a/src/Illuminate/Support/composer.json +++ b/src/Illuminate/Support/composer.json @@ -24,7 +24,7 @@ "illuminate/contracts": "^12.0", "illuminate/macroable": "^12.0", "nesbot/carbon": "^3.8.4", - "symfony/polyfill-php83": "^1.31", + "symfony/polyfill-php83": "^1.33", "symfony/polyfill-php85": "^1.33", "voku/portable-ascii": "^2.0.2" }, diff --git a/src/Illuminate/Testing/composer.json b/src/Illuminate/Testing/composer.json index 4f556b831ba6..ced7b81867f6 100644 --- a/src/Illuminate/Testing/composer.json +++ b/src/Illuminate/Testing/composer.json @@ -20,7 +20,7 @@ "illuminate/contracts": "^12.0", "illuminate/macroable": "^12.0", "illuminate/support": "^12.0", - "symfony/polyfill-php83": "^1.31" + "symfony/polyfill-php83": "^1.33" }, "autoload": { "psr-4": { diff --git a/src/Illuminate/Validation/composer.json b/src/Illuminate/Validation/composer.json index cf721bd9f4fd..6df749d98b9b 100755 --- a/src/Illuminate/Validation/composer.json +++ b/src/Illuminate/Validation/composer.json @@ -27,7 +27,7 @@ "illuminate/translation": "^12.0", "symfony/http-foundation": "^7.2", "symfony/mime": "^7.2", - "symfony/polyfill-php83": "^1.31" + "symfony/polyfill-php83": "^1.33" }, "autoload": { "psr-4": {