1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-01-17 22:28:46 +01:00

[ticket/14972] Bump PHP requirements to 5.6. Update dependencies.

Also bump to PHP 7.2 compatible versions: PHPUnit to 5.7, Guzzle to 6.3.

PHPBB3-14972
This commit is contained in:
rxu 2017-06-27 23:27:13 +07:00 committed by Marc Alexander
parent 560704c9f3
commit cdf3aa27df
No known key found for this signature in database
GPG Key ID: 50E0D2423696F995
2 changed files with 1252 additions and 438 deletions

View File

@ -25,10 +25,10 @@
"phpbb/phpbb-core": "self.version"
},
"require": {
"php": ">=5.5.9",
"php": ">=5.6",
"bantu/ini-get-wrapper": "1.0.*",
"google/recaptcha": "~1.1",
"guzzlehttp/guzzle": "~6.2",
"guzzlehttp/guzzle": "~6.3",
"lusitanian/oauth": "^0.8.1",
"marc1706/fast-image-size": "1.1.*",
"paragonie/random_compat": "^1.2",
@ -55,7 +55,7 @@
"laravel/homestead": "~4.0",
"phing/phing": "2.4.*",
"phpunit/dbunit": "~2.0",
"phpunit/phpunit": "~4.8",
"phpunit/phpunit": "^5.7",
"squizlabs/php_codesniffer": "2.*",
"symfony/browser-kit": "~3.1",
"symfony/css-selector": "~3.1",
@ -68,7 +68,7 @@
},
"config": {
"platform": {
"php": "5.5.9"
"php": "5.6"
}
}
}

1682
phpBB/composer.lock generated

File diff suppressed because it is too large Load Diff