From: Michael Wallner Date: Fri, 15 May 2015 08:27:17 +0000 (+0200) Subject: fix build X-Git-Tag: v4.0.0~6 X-Git-Url: https://git.m6w6.name/?p=pharext%2Fpharext;a=commitdiff_plain;h=4b95e2c390f07d2eb22d099c33b68c7f9ff97777 fix build --- diff --git a/bin/pharext b/bin/pharext index bd2b67f..e9c765d 100755 Binary files a/bin/pharext and b/bin/pharext differ diff --git a/build/create-phar.php b/build/create-phar.php index 409bf8e..d2804a8 100644 --- a/build/create-phar.php +++ b/build/create-phar.php @@ -9,8 +9,6 @@ spl_autoload_register(function($c) { return include strtr($c, "\\_", "//") . ".php"; }); -require_once __DIR__."/../src/pharext/Version.php"; - $file = (new pharext\Task\PharBuild(null, pharext\Metadata::all() + [ "name" => "pharext", "stub" => "pharext_packager.php",