From 246b743f44c7a9e83f3ea1d167bb24c9195428dd Mon Sep 17 00:00:00 2001 From: iamluc Date: Sun, 24 Apr 2016 15:02:04 +0200 Subject: [PATCH] Add docker-hostmanager entrypoint in composer binaries --- composer.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/composer.json b/composer.json index 7ffed2a..30ad743 100644 --- a/composer.json +++ b/composer.json @@ -11,6 +11,9 @@ "require-dev": { "phpunit/phpunit": "^5.1" }, + "bin": [ + "bin/docker-hostmanager" + ], "authors": [ { "name": "Luc Vieillescazes",