From f50830d86ad4fdca65aa01fee2d119ba2eec6908 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 06:20:08 +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: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 9eda381..979aaf5 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ "phpunit/phpunit": "^9.6", "phpspec/prophecy-phpunit": "^2.0", "phpstan/phpstan": "^1.10.59", - "psr/http-factory": "^1.0", + "psr/http-factory": "^1.1", "squizlabs/php_codesniffer": "^3.9" }, "autoload": {