Feature/upgrade guzzle version (#57)

This commit is contained in:
Àlex A 2021-08-04 18:55:21 +02:00 committed by GitHub
commit fbf764f4fb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,7 @@
"require": {
"php": ">=5.4.0",
"aws/aws-sdk-php": "^3.52",
"guzzlehttp/guzzle": "^6.3",
"guzzlehttp/guzzle": "^6.2.1|^7.0",
"mtdowling/jmespath.php": "^2.4",
"psr/http-message": "^1.0"
},