Skip to content

Commit fbe7dc2

Browse files
committed
fix zend-diatoros Packagist link
1 parent 506b331 commit fbe7dc2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

cookbook/psr7.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,14 @@ Installation
1313

1414
You can install the component in 2 different ways:
1515

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>`_);
1718
* Use the official Git repository (https://github.com/symfony/psr-http-message-bridge).
1819

1920
The bridge also needs a PSR-7 implementation to allow converting HttpFoundation
2021
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.
2324

2425
Usage
2526
-----
@@ -85,5 +86,4 @@ to a :class:`Symfony\\Component\\HttpFoundation\\Response` instance::
8586
$symfonyResponse = $httpFoundationFactory->createResponse($psrResponse);
8687

8788
.. _`PSR-7`: http://www.php-fig.org/psr/psr-7/
88-
.. _Packagist: https://packagist.org/packages/symfony/psr-http-message-bridge
8989
.. _`Zend Diactoros`: https://github.com/zendframework/zend-diactoros

0 commit comments

Comments
 (0)