From 23d3274d39af4450bc242d92be6cf61043be352a Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Fri, 12 Jan 2024 01:12:48 -0500 Subject: [PATCH] [Composer] Bump guzzlehttp/guzzle to version 7 to suppress deprecation notices - Bump divineomega/password_exposed to version 3 to remove dependency on Guzzle version 6 - Add new ICanHandleHttpResponses->getBodyString method to solve inheritance mismatch with GuzzleHttp\Psr7\ResponseInterface->getBody return type --- composer.lock | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/composer.lock b/composer.lock index ab66a33d05..59d1182c11 100644 --- a/composer.lock +++ b/composer.lock @@ -3912,11 +3912,6 @@ "dev-main": "2.5-dev" } }, - "autoload": { - "files": [ - "function.php" - ] - }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" @@ -4117,8 +4112,8 @@ "time": "2024-09-25T14:11:13+00:00" }, { - "name": "symfony/polyfill-php56", - "version": "v1.20.0", + "name": "ua-parser/uap-php", + "version": "v3.9.14", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php56.git", -- 2.39.5