fix tests
[pharext/pharext] / composer.json
index 8f8ab64ec3ef12f0940cb5be5065debfc1d41411..78ca9cc31f41301151c9e1650b41f5a4e60e53e3 100644 (file)
@@ -4,8 +4,10 @@
        "keywords": ["ext", "extension", "phar", "package", "install"],
        "type": "project",
        "license": "BSD-2-Clause",
-       "bin": ["bin/pharext"],
-       "scripts": {
-               "pre-install-cmd": "make -s"
-       }
+       "bin": [
+               "bin/pharext", 
+               "bin/pharext.pubkey",
+               "bin/pharext.update",
+               "bin/pharext.update.key"
+       ]
 }