From a1cb772615dd6807cc97e7f4fd11fa768c402828 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/Media.php | 2 +- Admin/Installer.php | 2 +- Admin/Routes/Web/Api.php | 2 +- Admin/Status.php | 2 +- Admin/Uninstaller.php | 2 +- Admin/Updater.php | 2 +- Controller/ApiController.php | 2 +- Controller/BackendController.php | 2 +- Controller/Controller.php | 2 +- Models/Comment.php | 2 +- Models/CommentList.php | 2 +- Models/CommentListMapper.php | 2 +- Models/CommentListStatus.php | 2 +- Models/CommentMapper.php | 2 +- Models/CommentStatus.php | 2 +- Models/CommentVote.php | 2 +- Models/CommentVoteMapper.php | 2 +- Models/NullComment.php | 2 +- Models/NullCommentList.php | 2 +- Models/NullCommentVote.php | 2 +- Models/PermissionCategory.php | 2 +- Theme/Backend/Components/Comment/CreateView.php | 2 +- Theme/Backend/Components/Comment/ListView.php | 2 +- Theme/Backend/Components/Comment/create.tpl.php | 2 +- Theme/Backend/Components/Comment/list.tpl.php | 2 +- Theme/Backend/Lang/de.lang.php | 2 +- Theme/Backend/Lang/en.lang.php | 2 +- tests/Admin/AdminTest.php | 2 +- tests/Autoloader.php | 2 +- tests/Bootstrap.php | 2 +- tests/Controller/ApiControllerTest.php | 2 +- tests/Models/CommentListMapperTest.php | 2 +- tests/Models/CommentListTest.php | 2 +- tests/Models/CommentMapperTest.php | 2 +- tests/Models/CommentTest.php | 2 +- tests/Models/CommentVoteMapperTest.php | 2 +- tests/Models/CommentVoteTest.php | 2 +- tests/Models/NullCommentListTest.php | 2 +- tests/Models/NullCommentTest.php | 2 +- tests/Models/NullCommentVoteTest.php | 2 +- 40 files changed, 40 insertions(+), 40 deletions(-) diff --git a/Admin/Install/Media.php b/Admin/Install/Media.php index e78dbe8..0e037f7 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\Comments\Admin\Install * @copyright Dennis Eichhorn diff --git a/Admin/Installer.php b/Admin/Installer.php index d4957dd..738fcab 100755 --- a/Admin/Installer.php +++ b/Admin/Installer.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Modules\Comments\Admin * @copyright Dennis Eichhorn diff --git a/Admin/Routes/Web/Api.php b/Admin/Routes/Web/Api.php index a777619..3b62f56 100755 --- 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/Status.php b/Admin/Status.php index 78e8782..02a04c2 100755 --- a/Admin/Status.php +++ b/Admin/Status.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Modules\Comments\Admin * @copyright Dennis Eichhorn diff --git a/Admin/Uninstaller.php b/Admin/Uninstaller.php index b706941..aa70378 100755 --- a/Admin/Uninstaller.php +++ b/Admin/Uninstaller.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Modules\Comments\Admin * @copyright Dennis Eichhorn diff --git a/Admin/Updater.php b/Admin/Updater.php index f245ebe..757607c 100755 --- a/Admin/Updater.php +++ b/Admin/Updater.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Modules\Comments\Admin * @copyright Dennis Eichhorn diff --git a/Controller/ApiController.php b/Controller/ApiController.php index 085da01..c3e8681 100755 --- a/Controller/ApiController.php +++ b/Controller/ApiController.php @@ -3,7 +3,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Modules\Comments * @copyright Dennis Eichhorn diff --git a/Controller/BackendController.php b/Controller/BackendController.php index de4eb48..a9bee4a 100755 --- a/Controller/BackendController.php +++ b/Controller/BackendController.php @@ -3,7 +3,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Modules\Comments * @copyright Dennis Eichhorn diff --git a/Controller/Controller.php b/Controller/Controller.php index dbe5760..7727151 100755 --- a/Controller/Controller.php +++ b/Controller/Controller.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Modules\Comments * @copyright Dennis Eichhorn diff --git a/Models/Comment.php b/Models/Comment.php index 8c78e28..6b44c83 100755 --- a/Models/Comment.php +++ b/Models/Comment.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Modules\Comments\Models * @copyright Dennis Eichhorn diff --git a/Models/CommentList.php b/Models/CommentList.php index a55df3a..61ea347 100755 --- a/Models/CommentList.php +++ b/Models/CommentList.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Modules\Comments\Models * @copyright Dennis Eichhorn diff --git a/Models/CommentListMapper.php b/Models/CommentListMapper.php index a03ad5b..98af482 100755 --- a/Models/CommentListMapper.php +++ b/Models/CommentListMapper.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Modules\Comments\Models * @copyright Dennis Eichhorn diff --git a/Models/CommentListStatus.php b/Models/CommentListStatus.php index 9139a32..c10e095 100755 --- a/Models/CommentListStatus.php +++ b/Models/CommentListStatus.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Modules\Comments\Models * @copyright Dennis Eichhorn diff --git a/Models/CommentMapper.php b/Models/CommentMapper.php index 7c2491a..3915ba1 100755 --- a/Models/CommentMapper.php +++ b/Models/CommentMapper.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Modules\Comments\Models * @copyright Dennis Eichhorn diff --git a/Models/CommentStatus.php b/Models/CommentStatus.php index 020bbdd..2d77999 100755 --- a/Models/CommentStatus.php +++ b/Models/CommentStatus.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Modules\Comments\Models * @copyright Dennis Eichhorn diff --git a/Models/CommentVote.php b/Models/CommentVote.php index e36e5e7..bc2b8f2 100755 --- a/Models/CommentVote.php +++ b/Models/CommentVote.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Modules\Comments\Models * @copyright Dennis Eichhorn diff --git a/Models/CommentVoteMapper.php b/Models/CommentVoteMapper.php index 3881671..44f095e 100755 --- a/Models/CommentVoteMapper.php +++ b/Models/CommentVoteMapper.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Modules\Comments\Models * @copyright Dennis Eichhorn diff --git a/Models/NullComment.php b/Models/NullComment.php index 12465c8..133a2fe 100755 --- a/Models/NullComment.php +++ b/Models/NullComment.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Modules\Comment\Models * @copyright Dennis Eichhorn diff --git a/Models/NullCommentList.php b/Models/NullCommentList.php index 1017cd5..ebe4342 100755 --- a/Models/NullCommentList.php +++ b/Models/NullCommentList.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Modules\Comment\Models * @copyright Dennis Eichhorn diff --git a/Models/NullCommentVote.php b/Models/NullCommentVote.php index a74b025..32b14f5 100755 --- a/Models/NullCommentVote.php +++ b/Models/NullCommentVote.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Modules\Comment\Models * @copyright Dennis Eichhorn diff --git a/Models/PermissionCategory.php b/Models/PermissionCategory.php index c586bf8..51d2882 100755 --- a/Models/PermissionCategory.php +++ b/Models/PermissionCategory.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Modules\Comments\Models * @copyright Dennis Eichhorn diff --git a/Theme/Backend/Components/Comment/CreateView.php b/Theme/Backend/Components/Comment/CreateView.php index 5615761..b7ab716 100755 --- a/Theme/Backend/Components/Comment/CreateView.php +++ b/Theme/Backend/Components/Comment/CreateView.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Modules\Comments * @copyright Dennis Eichhorn diff --git a/Theme/Backend/Components/Comment/ListView.php b/Theme/Backend/Components/Comment/ListView.php index 57f15f8..2933c2d 100755 --- a/Theme/Backend/Components/Comment/ListView.php +++ b/Theme/Backend/Components/Comment/ListView.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Modules\Comments * @copyright Dennis Eichhorn diff --git a/Theme/Backend/Components/Comment/create.tpl.php b/Theme/Backend/Components/Comment/create.tpl.php index 95a2054..4f1348b 100755 --- a/Theme/Backend/Components/Comment/create.tpl.php +++ b/Theme/Backend/Components/Comment/create.tpl.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Template * @copyright Dennis Eichhorn diff --git a/Theme/Backend/Components/Comment/list.tpl.php b/Theme/Backend/Components/Comment/list.tpl.php index 5f0ef29..b28ca34 100755 --- a/Theme/Backend/Components/Comment/list.tpl.php +++ b/Theme/Backend/Components/Comment/list.tpl.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Template * @copyright Dennis Eichhorn diff --git a/Theme/Backend/Lang/de.lang.php b/Theme/Backend/Lang/de.lang.php index d2ed381..12d70f2 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 9d1a3b2..3d81ef5 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/tests/Admin/AdminTest.php b/tests/Admin/AdminTest.php index d5ef1dc..548302f 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 2013 Dennis Eichhorn diff --git a/tests/Autoloader.php b/tests/Autoloader.php index 70ea295..dcb12a5 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 979b866..713f493 100755 --- a/tests/Bootstrap.php +++ b/tests/Bootstrap.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Modules\Comments\tests * @copyright Dennis Eichhorn diff --git a/tests/Controller/ApiControllerTest.php b/tests/Controller/ApiControllerTest.php index 7f6ad19..ad9e7fa 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/CommentListMapperTest.php b/tests/Models/CommentListMapperTest.php index 48576f1..4bd44eb 100755 --- a/tests/Models/CommentListMapperTest.php +++ b/tests/Models/CommentListMapperTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Models/CommentListTest.php b/tests/Models/CommentListTest.php index d77fed8..ecc95c2 100755 --- a/tests/Models/CommentListTest.php +++ b/tests/Models/CommentListTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Models/CommentMapperTest.php b/tests/Models/CommentMapperTest.php index 1047813..9255be4 100755 --- a/tests/Models/CommentMapperTest.php +++ b/tests/Models/CommentMapperTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Models/CommentTest.php b/tests/Models/CommentTest.php index 5fd94da..7c37aa5 100755 --- a/tests/Models/CommentTest.php +++ b/tests/Models/CommentTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Models/CommentVoteMapperTest.php b/tests/Models/CommentVoteMapperTest.php index 923f644..313698d 100755 --- a/tests/Models/CommentVoteMapperTest.php +++ b/tests/Models/CommentVoteMapperTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Models/CommentVoteTest.php b/tests/Models/CommentVoteTest.php index 18e1f16..4224d32 100755 --- a/tests/Models/CommentVoteTest.php +++ b/tests/Models/CommentVoteTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Models/NullCommentListTest.php b/tests/Models/NullCommentListTest.php index da9ed61..a24b00f 100755 --- a/tests/Models/NullCommentListTest.php +++ b/tests/Models/NullCommentListTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Models/NullCommentTest.php b/tests/Models/NullCommentTest.php index 10036d7..709e80a 100755 --- a/tests/Models/NullCommentTest.php +++ b/tests/Models/NullCommentTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Models/NullCommentVoteTest.php b/tests/Models/NullCommentVoteTest.php index 382e7f4..0cc1f8a 100755 --- a/tests/Models/NullCommentVoteTest.php +++ b/tests/Models/NullCommentVoteTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn