From dcc79f093a41ea37486e63e637f5e12fb5546c3e Mon Sep 17 00:00:00 2001 From: Tobias Nyholm Date: Thu, 4 Aug 2016 10:26:32 +0200 Subject: [PATCH] Bumped version of cache plugin Version 1.1 has support for 304 responses which is needed to not effect our API limit. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 8a80d9d2056..220c50f5268 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.0" + "php-http/cache-plugin": "^1.1" }, "require-dev": { "phpunit/phpunit": "~4.0",