{
    "name": "rullzer/easytotp",
    "type": "library",
    "description": "Time-Based One-Time Password according to RFC6238",
    "keywords": ["otp","totp","googleauthenticator","rfc6238"],
    "homepage": "https://github.com/rullzer/easytotp",
    "license": "MIT",
    "authors": [
        {
            "name": "Roeland Jago Douma",
            "email": "roeland@famdouma.nl",
            "homepage": "http://rullzer.com",
            "role": "Developer"
        }
    ],
    "require": {
        "php": ">=7.1.0"
    },
    "require-dev": {
        "phpunit/phpunit": "^7.0"
    },
    "autoload": {
        "psr-4": {
            "EasyTOTP\\": "src/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "EasyTOTP\\Tests\\": "tests/"
        }
    }
}
