From c7f652c798561332066ae49e7a3b28b04213e6e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 Aug 2025 22:10:29 +0000 Subject: [PATCH] Update guzzlehttp/guzzle requirement from ^7.9 to ^7.10 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.10/CHANGELOG.md) - [Commits](https://github.com/guzzle/guzzle/compare/7.9.0...7.10.0) --- updated-dependencies: - dependency-name: guzzlehttp/guzzle dependency-version: 7.10.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 fb71049..964b63b 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ "require": { "php": "^8.1", "google/apiclient": "^2.18.3", - "guzzlehttp/guzzle": "^7.9", + "guzzlehttp/guzzle": "^7.10", "illuminate/contracts": "^10.0", "illuminate/http": "^10.0", "illuminate/support": "^10.0",