From 6642338b1dcacf5867f1dcc2992140349e964626 Mon Sep 17 00:00:00 2001 From: David Buchmann Date: Tue, 23 May 2017 12:34:22 +0200 Subject: [PATCH] clarify installation --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6f3a9963..6be37b1a 100644 --- a/README.md +++ b/README.md @@ -15,9 +15,9 @@ Via Composer ``` bash -$ composer require php-http/httplug-bundle +$ composer require php-http/httplug-bundle php-http/curl-client guzzlehttp/psr7 ``` -Make sure to also require at least one [client](http://docs.php-http.org/en/latest/clients.html). +HTTPlug works with any HTTP client implementation that provides a HTTPlug adapter. The command above installs the Guzzle client. For alternatives, see the [HTTPlug client list](http://docs.php-http.org/en/latest/clients.html). Enable the bundle in your kernel: