summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-02-24 08:59:14 +0100
committerRemi Collet <remi@remirepo.net>2020-02-24 08:59:14 +0100
commit8c9069ba7407068a5897b0bae8a83d69dc8bb8fd (patch)
treef36d3a1c6456f9c189d1f9e34e8b7fee69ca9a1b /composer.json
parenteb7f4ac5eef50f2c9f437b0aa5595df8aa59c50c (diff)
v3.133.20 from Fedora
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",