mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00: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:
parent
560704c9f3
commit
cdf3aa27df
2 changed files with 1252 additions and 438 deletions
|
@ -25,10 +25,10 @@
|
||||||
"phpbb/phpbb-core": "self.version"
|
"phpbb/phpbb-core": "self.version"
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=5.5.9",
|
"php": ">=5.6",
|
||||||
"bantu/ini-get-wrapper": "1.0.*",
|
"bantu/ini-get-wrapper": "1.0.*",
|
||||||
"google/recaptcha": "~1.1",
|
"google/recaptcha": "~1.1",
|
||||||
"guzzlehttp/guzzle": "~6.2",
|
"guzzlehttp/guzzle": "~6.3",
|
||||||
"lusitanian/oauth": "^0.8.1",
|
"lusitanian/oauth": "^0.8.1",
|
||||||
"marc1706/fast-image-size": "1.1.*",
|
"marc1706/fast-image-size": "1.1.*",
|
||||||
"paragonie/random_compat": "^1.2",
|
"paragonie/random_compat": "^1.2",
|
||||||
|
@ -55,7 +55,7 @@
|
||||||
"laravel/homestead": "~4.0",
|
"laravel/homestead": "~4.0",
|
||||||
"phing/phing": "2.4.*",
|
"phing/phing": "2.4.*",
|
||||||
"phpunit/dbunit": "~2.0",
|
"phpunit/dbunit": "~2.0",
|
||||||
"phpunit/phpunit": "~4.8",
|
"phpunit/phpunit": "^5.7",
|
||||||
"squizlabs/php_codesniffer": "2.*",
|
"squizlabs/php_codesniffer": "2.*",
|
||||||
"symfony/browser-kit": "~3.1",
|
"symfony/browser-kit": "~3.1",
|
||||||
"symfony/css-selector": "~3.1",
|
"symfony/css-selector": "~3.1",
|
||||||
|
@ -68,7 +68,7 @@
|
||||||
},
|
},
|
||||||
"config": {
|
"config": {
|
||||||
"platform": {
|
"platform": {
|
||||||
"php": "5.5.9"
|
"php": "5.6"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
1682
phpBB/composer.lock
generated
1682
phpBB/composer.lock
generated
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue