Security update to Drupal 8.4.6
[yaffs-website] / vendor / guzzlehttp / guzzle / composer.json
index 0f4f94a500c6a12e8dc046ee0995cf70a4bca3de..0ebf81e0ba639c454419cb494ddcdf7bdbff0c6c 100644 (file)
@@ -19,7 +19,7 @@
     },
     "require-dev": {
         "ext-curl": "*",
-        "phpunit/phpunit": "^4.0",
+        "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4",
         "psr/log": "^1.0"
     },
     "autoload": {
             "GuzzleHttp\\Tests\\": "tests/"
         }
     },
+    "suggest": {
+        "psr/log": "Required for using the Log middleware"
+    },
     "extra": {
         "branch-alias": {
-            "dev-master": "6.2-dev"
+            "dev-master": "6.3-dev"
         }
     }
 }