From c59e0893a38c37650469c711ffa709b508e71694 Mon Sep 17 00:00:00 2001 From: Parziphal Date: Wed, 2 Oct 2013 21:20:59 -0500 Subject: [PATCH] another composer fix --- composer.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/composer.json b/composer.json index 6ed75d0..9f1cadf 100755 --- a/composer.json +++ b/composer.json @@ -12,5 +12,8 @@ "psr-0": { "Rails\\": "lib/" } + }, + "config": { + "vendor-dir": "./../../" } }