File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -19,9 +19,10 @@ Alternatively, you can clone the `<https://github.com/symfony/psr-http-message-b
19
19
20
20
.. include :: /components/require_autoload.rst.inc
21
21
22
- The bridge also needs a PSR-7 and `PSR-17 `_ implementation to allow converting
23
- HttpFoundation objects to PSR-7 objects. See a full list of PSR-17 libraries on
24
- that provide `psr/http-factory-implementation `_ on Packagist.org. Example:
22
+ The bridge also needs a PSR-7 and `PSR-17 `_ implementation to convert
23
+ HttpFoundation objects to PSR-7 objects. The following command installs the
24
+ ``nyholm/psr7 `` library, a lightweight and fast PSR-7 implementation, but you
25
+ can use any of the `libraries that implement psr/http-factory-implementation `_:
25
26
26
27
.. code-block :: terminal
27
28
@@ -96,5 +97,4 @@ to a :class:`Symfony\\Component\\HttpFoundation\\Response` instance::
96
97
97
98
.. _`PSR-7` : https://www.php-fig.org/psr/psr-7/
98
99
.. _`PSR-17` : https://www.php-fig.org/psr/psr-17/
99
- .. _`psr/http-factory-implementation` : https://packagist.org/providers/psr/http-factory-implementation
100
- .. _`symfony/psr-http-message-bridge on Packagist` : https://packagist.org/packages/symfony/psr-http-message-bridge
100
+ .. _`libraries that implement psr/http-factory-implementation` : https://packagist.org/providers/psr/http-factory-implementation
You can’t perform that action at this time.
0 commit comments