From b8336293ba5e72572104d580ec8f6e317a2e62d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 09:34:16 +0000 Subject: [PATCH] composer: update guzzlehttp/guzzle requirement from ^7.12.3 to ^7.13.2 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.14/CHANGELOG.md) - [Commits](https://github.com/guzzle/guzzle/compare/7.12.3...7.13.2) --- updated-dependencies: - dependency-name: guzzlehttp/guzzle dependency-version: 7.13.2 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 9e98234..2e4a0fd 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ "ext-curl": "*", "ext-json": "*", "ext-mbstring": "*", - "guzzlehttp/guzzle": "^7.12.3", + "guzzlehttp/guzzle": "^7.13.2", "guzzlehttp/psr7": "^1.8 || ^2.4", "vitexsoftware/ease-core": "^1.49" },