From 18784ad8f0d865828023dad68192174fff0b53a5 Mon Sep 17 00:00:00 2001 From: Reyo Stallenberg Date: Thu, 6 Jan 2022 10:55:13 +0100 Subject: [PATCH] Correct php-http/httplug version Correct php-http/httplug version form "^1.0" to "^2.0" to reflect an installable Your Final ``composer.json`` --- httplug/library-developers.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httplug/library-developers.rst b/httplug/library-developers.rst index 9e95757..757108a 100644 --- a/httplug/library-developers.rst +++ b/httplug/library-developers.rst @@ -98,7 +98,7 @@ Putting it all together your final ``composer.json`` is much likely to look simi "require": { "psr/http-message": "^1.0", "psr/http-client-implementation": "^1.0", - "php-http/httplug": "^1.0", + "php-http/httplug": "^2.0", "php-http/message-factory": "^1.0", "php-http/discovery": "^1.0" },