phan min php set to 8.2

This commit is contained in:
Clemens Schwaighofer
2024-12-05 13:59:20 +09:00
parent e57c336dba
commit d070c4e461

View File

@@ -27,7 +27,7 @@ use Phan\Config;
return [
// "target_php_version" => "8.2",
"minimum_target_php_version" => "8.1",
"minimum_target_php_version" => "8.2",
// turn color on (-C)
"color_issue_messages_if_supported" => true,
// If true, missing properties will be created when