From 679227e2021bf8401e35b58fef16e6492d844593 Mon Sep 17 00:00:00 2001 From: Seamus Lee Date: Tue, 18 Dec 2018 17:00:47 +1100 Subject: [PATCH] Bump Minimum Required PHP to be 5.6 --- CRM/Upgrade/Form.php | 2 +- CRM/Upgrade/Incremental/General.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CRM/Upgrade/Form.php b/CRM/Upgrade/Form.php index 34a333e54a..16a2740d67 100644 --- a/CRM/Upgrade/Form.php +++ b/CRM/Upgrade/Form.php @@ -50,7 +50,7 @@ class CRM_Upgrade_Form extends CRM_Core_Form { /** * Minimum php version required to run (equal to or lower than the minimum install version) */ - const MINIMUM_PHP_VERSION = '5.5'; + const MINIMUM_PHP_VERSION = '5.6'; protected $_config; diff --git a/CRM/Upgrade/Incremental/General.php b/CRM/Upgrade/Incremental/General.php index 7689768416..ee0ac2de9c 100644 --- a/CRM/Upgrade/Incremental/General.php +++ b/CRM/Upgrade/Incremental/General.php @@ -53,7 +53,7 @@ class CRM_Upgrade_Incremental_General { * * @see install/index.php */ - const MIN_INSTALL_PHP_VER = '5.5'; + const MIN_INSTALL_PHP_VER = '5.6'; /** * Compute any messages which should be displayed before upgrade. -- 2.25.1