Skip to content

Commit f12abbb

Browse files
committed
Minor tweaks
1 parent 9a03ef0 commit f12abbb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

components/psr7.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,10 @@ Alternatively, you can clone the `<https://github.com/symfony/psr-http-message-b
1919

2020
.. include:: /components/require_autoload.rst.inc
2121

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`_:
2526

2627
.. code-block:: terminal
2728
@@ -96,5 +97,4 @@ to a :class:`Symfony\\Component\\HttpFoundation\\Response` instance::
9697

9798
.. _`PSR-7`: https://www.php-fig.org/psr/psr-7/
9899
.. _`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

0 commit comments

Comments
 (0)