From dee05e3b518f51357210d3d7716b712d1d42f417 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 Jun 2024 14:44:12 +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 3cb6044..02976cf 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,7 @@ "require": { "php": "^8.0", "fig/http-message-util": "^1.1.5", - "psr/http-factory": "^1.0", + "psr/http-factory": "^1.1", "psr/http-message": "^1.0 || ^2.0", "ralouphie/getallheaders": "^3.0", "symfony/polyfill-php80": "^1.29"