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" } }