File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,13 +13,14 @@ 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 ``
17
+ on `Packagist <https://packagist.org/packages/symfony/psr-http-message-bridge >`_);
17
18
* Use the official Git repository (https://github.com/symfony/psr-http-message-bridge).
18
19
19
20
The bridge also needs a PSR-7 implementation to allow converting HttpFoundation
20
21
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.
22
+ Use Composer (``zendframework/zend-diactoros `` on `Packagist < https://packagist.org/packages/zendframework/zend-diactoros > `_)
23
+ or refer to the project documentation to install it.
23
24
24
25
Usage
25
26
-----
@@ -85,5 +86,4 @@ to a :class:`Symfony\\Component\\HttpFoundation\\Response` instance::
85
86
$symfonyResponse = $httpFoundationFactory->createResponse($psrResponse);
86
87
87
88
.. _`PSR-7` : http://www.php-fig.org/psr/psr-7/
88
- .. _Packagist : https://packagist.org/packages/symfony/psr-http-message-bridge
89
89
.. _`Zend Diactoros` : https://github.com/zendframework/zend-diactoros
You can’t perform that action at this time.
0 commit comments