Skip to content

Commit

Permalink
Fixes an issue with a missing dependency in the PHAR.
Browse files Browse the repository at this point in the history
  • Loading branch information
pocketarc committed Oct 23, 2017
1 parent 9b09dfe commit b0fa80a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified git-deploy
Binary file not shown.
2 changes: 1 addition & 1 deletion tools/build.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit b0fa80a

Please sign in to comment.