From aa7d3c1c7efe313f5d9e4ee63785b8c6ce007cf1 Mon Sep 17 00:00:00 2001 From: David Buchmann Date: Sat, 3 Apr 2021 11:22:26 +0200 Subject: [PATCH] we need a psr http factory implementation --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 3b71e7f..303f785 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ "php-http/httplug": "^2.0", "php-http/message": "^1.2", "psr/http-client": "^1.0", - "psr/http-factory": "^1.0", + "psr/http-factory-implementation": "^1.0", "symfony/options-resolver": "^3.4 || ^4.0 || ^5.0 || ^6.0" }, "require-dev": {