Skip to content

Commit

Permalink
Merge pull request #6 from bashgeek/master
Browse files Browse the repository at this point in the history
Add Guzzle 7.0 Support
  • Loading branch information
justinyost authored Sep 18, 2020
2 parents a9574a7 + eda705d commit 11f1d82
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 @@ -21,7 +21,7 @@
],
"require" : {
"php" : ">=5.5",
"guzzlehttp/guzzle" : "^6.2"
"guzzlehttp/guzzle" : "^6.2|^7.0"
},
"autoload": {
"psr-4": { "Amazon\\ProductAdvertisingAPI\\v1\\" : "src/" }
Expand Down

0 comments on commit 11f1d82

Please sign in to comment.