From 157f1ed5320e3ac161ec203827c8c7145040a537 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Doursenaud?= Date: Thu, 6 Aug 2015 15:34:36 +0200 Subject: [PATCH] Tell composer to install in includes dir --- composer.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/composer.json b/composer.json index ed75d3ca61d..320796c8624 100644 --- a/composer.json +++ b/composer.json @@ -28,5 +28,8 @@ "ext-soap": "*", "ext-zip": "*", "ext-xml": "*" + }, + "config": { + "vendor-dir": "htdocs/includes" } }