From 613232b5ee1baf123af61c1e26ab2c9db8b2c83e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 02:32:54 +0000 Subject: [PATCH] Update guzzlehttp/guzzle requirement from ^8.1 to ^8.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/8.2/CHANGELOG.md) - [Commits](https://github.com/guzzle/guzzle/compare/8.1.0...8.2.0) --- updated-dependencies: - dependency-name: guzzlehttp/guzzle dependency-version: 8.2.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index c3caf04..3a73a36 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ }, "require-dev": { "codedungeon/phpunit-result-printer": "^0.32", - "guzzlehttp/guzzle": "^8.1", + "guzzlehttp/guzzle": "^8.2", "ilexn/keep-a-change-log": "^2.0.1", "infection/infection": "^0.27.11", "phpbench/phpbench": "^1.2.15",