diff options
author | 3D-I <480857+3D-I@users.noreply.github.com> | 2019-12-31 22:07:38 +0100 |
---|---|---|
committer | 3D-I <480857+3D-I@users.noreply.github.com> | 2019-12-31 22:08:18 +0100 |
commit | 7ef52f723cbf9714fd5e8a94f6a9b0c7b3085f1e (patch) | |
tree | aaf161901b9cee12f73dbf2727caa4bc6d5f91d0 /phpBB/common.php | |
parent | 6ee537b3f2f45b300e38a55759566abb0752ec0f (diff) | |
download | forums-7ef52f723cbf9714fd5e8a94f6a9b0c7b3085f1e.tar forums-7ef52f723cbf9714fd5e8a94f6a9b0c7b3085f1e.tar.gz forums-7ef52f723cbf9714fd5e8a94f6a9b0c7b3085f1e.tar.bz2 forums-7ef52f723cbf9714fd5e8a94f6a9b0c7b3085f1e.tar.xz forums-7ef52f723cbf9714fd5e8a94f6a9b0c7b3085f1e.zip |
[ticket/16283] Update requirements for 3.3.0
PHPBB3-16283
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 fc009dd8c4..e25274d3f4 100644 --- a/phpBB/common.php +++ b/phpBB/common.php @@ -12,7 +12,7 @@ */ /** -* Minimum Requirement: PHP 7.1.0 +* Minimum Requirement: PHP 7.1.3 */ if (!defined('IN_PHPBB')) |