fix composer.json
[pharext/pharext] / composer.json
index 78ca9cc31f41301151c9e1650b41f5a4e60e53e3..f5520243aa055597ebac0ee74d5c81dd73b28206 100644 (file)
@@ -8,6 +8,11 @@
                "bin/pharext", 
                "bin/pharext.pubkey",
                "bin/pharext.update",
-               "bin/pharext.update.key"
-       ]
+               "bin/pharext.update.pubkey"
+       ],
+       "autoload": {
+               "psr-0": {
+                       "pharext": "src"
+               }
+       }
 }