mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-07 00:35:41 +08:00
Add doctor cache check and version management to ensure environment validation
This commit is contained in:
@@ -56,6 +56,8 @@ class DownloadCommand extends BaseCommand
|
||||
return $this->handleClean();
|
||||
}
|
||||
|
||||
$this->checkDoctorCache();
|
||||
|
||||
$downloader = new ArtifactDownloader(DownloaderOptions::extractFromConsoleOptions($this->input->getOptions()));
|
||||
|
||||
// arguments
|
||||
|
||||
Reference in New Issue
Block a user