Skip to content

Commit

Permalink
Merge pull request #15 from ellipsesynergie/add-guzzle-v5-support
Browse files Browse the repository at this point in the history
Add Guzzle 5 support
  • Loading branch information
ChrisRM committed Jan 12, 2016
2 parents 48c28f0 + d3c1881 commit 39de68b
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 @@ -22,7 +22,7 @@
},
"require": {
"php": ">=5.5.0",
"guzzlehttp/guzzle": "~6.0",
"guzzlehttp/guzzle": "~5.0|~6.0",
"illuminate/support": "~5.0"
},
"require-dev": {
Expand Down

0 comments on commit 39de68b

Please sign in to comment.