From: Michael Wallner Date: Thu, 3 Sep 2015 14:47:17 +0000 (+0200) Subject: release v4.1.0 X-Git-Tag: v4.1.0 X-Git-Url: https://git.m6w6.name/?p=pharext%2Fpharext;a=commitdiff_plain;h=08f2edbabb34d7c3c6173b92fa902326dfadd3b7 release v4.1.0 --- diff --git a/.gitignore b/.gitignore index e541637..c4332de 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ nbproject/ build/*.key *.phar* *.pubkey +vendor diff --git a/bin/pharext b/bin/pharext index 11bc13d..fe58ed5 100755 Binary files a/bin/pharext and b/bin/pharext differ diff --git a/bin/pharext.update b/bin/pharext.update index dcd1034..f7f2885 100755 Binary files a/bin/pharext.update and b/bin/pharext.update differ diff --git a/composer.json b/composer.json index 78ca9cc..f2a6e71 100644 --- a/composer.json +++ b/composer.json @@ -9,5 +9,10 @@ "bin/pharext.pubkey", "bin/pharext.update", "bin/pharext.update.key" - ] + ], + "autoload": { + "psr-0": { + "pharext": "src" + } + } } diff --git a/src/pharext/Metadata.php b/src/pharext/Metadata.php index db3ab81..c7283f2 100644 --- a/src/pharext/Metadata.php +++ b/src/pharext/Metadata.php @@ -5,7 +5,7 @@ namespace pharext; class Metadata { static function version() { - return "@dev-master"; + return "4.1.0"; } static function header() {