Compile latest daux.phar

This commit is contained in:
Stéphane Goetz 2015-10-22 19:51:55 +02:00
parent b064c6af30
commit d5af196ee6
2 changed files with 2 additions and 1 deletions

BIN
daux.phar

Binary file not shown.

View File

@ -59,7 +59,8 @@ class Compiler
->in(__DIR__ . '/../vendor/guzzlehttp/streams/src/') ->in(__DIR__ . '/../vendor/guzzlehttp/streams/src/')
->in(__DIR__ . '/../vendor/league/commonmark/src/') ->in(__DIR__ . '/../vendor/league/commonmark/src/')
->in(__DIR__ . '/../vendor/league/plates/src/') ->in(__DIR__ . '/../vendor/league/plates/src/')
->in(__DIR__ . '/../vendor/react/promise/src/'); ->in(__DIR__ . '/../vendor/react/promise/src/')
->in(__DIR__ . '/../vendor/webuni/commonmark-table-extension/src/');
foreach ($finder as $file) { foreach ($finder as $file) {
$this->addFile($phar, $file); $this->addFile($phar, $file);