From aa611ed06d4f8a0404397980bbed28d57547a88b Mon Sep 17 00:00:00 2001 From: Dmitriy Simushev Date: Thu, 29 May 2014 17:17:15 +0400 Subject: [PATCH] Add "target-dir" value to composer.json --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 265cd6c..7790cd3 100644 --- a/composer.json +++ b/composer.json @@ -4,5 +4,6 @@ "license": "Apache-2.0", "autoload": { "psr-0": {"Mibew\\Mibew\\Plugin\\Boilerplate\\": ""} - } + }, + "target-dir": "Mibew/Mibew/Plugin/Boilerplate" } \ No newline at end of file