back to dev
[pharext/pharext] / composer.json
index a47fb0bf7787f297219fa85cf70a53e3fb55824d..f2a6e71870c0d459804756868ba9a2556499f675 100644 (file)
@@ -4,5 +4,15 @@
        "keywords": ["ext", "extension", "phar", "package", "install"],
        "type": "project",
        "license": "BSD-2-Clause",
-       "bin": ["bin/pharext"]
+       "bin": [
+               "bin/pharext", 
+               "bin/pharext.pubkey",
+               "bin/pharext.update",
+               "bin/pharext.update.key"
+       ],
+       "autoload": {
+               "psr-0": {
+                       "pharext": "src"
+               }
+       }
 }