{
    "name": "2amigos/2fa-library",
    "description": "2 Factor Authentication (2FA) library",
    "type": "library",
    "keywords": [
        "2amigos",
        "php",
        "extension",
        "library",
        "2FA",
        "TOTP",
        "HOTP",
        "authenticator"
    ],
    "homepage": "http://www.2amigos.us/open-source/details/twofa-library",
    "license": "BSD-3-Clause",
    "authors": [
        {
            "name": "2amigOS! Consulting Group",
            "email": "hola@2amigos.us",
            "homepage": "http://2amigos.us",
            "role": "Developer"
        }
    ],
    "support": {
        "issues": "https://github.com/2amigos/2fa-library/issues",
        "source": "https://github.com/2amigos/2fa-library"
    },
    "minimum-stability": "dev",
    "prefer-stable": true,
    "require": {
        "php": ">=5.6",
        "paragonie/constant_time_encoding": "^1.0|^2.0",
        "paragonie/random_compat": "^1.4|^2.0"
    },
    "require-dev": {
        "phpunit/phpunit": "^6.0",
        "friendsofphp/php-cs-fixer": "^2.3",
        "scrutinizer/ocular": "~1.1",
        "squizlabs/php_codesniffer": "*",
        "phpmd/phpmd": "@stable",
        "2amigos/qrcode-library": "^1.1"
    },
    "suggest": {
        "2amigos/2fa-library": "To be able to create inline QrCodes data uri schemes with logos and labels"
    },
    "autoload": {
        "psr-4": {
            "Da\\TwoFA\\": "src"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Da\\TwoFA\\Tests\\": "tests"
        }
    },
    "extra": {
        "branch-alias": {
            "dev-master": "1.0-dev"
        }
    }
}
