phan min php update to 8.3, add missing phpunit test folder for language check

This commit is contained in:
Clemens Schwaighofer
2024-12-10 15:29:54 +09:00
parent c8d6263c0f
commit 5b1ca4241c
2 changed files with 4 additions and 1 deletions

View File

@@ -54,7 +54,8 @@ return [
// Note that the **only** effect of choosing `'5.6'` is to infer that functions removed in php 7.0 exist.
// (See `backward_compatibility_checks` for additional options)
// Automatically inferred from composer.json requirement for "php" of ">=8.2"
'target_php_version' => '8.1',
'target_php_version' => '8.2',
"minimum_target_php_version" => "8.2",
// If enabled, missing properties will be created when
// they are first seen. If false, we'll report an

View File

@@ -0,0 +1,2 @@
*
!.gitignore