From ced3f6f2fc5b20504c5731ab0f06a6934f9df170 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 14:51:48 +0000 Subject: [PATCH] composer(deps): update guzzlehttp/guzzle requirement 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.5.0...7.8.0) --- 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 966e629..bf59966 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ "php": "^8.1", "ext-json": "*", "ext-zip": "*", - "guzzlehttp/guzzle": "^7.5.0", + "guzzlehttp/guzzle": "^7.8.0", "illuminate/support": "^10", "league/uri": "~6.7 || ~6.8", "phpstan/extension-installer": "^1.2",