mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 13:28:55 +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
f101532c09
commit
07c6e821d5
2 changed files with 411 additions and 203 deletions
|
@ -25,11 +25,11 @@
|
||||||
"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.*",
|
||||||
"composer/composer": "^1.0",
|
"composer/composer": "^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.4",
|
"paragonie/random_compat": "^1.4",
|
||||||
|
@ -56,7 +56,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.1",
|
"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",
|
||||||
|
@ -69,7 +69,7 @@
|
||||||
},
|
},
|
||||||
"config": {
|
"config": {
|
||||||
"platform": {
|
"platform": {
|
||||||
"php": "5.5.9"
|
"php": "5.6"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
606
phpBB/composer.lock
generated
606
phpBB/composer.lock
generated
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue