Skip to content

Commit 20f96d0

Browse files
committed
minor #21063 [HttpClient] Deprecate using amphp/http-client < 5 (javiereguiluz)
This PR was squashed before being merged into the 8.0 branch. Discussion ---------- [HttpClient] Deprecate using amphp/http-client < 5 Fixes #21054. Commits ------- 0f6e7dc [HttpClient] Deprecate using amphp/http-client < 5
2 parents 508ba7e + 0f6e7dc commit 20f96d0

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

http_client.rst

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -995,9 +995,13 @@ Enabling cURL Support
995995
~~~~~~~~~~~~~~~~~~~~~
996996

997997
This component can make HTTP requests using native PHP streams and the
998-
``amphp/http-client`` and cURL libraries. Although they are interchangeable and
999-
provide the same features, including concurrent requests, HTTP/2 is only supported
1000-
when using cURL or ``amphp/http-client``.
998+
``amphp/http-client`` (version 5.3.2 or higher) and cURL libraries. Although they
999+
are interchangeable and provide the same features, including concurrent requests,
1000+
HTTP/2 is only supported when using cURL or ``amphp/http-client``.
1001+
1002+
.. versionadded:: 8.0
1003+
1004+
Symfony started requiring ``amphp/http-client`` version 5.3.2 or higher in Symfony 8.0.
10011005

10021006
.. note::
10031007

0 commit comments

Comments
 (0)