Skip to content

Commit 2f0f732

Browse files
committed
minor #5841 [Cookbook][Psr7] fix zend-diactoros Packagist link (xabbuh)
This PR was merged into the 2.3 branch. Discussion ---------- [Cookbook][Psr7] fix zend-diactoros Packagist link | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | all | Fixed tickets | #5839 Commits ------- 33dd806 fix zend-diactoros Packagist link
2 parents 98243e9 + 33dd806 commit 2f0f732

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

cookbook/psr7.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ 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 on Packagist <https://packagist.org/packages/symfony/psr-http-message-bridge>`_);
1717
* Use the official Git repository (https://github.com/symfony/psr-http-message-bridge).
1818

1919
The bridge also needs a PSR-7 implementation to allow converting HttpFoundation
2020
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.
2323

2424
Usage
2525
-----
@@ -85,5 +85,4 @@ to a :class:`Symfony\\Component\\HttpFoundation\\Response` instance::
8585
$symfonyResponse = $httpFoundationFactory->createResponse($psrResponse);
8686

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

0 commit comments

Comments
 (0)