summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json9
1 files changed, 5 insertions, 4 deletions
diff --git a/composer.json b/composer.json
index 20e3353..09018b6 100644
--- a/composer.json
+++ b/composer.json
@@ -17,10 +17,10 @@
},
"require": {
"php": ">=5.5",
- "guzzlehttp/guzzle": "^5.3.3|^6.2.1",
+ "guzzlehttp/guzzle": "^5.3.3|^6.2.1|^7.0",
"guzzlehttp/psr7": "^1.4.1",
- "guzzlehttp/promises": "~1.0",
- "mtdowling/jmespath.php": "~2.2",
+ "guzzlehttp/promises": "^1.0",
+ "mtdowling/jmespath.php": "^2.5",
"ext-pcre": "*",
"ext-json": "*",
"ext-simplexml": "*"
@@ -37,7 +37,8 @@
"nette/neon": "^2.3",
"andrewsville/php-token-reflection": "^1.4",
"psr/cache": "^1.0",
- "psr/simple-cache": "^1.0"
+ "psr/simple-cache": "^1.0",
+ "sebastian/comparator": "^1.2.3"
},
"suggest": {
"ext-openssl": "Allows working with CloudFront private distributions and verifying received SNS messages",