{
    "name": "fortytwo/php-sdk-two-factor-authentication",
    "description": "Fortytwo’s Two-Factor Authentication (2FA) API adds an additional layer of security to your users’ login credentials with a unique one-time code which limits the risk of fraudulent access to your website.",
    "license": "MIT",
    "keywords": ["2FA","Two factor authentication","2 Factor authentication","fortytwo"],
    "authors": [
        {
            "name": "Sebastien Lemarinel",
            "email": "sebastien.lemarinel@fortytwo.com",
            "homepage": "https://www.fortytwo.com"
        }
    ],
    "require": {
        "php": ">=5.3.3",
        "fortytwo/php-sdk-core": "1.1.*"
    },
    "require-dev": {
        "phpunit/phpunit": "^4.8"
    },
    "autoload": {
        "psr-4": {
            "Fortytwo\\SDK\\TwoFactorAuthentication\\": "src"
        }
    }
}
