From 74bae0e8813143f1b0adfcd17e97cb9712519836 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Wed, 20 Mar 2024 07:21:20 +0000 Subject: [PATCH] update version requirement --- Helper/Php/createPhpFromJsonDb.php | 6 +++--- Helper/Php/findMissingAdminTest.php | 2 +- Helper/Php/findMissingApiFunctions.php | 2 +- Helper/Php/findMissingInvalidApiControllerTest.php | 2 +- Helper/Php/findMissingNullModelTest.php | 4 ++-- Helper/Php/langUsageInspector.php | 2 +- Helper/Php/reconcileTestReportElements.php | 2 +- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Helper/Php/createPhpFromJsonDb.php b/Helper/Php/createPhpFromJsonDb.php index 0d69ee6..eb20b3b 100644 --- a/Helper/Php/createPhpFromJsonDb.php +++ b/Helper/Php/createPhpFromJsonDb.php @@ -11,7 +11,7 @@ $mapper = <<< MAPPER /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package {$namespace} * @copyright Dennis Eichhorn @@ -84,7 +84,7 @@ $model = <<< MODEL /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package {$namespace} * @copyright Dennis Eichhorn @@ -136,7 +136,7 @@ $nullmodel = <<< NULLMODEL /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package {$namespace} * @copyright Dennis Eichhorn diff --git a/Helper/Php/findMissingAdminTest.php b/Helper/Php/findMissingAdminTest.php index ee6f90a..0f89779 100644 --- a/Helper/Php/findMissingAdminTest.php +++ b/Helper/Php/findMissingAdminTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Helper * @copyright Dennis Eichhorn diff --git a/Helper/Php/findMissingApiFunctions.php b/Helper/Php/findMissingApiFunctions.php index 04ee75b..878c5f4 100644 --- a/Helper/Php/findMissingApiFunctions.php +++ b/Helper/Php/findMissingApiFunctions.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Helper * @copyright Dennis Eichhorn diff --git a/Helper/Php/findMissingInvalidApiControllerTest.php b/Helper/Php/findMissingInvalidApiControllerTest.php index c70de70..62b04e2 100644 --- a/Helper/Php/findMissingInvalidApiControllerTest.php +++ b/Helper/Php/findMissingInvalidApiControllerTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Helper * @copyright Dennis Eichhorn diff --git a/Helper/Php/findMissingNullModelTest.php b/Helper/Php/findMissingNullModelTest.php index 9d0aaa6..b1858a7 100644 --- a/Helper/Php/findMissingNullModelTest.php +++ b/Helper/Php/findMissingNullModelTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Helper * @copyright Dennis Eichhorn @@ -59,7 +59,7 @@ foreach ($modules as $module) { . '/**' . "\n" . ' * Jingga' . "\n" . ' *' . "\n" - . ' * PHP Version 8.1' . "\n" + . ' * PHP Version 8.2' . "\n" . ' *' . "\n" . ' * @package tests' . "\n" . ' * @copyright Dennis Eichhorn' . "\n" diff --git a/Helper/Php/langUsageInspector.php b/Helper/Php/langUsageInspector.php index 956e216..3ab95e1 100644 --- a/Helper/Php/langUsageInspector.php +++ b/Helper/Php/langUsageInspector.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * Inspect .lang.php files and check them for errors/optimization * diff --git a/Helper/Php/reconcileTestReportElements.php b/Helper/Php/reconcileTestReportElements.php index 254b6a7..48df562 100644 --- a/Helper/Php/reconcileTestReportElements.php +++ b/Helper/Php/reconcileTestReportElements.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Helper * @copyright Dennis Eichhorn