From 0faa54f2bf27e9683c738fe54b9832600b8e4d0a Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Tue, 16 Aug 2016 13:49:41 +0100 Subject: [PATCH] Fixed bad caching defaults --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 220c50f5268..188808e50b4 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ "php-http/discovery": "^1.0", "php-http/client-implementation": "^1.0", "php-http/client-common": "^1.1", - "php-http/cache-plugin": "^1.1" + "php-http/cache-plugin": "^1.2" }, "require-dev": { "phpunit/phpunit": "~4.0",