From 651f271e1152781301925210df5672aab023dabe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Paris?= Date: Fri, 10 Mar 2017 15:35:39 +0100 Subject: [PATCH] Suggest latest version of the mock client The mock client stable first stable version has been released, and should be used because otherwise tests would be run with old versions of the php-http libraries. --- 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 04f1c11..c16af7e 100644 --- a/httplug/library-developers.rst +++ b/httplug/library-developers.rst @@ -53,7 +53,7 @@ in the ``require-dev`` section in your library’s ``composer.json``. You could "php-http/client-implementation": "^1.0" }, "require-dev": { - "php-http/mock-client": "^0.3" + "php-http/mock-client": "^1.0" } }