{
    "name":        "cache/integration-tests",
    "type":        "library",
    "description": "Integration tests for PSR-6 and PSR-16 cache implementations",
    "keywords":    [
        "cache",
        "psr6",
        "psr16",
        "test"
    ],
    "homepage":    "https://github.com/php-cache/integration-tests",
    "license":     "MIT",
    "minimum-stability": "dev",
    "authors":     [
        {
            "name":     "Aaron Scherer",
            "email":    "aequasi@gmail.com",
            "homepage": "https://github.com/aequasi"
        },
        {
            "name":     "Tobias Nyholm",
            "email":    "tobias.nyholm@gmail.com",
            "homepage": "https://github.com/nyholm"
        }
    ],
    "require":     {
        "php":       "^5.4|^7",
        "psr/cache": "~1.0",
        "cache/tag-interop": "^1.0"
    },
    "require-dev": {
        "phpunit/phpunit": "^4.0|^5.0",
        "cache/cache": "dev-master",
        "symfony/cache": "^3.1",
        "madewithlove/illuminate-psr-cache-bridge": "^1.0",
        "illuminate/cache": "^5.0",
        "tedivm/stash": "dev-master"
    },
    "autoload":    {
        "psr-4": {
            "Cache\\IntegrationTests\\": "src/"
        }
    }
}
