From e8247faacc64dd5938a07e5aacf9e9d031933af5 Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Sat, 5 Dec 2015 13:54:39 +0100 Subject: [PATCH] [ticket/14339] Properly state PHP version support PHPBB3-14339 --- phpBB/composer.json | 2 +- phpBB/docs/INSTALL.html | 2 +- phpBB/docs/README.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/phpBB/composer.json b/phpBB/composer.json index af1cd2b329..8a177b3cf4 100644 --- a/phpBB/composer.json +++ b/phpBB/composer.json @@ -25,7 +25,7 @@ "phpbb/phpbb-core": "self.version" }, "require": { - "php": ">=5.3.3", + "php": ">=5.3.3,<7.0", "lusitanian/oauth": "0.2.*", "symfony/config": "2.3.*", "symfony/console": "2.3.*", diff --git a/phpBB/docs/INSTALL.html b/phpBB/docs/INSTALL.html index 033bb1a80b..2929c7be28 100644 --- a/phpBB/docs/INSTALL.html +++ b/phpBB/docs/INSTALL.html @@ -147,7 +147,7 @@
  • Oracle
  • -
  • PHP 5.3.3+ with support for the database you intend to use.
  • +
  • PHP 5.3.3+ and PHP < 7.0 with support for the database you intend to use.
  • The following PHP modules are required: