diff --git a/composer.json b/composer.json index 0c04c62..f92c55f 100644 --- a/composer.json +++ b/composer.json @@ -39,7 +39,5 @@ "branch-alias": { "dev-master": "1.1-dev" } - }, - "prefer-stable": true, - "minimum-stability": "dev" + } } diff --git a/src/CachePlugin.php b/src/CachePlugin.php index c4fb6af..07f9a7b 100644 --- a/src/CachePlugin.php +++ b/src/CachePlugin.php @@ -43,7 +43,7 @@ final class CachePlugin implements Plugin * value * @var string $hash_algo The hashing algorithm to use when generating cache keys * @var int $cache_lifetime (seconds) To support serving a previous stale response when the server answers 304 - * we have to store the cache for a longer time that the server originally says it is valid for. + * we have to store the cache for a longer time than the server originally says it is valid for. * We store a cache item for $cache_lifetime + max age of the response. * } */