From 415a8b406628bb6cebece0d9e9dd8b532c4eda25 Mon Sep 17 00:00:00 2001 From: Christopher Georg Date: Sun, 21 Jan 2024 12:18:54 +0100 Subject: [PATCH] docs: remove old version constraint to install php-http/client-common --- components/client-common.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/client-common.rst b/components/client-common.rst index 38c17a9..5664cf1 100644 --- a/components/client-common.rst +++ b/components/client-common.rst @@ -6,7 +6,7 @@ Include them in your project with composer: .. code-block:: bash - composer require php-http/client-common "^1.0" + composer require php-http/client-common HttpMethodsClient -----------------