1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-31 12:01:48 +02:00

[ticket/14797] Support PHP 7.1 and clearly state support for latest versions

PHPBB3-14797
This commit is contained in:
Marc Alexander
2016-09-25 12:54:01 +02:00
parent 164f0e031d
commit 9e52ed9af1
5 changed files with 6 additions and 7 deletions

View File

@@ -25,7 +25,7 @@
"phpbb/phpbb-core": "self.version"
},
"require": {
"php": ">=5.4,<7.1",
"php": ">=5.4",
"bantu/ini-get-wrapper": "1.0.*",
"google/recaptcha": "~1.1",
"guzzlehttp/guzzle": "~5.3",