Skip to content

Commit d1d1145

Browse files
committed
clarify bundle installation
1 parent 9b0eab5 commit d1d1145

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

integrations/symfony-bundle.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,12 @@ 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 [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.
2025

2126
.. code-block:: php
2227

0 commit comments

Comments
 (0)