Skip to content

Commit

Permalink
Merge pull request #449 from GrahamCampbell/patch-1
Browse files Browse the repository at this point in the history
Support Guzzle 7
  • Loading branch information
taylorotwell authored May 29, 2020
2 parents fbba587 + 0f53f56 commit a6f3d44
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
"require": {
"php": "^7.1.3",
"ext-json": "*",
"guzzlehttp/guzzle": "~6.0",
"illuminate/http": "~5.7.0|~5.8.0|^6.0|^7.0",
"illuminate/support": "~5.7.0|~5.8.0|^6.0|^7.0",
"league/oauth1-client": "~1.0"
"guzzlehttp/guzzle": "^6.0|^7.0",
"illuminate/http": "^5.7|^6.0|^7.0",
"illuminate/support": "^5.7|^6.0|^7.0",
"league/oauth1-client": "^1.0"
},
"require-dev": {
"illuminate/contracts": "~5.7.0|~5.8.0|^6.0|^7.0",
"illuminate/contracts": "^5.7|^6.0|^7.0",
"mockery/mockery": "^1.0",
"phpunit/phpunit": "^7.0|^8.0"
},
Expand Down

0 comments on commit a6f3d44

Please sign in to comment.