{ "name": "onoi/cache", "type": "library", "description": "A minimalistic cache adapter interface library", "keywords": [ "cache" ], "homepage": "https://github.com/onoi/cache", "license": "GPL-2.0+", "authors": [ { "name": "mwjames", "homepage": "https://github.com/mwjames" } ], "require": { "php": ">=5.3.2" }, "extra": { "branch-alias": { "dev-master": "1.x-dev" } }, "autoload": { "psr-4": { "Onoi\\Cache\\": "src/" } }, "config": { "process-timeout": 0 }, "scripts":{ "phpunit": "phpunit -c phpunit.xml.dist" } }