{
    "name": "gilbitron/easycsrf",
    "description": "A simple, standalone CSRF protection library",
    "license": "MIT",
    "authors": [
        {
            "name": "Gilbert Pellegrom",
            "email": "gilbert@pellegrom.me"
        }
    ],
    "type": "library",
    "require": {
        "php": ">=5.4"
    },
    "require-dev": {
        "phpunit/phpunit": "4.5.*"
    },
    "autoload": {
        "psr-4": {
            "EasyCSRF\\": "src/"
        }
    }
}
