From 4e99a2fe886fd82e76dc510cc8c42937d5940223 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 04:49:49 +0000 Subject: [PATCH] composer: update guzzlehttp/guzzle requirement from ^7.9 || ^7.10 to ^7.10.6 Updates the requirements on [guzzlehttp/guzzle](https://github.com/guzzle/guzzle) to permit the latest version. - [Release notes](https://github.com/guzzle/guzzle/releases) - [Changelog](https://github.com/guzzle/guzzle/blob/7.11/CHANGELOG.md) - [Commits](https://github.com/guzzle/guzzle/compare/7.10.0...7.10.6) --- updated-dependencies: - dependency-name: guzzlehttp/guzzle dependency-version: 7.10.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 97c446d..acf9966 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ "ext-curl": "*", "ext-json": "*", "ext-mbstring": "*", - "guzzlehttp/guzzle": "^7.9 || ^7.10", + "guzzlehttp/guzzle": "^7.10.6", "guzzlehttp/psr7": "^1.8 || ^2.4", "vitexsoftware/ease-core": "^1.49" },