{
    "name": "stroker/cache",
    "description": "Provides a full page cache solution for ZF2",
    "type": "library",
    "keywords": [
        "zf2",
        "cache"
    ],
    "homepage": "https://github.com/bramstroker/zf2-fullpage-cache",
    "license": "MIT",
    "authors": [
        {
            "name": "Bram Gerritsen",
            "email": "bgerritsen@gmail.com"
        }
    ],
    "require": {
        "php": ">=5.3.3",
        "zendframework/zend-modulemanager": "2.*",
        "zendframework/zend-eventmanager": "2.*",
        "zendframework/zend-http": "2.*",
        "zendframework/zend-mvc": "2.*",
        "zendframework/zend-cache": "2.*"
    },
    "require-dev": {
        "phpunit/phpunit": "3.7.*",
        "mockery/mockery": "*",
        "satooshi/php-coveralls": "dev-master"
    },
    "autoload": {
        "psr-0": {
            "StrokerCache\\": "src/",
            "StrokerCacheTest\\": "test/"
        },
        "classmap": [
            "./Module.php"
        ]
    }
}
