composer.json 529 Bytes
Newer Older
Ketan's avatar
Ketan committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
{
    "name":"colinmollenhour/cache-backend-redis",
    "type":"magento-module",
    "license":"BSD-3-Clause",
    "homepage":"https://github.com/colinmollenhour/Cm_Cache_Backend_Redis",
    "description":"Zend_Cache backend using Redis with full support for tags.",
    "authors":[
        {
            "name":"Colin Mollenhour"
        }
    ],
    "require":{
        "magento-hackathon/magento-composer-installer":"*"
    },
    "autoload": {
        "classmap": [
            "Cm/Cache/Backend/Redis.php"
        ]
    }
}