Skip to content

Commit

Permalink
Merge pull request #198 from php-http/bundle-installation
Browse files Browse the repository at this point in the history
clarify bundle installation
  • Loading branch information
dbu committed May 24, 2017
2 parents 9b0eab5 + d1d1145 commit 11cd969
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion integrations/symfony-bundle.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,12 @@ Install the HTTPlug bundle with composer and enable it in your AppKernel.php.

.. code-block:: bash
$ composer require php-http/httplug-bundle
$ composer require php-http/httplug-bundle [some-adapter?]
If you already added the HTTPlug client requirement to your project, then you
only need to add ``php-http/httplug-bundle``. Otherwise, you also need to
specify a HTTP client to use - see :doc:`../clients` for a list of available
clients.

.. code-block:: php
Expand Down

0 comments on commit 11cd969

Please sign in to comment.