Skip to content

Commit 5072ccc

Browse files
authored
Merge pull request #280 from webmaster777/master
updated references to Slim's PSR7 repo/implementation
2 parents a1c559c + 105f12e commit 5072ccc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

clients/includes/install-message-factory.inc

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ accessed through :ref:`factories <message-factory>`. Message factories for
1616

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

httplug/users.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ factories to create messages. The PSR-7 implementations are Laminas Diactoros (a
4848
4949
.. code-block:: bash
5050
51-
$ composer require php-http/message slim/slim
51+
$ composer require php-http/message slim/psr7
5252
5353
Troubleshooting
5454
---------------

message/message-factory.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,5 +137,5 @@ to do that yet. Contributions are welcome if you want to define the
137137

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

0 commit comments

Comments
 (0)