From fbe7dc288a6e1d34e1f8980bed6473ec5a51963e Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Mon, 26 Oct 2015 22:18:44 +0100 Subject: [PATCH] fix zend-diatoros Packagist link --- cookbook/psr7.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/cookbook/psr7.rst b/cookbook/psr7.rst index 79cab6caa09..da8730bdbd7 100644 --- a/cookbook/psr7.rst +++ b/cookbook/psr7.rst @@ -13,13 +13,14 @@ Installation You can install the component in 2 different ways: -* :doc:`Install it via Composer ` (``symfony/psr-http-message-bridge`` on `Packagist`_); +* :doc:`Install it via Composer ` (``symfony/psr-http-message-bridge`` + on `Packagist `_); * Use the official Git repository (https://github.com/symfony/psr-http-message-bridge). The bridge also needs a PSR-7 implementation to allow converting HttpFoundation objects to PSR-7 objects. It provides native support for `Zend Diactoros`_. -Use Composer (``zendframework/zend-diactoros`` on `Packagist`_) or refer to -the project documentation to install it. +Use Composer (``zendframework/zend-diactoros`` on `Packagist `_) +or refer to the project documentation to install it. Usage ----- @@ -85,5 +86,4 @@ to a :class:`Symfony\\Component\\HttpFoundation\\Response` instance:: $symfonyResponse = $httpFoundationFactory->createResponse($psrResponse); .. _`PSR-7`: http://www.php-fig.org/psr/psr-7/ -.. _Packagist: https://packagist.org/packages/symfony/psr-http-message-bridge .. _`Zend Diactoros`: https://github.com/zendframework/zend-diactoros