Fix php8 file being missing from phar, refs #9331
parent
191196de48
commit
b4f0f4ddd2
|
@ -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…
Reference in New Issue