From d25dc679e8e5bd8a8df59ba699a4b61d1d8212f5 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Thu, 3 Dec 2020 23:07:33 +0100 Subject: [PATCH] bump php version --- Admin/Installer.php | 2 +- Admin/Status.php | 2 +- Admin/Uninstaller.php | 2 +- Admin/Updater.php | 2 +- Controller/BackendController.php | 2 +- Controller/Controller.php | 2 +- Theme/Backend/Lang/en.lang.php | 2 +- tests/Admin/AdminTest.php | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Admin/Installer.php b/Admin/Installer.php index 3652d98..422e79a 100755 --- a/Admin/Installer.php +++ b/Admin/Installer.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\Contact\Admin * @copyright Dennis Eichhorn diff --git a/Admin/Status.php b/Admin/Status.php index 9f1ec5a..59a17b8 100755 --- a/Admin/Status.php +++ b/Admin/Status.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\Contact\Admin * @copyright Dennis Eichhorn diff --git a/Admin/Uninstaller.php b/Admin/Uninstaller.php index d110064..18b4c80 100755 --- a/Admin/Uninstaller.php +++ b/Admin/Uninstaller.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\Contact\Admin * @copyright Dennis Eichhorn diff --git a/Admin/Updater.php b/Admin/Updater.php index 2a34f06..fdeb382 100755 --- a/Admin/Updater.php +++ b/Admin/Updater.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\Contact\Admin * @copyright Dennis Eichhorn diff --git a/Controller/BackendController.php b/Controller/BackendController.php index e5bade4..0f16550 100755 --- a/Controller/BackendController.php +++ b/Controller/BackendController.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\Contact * @copyright Dennis Eichhorn diff --git a/Controller/Controller.php b/Controller/Controller.php index f0263a3..eacdd6e 100755 --- a/Controller/Controller.php +++ b/Controller/Controller.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\Contact * @copyright Dennis Eichhorn diff --git a/Theme/Backend/Lang/en.lang.php b/Theme/Backend/Lang/en.lang.php index fa37c4e..50009ec 100755 --- a/Theme/Backend/Lang/en.lang.php +++ b/Theme/Backend/Lang/en.lang.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\Contact * @copyright Dennis Eichhorn diff --git a/tests/Admin/AdminTest.php b/tests/Admin/AdminTest.php index 4e481ae..a7414f1 100755 --- a/tests/Admin/AdminTest.php +++ b/tests/Admin/AdminTest.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package tests * @copyright Dennis Eichhorn