1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-03-20 23:51:28 +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
parent f101532c09
commit 07c6e821d5
2 changed files with 411 additions and 203 deletions

View File

@ -25,11 +25,11 @@
"phpbb/phpbb-core": "self.version"
},
"require": {
"php": ">=5.5.9",
"php": ">=5.6",
"bantu/ini-get-wrapper": "1.0.*",
"composer/composer": "^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.4",
@ -56,7 +56,7 @@
"laravel/homestead": "~4.0",
"phing/phing": "2.4.*",
"phpunit/dbunit": "~2.0",
"phpunit/phpunit": "^4.1",
"phpunit/phpunit": "^5.7",
"squizlabs/php_codesniffer": "2.*",
"symfony/browser-kit": "~3.1",
"symfony/css-selector": "~3.1",
@ -69,7 +69,7 @@
},
"config": {
"platform": {
"php": "5.5.9"
"php": "5.6"
}
}
}

606
phpBB/composer.lock generated

File diff suppressed because it is too large Load Diff