From c89dc0395674f1b63cf3d28f7093be4be7b4dd04 Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Thu, 13 Oct 2016 22:22:18 +0200 Subject: [PATCH] update php-http/client-common version constraint The dependencies before could not have been resolved. Thus, it was not possible to run the test suite at all. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 2afd3b56dbb..0f027a67156 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "php-http/httplug": "^1.1", "php-http/discovery": "^1.0", "php-http/client-implementation": "^1.0", - "php-http/client-common": "^1.3", + "php-http/client-common": "^1.2", "php-http/cache-plugin": "^1.2" }, "require-dev": {