From afa690f2c68db23c9a4715800e1629c9c45bf9b7 Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Sat, 3 Sep 2016 11:07:05 +0100 Subject: [PATCH] Bumped min versions to address the plugin interface issues --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 188808e50b4..2afd3b56dbb 100644 --- a/composer.json +++ b/composer.json @@ -20,14 +20,14 @@ "php": "^5.5 || ^7.0", "psr/http-message": "^1.0", "psr/cache": "^1.0", - "php-http/httplug": "^1.0", + "php-http/httplug": "^1.1", "php-http/discovery": "^1.0", "php-http/client-implementation": "^1.0", - "php-http/client-common": "^1.1", + "php-http/client-common": "^1.3", "php-http/cache-plugin": "^1.2" }, "require-dev": { - "phpunit/phpunit": "~4.0", + "phpunit/phpunit": "^4.0", "php-http/guzzle6-adapter": "^1.0", "guzzlehttp/psr7": "^1.2", "sllh/php-cs-fixer-styleci-bridge": "^1.3"