update version requirement

This commit is contained in:
Dennis Eichhorn 2024-03-20 07:21:20 +00:00
parent 0f6d5e8ddf
commit 74bae0e881
7 changed files with 10 additions and 10 deletions

View File

@ -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

View File

@ -2,7 +2,7 @@
/**
* Jingga
*
* PHP Version 8.1
* PHP Version 8.2
*
* @package Helper
* @copyright Dennis Eichhorn

View File

@ -2,7 +2,7 @@
/**
* Jingga
*
* PHP Version 8.1
* PHP Version 8.2
*
* @package Helper
* @copyright Dennis Eichhorn

View File

@ -2,7 +2,7 @@
/**
* Jingga
*
* PHP Version 8.1
* PHP Version 8.2
*
* @package Helper
* @copyright Dennis Eichhorn

View File

@ -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"

View File

@ -2,7 +2,7 @@
/**
* Jingga
*
* PHP Version 8.1
* PHP Version 8.2
*
* Inspect .lang.php files and check them for errors/optimization
*

View File

@ -2,7 +2,7 @@
/**
* Jingga
*
* PHP Version 8.1
* PHP Version 8.2
*
* @package Helper
* @copyright Dennis Eichhorn