From eb4797f67c680c1464d3c061d29e632794b32351 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 2 May 2025 12:48:32 +0000 Subject: [PATCH] Update dependency symfony/polyfill-php81 to ^1.32.0 --- composer.json | 2 +- composer.lock | 23 ++++++++++------------- 2 files changed, 11 insertions(+), 14 deletions(-) diff --git a/composer.json b/composer.json index 3701eb7..93149ec 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "react/promise-stream": "^1.2", "react/promise-timer": "^1.6", "react/socket": "^1.9", - "symfony/polyfill-php81": "^1.23", + "symfony/polyfill-php81": "^1.32.0", "thecodingmachine/safe": "^1.3.3 || ^2.0 || ^3.0", "wyrihaximus/composer-update-bin-autoload-path": "^1.1.1", "wyrihaximus/constants": "^1.6", diff --git a/composer.lock b/composer.lock index 4bb6f14..578ae0c 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "a76a0f583714723beee2d4f5434312b5", + "content-hash": "5b975d9b5e403f49752edf04926e3a4a", "packages": [ { "name": "cakephp/core", @@ -1076,29 +1076,26 @@ }, { "name": "symfony/polyfill-php81", - "version": "v1.27.0", + "version": "v1.32.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php81.git", - "reference": "707403074c8ea6e2edaf8794b0157a0bfa52157a" + "reference": "4a4cfc2d253c21a5ad0e53071df248ed48c6ce5c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/707403074c8ea6e2edaf8794b0157a0bfa52157a", - "reference": "707403074c8ea6e2edaf8794b0157a0bfa52157a", + "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/4a4cfc2d253c21a5ad0e53071df248ed48c6ce5c", + "reference": "4a4cfc2d253c21a5ad0e53071df248ed48c6ce5c", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=7.2" }, "type": "library", "extra": { - "branch-alias": { - "dev-main": "1.27-dev" - }, "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" + "url": "https://github.com/symfony/polyfill", + "name": "symfony/polyfill" } }, "autoload": { @@ -1135,7 +1132,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php81/tree/v1.27.0" + "source": "https://github.com/symfony/polyfill-php81/tree/v1.32.0" }, "funding": [ { @@ -1151,7 +1148,7 @@ "type": "tidelift" } ], - "time": "2022-11-03T14:55:06+00:00" + "time": "2024-09-09T11:45:10+00:00" }, { "name": "thecodingmachine/safe",