From 9bce65c4c7d5fc42b9b9730ed3025782e26ba1c5 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Wed, 20 Mar 2024 07:21:21 +0000 Subject: [PATCH] update version requirement --- Admin/Install/Admin.install.php | 2 +- Admin/Install/Admin.php | 2 +- Admin/Install/Editor.php | 2 +- Admin/Install/Media.php | 2 +- Admin/Install/Navigation.php | 2 +- Admin/Install/Search.php | 2 +- Admin/Install/SearchCommands.php | 2 +- Admin/Installer.php | 2 +- Admin/Routes/Web/Api.php | 2 +- Admin/Routes/Web/Backend.php | 2 +- Admin/Status.php | 2 +- Admin/Uninstaller.php | 2 +- Admin/Updater.php | 2 +- Controller/ApiAttributeController.php | 2 +- Controller/ApiController.php | 2 +- Controller/BackendController.php | 2 +- Controller/Controller.php | 2 +- Controller/SearchController.php | 2 +- Models/Attribute/ClientAttributeMapper.php | 2 +- Models/Attribute/ClientAttributeTypeL11nMapper.php | 2 +- Models/Attribute/ClientAttributeTypeMapper.php | 2 +- Models/Attribute/ClientAttributeValueL11nMapper.php | 2 +- Models/Attribute/ClientAttributeValueMapper.php | 2 +- Models/Client.php | 2 +- Models/ClientL11nMapper.php | 2 +- Models/ClientL11nTypeMapper.php | 2 +- Models/ClientMapper.php | 2 +- Models/ClientStatus.php | 2 +- Models/NullClient.php | 2 +- Models/PermissionCategory.php | 2 +- Models/SettingsEnum.php | 2 +- Theme/Backend/Lang/Navigation.de.lang.php | 2 +- Theme/Backend/Lang/Navigation.en.lang.php | 2 +- Theme/Backend/Lang/de.lang.php | 2 +- Theme/Backend/Lang/en.lang.php | 2 +- Theme/Backend/attribute-type-list.tpl.php | 2 +- Theme/Backend/attribute-type.tpl.php | 2 +- Theme/Backend/client-create.tpl.php | 2 +- Theme/Backend/client-list.tpl.php | 2 +- Theme/Backend/client-view.tpl.php | 2 +- tests/Admin/AdminTest.php | 2 +- tests/Autoloader.php | 2 +- tests/Bootstrap.php | 2 +- tests/Controller/Api/ApiControllerAttributeTrait.php | 2 +- tests/Controller/Api/ApiControllerClientTrait.php | 2 +- tests/Controller/ApiControllerTest.php | 2 +- tests/Models/ClientMapperTest.php | 2 +- tests/Models/ClientTest.php | 2 +- tests/Models/NullClientTest.php | 2 +- 49 files changed, 49 insertions(+), 49 deletions(-) diff --git a/Admin/Install/Admin.install.php b/Admin/Install/Admin.install.php index 7ec3a28..dac901a 100644 --- a/Admin/Install/Admin.install.php +++ b/Admin/Install/Admin.install.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Modules\ClientManagement\Admin * @copyright Dennis Eichhorn diff --git a/Admin/Install/Admin.php b/Admin/Install/Admin.php index 093ebe5..7992c7f 100644 --- a/Admin/Install/Admin.php +++ b/Admin/Install/Admin.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Modules\ClientManagement\Admin\Install * @copyright Dennis Eichhorn diff --git a/Admin/Install/Editor.php b/Admin/Install/Editor.php index 509018b..7f15996 100644 --- a/Admin/Install/Editor.php +++ b/Admin/Install/Editor.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Modules\ClientManagement\Admin\Install * @copyright Dennis Eichhorn diff --git a/Admin/Install/Media.php b/Admin/Install/Media.php index 0d9fe1b..7a4efe5 100755 --- a/Admin/Install/Media.php +++ b/Admin/Install/Media.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Modules\ClientManagement\Admin\Install * @copyright Dennis Eichhorn diff --git a/Admin/Install/Navigation.php b/Admin/Install/Navigation.php index b1b32b7..c39ec63 100755 --- a/Admin/Install/Navigation.php +++ b/Admin/Install/Navigation.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Modules\ClientManagement\Admin\Install * @copyright Dennis Eichhorn diff --git a/Admin/Install/Search.php b/Admin/Install/Search.php index 31a2a40..a62ff7b 100644 --- a/Admin/Install/Search.php +++ b/Admin/Install/Search.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Modules\ClientManagement\Admin\Install * @copyright Dennis Eichhorn diff --git a/Admin/Install/SearchCommands.php b/Admin/Install/SearchCommands.php index 76563e9..c281d73 100644 --- a/Admin/Install/SearchCommands.php +++ b/Admin/Install/SearchCommands.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Modules\ClientManagement * @copyright Dennis Eichhorn diff --git a/Admin/Installer.php b/Admin/Installer.php index 2c308dd..3b23edc 100755 --- a/Admin/Installer.php +++ b/Admin/Installer.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Modules\ClientManagement\Admin * @copyright Dennis Eichhorn diff --git a/Admin/Routes/Web/Api.php b/Admin/Routes/Web/Api.php index 7967d18..f9bafbc 100644 --- a/Admin/Routes/Web/Api.php +++ b/Admin/Routes/Web/Api.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Modules * @copyright Dennis Eichhorn diff --git a/Admin/Routes/Web/Backend.php b/Admin/Routes/Web/Backend.php index c4faf7d..0fd52eb 100755 --- a/Admin/Routes/Web/Backend.php +++ b/Admin/Routes/Web/Backend.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Modules * @copyright Dennis Eichhorn diff --git a/Admin/Status.php b/Admin/Status.php index 1b0a8d9..ad1ff7a 100755 --- a/Admin/Status.php +++ b/Admin/Status.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Modules\ClientManagement\Admin * @copyright Dennis Eichhorn diff --git a/Admin/Uninstaller.php b/Admin/Uninstaller.php index 60cfecd..e41d0c0 100755 --- a/Admin/Uninstaller.php +++ b/Admin/Uninstaller.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Modules\ClientManagement\Admin * @copyright Dennis Eichhorn diff --git a/Admin/Updater.php b/Admin/Updater.php index 50e8194..6f96614 100755 --- a/Admin/Updater.php +++ b/Admin/Updater.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Modules\ClientManagement\Admin * @copyright Dennis Eichhorn diff --git a/Controller/ApiAttributeController.php b/Controller/ApiAttributeController.php index f2ce1a5..e4b4a09 100644 --- a/Controller/ApiAttributeController.php +++ b/Controller/ApiAttributeController.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Modules\ClientManagement * @copyright Dennis Eichhorn diff --git a/Controller/ApiController.php b/Controller/ApiController.php index 3334459..ee67591 100755 --- a/Controller/ApiController.php +++ b/Controller/ApiController.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Modules\ClientManagement * @copyright Dennis Eichhorn diff --git a/Controller/BackendController.php b/Controller/BackendController.php index 6839a3e..c369c66 100755 --- a/Controller/BackendController.php +++ b/Controller/BackendController.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Modules\ClientManagement * @copyright Dennis Eichhorn diff --git a/Controller/Controller.php b/Controller/Controller.php index 19618f0..c789b57 100755 --- a/Controller/Controller.php +++ b/Controller/Controller.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Modules\ClientManagement * @copyright Dennis Eichhorn diff --git a/Controller/SearchController.php b/Controller/SearchController.php index 03e4a3d..056661d 100644 --- a/Controller/SearchController.php +++ b/Controller/SearchController.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Modules\ClientManagement * @copyright Dennis Eichhorn diff --git a/Models/Attribute/ClientAttributeMapper.php b/Models/Attribute/ClientAttributeMapper.php index 8929f73..9c14c1e 100644 --- a/Models/Attribute/ClientAttributeMapper.php +++ b/Models/Attribute/ClientAttributeMapper.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Modules\ClientManagement\Models\Attribute * @copyright Dennis Eichhorn diff --git a/Models/Attribute/ClientAttributeTypeL11nMapper.php b/Models/Attribute/ClientAttributeTypeL11nMapper.php index b3c1fe2..7b4e133 100644 --- a/Models/Attribute/ClientAttributeTypeL11nMapper.php +++ b/Models/Attribute/ClientAttributeTypeL11nMapper.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Modules\ClientManagement\Models\Attribute * @copyright Dennis Eichhorn diff --git a/Models/Attribute/ClientAttributeTypeMapper.php b/Models/Attribute/ClientAttributeTypeMapper.php index da4916a..ee7424c 100644 --- a/Models/Attribute/ClientAttributeTypeMapper.php +++ b/Models/Attribute/ClientAttributeTypeMapper.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Modules\ClientManagement\Models\Attribute * @copyright Dennis Eichhorn diff --git a/Models/Attribute/ClientAttributeValueL11nMapper.php b/Models/Attribute/ClientAttributeValueL11nMapper.php index 11d4f6b..3ca62e2 100644 --- a/Models/Attribute/ClientAttributeValueL11nMapper.php +++ b/Models/Attribute/ClientAttributeValueL11nMapper.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Modules\ClientManagement\Models\Attribute * @copyright Dennis Eichhorn diff --git a/Models/Attribute/ClientAttributeValueMapper.php b/Models/Attribute/ClientAttributeValueMapper.php index 2fdcfe4..7fe8a55 100644 --- a/Models/Attribute/ClientAttributeValueMapper.php +++ b/Models/Attribute/ClientAttributeValueMapper.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Modules\ClientManagement\Models\Attribute * @copyright Dennis Eichhorn diff --git a/Models/Client.php b/Models/Client.php index 89cef44..d7fb2d6 100755 --- a/Models/Client.php +++ b/Models/Client.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Modules\ClientManagement\Models * @copyright Dennis Eichhorn diff --git a/Models/ClientL11nMapper.php b/Models/ClientL11nMapper.php index 278c28b..2ffa826 100755 --- a/Models/ClientL11nMapper.php +++ b/Models/ClientL11nMapper.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Modules\ClientManagement\Models * @copyright Dennis Eichhorn diff --git a/Models/ClientL11nTypeMapper.php b/Models/ClientL11nTypeMapper.php index f3f909f..5148f96 100755 --- a/Models/ClientL11nTypeMapper.php +++ b/Models/ClientL11nTypeMapper.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Modules\ClientManagement\Models * @copyright Dennis Eichhorn diff --git a/Models/ClientMapper.php b/Models/ClientMapper.php index aa664b0..3f86a9c 100755 --- a/Models/ClientMapper.php +++ b/Models/ClientMapper.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Modules\ClientManagement\Models * @copyright Dennis Eichhorn diff --git a/Models/ClientStatus.php b/Models/ClientStatus.php index 12342ad..3d4ef99 100755 --- a/Models/ClientStatus.php +++ b/Models/ClientStatus.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Modules\ClientManagement\Models * @copyright Dennis Eichhorn diff --git a/Models/NullClient.php b/Models/NullClient.php index ffd4ae1..acf26e6 100755 --- a/Models/NullClient.php +++ b/Models/NullClient.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Modules\ClientManagement\Models * @copyright Dennis Eichhorn diff --git a/Models/PermissionCategory.php b/Models/PermissionCategory.php index d0d4c42..053ff93 100755 --- a/Models/PermissionCategory.php +++ b/Models/PermissionCategory.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Modules\ClientManagement\Models * @copyright Dennis Eichhorn diff --git a/Models/SettingsEnum.php b/Models/SettingsEnum.php index e29ab90..d1bd935 100644 --- a/Models/SettingsEnum.php +++ b/Models/SettingsEnum.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Modules\ClientManagement\Models * @copyright Dennis Eichhorn diff --git a/Theme/Backend/Lang/Navigation.de.lang.php b/Theme/Backend/Lang/Navigation.de.lang.php index 2ca3512..34d4a37 100755 --- a/Theme/Backend/Lang/Navigation.de.lang.php +++ b/Theme/Backend/Lang/Navigation.de.lang.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Modules\Localization * @copyright Dennis Eichhorn diff --git a/Theme/Backend/Lang/Navigation.en.lang.php b/Theme/Backend/Lang/Navigation.en.lang.php index 9bdaeb1..c068a61 100755 --- a/Theme/Backend/Lang/Navigation.en.lang.php +++ b/Theme/Backend/Lang/Navigation.en.lang.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Modules\Localization * @copyright Dennis Eichhorn diff --git a/Theme/Backend/Lang/de.lang.php b/Theme/Backend/Lang/de.lang.php index 699caf0..350f19b 100755 --- a/Theme/Backend/Lang/de.lang.php +++ b/Theme/Backend/Lang/de.lang.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Modules\Localization * @copyright Dennis Eichhorn diff --git a/Theme/Backend/Lang/en.lang.php b/Theme/Backend/Lang/en.lang.php index d42d25a..67367de 100755 --- a/Theme/Backend/Lang/en.lang.php +++ b/Theme/Backend/Lang/en.lang.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Modules\Localization * @copyright Dennis Eichhorn diff --git a/Theme/Backend/attribute-type-list.tpl.php b/Theme/Backend/attribute-type-list.tpl.php index 2b4b3c6..3844e0d 100644 --- a/Theme/Backend/attribute-type-list.tpl.php +++ b/Theme/Backend/attribute-type-list.tpl.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Modules\ItemManagement * @copyright Dennis Eichhorn diff --git a/Theme/Backend/attribute-type.tpl.php b/Theme/Backend/attribute-type.tpl.php index 59c9afc..c6c3533 100755 --- a/Theme/Backend/attribute-type.tpl.php +++ b/Theme/Backend/attribute-type.tpl.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Modules\Tasks * @copyright Dennis Eichhorn diff --git a/Theme/Backend/client-create.tpl.php b/Theme/Backend/client-create.tpl.php index 53346d6..274bd4a 100755 --- a/Theme/Backend/client-create.tpl.php +++ b/Theme/Backend/client-create.tpl.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Modules\ClientManagement * @copyright Dennis Eichhorn diff --git a/Theme/Backend/client-list.tpl.php b/Theme/Backend/client-list.tpl.php index 9ff69b2..cd5033c 100755 --- a/Theme/Backend/client-list.tpl.php +++ b/Theme/Backend/client-list.tpl.php @@ -3,7 +3,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Modules\ClientManagement * @copyright Dennis Eichhorn diff --git a/Theme/Backend/client-view.tpl.php b/Theme/Backend/client-view.tpl.php index 2aea227..dc3d129 100644 --- a/Theme/Backend/client-view.tpl.php +++ b/Theme/Backend/client-view.tpl.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Modules\ClientManagement * @copyright Dennis Eichhorn diff --git a/tests/Admin/AdminTest.php b/tests/Admin/AdminTest.php index 66ad652..dc8f13d 100755 --- a/tests/Admin/AdminTest.php +++ b/tests/Admin/AdminTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Autoloader.php b/tests/Autoloader.php index 1335c17..faa4fd2 100755 --- a/tests/Autoloader.php +++ b/tests/Autoloader.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Modules/tests * @copyright Dennis Eichhorn diff --git a/tests/Bootstrap.php b/tests/Bootstrap.php index 3b72457..6d47f43 100755 --- a/tests/Bootstrap.php +++ b/tests/Bootstrap.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Modules\ClientManagement\tests * @copyright Dennis Eichhorn diff --git a/tests/Controller/Api/ApiControllerAttributeTrait.php b/tests/Controller/Api/ApiControllerAttributeTrait.php index 56edcf0..6b6d9b0 100755 --- a/tests/Controller/Api/ApiControllerAttributeTrait.php +++ b/tests/Controller/Api/ApiControllerAttributeTrait.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Controller/Api/ApiControllerClientTrait.php b/tests/Controller/Api/ApiControllerClientTrait.php index c7e73d4..d57d103 100755 --- a/tests/Controller/Api/ApiControllerClientTrait.php +++ b/tests/Controller/Api/ApiControllerClientTrait.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Controller/ApiControllerTest.php b/tests/Controller/ApiControllerTest.php index 5efacda..fd9bcd1 100755 --- a/tests/Controller/ApiControllerTest.php +++ b/tests/Controller/ApiControllerTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Models/ClientMapperTest.php b/tests/Models/ClientMapperTest.php index c5a968f..8512bec 100755 --- a/tests/Models/ClientMapperTest.php +++ b/tests/Models/ClientMapperTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Models/ClientTest.php b/tests/Models/ClientTest.php index d605e04..22cfd2c 100755 --- a/tests/Models/ClientTest.php +++ b/tests/Models/ClientTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Models/NullClientTest.php b/tests/Models/NullClientTest.php index 0e713b5..5ad9d93 100755 --- a/tests/Models/NullClientTest.php +++ b/tests/Models/NullClientTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn