File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -995,9 +995,13 @@ Enabling cURL Support
995
995
~~~~~~~~~~~~~~~~~~~~~
996
996
997
997
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.0 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.0 or higher in Symfony 8.0.
1001
1005
1002
1006
.. note ::
1003
1007
You can’t perform that action at this time.
0 commit comments