From: Michael Wallner Date: Fri, 4 Sep 2015 11:28:37 +0000 (+0200) Subject: add composer include-path for the PharStub task X-Git-Tag: v4.1.2~15 X-Git-Url: https://git.m6w6.name/?p=pharext%2Fpharext;a=commitdiff_plain;h=e8d9150e74dac187ae0249c0dce9a086b4d1c2e2 add composer include-path for the PharStub task --- 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/"] }