Skip to content

Commit

Permalink
Remove Guzzle version limit
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Zhang committed Oct 6, 2021
1 parent f3b1fa9 commit ea7715f
Show file tree
Hide file tree
Showing 2 changed files with 1,810 additions and 1,488 deletions.
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": ">=7.1 <8.0",
"ext-json": "*",
"guzzlehttp/guzzle": ">=4.1.4 <7.0"
"guzzlehttp/guzzle": ">=4.1.4"
},
"require-dev": {
"phpunit/phpunit": "7.5.20",
Expand Down
Loading

0 comments on commit ea7715f

Please sign in to comment.