From 4151c323232df973f41cdbd4bb513c2e227cfa72 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/Installer.php | 2 +- Admin/Status.php | 2 +- Admin/Uninstaller.php | 2 +- Admin/Updater.php | 2 +- Controller/BackendController.php | 2 +- Controller/Controller.php | 2 +- Models/LinkType.php | 2 +- Models/NavElement.php | 2 +- Models/NavElementMapper.php | 2 +- Models/Navigation.php | 2 +- Models/NavigationType.php | 2 +- Theme/Backend/Lang/en.lang.php | 2 +- Theme/Backend/mid-side.tpl.php | 2 +- Theme/Backend/mid.tpl.php | 2 +- Theme/Backend/side.tpl.php | 2 +- Theme/Backend/splash.tpl.php | 2 +- Theme/Backend/top.tpl.php | 2 +- Views/NavigationView.php | 2 +- 18 files changed, 18 insertions(+), 18 deletions(-) diff --git a/Admin/Installer.php b/Admin/Installer.php index e81d5b8..a78c4a0 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\Navigation\Admin * @copyright Dennis Eichhorn diff --git a/Admin/Status.php b/Admin/Status.php index 795e216..fa6a3ea 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\Navigation\Admin * @copyright Dennis Eichhorn diff --git a/Admin/Uninstaller.php b/Admin/Uninstaller.php index c985985..6640131 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\Navigation\Admin * @copyright Dennis Eichhorn diff --git a/Admin/Updater.php b/Admin/Updater.php index cbbaa83..3ad33ef 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\Navigation\Admin * @copyright Dennis Eichhorn diff --git a/Controller/BackendController.php b/Controller/BackendController.php index 89f7cc7..95feb91 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\Navigation * @copyright Dennis Eichhorn diff --git a/Controller/Controller.php b/Controller/Controller.php index bd6c737..9961b3c 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\Navigation * @copyright Dennis Eichhorn diff --git a/Models/LinkType.php b/Models/LinkType.php index e537d9e..3da693c 100644 --- a/Models/LinkType.php +++ b/Models/LinkType.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.2 + * PHP Version 7.4 * * @package Modules\Navigation\Models * @copyright Dennis Eichhorn diff --git a/Models/NavElement.php b/Models/NavElement.php index 7fab677..e835715 100644 --- a/Models/NavElement.php +++ b/Models/NavElement.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.2 + * PHP Version 7.4 * * @package Modules\Navigation\Models * @copyright Dennis Eichhorn diff --git a/Models/NavElementMapper.php b/Models/NavElementMapper.php index 310398e..fb25a91 100644 --- a/Models/NavElementMapper.php +++ b/Models/NavElementMapper.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.2 + * PHP Version 7.4 * * @package Modules\Navigation * @copyright Dennis Eichhorn diff --git a/Models/Navigation.php b/Models/Navigation.php index 118ba4d..c8d8e61 100644 --- a/Models/Navigation.php +++ b/Models/Navigation.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.2 + * PHP Version 7.4 * * @package Modules\Navigation\Models * @copyright Dennis Eichhorn diff --git a/Models/NavigationType.php b/Models/NavigationType.php index 9e3e918..4b8e908 100644 --- a/Models/NavigationType.php +++ b/Models/NavigationType.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.2 + * PHP Version 7.4 * * @package Modules\Navigation\Models * @copyright Dennis Eichhorn diff --git a/Theme/Backend/Lang/en.lang.php b/Theme/Backend/Lang/en.lang.php index 189437c..615458e 100644 --- a/Theme/Backend/Lang/en.lang.php +++ b/Theme/Backend/Lang/en.lang.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.2 + * PHP Version 7.4 * * @package TBD * @copyright Dennis Eichhorn diff --git a/Theme/Backend/mid-side.tpl.php b/Theme/Backend/mid-side.tpl.php index 00752c7..652b9e5 100644 --- a/Theme/Backend/mid-side.tpl.php +++ b/Theme/Backend/mid-side.tpl.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.2 + * PHP Version 7.4 * * @package TBD * @copyright Dennis Eichhorn diff --git a/Theme/Backend/mid.tpl.php b/Theme/Backend/mid.tpl.php index 69e20a4..dcc12c2 100644 --- a/Theme/Backend/mid.tpl.php +++ b/Theme/Backend/mid.tpl.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.2 + * PHP Version 7.4 * * @package TBD * @copyright Dennis Eichhorn diff --git a/Theme/Backend/side.tpl.php b/Theme/Backend/side.tpl.php index 81feb20..63966d4 100644 --- a/Theme/Backend/side.tpl.php +++ b/Theme/Backend/side.tpl.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.2 + * PHP Version 7.4 * * @package TBD * @copyright Dennis Eichhorn diff --git a/Theme/Backend/splash.tpl.php b/Theme/Backend/splash.tpl.php index ea58133..1bdc8be 100644 --- a/Theme/Backend/splash.tpl.php +++ b/Theme/Backend/splash.tpl.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.2 + * PHP Version 7.4 * * @package TBD * @copyright Dennis Eichhorn diff --git a/Theme/Backend/top.tpl.php b/Theme/Backend/top.tpl.php index 3756a27..8caa4e9 100644 --- a/Theme/Backend/top.tpl.php +++ b/Theme/Backend/top.tpl.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.2 + * PHP Version 7.4 * * @package TBD * @copyright Dennis Eichhorn diff --git a/Views/NavigationView.php b/Views/NavigationView.php index d06b7da..10c68d6 100644 --- a/Views/NavigationView.php +++ b/Views/NavigationView.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.2 + * PHP Version 7.4 * * @package Modules\Navigation\Views * @copyright Dennis Eichhorn