Skip to content

Commit dcc79f0

Browse files
authored
Bumped version of cache plugin
Version 1.1 has support for 304 responses which is needed to not effect our API limit.
1 parent 8dcee8f commit dcc79f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"php-http/discovery": "^1.0",
2525
"php-http/client-implementation": "^1.0",
2626
"php-http/client-common": "^1.1",
27-
"php-http/cache-plugin": "^1.0"
27+
"php-http/cache-plugin": "^1.1"
2828
},
2929
"require-dev": {
3030
"phpunit/phpunit": "~4.0",

0 commit comments

Comments
 (0)