1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-31 12:01:48 +02:00

[ticket/11150] Updates deps + fix various issues

PHPBB3-11150
This commit is contained in:
Tristan Darricau
2016-09-07 20:27:50 +02:00
parent 87ce6cadaf
commit fbf11d61aa
9 changed files with 448 additions and 13 deletions

View File

@@ -27,6 +27,7 @@
"require": {
"php": ">=5.5.9",
"bantu/ini-get-wrapper": "1.0.*",
"composer/composer": "^1.0",
"google/recaptcha": "~1.1",
"guzzlehttp/guzzle": "~6.2",
"lusitanian/oauth": "^0.8.1",
@@ -47,8 +48,7 @@
"symfony/routing": "~3.1",
"symfony/twig-bridge": "~3.1",
"symfony/yaml": "~3.1",
"twig/twig": "^1.0,<1.25",
"composer/composer": "^1.0"
"twig/twig": "^1.0,<1.25"
},
"require-dev": {
"fabpot/goutte": "~3.1",