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.
2 parents 9b0eab5 + d1d1145 commit 11cd969Copy full SHA for 11cd969
integrations/symfony-bundle.rst
@@ -16,7 +16,12 @@ 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 [some-adapter?]
20
+
21
+If you already added the HTTPlug client requirement to your project, then you
22
+only need to add ``php-http/httplug-bundle``. Otherwise, you also need to
23
+specify a HTTP client to use - see :doc:`../clients` for a list of available
24
+clients.
25
26
.. code-block:: php
27
0 commit comments