mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-05 15:55:39 +08:00
Add doctor cache check and version management to ensure environment validation
This commit is contained in:
@@ -44,6 +44,8 @@ class BuildLibsCommand extends BaseCommand
|
||||
|
||||
public function handle(): int
|
||||
{
|
||||
$this->checkDoctorCache();
|
||||
|
||||
$libs = parse_comma_list($this->input->getArgument('libraries'));
|
||||
|
||||
$installer = new PackageInstaller($this->input->getOptions());
|
||||
|
||||
Reference in New Issue
Block a user