Skip to content
This repository has been archived by the owner on Aug 10, 2023. It is now read-only.

Commit

Permalink
support guzzle v7
Browse files Browse the repository at this point in the history
  • Loading branch information
eyounelson committed Sep 17, 2021
1 parent 32e3155 commit 8e73fe5
Show file tree
Hide file tree
Showing 3 changed files with 362 additions and 36 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
/vendor
/vendor
/.idea
composer.lock
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
],
"require": {
"php": "^7.2",
"guzzlehttp/guzzle": "~6.0"
"guzzlehttp/guzzle": "^6.0|^7.0"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 8e73fe5

Please sign in to comment.