{
    "name": "graham-campbell/bounded-cache",
    "description": "A Bounded TTL PSR-16 Cache Implementation",
    "keywords": ["psr16", "cache", "bounded cache", "bounded-cache", "Bounded", "Bounded Cache", "Bounded-Cache", "Graham Campbell", "GrahamCampbell"],
    "license": "MIT",
    "authors": [
        {
            "name": "Graham Campbell",
            "email": "hello@gjcampbell.co.uk",
            "homepage": "https://github.com/GrahamCampbell"
        }
    ],
    "require": {
        "php": "^8.1",
        "psr/simple-cache": "^2.0 || ^3.0"
    },
    "require-dev": {
        "graham-campbell/analyzer": "^5.1",
        "graham-campbell/testbench-core": "^4.3",
        "mockery/mockery": "^1.6.12",
        "phpunit/phpunit": "^10.5.63 || ^11.5.55 || ^12.5.14"
    },
    "autoload": {
        "psr-4": {
            "GrahamCampbell\\BoundedCache\\": "src/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "GrahamCampbell\\Tests\\BoundedCache\\": "tests/"
        }
    },
    "config": {
        "preferred-install": "dist"
    }
}
