Add missing file to v1 phar

main
Jordi Boggiano 4 years ago
parent 3287379483
commit f25271ee22
No known key found for this signature in database
GPG Key ID: 7BBD42C429EC80BC

@ -107,6 +107,7 @@ class Compiler
$this->addFile($phar, $file, false);
}
$this->addFile($phar, new \SplFileInfo(__DIR__ . '/../../vendor/symfony/console/Resources/bin/hiddeninput.exe'), false);
$this->addFile($phar, new \SplFileInfo(__DIR__ . '/../../vendor/symfony/polyfill-mbstring/Resources/mb_convert_variables.php8'), false);
$finder = new Finder();
$finder->files()

Loading…
Cancel
Save