Fix php8 file being missing from phar, refs #9331

main
Jordi Boggiano 4 years ago
parent 191196de48
commit b4f0f4ddd2
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'));
$finder = new Finder();
$finder->files()

Loading…
Cancel
Save