From 726d237f244403d513ff298664092326eadbaf17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Apr 2024 03:23:14 +0000 Subject: [PATCH] Update amphp/http requirement from v2.1.0 to v2.1.1 Updates the requirements on [amphp/http](https://github.com/amphp/http) to permit the latest version. - [Release notes](https://github.com/amphp/http/releases) - [Commits](https://github.com/amphp/http/compare/v2.1.0...v2.1.1) --- updated-dependencies: - dependency-name: amphp/http 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 6d365ff..b91e9f2 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "version": "1.0.0", "license": "MIT", "require": { - "amphp/http": "v2.1.0", + "amphp/http": "v2.1.1", "amphp/http-server": "v3.3.0", "amphp/http-server-router": "v2.0.0", "amphp/http-server-static-content": "v2.0.0",