{
    "name": "snc/redis-bundle",
    "type": "symfony-bundle",
    "description": "A Redis bundle for Symfony",
    "keywords": ["redis", "nosql", "symfony"],
    "homepage": "https://github.com/snc/SncRedisBundle",
    "license": "MIT",
    "authors": [{
        "name": "Henrik Westphal",
        "email": "henrik.westphal@gmail.com"
    },{
        "name": "Community contributors",
        "homepage": "https://github.com/snc/SncRedisBundle/contributors"
    }],
    "require": {
        "php": "^5.3.3 || ^7.0",
        "symfony/framework-bundle": "^2.7 || ^3.0 || ^4.0",
        "symfony/yaml": "^2.7 || ^3.0 || ^4.0"
    },
    "require-dev": {
        "doctrine/cache": "1.*",
        "predis/predis": "^1.0",
        "symfony/console": "^2.7 || ^3.0 || ^4.0",
        "symfony/phpunit-bridge": "^2.7 || ^3.0 || ^4.0",
        "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5"
    },
    "suggest": {
        "monolog/monolog": "If you want to use the monolog redis handler.",
        "predis/predis": "If you want to use predis.",
        "symfony/console": "If you want to use commands to interact with the redis database",
        "symfony/proxy-manager-bridge": "If you want to lazy-load some services"
    },
    "autoload": {
        "psr-4": { "Snc\\RedisBundle\\": "" }
    },
    "config": {
        "bin-dir": "bin/"
    },
    "extra": {
        "branch-alias": {
            "dev-master": "2.x-dev"
        }
    }
}
