Your IP : 216.73.216.81


Current Path : /srv/web/sites/trentinoplant.it/httpdocs/vendor/colinmollenhour/cache-backend-redis/
Upload File :
Current File : /srv/web/sites/trentinoplant.it/httpdocs/vendor/colinmollenhour/cache-backend-redis/composer.json

{
    "name":"colinmollenhour/cache-backend-redis",
    "type":"magento-module",
    "license":"BSD-3-Clause-Modification",
    "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":{
        "colinmollenhour/credis": "^1.14"
    },
    "require-dev": {
        "friendsofphp/php-cs-fixer": "^3.4",
        "phpunit/phpunit": "^9",
        "zf1s/zend-cache": "~1.15"
    },
    "autoload": {
        "classmap": [
            "Cm/Cache/Backend/Redis.php"
        ]
    },
    "scripts": {
        "test": "vendor/bin/phpunit tests",
        "php-cs-fixer": "vendor/bin/php-cs-fixer fix --diff"
    }
}