Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions http_client.rst
Original file line number Diff line number Diff line change
Expand Up @@ -995,9 +995,13 @@
~~~~~~~~~~~~~~~~~~~~~

This component can make HTTP requests using native PHP streams and the
``amphp/http-client`` and cURL libraries. Although they are interchangeable and
provide the same features, including concurrent requests, HTTP/2 is only supported
when using cURL or ``amphp/http-client``.
``amphp/http-client`` (version 5.3.2 or higher) and cURL libraries. Although they
are interchangeable and provide the same features, including concurrent requests,
HTTP/2 is only supported when using cURL or ``amphp/http-client``.

.. versionadded:: 8.0

Check failure on line 1002 in http_client.rst

View workflow job for this annotation

GitHub Actions / Lint (DOCtor-RST)

You are not allowed to use version "8.0". Only major version "7" is allowed.

Symfony started requiring ``amphp/http-client`` version 5.3.2 or higher in Symfony 8.0.

.. note::

Expand Down