Skip to content
This repository was archived by the owner on Nov 14, 2019. It is now read-only.

Commit 9638151

Browse files
committed
bug #182 Update Guzzle to version 5 to avoid PHP 7 issues (javiereguiluz)
This PR was squashed before being merged into the 1.0-dev branch (closes #182). Discussion ---------- Update Guzzle to version 5 to avoid PHP 7 issues `guzzlehttp/progress-subscriber` has been removed because it's declared as `DEPRECATED` and it requires Guzzle 4. Commits ------- 815b067 Update Guzzle to version 5 to avoid PHP 7 issues
2 parents eb4ba7a + 815b067 commit 9638151

File tree

3 files changed

+136
-1024
lines changed

3 files changed

+136
-1024
lines changed

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@
1414
},
1515
"require": {
1616
"php": ">=5.4.0",
17-
"guzzlehttp/guzzle": "~4.0",
18-
"guzzlehttp/progress-subscriber": "~1.1",
17+
"guzzlehttp/guzzle": "~5.0",
1918
"symfony/console": "~2.5",
2019
"symfony/filesystem": "~2.5",
2120
"raulfraile/distill": "~0.9,!=0.9.3,!=0.9.4"

0 commit comments

Comments
 (0)