Skip to content

Commit

Permalink
Merge pull request #39 from Jeroen-G/patch-1
Browse files Browse the repository at this point in the history
Rearrange Guzzle requirement
  • Loading branch information
mpociot authored Nov 24, 2016
2 parents 8ff6ace + bf78ba9 commit 0e3f90e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
},
"require": {
"php": ">=5.4.0",
"illuminate/support": "~5.0"
"illuminate/support": "~5.0",
"guzzlehttp/guzzle": "~6.0"
},
"require-dev": {
"guzzlehttp/guzzle": "~5.3 || ~6.0",
"illuminate/database": "~5.0",
"illuminate/events": "~5.0",
"mockery/mockery": "~0.9",
Expand Down

0 comments on commit 0e3f90e

Please sign in to comment.