add composer include-path for the PharStub task
authorMichael Wallner <mike@php.net>
Fri, 4 Sep 2015 11:28:37 +0000 (13:28 +0200)
committerMichael Wallner <mike@php.net>
Fri, 4 Sep 2015 11:28:37 +0000 (13:28 +0200)
composer.json

index f5520243aa055597ebac0ee74d5c81dd73b28206..b23a46ec773afcf0666a35edc7bd0a943d9bdfd4 100644 (file)
@@ -14,5 +14,6 @@
                "psr-0": {
                        "pharext": "src"
                }
-       }
+       },
+       "include-path": ["src/"]
 }