Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit fe9759a

Browse filesBrowse files
dunglasxabbuh
authored andcommitted
[PSR-7] Fix Diactoros link
1 parent c6f10c9 commit fe9759a
Copy full SHA for fe9759a

File tree

Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed

‎cookbook/psr7.rst

Copy file name to clipboardExpand all lines: cookbook/psr7.rst
+2-1Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ You can install the component in 2 different ways:
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
20-
objects to PSR-7 objects. It provides native support for _`Zend Diactoros`_.
20+
objects to PSR-7 objects. It provides native support for `Zend Diactoros`_.
2121
Use Composer (``zendframework/zend-diactoros`` on `Packagist`_) or refer to
2222
the project documentation to install it.
2323

@@ -86,3 +86,4 @@ to a :class:`Symfony\\Component\\HttpFoundation\\Response` instance::
8686

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

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.