From b8fc94eb4e87b5b4d638c4bb3db7346acaf38f29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 02:14:11 +0000 Subject: [PATCH] Update guzzlehttp/guzzle requirement from ^7.5 to ^8.0 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.0/CHANGELOG.md) - [Commits](https://github.com/guzzle/guzzle/compare/7.5.0...8.0.1) --- updated-dependencies: - dependency-name: guzzlehttp/guzzle dependency-version: 8.0.1 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 8f93b6ef..fd0f213e 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "require": { "php": "^8.2", "ext-simplexml": "*", - "guzzlehttp/guzzle": "^7.5", + "guzzlehttp/guzzle": "^8.0", "jajo/jsondb": "^3.0", "kamermans/guzzle-oauth2-subscriber": "^1.0", "league/period": "^5.0",