From a6b861e7b0c7cfa7d3587c62b7327815b6493318 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jun 2024 08:49:35 +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 10cf49cf1..fdbc786b2 100644 --- a/composer.json +++ b/composer.json @@ -47,7 +47,7 @@ "ext-json": "*", "nikic/fast-route": "^1.3", "psr/container": "^1.0 || ^2.0", - "psr/http-factory": "^1.0", + "psr/http-factory": "^1.1", "psr/http-message": "^1.1 || ^2.0", "psr/http-server-handler": "^1.0", "psr/http-server-middleware": "^1.0",