From 491dcf137aa05ae9ece4d610090acb9ba04f31aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Jul 2024 13:54:52 +0000 Subject: [PATCH] Update guzzlehttp/guzzle requirement from ^7.8 to ^7.9 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.9/CHANGELOG.md) - [Commits](https://github.com/guzzle/guzzle/compare/7.8.0...7.9.1) --- updated-dependencies: - dependency-name: guzzlehttp/guzzle 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 0c347f0..a4b4592 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ ], "require": { "php": "^8.0", - "guzzlehttp/guzzle": "^7.8", + "guzzlehttp/guzzle": "^7.9", "illuminate/contracts": "^9.0", "illuminate/http": "^9.9", "illuminate/support": "^9.9",