Skip to content

Commit

Permalink
Merge pull request #3 from gzumba/fix-guzzle-version
Browse files Browse the repository at this point in the history
Use more relaxed version requirement for Guzzle
  • Loading branch information
zoonman authored Jan 13, 2018
2 parents 91105ea + 4acd46e commit 8dea263
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 @@ -14,7 +14,7 @@
],
"require": {
"php": ">=5.5.0",
"guzzlehttp/guzzle": "~6.2.1"
"guzzlehttp/guzzle": "^6.2.1"
},
"require-dev": {
"phpunit/phpunit": "4.3.*"
Expand Down

0 comments on commit 8dea263

Please sign in to comment.