1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/14948] Update requirements and travis build matrix

PHPBB3-14948
This commit is contained in:
Marc Alexander
2018-12-30 12:31:26 +01:00
parent ebac54aa9e
commit e76c673e2e
9 changed files with 28 additions and 35 deletions

View File

@@ -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');