From f3eef315bc84b90cad6f218458030e6e59628480 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/Department.php | 2 +- Models/DepartmentMapper.php | 2 +- Models/NullDepartment.php | 2 +- Models/NullPosition.php | 2 +- Models/NullUnit.php | 2 +- Models/PermissionState.php | 2 +- Models/Position.php | 2 +- Models/PositionMapper.php | 2 +- Models/Status.php | 2 +- Models/Unit.php | 2 +- Models/UnitMapper.php | 2 +- Theme/Backend/Lang/Navigation.en.lang.php | 2 +- Theme/Backend/Lang/en.lang.php | 2 +- Theme/Backend/department-create.tpl.php | 2 +- Theme/Backend/department-list.tpl.php | 2 +- Theme/Backend/department-profile.tpl.php | 2 +- Theme/Backend/position-create.tpl.php | 2 +- Theme/Backend/position-list.tpl.php | 2 +- Theme/Backend/position-profile.tpl.php | 2 +- Theme/Backend/unit-create.tpl.php | 2 +- Theme/Backend/unit-list.tpl.php | 2 +- Theme/Backend/unit-profile.tpl.php | 2 +- 28 files changed, 28 insertions(+), 28 deletions(-) diff --git a/Admin/Install/Navigation.php b/Admin/Install/Navigation.php index 8d07304..224aaf4 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 Modules\Organization\Admin\Install * @copyright Dennis Eichhorn diff --git a/Admin/Installer.php b/Admin/Installer.php index c53634f..9756f68 100644 --- a/Admin/Installer.php +++ b/Admin/Installer.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.1 + * PHP Version 7.2 * * @package Modules\Organization\Admin * @copyright Dennis Eichhorn diff --git a/Admin/Status.php b/Admin/Status.php index 73c3249..f7afc54 100644 --- a/Admin/Status.php +++ b/Admin/Status.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.1 + * PHP Version 7.2 * * @package Modules\Organization\Admin * @copyright Dennis Eichhorn diff --git a/Admin/Uninstaller.php b/Admin/Uninstaller.php index 7fd81e9..762416e 100644 --- a/Admin/Uninstaller.php +++ b/Admin/Uninstaller.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.1 + * PHP Version 7.2 * * @package Modules\Organization\Admin * @copyright Dennis Eichhorn diff --git a/Admin/Updater.php b/Admin/Updater.php index 3063f83..a3f0920 100644 --- a/Admin/Updater.php +++ b/Admin/Updater.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.1 + * PHP Version 7.2 * * @package Modules\Organization\Admin * @copyright Dennis Eichhorn diff --git a/Controller.php b/Controller.php index 458f94c..a006634 100644 --- a/Controller.php +++ b/Controller.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.1 + * PHP Version 7.2 * * @package Modules\Organization * @copyright Dennis Eichhorn diff --git a/Models/Department.php b/Models/Department.php index 390adba..5e4df7b 100644 --- a/Models/Department.php +++ b/Models/Department.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.1 + * PHP Version 7.2 * * @package Modules\Organization * @copyright Dennis Eichhorn diff --git a/Models/DepartmentMapper.php b/Models/DepartmentMapper.php index 1ed0318..cc76846 100644 --- a/Models/DepartmentMapper.php +++ b/Models/DepartmentMapper.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.1 + * PHP Version 7.2 * * @package Modules\Organization * @copyright Dennis Eichhorn diff --git a/Models/NullDepartment.php b/Models/NullDepartment.php index 61286e5..b52a458 100644 --- a/Models/NullDepartment.php +++ b/Models/NullDepartment.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.1 + * PHP Version 7.2 * * @package Modules\Organization * @copyright Dennis Eichhorn diff --git a/Models/NullPosition.php b/Models/NullPosition.php index c6b5652..bd59973 100644 --- a/Models/NullPosition.php +++ b/Models/NullPosition.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.1 + * PHP Version 7.2 * * @package Modules\Organization * @copyright Dennis Eichhorn diff --git a/Models/NullUnit.php b/Models/NullUnit.php index c451768..725b889 100644 --- a/Models/NullUnit.php +++ b/Models/NullUnit.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.1 + * PHP Version 7.2 * * @package Modules\Organization * @copyright Dennis Eichhorn diff --git a/Models/PermissionState.php b/Models/PermissionState.php index 38f0cc1..9d95e46 100644 --- a/Models/PermissionState.php +++ b/Models/PermissionState.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.1 + * PHP Version 7.2 * * @package Modules\Organization * @copyright Dennis Eichhorn diff --git a/Models/Position.php b/Models/Position.php index 1a5f399..e8ae3c8 100644 --- a/Models/Position.php +++ b/Models/Position.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.1 + * PHP Version 7.2 * * @package Modules\Organization * @copyright Dennis Eichhorn diff --git a/Models/PositionMapper.php b/Models/PositionMapper.php index c116b74..fa384ae 100644 --- a/Models/PositionMapper.php +++ b/Models/PositionMapper.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.1 + * PHP Version 7.2 * * @package Modules\Organization * @copyright Dennis Eichhorn diff --git a/Models/Status.php b/Models/Status.php index 11c5c35..145fe63 100644 --- a/Models/Status.php +++ b/Models/Status.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.1 + * PHP Version 7.2 * * @package Modules\Organization * @copyright Dennis Eichhorn diff --git a/Models/Unit.php b/Models/Unit.php index 7b3be6a..478e761 100644 --- a/Models/Unit.php +++ b/Models/Unit.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.1 + * PHP Version 7.2 * * @package Modules\Organization * @copyright Dennis Eichhorn diff --git a/Models/UnitMapper.php b/Models/UnitMapper.php index 5196049..38a2f56 100644 --- a/Models/UnitMapper.php +++ b/Models/UnitMapper.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.1 + * PHP Version 7.2 * * @package Modules\Organization * @copyright Dennis Eichhorn diff --git a/Theme/Backend/Lang/Navigation.en.lang.php b/Theme/Backend/Lang/Navigation.en.lang.php index 6bb7575..5a713bb 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 b2bd86c..ba777de 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/department-create.tpl.php b/Theme/Backend/department-create.tpl.php index fcd0458..f1a4f41 100644 --- a/Theme/Backend/department-create.tpl.php +++ b/Theme/Backend/department-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/department-list.tpl.php b/Theme/Backend/department-list.tpl.php index c709e2c..33aa9f4 100644 --- a/Theme/Backend/department-list.tpl.php +++ b/Theme/Backend/department-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/department-profile.tpl.php b/Theme/Backend/department-profile.tpl.php index bfd28f0..674d364 100644 --- a/Theme/Backend/department-profile.tpl.php +++ b/Theme/Backend/department-profile.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/position-create.tpl.php b/Theme/Backend/position-create.tpl.php index 573a4fa..1b62715 100644 --- a/Theme/Backend/position-create.tpl.php +++ b/Theme/Backend/position-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/position-list.tpl.php b/Theme/Backend/position-list.tpl.php index 9eef193..c512223 100644 --- a/Theme/Backend/position-list.tpl.php +++ b/Theme/Backend/position-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/position-profile.tpl.php b/Theme/Backend/position-profile.tpl.php index 3edf785..f8f7675 100644 --- a/Theme/Backend/position-profile.tpl.php +++ b/Theme/Backend/position-profile.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/unit-create.tpl.php b/Theme/Backend/unit-create.tpl.php index d8a9c83..3555902 100644 --- a/Theme/Backend/unit-create.tpl.php +++ b/Theme/Backend/unit-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/unit-list.tpl.php b/Theme/Backend/unit-list.tpl.php index 924f436..ff2b94b 100644 --- a/Theme/Backend/unit-list.tpl.php +++ b/Theme/Backend/unit-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/unit-profile.tpl.php b/Theme/Backend/unit-profile.tpl.php index 5bbbb33..1be7de7 100644 --- a/Theme/Backend/unit-profile.tpl.php +++ b/Theme/Backend/unit-profile.tpl.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.1 + * PHP Version 7.2 * * @package TBD * @copyright Dennis Eichhorn