From f96b8c80adabe0a24fef53940c2e72d18bdca875 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 03:43:44 +0000 Subject: [PATCH] Update amphp/http-client requirement from v5.0.1 to v5.1.0 Updates the requirements on [amphp/http-client](https://github.com/amphp/http-client) to permit the latest version. - [Release notes](https://github.com/amphp/http-client/releases) - [Changelog](https://github.com/amphp/http-client/blob/5.x/CHANGELOG.md) - [Commits](https://github.com/amphp/http-client/compare/v5.0.1...v5.1.0) --- updated-dependencies: - dependency-name: amphp/http-client dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 6d365ff..2847eba 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ "require-dev": { "phpunit/phpunit": "^9", "amphp/phpunit-util": "^3", - "amphp/http-client": "v5.0.1", + "amphp/http-client": "v5.1.0", "amphp/websocket-client": "v2.0.0" } }