From 105f12e493c27c68d18396faae6899c50ea626d2 Mon Sep 17 00:00:00 2001 From: Meindert-Jan Kroese Date: Fri, 23 Oct 2020 21:00:30 +0200 Subject: [PATCH] updated references to Slim's PSR7 repo/implementation --- clients/includes/install-message-factory.inc | 2 +- httplug/users.rst | 2 +- message/message-factory.rst | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/clients/includes/install-message-factory.inc b/clients/includes/install-message-factory.inc index 3c4c368..2ca6116 100644 --- a/clients/includes/install-message-factory.inc +++ b/clients/includes/install-message-factory.inc @@ -16,5 +16,5 @@ accessed through :ref:`factories `. 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 diff --git a/httplug/users.rst b/httplug/users.rst index 19d5eb8..22cc9b0 100644 --- a/httplug/users.rst +++ b/httplug/users.rst @@ -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 --------------- diff --git a/message/message-factory.rst b/message/message-factory.rst index 161ff45..c9099a1 100644 --- a/message/message-factory.rst +++ b/message/message-factory.rst @@ -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