From e8d9150e74dac187ae0249c0dce9a086b4d1c2e2 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Fri, 4 Sep 2015 13:28:37 +0200 Subject: [PATCH] add composer include-path for the PharStub task --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index f552024..b23a46e 100644 --- a/composer.json +++ b/composer.json @@ -14,5 +14,6 @@ "psr-0": { "pharext": "src" } - } + }, + "include-path": ["src/"] } -- 2.30.2