From 86bea524d3b91fb5b94e778fd80a04662c1aba44 Mon Sep 17 00:00:00 2001 From: Tobias Nyholm Date: Tue, 14 Jun 2016 09:18:32 +0200 Subject: [PATCH] We do also provide async client --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index cefccda..2b4b185 100644 --- a/composer.json +++ b/composer.json @@ -41,7 +41,8 @@ } }, "provide": { - "php-http/client-implementation": "1.0" + "php-http/client-implementation": "1.0", + "php-http/async-client-implementation": "1.0" }, "scripts": { "test": "vendor/bin/phpunit",