Skip to content

Commit dc6dfcb

Browse files
authored
clarify bundle installation
1 parent 9b0eab5 commit dc6dfcb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

integrations/symfony-bundle.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,10 @@ Install the HTTPlug bundle with composer and enable it in your AppKernel.php.
1616

1717
.. code-block:: bash
1818
19-
$ composer require php-http/httplug-bundle
19+
$ composer require php-http/httplug-bundle <your client adapter choice>
20+
21+
If you did not install HTTPlug itself, you will also need to specify which HTTP
22+
client to use - see :doc:`../clients` for a list of available clients.
2023

2124
.. code-block:: php
2225

0 commit comments

Comments
 (0)