{
    "name":         "sarciszewski/php-future",
    "description":  "Polyfill new (5.6+) features into old (5.4+) versions of PHP",
    "keywords": [
            "security",
            "future",
            "compatibility",
            "hash_equals"
        ],
    "license":      "MIT",
    "type":         "library",
    "authors": [
            {
                "name":     "Scott Arciszewski",
                "email":    "scott@paragonie.com",
                "homepage": "https://appsec.solutions",
                "role":     "Developer"
            }
        ],
    "support": {
        "issues":   "https://github.com/sarciszewski/php-future/issues",
        "email":    "info@paragonie.com",
        "source":   "https://github.com/sarciszewski/php-future"
    },
    "autoload": {
        "files": ["autoload.php"]
    },
    "require-dev": {
        "phpunit/phpunit": "4.5.*"
    }
}
