{
    "name": "fig/cache-util",
    "description": "Useful utility classes and traits for implementing the PSR cache standard",
    "keywords": ["psr", "psr-6", "cache"],
    "license": "MIT",
    "authors": [
        {
            "name": "PHP-FIG",
            "homepage": "http://www.php-fig.org/"
        },
        {
            "name": "Larry Garfield",
            "homepage": "http://www.garfieldtech.com/"
        }
    ],
    "require": {
        "php": ">=5.4.0",
        "psr/cache": "^1.0.0"
    },
    "require-dev": {
        "phpunit/phpunit": "^5.1",
        "squizlabs/php_codesniffer": "^2.3.1"
    },
    "autoload": {
        "psr-4": {
            "Fig\\Cache\\": "src/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Fig\\Cache\\Test\\": "test/"
        }
    },
    "extra": {
        "branch-alias": {
            "dev-master": "1.0.x-dev"
        }
    }
}
