diff --git a/clients/includes/install-message-factory.inc b/clients/includes/install-message-factory.inc index 22fb8a2..3c4c368 100644 --- a/clients/includes/install-message-factory.inc +++ b/clients/includes/install-message-factory.inc @@ -7,13 +7,14 @@ to install one as well (for example `Guzzle PSR-7`_): In order to provide full interoperability, message implementations are accessed through :ref:`factories `. Message factories for -`Diactoros`_, `Guzzle PSR-7`_ and `Slim Framework`_ are available in the +`Laminas Diactoros`_ (and its abandoned predecessor `Zend Diactoros`_), `Guzzle PSR-7`_ and `Slim Framework`_ are available in the :doc:`message ` component: .. code-block:: bash $ composer require php-http/message -.. _Diactoros: https://github.com/zendframework/zend-diactoros .. _Guzzle PSR-7: https://github.com/guzzle/psr7 +.. _Laminas Diactoros: https://github.com/laminas/laminas-diactoros .. _Slim Framework: https://github.com/slimphp/Slim +.. _Zend Diactoros: https://github.com/zendframework/zend-diactoros diff --git a/httplug/users.rst b/httplug/users.rst index f0ef522..19d5eb8 100644 --- a/httplug/users.rst +++ b/httplug/users.rst @@ -36,11 +36,11 @@ You can pick any of the clients or adapters :doc:`provided by PHP-HTTP