fix composer.json
[pharext/pharext] / composer.json
1 {
2 "name": "m6w6/pharext",
3 "description": "Package PHP extensions as self-installing PHARs",
4 "keywords": ["ext", "extension", "phar", "package", "install"],
5 "type": "project",
6 "license": "BSD-2-Clause",
7 "bin": [
8 "bin/pharext",
9 "bin/pharext.pubkey",
10 "bin/pharext.update",
11 "bin/pharext.update.pubkey"
12 ],
13 "autoload": {
14 "psr-0": {
15 "pharext": "src"
16 }
17 }
18 }