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

Commit ee4f05f

Browse files
committed
Update Guzzle to version 5 to avoid PHP 7 issues
1 parent 8674f70 commit ee4f05f

File tree

3 files changed

+153
-107
lines changed

3 files changed

+153
-107
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)