X-Git-Url: https://git.m6w6.name/?p=pharext%2Fpharext;a=blobdiff_plain;f=composer.json;h=b23a46ec773afcf0666a35edc7bd0a943d9bdfd4;hp=78ca9cc31f41301151c9e1650b41f5a4e60e53e3;hb=f136c13716ebb8be746e4be36b27745cafb5618c;hpb=7ccf382e89737f430fb8da72cef752dc2252f324 diff --git a/composer.json b/composer.json index 78ca9cc..b23a46e 100644 --- a/composer.json +++ b/composer.json @@ -8,6 +8,12 @@ "bin/pharext", "bin/pharext.pubkey", "bin/pharext.update", - "bin/pharext.update.key" - ] + "bin/pharext.update.pubkey" + ], + "autoload": { + "psr-0": { + "pharext": "src" + } + }, + "include-path": ["src/"] }