From 69d34beb36d510f0a35cca436770ced4abdc780b Mon Sep 17 00:00:00 2001 From: Christophe Coevoet Date: Tue, 2 May 2017 10:47:10 +0200 Subject: [PATCH] Fix the min version for client-common The 1.0 release does not depend on the php-http/message and so does not bring the message factories, making testing painful --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 4ba2dd6..2cd62ee 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ "require": { "php": "^5.5 || ^7.0", "php-http/httplug": "^1.0", - "php-http/client-common": "^1.0", + "php-http/client-common": "^1.1", "php-http/discovery": "^1.0", "php-http/message-factory": "^1.0" },