diff --git a/composer.json b/composer.json index 1a87542..248e769 100644 --- a/composer.json +++ b/composer.json @@ -7,5 +7,8 @@ "keywords": "deployment", "require": { "php": ">=5.3" - } -} \ No newline at end of file + }, + "bin": [ + "bin/mage" + ] +}