diff --git a/README.md b/README.md index 63321510..c2151b2f 100644 --- a/README.md +++ b/README.md @@ -10,29 +10,15 @@ **Symfony integration for [HTTPlug](http://httplug.io/).** -## Install +## Installation -Via Composer +To install the bundle with Symfony Flex, use the recipe: ``` bash -$ composer require php-http/httplug-bundle php-http/curl-client guzzlehttp/psr7 +$ composer require php-http/httplug-bundle ``` -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: - -``` php -