summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json7
1 files changed, 5 insertions, 2 deletions
diff --git a/composer.json b/composer.json
index 218c247..65687a5 100644
--- a/composer.json
+++ b/composer.json
@@ -14,12 +14,12 @@
],
"require": {
"php": ">=5.5",
- "guzzlehttp/psr7": "^1.3.1",
+ "guzzlehttp/psr7": "^1.4",
"guzzlehttp/promises": "^1.0"
},
"require-dev": {
"ext-curl": "*",
- "phpunit/phpunit": "^4.0",
+ "phpunit/phpunit": "^4.0 || ^5.0",
"psr/log": "^1.0"
},
"autoload": {
@@ -33,6 +33,9 @@
"GuzzleHttp\\Tests\\": "tests/"
}
},
+ "suggest": {
+ "psr/log": "Required for using the Log middleware"
+ },
"extra": {
"branch-alias": {
"dev-master": "6.2-dev"