Skip to content

Commit b0fa80a

Browse files
committed
Fixes an issue with a missing dependency in the PHAR.
1 parent 9b09dfe commit b0fa80a

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

git-deploy

25.6 KB
Binary file not shown.

tools/build.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ public function accept() {
1010
$current = $this->current();
1111
$realpath = substr($current->getRealPath(), strlen(dirname(__FILE__) . DIRECTORY_SEPARATOR));
1212
$extension = $current->getExtension();
13-
$valid_prefixes = ["src/", "vendor/composer/", "vendor/league/", "vendor/phpseclib/", "vendor/seld/"];
13+
$valid_prefixes = ["src/", "vendor/composer/", "vendor/league/", "vendor/phpseclib/", "vendor/seld/", "vendor/myclabs/"];
1414

1515
if ($realpath == "vendor/autoload.php") {
1616
return true;

0 commit comments

Comments
 (0)