Skip to content

Commit 4c64cfe

Browse files
authored
Merge pull request #173 from php-http/clarify-installation
clarify installation
2 parents aab80ee + 6642338 commit 4c64cfe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
Via Composer
1616

1717
``` bash
18-
$ composer require php-http/httplug-bundle
18+
$ composer require php-http/httplug-bundle php-http/curl-client guzzlehttp/psr7
1919
```
20-
Make sure to also require at least one [client](http://docs.php-http.org/en/latest/clients.html).
20+
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).
2121

2222
Enable the bundle in your kernel:
2323

0 commit comments

Comments
 (0)