diff --git a/phpBB/composer.json b/phpBB/composer.json index 9d52712655..8db3cb1348 100644 --- a/phpBB/composer.json +++ b/phpBB/composer.json @@ -25,7 +25,7 @@ "phpbb/phpbb-core": "self.version" }, "require": { - "php": ">=5.4", + "php": ">=5.4,<7.1", "bantu/ini-get-wrapper": "1.0.*", "google/recaptcha": "~1.1", "lusitanian/oauth": "0.2.*", diff --git a/phpBB/docs/INSTALL.html b/phpBB/docs/INSTALL.html index a5b1778848..86b320d197 100644 --- a/phpBB/docs/INSTALL.html +++ b/phpBB/docs/INSTALL.html @@ -147,7 +147,7 @@
  • Oracle
  • -
  • PHP 5.4.0+ with support for the database you intend to use.
  • +
  • PHP 5.4.0+ and PHP < 7.1 with support for the database you intend to use.
  • The following PHP modules are required: