{ "name": "graham-campbell/cache-plugin", "description": "Provides A Simple HTTP Cache Plugin With Good Defaults", "keywords": ["http", "cache plugin", "cache-plugin", "Cache", "Cache Plugin", "Cache-Plugin", "Graham Campbell", "GrahamCampbell"], "license": "MIT", "authors": [ { "name": "Graham Campbell", "email": "graham@alt-three.com" } ], "require": { "php": "^7.0", "psr/cache": "^1.0", "php-http/cache-plugin": "^1.5", "php-http/client-common": "^1.7", "php-http/message-factory": "^1.0" }, "require-dev": { "graham-campbell/analyzer": "^2.0", "phpunit/phpunit": "^6.5|^7.0" }, "autoload": { "psr-4": { "GrahamCampbell\\CachePlugin\\": "src/" } }, "autoload-dev": { "psr-4": { "GrahamCampbell\\Tests\\CachePlugin\\": "tests/" } }, "config": { "preferred-install": "dist" }, "extra": { "branch-alias": { "dev-master": "1.0-dev" } }, "minimum-stability": "dev", "prefer-stable": true }