{
    "name": "phpfastcache/phpssdb",
    "type" : "library",
    "description": "PHP SSDB Driver for phpFastCache",
    "keywords": ["cache", "ssdb", "driver"],
    "homepage": "http://www.phpfastcache.com",
    "license": "MIT",
    "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"
            }
        ],
    "require": {
        "php": ">=5.4.0"
    },
    "autoload": {
        "psr-4": {
            "phpssdb\\": "src/phpssdb/"
        }
    }
}
