diff --git a/git-deploy b/git-deploy index 7513ede..c6e894d 100755 Binary files a/git-deploy and b/git-deploy differ diff --git a/tools/build.php b/tools/build.php index 96a5813..b6af4c3 100755 --- a/tools/build.php +++ b/tools/build.php @@ -10,7 +10,7 @@ public function accept() { $current = $this->current(); $realpath = substr($current->getRealPath(), strlen(dirname(__FILE__) . DIRECTORY_SEPARATOR)); $extension = $current->getExtension(); - $valid_prefixes = ["src/", "vendor/composer/", "vendor/league/", "vendor/phpseclib/", "vendor/seld/"]; + $valid_prefixes = ["src/", "vendor/composer/", "vendor/league/", "vendor/phpseclib/", "vendor/seld/", "vendor/myclabs/"]; if ($realpath == "vendor/autoload.php") { return true;