Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion clients/includes/install-message-factory.inc
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ accessed through :ref:`factories <message-factory>`. Message factories for

.. _Guzzle PSR-7: https://github.com/guzzle/psr7
.. _Laminas Diactoros: https://github.com/laminas/laminas-diactoros
.. _Slim Framework: https://github.com/slimphp/Slim
.. _Slim PSR-7: https://github.com/slimphp/Slim-Psr7
.. _Zend Diactoros: https://github.com/zendframework/zend-diactoros
2 changes: 1 addition & 1 deletion httplug/users.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ factories to create messages. The PSR-7 implementations are Laminas Diactoros (a

.. code-block:: bash

$ composer require php-http/message slim/slim
$ composer require php-http/message slim/psr7

Troubleshooting
---------------
Expand Down
2 changes: 1 addition & 1 deletion message/message-factory.rst
Original file line number Diff line number Diff line change
Expand Up @@ -137,5 +137,5 @@ to do that yet. Contributions are welcome if you want to define the

.. _Guzzle PSR-7: https://github.com/guzzle/psr7
.. _Laminas Diactoros: https://github.com/laminas/laminas-diactoros
.. _Slim Framework: https://github.com/slimphp/Slim
.. _Slim PSR-7: https://github.com/slimphp/Slim-Psr7
.. _Zend Diactoros: https://github.com/zendframework/zend-diactoros