{
    "name": "phpfastcache/phpfastcache-bundle",
    "type" : "symfony-bundle",
    "description": "PHP Bundle",
    "keywords": ["cache", "phpfastcache", "symfony", "php", "bundle"],
    "homepage": "http://www.phpfastcache.com",
    "license": "MIT",
    "minimum-stability": "stable",
    "authors": [
            {
                "name": "Khoa Bui",
                "email": "khoaofgod@gmail.com",
                "homepage": "http://www.phpfastcache.com",
                "role": "Developer"
            },
            {
                "name": "Georges.L",
                "email": "contact@geolim4.com",
                "homepage": "https://github.com/Geolim4",
                "role": "Developer"
            },
            {
                "name": "PastisD",
                "email": "PastisD@gmail.com",
                "homepage": "https://github.com/PastisD",
                "role": "Developer"
            }
        ],
    "require": {
        "symfony/symfony": "^2.8|3.*",
        "phpFastCache/phpFastCache": "^5.0"
    },
    "autoload": {
        "psr-4": { "phpFastCache\\Bundle\\": "" }
    }
}
