We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b0eab5 commit dc6dfcbCopy full SHA for dc6dfcb
integrations/symfony-bundle.rst
@@ -16,7 +16,10 @@ Install the HTTPlug bundle with composer and enable it in your AppKernel.php.
16
17
.. code-block:: bash
18
19
- $ composer require php-http/httplug-bundle
+ $ 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.
23
24
.. code-block:: php
25
0 commit comments