From b1b0b051c5738eb7b79729074a756a7fe0446f5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 09:40:46 +0000 Subject: [PATCH] chore(deps): update guzzlehttp/guzzle requirement from ^7.0 to ^8.1 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.1/CHANGELOG.md) - [Commits](https://github.com/guzzle/guzzle/compare/7.0.0...8.1.0) --- updated-dependencies: - dependency-name: guzzlehttp/guzzle dependency-version: 8.1.0 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 8c97140..bdcb081 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ ], "require": { "php": "^8.3|^8.4|^8.5", - "guzzlehttp/guzzle": "^7.0", + "guzzlehttp/guzzle": "^8.1", "illuminate/http": "^11.0|^12.0|^13.2.0" }, "require-dev": {