mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-22 06:42:41 +01:00
Bump required PHP version
Test Plan: arc lint Reviewers: epriestley Reviewed By: epriestley CC: aran Differential Revision: https://secure.phabricator.com/D2127
This commit is contained in:
parent
a5f0323d5c
commit
8295bddba7
1 changed files with 1 additions and 1 deletions
|
@ -314,7 +314,7 @@ try {
|
||||||
* that exclude core functionality.
|
* that exclude core functionality.
|
||||||
*/
|
*/
|
||||||
function sanity_check_environment() {
|
function sanity_check_environment() {
|
||||||
$min_version = '5.2.0';
|
$min_version = '5.2.3';
|
||||||
$cur_version = phpversion();
|
$cur_version = phpversion();
|
||||||
if (version_compare($cur_version, $min_version, '<')) {
|
if (version_compare($cur_version, $min_version, '<')) {
|
||||||
die_with_bad_php(
|
die_with_bad_php(
|
||||||
|
|
Loading…
Reference in a new issue