projects
/
pharext
/
pharext
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
47aa15e
)
add composer include-path for the PharStub task
author
Michael Wallner
<mike@php.net>
Fri, 4 Sep 2015 11:28:37 +0000
(13:28 +0200)
committer
Michael Wallner
<mike@php.net>
Fri, 4 Sep 2015 11:28:37 +0000
(13:28 +0200)
composer.json
patch
|
blob
|
history
diff --git
a/composer.json
b/composer.json
index f5520243aa055597ebac0ee74d5c81dd73b28206..b23a46ec773afcf0666a35edc7bd0a943d9bdfd4 100644
(file)
--- a/
composer.json
+++ b/
composer.json
@@
-14,5
+14,6
@@
"psr-0": {
"pharext": "src"
}
- }
+ },
+ "include-path": ["src/"]
}