From 1107403b1d2c51bb7e6cc2cf3715c1a8e44658c7 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Tue, 27 Mar 2018 19:10:56 +0200 Subject: [PATCH] Change to php version 7.2 requirement --- Admin/Install/Navigation.php | 2 +- Admin/Installer.php | 2 +- Admin/Status.php | 2 +- Admin/Uninstaller.php | 2 +- Admin/Updater.php | 2 +- Controller.php | 2 +- Models/Audit.php | 2 +- Models/AuditMapper.php | 2 +- Theme/Backend/Lang/Navigation.en.lang.php | 2 +- Theme/Backend/Lang/api.en.lang.php | 2 +- Theme/Backend/Lang/en.lang.php | 2 +- Theme/Backend/account-list.tpl.php | 2 +- Theme/Backend/account-single.tpl.php | 2 +- Theme/Backend/audit-list.tpl.php | 2 +- Theme/Backend/audit-single.tpl.php | 2 +- Theme/Backend/module-list.tpl.php | 2 +- Theme/Backend/module-single.tpl.php | 2 +- 17 files changed, 17 insertions(+), 17 deletions(-) diff --git a/Admin/Install/Navigation.php b/Admin/Install/Navigation.php index 70276b5..a7dd66c 100644 --- a/Admin/Install/Navigation.php +++ b/Admin/Install/Navigation.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.1 + * PHP Version 7.2 * * @package TBD * @copyright Dennis Eichhorn diff --git a/Admin/Installer.php b/Admin/Installer.php index 365f022..77beb91 100644 --- a/Admin/Installer.php +++ b/Admin/Installer.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.1 + * PHP Version 7.2 * * @package TBD * @copyright Dennis Eichhorn diff --git a/Admin/Status.php b/Admin/Status.php index 4f8ae25..0022c67 100644 --- a/Admin/Status.php +++ b/Admin/Status.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.1 + * PHP Version 7.2 * * @package TBD * @copyright Dennis Eichhorn diff --git a/Admin/Uninstaller.php b/Admin/Uninstaller.php index 64f61b2..685bc9b 100644 --- a/Admin/Uninstaller.php +++ b/Admin/Uninstaller.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.1 + * PHP Version 7.2 * * @package TBD * @copyright Dennis Eichhorn diff --git a/Admin/Updater.php b/Admin/Updater.php index faa860b..bcb63de 100644 --- a/Admin/Updater.php +++ b/Admin/Updater.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.1 + * PHP Version 7.2 * * @package TBD * @copyright Dennis Eichhorn diff --git a/Controller.php b/Controller.php index c8f91e8..ac3bf06 100644 --- a/Controller.php +++ b/Controller.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.1 + * PHP Version 7.2 * * @package TBD * @copyright Dennis Eichhorn diff --git a/Models/Audit.php b/Models/Audit.php index 044b821..3ae5eea 100644 --- a/Models/Audit.php +++ b/Models/Audit.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.1 + * PHP Version 7.2 * * @package TBD * @copyright Dennis Eichhorn diff --git a/Models/AuditMapper.php b/Models/AuditMapper.php index 2c2b0d1..15c7f32 100644 --- a/Models/AuditMapper.php +++ b/Models/AuditMapper.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.1 + * PHP Version 7.2 * * @package TBD * @copyright Dennis Eichhorn diff --git a/Theme/Backend/Lang/Navigation.en.lang.php b/Theme/Backend/Lang/Navigation.en.lang.php index a527ab1..b78b11a 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.1 + * PHP Version 7.2 * * @package TBD * @copyright Dennis Eichhorn diff --git a/Theme/Backend/Lang/api.en.lang.php b/Theme/Backend/Lang/api.en.lang.php index c64b032..b07f33e 100644 --- a/Theme/Backend/Lang/api.en.lang.php +++ b/Theme/Backend/Lang/api.en.lang.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.1 + * PHP Version 7.2 * * @package TBD * @copyright Dennis Eichhorn diff --git a/Theme/Backend/Lang/en.lang.php b/Theme/Backend/Lang/en.lang.php index 031689b..ca62c11 100644 --- a/Theme/Backend/Lang/en.lang.php +++ b/Theme/Backend/Lang/en.lang.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.1 + * PHP Version 7.2 * * @package TBD * @copyright Dennis Eichhorn diff --git a/Theme/Backend/account-list.tpl.php b/Theme/Backend/account-list.tpl.php index 5151b80..dc7a9eb 100644 --- a/Theme/Backend/account-list.tpl.php +++ b/Theme/Backend/account-list.tpl.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.1 + * PHP Version 7.2 * * @package TBD * @copyright Dennis Eichhorn diff --git a/Theme/Backend/account-single.tpl.php b/Theme/Backend/account-single.tpl.php index 3b203b0..b971e7b 100644 --- a/Theme/Backend/account-single.tpl.php +++ b/Theme/Backend/account-single.tpl.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.1 + * PHP Version 7.2 * * @package TBD * @copyright Dennis Eichhorn diff --git a/Theme/Backend/audit-list.tpl.php b/Theme/Backend/audit-list.tpl.php index aab5894..c2f7fa0 100644 --- a/Theme/Backend/audit-list.tpl.php +++ b/Theme/Backend/audit-list.tpl.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.1 + * PHP Version 7.2 * * @package TBD * @copyright Dennis Eichhorn diff --git a/Theme/Backend/audit-single.tpl.php b/Theme/Backend/audit-single.tpl.php index 3b203b0..b971e7b 100644 --- a/Theme/Backend/audit-single.tpl.php +++ b/Theme/Backend/audit-single.tpl.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.1 + * PHP Version 7.2 * * @package TBD * @copyright Dennis Eichhorn diff --git a/Theme/Backend/module-list.tpl.php b/Theme/Backend/module-list.tpl.php index 5151b80..dc7a9eb 100644 --- a/Theme/Backend/module-list.tpl.php +++ b/Theme/Backend/module-list.tpl.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.1 + * PHP Version 7.2 * * @package TBD * @copyright Dennis Eichhorn diff --git a/Theme/Backend/module-single.tpl.php b/Theme/Backend/module-single.tpl.php index 3b203b0..b971e7b 100644 --- a/Theme/Backend/module-single.tpl.php +++ b/Theme/Backend/module-single.tpl.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.1 + * PHP Version 7.2 * * @package TBD * @copyright Dennis Eichhorn