mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-09-01 08:00:47 +08:00
[Legacy] Update min php versions
This commit is contained in:
parent
fbce5c4f7c
commit
251cf15c56
1 changed files with 2 additions and 2 deletions
|
@ -5,10 +5,10 @@ if (!defined('sugarEntry') || !sugarEntry) {
|
|||
|
||||
// The absolute minimum version on which to install SuiteCRM
|
||||
if (!defined('SUITECRM_PHP_MIN_VERSION')){
|
||||
define('SUITECRM_PHP_MIN_VERSION', '7.3.0');
|
||||
define('SUITECRM_PHP_MIN_VERSION', '8.1.0');
|
||||
}
|
||||
|
||||
// The minimum recommended version on which to install SuiteCRM
|
||||
if (!defined('SUITECRM_PHP_REC_VERSION')){
|
||||
define('SUITECRM_PHP_REC_VERSION', '7.3.0');
|
||||
define('SUITECRM_PHP_REC_VERSION', '8.2.0');
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue