{
    "name": "cash/lrucache",
    "type": "library",
    "description": "An efficient memory-based Least Recently Used (LRU) cache",
    "keywords": ["cache", "lru"],
    "homepage": "https://github.com/cash/LRUCache",
    "license": "MIT",
    "authors": [
        {
            "name": "Cash Costello",
            "email": "cash.costello@gmail.com"
        }
    ],
    "minimum-stability": "stable",
    "require": {
        "php": ">=5.3.0"
    },
    "autoload": {
        "psr-0": {
            "cash": "src/"
        }
    }
}
