Add missing symfony/polyfill-mbstring to the compiled phar

This commit is contained in:
Stéphane Goetz 2016-01-07 22:16:21 +01:00
parent 4fbdba1d6e
commit 02ede2220e
2 changed files with 1 additions and 0 deletions

BIN
daux.phar

Binary file not shown.

View File

@ -54,6 +54,7 @@ class Compiler
->ignoreVCS(true)
->exclude('Tests')
->in(__DIR__ . '/../vendor/symfony/console')
->in(__DIR__ . '/../vendor/symfony/polyfill-mbstring')
->in(__DIR__ . '/../vendor/guzzlehttp/guzzle/src/')
->in(__DIR__ . '/../vendor/guzzlehttp/ringphp/src/')
->in(__DIR__ . '/../vendor/guzzlehttp/streams/src/')