From dae179acad7d6e3c535f8ea098f4ebc9f9f5e8d2 Mon Sep 17 00:00:00 2001 From: Kuba Turek Date: Tue, 2 Dec 2014 19:44:43 +0100 Subject: [PATCH] Add vendor's bins to bin directory --- .gitignore | 2 ++ composer.json | 3 +++ 2 files changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 66f4d84..88c7e14 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,7 @@ vendor mage.phar +bin +!bin/mage # OS generated files # // GitHub Recommendation ###################### diff --git a/composer.json b/composer.json index 2183c74..a3a6868 100644 --- a/composer.json +++ b/composer.json @@ -18,6 +18,9 @@ "Command\\": ".mage/commands" } }, + "config": { + "bin-dir": "bin" + }, "bin": [ "bin/mage" ]