Use PHP 8.5 by default

This commit is contained in:
crazywhalecc
2026-05-11 09:47:10 +08:00
parent b8ee484e81
commit 685f5c565f
3 changed files with 5 additions and 5 deletions

View File

@@ -52,7 +52,7 @@ class DownloaderOptions
return [
// php version option
new InputOption("{$p}with-php", null, InputOption::VALUE_REQUIRED, 'PHP version in major.minor format (default 8.4)', '8.4'),
new InputOption("{$p}with-php", null, InputOption::VALUE_REQUIRED, 'PHP version in major.minor format (default 8.5)', '8.5'),
// download preference options
new InputOption("{$p}prefer-source", null, InputOption::VALUE_OPTIONAL, 'Prefer source downloads when both source and binary are available', false),