{
    "name": "cache/adapter-common",
    "description": "Common classes for PSR-6 adapters",
    "license": "MIT",
    "type": "library",
    "keywords": [
        "cache",
        "psr-6",
        "tag"
    ],
    "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"
        }
    ],
    "homepage": "http://www.php-cache.com/en/latest/",
    "require": {
        "php": ">=7.4",
        "cache/tag-interop": "^1.0",
        "psr/cache": "^1.0 || ^2.0",
        "psr/log": "^1.0 || ^2.0 || ^3.0",
        "psr/simple-cache": "^1.0"
    },
    "require-dev": {
        "cache/integration-tests": "^0.17",
        "phpunit/phpunit": "^7.5.20 || ^9.5.10"
    },
    "minimum-stability": "dev",
    "prefer-stable": true,
    "autoload": {
        "psr-4": {
            "Cache\\Adapter\\Common\\": ""
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Cache\\Adapter\\Common\\Tests\\": "Tests/"
        },
        "exclude-from-classmap": [
            "/Tests/"
        ]
    },
    "extra": {
        "branch-alias": {
            "dev-master": "1.1-dev"
        }
    }
}