From e9a5cd47dae6c15886d7dea231af2ad948ae2203 Mon Sep 17 00:00:00 2001 From: sun Date: Thu, 14 Aug 2014 16:21:04 +0200 Subject: [PATCH] Removed obsolete 'include-path' from composer.json. --- composer.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/composer.json b/composer.json index b6a107d6c..eec2900f9 100644 --- a/composer.json +++ b/composer.json @@ -47,8 +47,5 @@ "branch-alias": { "dev-master": "3.0.x-dev" } - }, - "include-path": [ - "" - ] + } }