{
    "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.0",
        "graham-campbell/testbench-core": "^4.2",
        "mockery/mockery": "^1.6.12",
        "phpunit/phpunit": "^10.5.45 || ^11.5.7"
    },
    "autoload": {
        "psr-4": {
            "GrahamCampbell\\BoundedCache\\": "src/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "GrahamCampbell\\Tests\\BoundedCache\\": "tests/"
        }
    },
    "config": {
        "preferred-install": "dist"
    }
}
