{
    "name":              "cache/hierarchical-cache",
    "description":       "A helper trait and interface to your PSR-6 cache to support hierarchical keys.",
    "type":              "library",
    "license":           "MIT",
    "minimum-stability": "stable",
    "keywords":          [
        "cache",
        "psr-6",
        "hierarchical",
        "tag"
    ],
    "homepage":          "http://www.php-cache.com/en/latest/",
    "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"
        }
    ],
    "require":           {
        "php":                  "^5.5 || ^7.0",
        "psr/cache":            "^1.0",
        "cache/taggable-cache": "^0.4"
    },
    "require-dev":       {
        "phpunit/phpunit":         "^4.0 || ^5.1"
    },
    "autoload":          {
        "psr-4":                 {
            "Cache\\Hierarchy\\": ""
        },
        "exclude-from-classmap": [
            "/Tests/"
        ]
    }
}
