release v4.1.0 v4.1.0
authorMichael Wallner <mike@php.net>
Thu, 3 Sep 2015 14:47:17 +0000 (16:47 +0200)
committerMichael Wallner <mike@php.net>
Thu, 3 Sep 2015 14:48:21 +0000 (16:48 +0200)
.gitignore
bin/pharext
bin/pharext.update
composer.json
src/pharext/Metadata.php

index e5416372137084f8c7e2af79e8bd49d2e29c83b8..c4332de19d315f24e08e1165c65ed2facf45c7b1 100644 (file)
@@ -10,3 +10,4 @@ nbproject/
 build/*.key
 *.phar*
 *.pubkey
+vendor
index 11bc13d52faa816ca48a94dc3a75e2673d506c68..fe58ed58d879666b015e63f25b49e3391461b33c 100755 (executable)
Binary files a/bin/pharext and b/bin/pharext differ
index dcd1034924243f14745f3093588676c4880f04fc..f7f2885479668a7b53f17c68a9a4b34e92799f18 100755 (executable)
Binary files a/bin/pharext.update and b/bin/pharext.update differ
index 78ca9cc31f41301151c9e1650b41f5a4e60e53e3..f2a6e71870c0d459804756868ba9a2556499f675 100644 (file)
@@ -9,5 +9,10 @@
                "bin/pharext.pubkey",
                "bin/pharext.update",
                "bin/pharext.update.key"
-       ]
+       ],
+       "autoload": {
+               "psr-0": {
+                       "pharext": "src"
+               }
+       }
 }
index db3ab8135a153cc1ad85f13d68d5aa6ae33e138c..c7283f248376b4e15d6359418aa1a636f6847bec 100644 (file)
@@ -5,7 +5,7 @@ namespace pharext;
 class Metadata
 {
        static function version() {
-               return "@dev-master";
+               return "4.1.0";
        }
 
        static function header() {