From cc3396b44a18f4b3b197013bac1fbddb7b8e41a7 Mon Sep 17 00:00:00 2001 From: Christophe Coevoet Date: Wed, 21 Oct 2020 13:56:53 +0200 Subject: [PATCH] Fix broken provide rule This package provides the client implementation. But it does not provide the interfaces from psr/http-client --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 178985f..3b419ce 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ }, "provide": { "php-http/client-implementation": "1.0", - "psr/http-client": "1.0" + "psr/http-client-implementation": "1.0" }, "autoload": { "psr-4": {