From ed06af1a860dd26fca5481b60af7734bd075bd4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 20:55:33 +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-version: 1.1.0 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 82ad46a..cf0e87a 100644 --- a/composer.json +++ b/composer.json @@ -34,7 +34,7 @@ "friendsofphp/php-cs-fixer": "^3.60", "phpstan/phpstan": "^1 || ^2", "phpunit/phpunit": "^9.6 || ^10 || ^11 || ^12 || ^13", - "psr/http-factory": "^1.0", + "psr/http-factory": "^1.1", "squizlabs/php_codesniffer": "^3.9" }, "autoload": {