projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dfeca6f
)
Bump recommended php version to 7.1 and min recommended to 7.0
author
Coleman Watts
<coleman@civicrm.org>
Sat, 4 Aug 2018 22:30:38 +0000
(18:30 -0400)
committer
Coleman Watts
<coleman@civicrm.org>
Sat, 4 Aug 2018 22:30:38 +0000
(18:30 -0400)
CRM/Upgrade/Incremental/General.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Upgrade/Incremental/General.php
b/CRM/Upgrade/Incremental/General.php
index 3575ce91c9aa66407d601bbdb33938abe8c89eec..289f8d15dffd256c1867dfa3bc6b7133231b502d 100644
(file)
--- a/
CRM/Upgrade/Incremental/General.php
+++ b/
CRM/Upgrade/Incremental/General.php
@@
-41,12
+41,12
@@
class CRM_Upgrade_Incremental_General {
/**
* The recommended PHP version.
*/
- const RECOMMENDED_PHP_VER = '7.
0
';
+ const RECOMMENDED_PHP_VER = '7.
1
';
/**
* The previous recommended PHP version.
*/
- const MIN_RECOMMENDED_PHP_VER = '
5.6
';
+ const MIN_RECOMMENDED_PHP_VER = '
7.0
';
/**
* The minimum PHP version required to install Civi.