Skip to content

Commit

Permalink
Merge pull request #148 from madikarizma/fix.guzzle-version-php-7
Browse files Browse the repository at this point in the history
Update Guzzle version to fix "Warning: count()..."
  • Loading branch information
srenault authored Feb 5, 2018
2 parents d90a2fb + 732a22a commit adffcec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"ext-curl": "*",
"ext-json": "*",
"ext-mbstring": "*",
"guzzlehttp/guzzle": "^6.2"
"guzzlehttp/guzzle": "^6.3"
},
"require-dev": {
"phpunit/phpunit": "^4.1",
Expand Down

0 comments on commit adffcec

Please sign in to comment.