From 504d329de55eda28f46d80e9c0b18875b590a77a 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 +- Theme/Backend/Lang/Navigation.en.lang.php | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Admin/Install/Navigation.php b/Admin/Install/Navigation.php index b806843..868880d 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 bfd587b..8f37bdf 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 cfbe739..0d13042 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 5f0d16d..4b6c4c7 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 c103eca..135b531 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 6d1d1c7..d46c5c2 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/Theme/Backend/Lang/Navigation.en.lang.php b/Theme/Backend/Lang/Navigation.en.lang.php index 8d788ad..44d4f4f 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