mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-09-04 10:14:13 +08:00
Set minimum php version back to 7.3
This commit is contained in:
parent
bed2fcbd93
commit
989923b7a6
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ if (!defined('sugarEntry') || !sugarEntry) {
|
|||
}
|
||||
|
||||
// The absolute minimum version on which to install SuiteCRM
|
||||
define('SUITECRM_PHP_MIN_VERSION', '7.4.0');
|
||||
define('SUITECRM_PHP_MIN_VERSION', '7.3.0');
|
||||
|
||||
// The minimum recommended version on which to install SuiteCRM
|
||||
define('SUITECRM_PHP_REC_VERSION', '7.4.0');
|
||||
define('SUITECRM_PHP_REC_VERSION', '7.3.0');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue