From 4c762308ee9bf799f56a8c326ce78052060d4d6b Mon Sep 17 00:00:00 2001 From: Tobias Nyholm Date: Thu, 29 Oct 2015 18:19:22 +0100 Subject: [PATCH] Include Httplug in the example composer --- docs/httplug.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/httplug.md b/docs/httplug.md index 91bb7fe..a984f48 100644 --- a/docs/httplug.md +++ b/docs/httplug.md @@ -38,6 +38,7 @@ You need to edit the `composer.json` of your package to add the virtual package. ``` json ... "require": { + "php-http/httplug": "^1.0", "php-http/client-implementation": "^1.0" }, "require-dev": {