You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cookbook/psr7.rst
+3-4
Original file line number
Diff line number
Diff line change
@@ -13,13 +13,13 @@ Installation
13
13
14
14
You can install the component in 2 different ways:
15
15
16
-
* :doc:`Install it via Composer </components/using_components>` (``symfony/psr-http-message-bridge`` on `Packagist`_);
16
+
* :doc:`Install it via Composer </components/using_components>` (`symfony/psr-http-message-bridge on Packagist<https://packagist.org/packages/symfony/psr-http-message-bridge>`_);
17
17
* Use the official Git repository (https://github.com/symfony/psr-http-message-bridge).
18
18
19
19
The bridge also needs a PSR-7 implementation to allow converting HttpFoundation
20
20
objects to PSR-7 objects. It provides native support for `Zend Diactoros`_.
21
-
Use Composer (``zendframework/zend-diactoros`` on `Packagist`_) or refer to
22
-
the project documentation to install it.
21
+
Use Composer (`zendframework/zend-diactoros on Packagist<https://packagist.org/packages/zendframework/zend-diactoros>`_)
22
+
or refer to the project documentation to install it.
23
23
24
24
Usage
25
25
-----
@@ -85,5 +85,4 @@ to a :class:`Symfony\\Component\\HttpFoundation\\Response` instance::
0 commit comments