From 5b1ca4241caa9cd343e78f063e6ef7868bcf7d6c Mon Sep 17 00:00:00 2001 From: Clemens Schwaighofer Date: Tue, 10 Dec 2024 15:29:54 +0900 Subject: [PATCH] phan min php update to 8.3, add missing phpunit test folder for language check --- .phan/config.php | 3 ++- test/phpunit/Language/locale_other/.gitignore | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 test/phpunit/Language/locale_other/.gitignore diff --git a/.phan/config.php b/.phan/config.php index 5076c7f..49ec09d 100644 --- a/.phan/config.php +++ b/.phan/config.php @@ -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 diff --git a/test/phpunit/Language/locale_other/.gitignore b/test/phpunit/Language/locale_other/.gitignore new file mode 100644 index 0000000..d6b7ef3 --- /dev/null +++ b/test/phpunit/Language/locale_other/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore