From 804e916d6e44289ddd9b17bc3ef0170f2fda581e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 Jun 2024 16:20:20 +0000 Subject: [PATCH] Update psr/http-factory requirement from ^1.0 to ^1.1 Updates the requirements on [psr/http-factory](https://github.com/php-fig/http-factory) to permit the latest version. - [Release notes](https://github.com/php-fig/http-factory/releases) - [Commits](https://github.com/php-fig/http-factory/compare/1.0.0...1.1.0) --- updated-dependencies: - dependency-name: psr/http-factory 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 4e35bd4..951ebd8 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ }, "require": { "php": "^7.4 || ^8.0", - "psr/http-factory": "^1.0", + "psr/http-factory": "^1.1", "psr/http-message": "^1.0 || ^2.0", "psr/http-server-handler": "^1.0", "psr/http-server-middleware": "^1.0"