From 0a87cbc943d7437702b13d93d4139e3bfabb8817 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/Item.php | 2 +- Models/ItemMapper.php | 2 +- Theme/Backend/Lang/Navigation.en.lang.php | 2 +- Theme/Backend/Lang/en.lang.php | 2 +- Theme/Backend/item-create.tpl.php | 2 +- Theme/Backend/purchase-item-list.tpl.php | 2 +- Theme/Backend/sales-item-list.tpl.php | 2 +- Theme/Backend/stock-list.tpl.php | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/Admin/Install/Navigation.php b/Admin/Install/Navigation.php index 2b17e8f..6d738ec 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 eff74b5..cb1cb3b 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 494d834..c677f87 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 4eddbc8..87b0e1e 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 00ccd36..807ed4d 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 b4737c0..f50b104 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/Item.php b/Models/Item.php index ff7ac3e..2ad63e7 100644 --- a/Models/Item.php +++ b/Models/Item.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.1 + * PHP Version 7.2 * * @package TBD * @copyright Dennis Eichhorn diff --git a/Models/ItemMapper.php b/Models/ItemMapper.php index 0b597f9..4f0f632 100644 --- a/Models/ItemMapper.php +++ b/Models/ItemMapper.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 51c16b3..d14e5bb 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/en.lang.php b/Theme/Backend/Lang/en.lang.php index 5b894d8..d7989fe 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/item-create.tpl.php b/Theme/Backend/item-create.tpl.php index 6b33430..953758d 100644 --- a/Theme/Backend/item-create.tpl.php +++ b/Theme/Backend/item-create.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/purchase-item-list.tpl.php b/Theme/Backend/purchase-item-list.tpl.php index ab6e9b0..6b39168 100644 --- a/Theme/Backend/purchase-item-list.tpl.php +++ b/Theme/Backend/purchase-item-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/sales-item-list.tpl.php b/Theme/Backend/sales-item-list.tpl.php index 90c8c43..59a513e 100644 --- a/Theme/Backend/sales-item-list.tpl.php +++ b/Theme/Backend/sales-item-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/stock-list.tpl.php b/Theme/Backend/stock-list.tpl.php index 283f5c1..4c5b028 100644 --- a/Theme/Backend/stock-list.tpl.php +++ b/Theme/Backend/stock-list.tpl.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.1 + * PHP Version 7.2 * * @package TBD * @copyright Dennis Eichhorn