You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 2.8: (34 commits)
Update questionhelper.rst
Docs re-org and removal of small sections
Fix a small typo error (number.rst)
Remove deprecated proxy argument
Fix instance of class in express language in DI
Missing use reference
Unused Private param in documentation
Doctrine event listener could persist a null value
Minor syntax issue
Changing type definition Closure by callable
Minor syntax issues
Fix code-block
Add GroupSequence validation_groups capability doc
Assume php7
Form - fix wrong submit button label
added link to subscribe to a paid plan on platform.sh
Use OpenSSL instead of Mcrypt in the examples
[#8394] minor reword
Minor reword
Referencing custom encoders as named encoders
...
Copy file name to clipboardExpand all lines: components/psr7.rst
+2-1
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ 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<https://packagist.org/packages/symfony/psr-http-message-bridge>`_);
16
+
* :doc:`Install it via Composer </components/using_components>` (`symfony/psr-http-message-bridge on Packagist`_);
17
17
* Use the official Git repository (https://github.com/symfony/psr-http-message-bridge).
18
18
19
19
The bridge also needs a PSR-7 implementation to allow converting HttpFoundation
@@ -87,3 +87,4 @@ to a :class:`Symfony\\Component\\HttpFoundation\\Response` instance::
0 commit comments