diff options
| author | Marc Alexander <admin@m-a-styles.de> | 2018-12-30 12:31:26 +0100 |
|---|---|---|
| committer | Marc Alexander <admin@m-a-styles.de> | 2019-05-09 21:49:57 +0200 |
| commit | e76c673e2e6a379ae7c4beccabfaaf8a5eb18371 (patch) | |
| tree | b3feec1b8b70a6ce445f348aab4cdbf70a211a5b /phpBB/phpbb/install | |
| parent | ebac54aa9e705e99a562d2fe2c0f57bc6af8dd32 (diff) | |
| download | forums-e76c673e2e6a379ae7c4beccabfaaf8a5eb18371.tar forums-e76c673e2e6a379ae7c4beccabfaaf8a5eb18371.tar.gz forums-e76c673e2e6a379ae7c4beccabfaaf8a5eb18371.tar.bz2 forums-e76c673e2e6a379ae7c4beccabfaaf8a5eb18371.tar.xz forums-e76c673e2e6a379ae7c4beccabfaaf8a5eb18371.zip | |
[ticket/14948] Update requirements and travis build matrix
PHPBB3-14948
Diffstat (limited to 'phpBB/phpbb/install')
| -rw-r--r-- | phpBB/phpbb/install/module/requirements/task/check_server_environment.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/install/module/requirements/task/check_server_environment.php b/phpBB/phpbb/install/module/requirements/task/check_server_environment.php index 29f9777747..4607ce9ec2 100644 --- a/phpBB/phpbb/install/module/requirements/task/check_server_environment.php +++ b/phpBB/phpbb/install/module/requirements/task/check_server_environment.php @@ -98,7 +98,7 @@ class check_server_environment extends \phpbb\install\task_base { $php_version = PHP_VERSION; - if (version_compare($php_version, '5.4') < 0) + if (version_compare($php_version, '7.1') < 0) { $this->response_helper->add_error_message('PHP_VERSION_REQD', 'PHP_VERSION_REQD_EXPLAIN'); |
