{
    "name": "amphp/cache",
    "homepage": "https://github.com/amphp/cache",
    "description": "A promise-aware caching API for Amp.",
    "license": "MIT",
    "support": {
        "issues": "https://github.com/amphp/cache/issues",
        "irc": "irc://irc.freenode.org/amphp"
    },
    "authors": [
        {
            "name": "Niklas Keller",
            "email": "me@kelunik.com"
        },
        {
            "name": "Daniel Lowrey",
            "email": "rdlowrey@php.net"
        }
    ],
    "require": {
        "php": ">=7.1",
        "amphp/amp": "^2",
        "amphp/serialization": "^1",
        "amphp/sync": "^1.2"
    },
    "require-dev": {
        "amphp/phpunit-util": "^1.1",
        "phpunit/phpunit": "^6 | ^7 | ^8 | ^9",
        "amphp/php-cs-fixer-config": "dev-master",
        "amphp/file": "^1 || ^2",
        "vimeo/psalm": "^4"
    },
    "autoload": {
        "psr-4": {
            "Amp\\Cache\\": "lib"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Amp\\Cache\\Test\\": "test"
        }
    },
    "conflict": {
        "amphp/file": "<0.2 || >=3"
    }
}
