1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-09-09 15:50:45 +02:00

[ticket/14339] Properly state PHP version support

PHPBB3-14339
This commit is contained in:
Marc Alexander
2015-12-05 13:54:39 +01:00
parent 7eef7b2ea2
commit e8247faacc
3 changed files with 3 additions and 3 deletions

View File

@@ -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.*",