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/common.php | |
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/common.php')
-rw-r--r-- | phpBB/common.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/common.php b/phpBB/common.php index 230afd44e0..fc009dd8c4 100644 --- a/phpBB/common.php +++ b/phpBB/common.php @@ -12,7 +12,7 @@ */ /** -* Minimum Requirement: PHP 5.4.0 +* Minimum Requirement: PHP 7.1.0 */ if (!defined('IN_PHPBB')) |