From b72abf9a0622fc7c6076844648556b032c2019cb Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Thu, 15 Aug 2019 20:45:28 +0200 Subject: [PATCH] change php version requirement --- Admin/Install/Navigation.php | 2 +- Admin/Installer.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/DashboardBoard.php | 2 +- Models/DashboardBoardMapper.php | 2 +- Models/DashboardBoardStatus.php | 2 +- Models/DashboardComponent.php | 2 +- Models/DashboardComponentMapper.php | 2 +- Models/NullDashboardBoard.php | 2 +- Models/NullDashboardComponent.php | 2 +- Models/PermissionState.php | 2 +- Theme/Backend/Lang/Navigation.en.lang.php | 2 +- 17 files changed, 17 insertions(+), 17 deletions(-) diff --git a/Admin/Install/Navigation.php b/Admin/Install/Navigation.php index 959af46..22c0fec 100644 --- a/Admin/Install/Navigation.php +++ b/Admin/Install/Navigation.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.2 + * PHP Version 7.4 * * @package Modules\Dashboard\Admin\Install * @copyright Dennis Eichhorn diff --git a/Admin/Installer.php b/Admin/Installer.php index bc26fa6..4366ed2 100644 --- a/Admin/Installer.php +++ b/Admin/Installer.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.2 + * PHP Version 7.4 * * @package Modules\Dashboard\Admin * @copyright Dennis Eichhorn diff --git a/Admin/Status.php b/Admin/Status.php index 395cb48..fa963ce 100644 --- a/Admin/Status.php +++ b/Admin/Status.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.2 + * PHP Version 7.4 * * @package Modules\Dashboard\Admin * @copyright Dennis Eichhorn diff --git a/Admin/Uninstaller.php b/Admin/Uninstaller.php index 523d958..a177ef4 100644 --- a/Admin/Uninstaller.php +++ b/Admin/Uninstaller.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.2 + * PHP Version 7.4 * * @package Modules\Dashboard\Admin * @copyright Dennis Eichhorn diff --git a/Admin/Updater.php b/Admin/Updater.php index 3244e42..c8d57cb 100644 --- a/Admin/Updater.php +++ b/Admin/Updater.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.2 + * PHP Version 7.4 * * @package Modules\Dashboard\Admin * @copyright Dennis Eichhorn diff --git a/Controller/ApiController.php b/Controller/ApiController.php index 3009b4c..d9c0335 100644 --- a/Controller/ApiController.php +++ b/Controller/ApiController.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.2 + * PHP Version 7.4 * * @package Modules\Dashboard * @copyright Dennis Eichhorn diff --git a/Controller/BackendController.php b/Controller/BackendController.php index 45010a1..611f3d2 100644 --- a/Controller/BackendController.php +++ b/Controller/BackendController.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.2 + * PHP Version 7.4 * * @package Modules\Dashboard * @copyright Dennis Eichhorn diff --git a/Controller/Controller.php b/Controller/Controller.php index a0c9843..5dc818c 100644 --- a/Controller/Controller.php +++ b/Controller/Controller.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.2 + * PHP Version 7.4 * * @package Modules\Dashboard * @copyright Dennis Eichhorn diff --git a/Models/DashboardBoard.php b/Models/DashboardBoard.php index 3f02014..c833151 100644 --- a/Models/DashboardBoard.php +++ b/Models/DashboardBoard.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.2 + * PHP Version 7.4 * * @package Modules\Dashboard * @copyright Dennis Eichhorn diff --git a/Models/DashboardBoardMapper.php b/Models/DashboardBoardMapper.php index 0ec15f2..d7df68e 100644 --- a/Models/DashboardBoardMapper.php +++ b/Models/DashboardBoardMapper.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.2 + * PHP Version 7.4 * * @package Modules\Dashboard * @copyright Dennis Eichhorn diff --git a/Models/DashboardBoardStatus.php b/Models/DashboardBoardStatus.php index ffe4492..11c2d88 100644 --- a/Models/DashboardBoardStatus.php +++ b/Models/DashboardBoardStatus.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.2 + * PHP Version 7.4 * * @package Modules\Dashboard * @copyright Dennis Eichhorn diff --git a/Models/DashboardComponent.php b/Models/DashboardComponent.php index 5a8af5a..f2cff34 100644 --- a/Models/DashboardComponent.php +++ b/Models/DashboardComponent.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.2 + * PHP Version 7.4 * * @package Modules\Dashboard * @copyright Dennis Eichhorn diff --git a/Models/DashboardComponentMapper.php b/Models/DashboardComponentMapper.php index 22afc88..642a711 100644 --- a/Models/DashboardComponentMapper.php +++ b/Models/DashboardComponentMapper.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.2 + * PHP Version 7.4 * * @package Modules\Dashboard * @copyright Dennis Eichhorn diff --git a/Models/NullDashboardBoard.php b/Models/NullDashboardBoard.php index 582822e..73ca53e 100644 --- a/Models/NullDashboardBoard.php +++ b/Models/NullDashboardBoard.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.2 + * PHP Version 7.4 * * @package Modules\Dashboard * @copyright Dennis Eichhorn diff --git a/Models/NullDashboardComponent.php b/Models/NullDashboardComponent.php index e1c6369..7ce7ddf 100644 --- a/Models/NullDashboardComponent.php +++ b/Models/NullDashboardComponent.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.2 + * PHP Version 7.4 * * @package Modules\Dashboard * @copyright Dennis Eichhorn diff --git a/Models/PermissionState.php b/Models/PermissionState.php index abee9d4..ba3cb46 100644 --- a/Models/PermissionState.php +++ b/Models/PermissionState.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.2 + * PHP Version 7.4 * * @package Modules\Dashboard * @copyright Dennis Eichhorn diff --git a/Theme/Backend/Lang/Navigation.en.lang.php b/Theme/Backend/Lang/Navigation.en.lang.php index 91bb878..54781e8 100644 --- a/Theme/Backend/Lang/Navigation.en.lang.php +++ b/Theme/Backend/Lang/Navigation.en.lang.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.2 + * PHP Version 7.4 * * @package TBD * @copyright Dennis Eichhorn