From 4265e26b172d8d86dcf0f2017ac15d484d9b07a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 08:36:26 +0000 Subject: [PATCH] Update hyperf/guzzle requirement from 3.0.* to 3.1.* Updates the requirements on [hyperf/guzzle](https://github.com/hyperf/guzzle) to permit the latest version. - [Release notes](https://github.com/hyperf/guzzle/releases) - [Commits](https://github.com/hyperf/guzzle/compare/v3.0.0...v3.1.15) --- updated-dependencies: - dependency-name: hyperf/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 677bceb..f2beead 100644 --- a/composer.json +++ b/composer.json @@ -33,7 +33,7 @@ "hyperf/event": "3.0.*", "hyperf/exception-handler": "3.0.*", "hyperf/framework": "3.0.*", - "hyperf/guzzle": "3.0.*", + "hyperf/guzzle": "3.1.*", "hyperf/http-server": "3.0.*", "hyperf/logger": "3.0.*", "hyperf/model-cache": "3.0.*",