Skip to content

Commit 11f1d82

Browse files
authored
Merge pull request #6 from bashgeek/master
Add Guzzle 7.0 Support
2 parents a9574a7 + eda705d commit 11f1d82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
],
2222
"require" : {
2323
"php" : ">=5.5",
24-
"guzzlehttp/guzzle" : "^6.2"
24+
"guzzlehttp/guzzle" : "^6.2|^7.0"
2525
},
2626
"autoload": {
2727
"psr-4": { "Amazon\\ProductAdvertisingAPI\\v1\\" : "src/" }

0 commit comments

Comments
 (0)