Skip to content

Commit

Permalink
Support Laravel 8 ,Use Guzzle 7.x
Browse files Browse the repository at this point in the history
  • Loading branch information
hedeqiang authored Sep 17, 2020
1 parent 6acd9b5 commit df767f4
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 @@ -17,7 +17,7 @@
"require": {
"php": ">=7.0",
"tencent/tls-sig-api-v2": "1.0",
"guzzlehttp/guzzle": "^6.4"
"guzzlehttp/guzzle": "^6.4|^7.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit df767f4

Please sign in to comment.