From 1112c88593e4c7448c3f27e365b1fae7719e51c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Mar 2024 21:53:03 +0000 Subject: [PATCH] Update guzzlehttp/guzzle requirement from ^7.4 to ^7.8 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.8/CHANGELOG.md) - [Commits](https://github.com/guzzle/guzzle/compare/7.4.0...7.8.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 3f6c22e..a3909c9 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ ], "require": { "php": "^8.0", - "guzzlehttp/guzzle": "^7.4", + "guzzlehttp/guzzle": "^7.8", "illuminate/contracts": "^9.0", "illuminate/http": "^9.9", "illuminate/support": "^9.9",