From a2385c03ff249c03f7bc0c94b440fd52d47d6e0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Baptiste=20Clavi=C3=A9?= Date: Tue, 10 Sep 2019 17:26:26 +0200 Subject: [PATCH] State that the curl-client provides a http client --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 7962557..1e6d5ab 100644 --- a/composer.json +++ b/composer.json @@ -44,7 +44,8 @@ }, "provide": { "php-http/client-implementation": "1.0", - "php-http/async-client-implementation": "1.0" + "php-http/async-client-implementation": "1.0", + "psr/http-client-implementation": "1.0" }, "scripts": { "test": "vendor/bin/phpunit",