update guzzle version

This commit is contained in:
Alex-DA 2021-01-19 09:26:35 +01:00
parent 28fbd13ef6
commit 81bbe7114f
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View file

@ -1 +1,2 @@
.DS_Store
.idea

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"
},