1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-30 03:30:17 +02:00

[ticket/14431] Remote avatar uploading

replace the 3.1 way with guzzle
Adds guzzle as a dependency
Removed a test as it wont wont with guzzle (as far as I know)

PHPBB3-14431
This commit is contained in:
Scott Dutton
2016-01-25 21:45:43 +00:00
committed by Marc Alexander
parent 013d4d4633
commit cec63974c3
2 changed files with 20 additions and 103 deletions

View File

@@ -28,6 +28,7 @@
"php": ">=5.4,<7.1",
"bantu/ini-get-wrapper": "1.0.*",
"google/recaptcha": "~1.1",
"guzzle/guzzle": "~5.3",
"lusitanian/oauth": "^0.8.1",
"marc1706/fast-image-size": "1.1.*",
"patchwork/utf8": "1.1.*",