{
    "name":         "paragonie/password_lock",
    "description":  "Wraps Bcrypt-SHA2 in Authenticated Encryption",
    "keywords": [
            "password",
            "hash",
            "encryption",
            "hashing"
        ],
    "license":      "MIT",
    "type":         "library",
    "authors": [
            {
                "name":     "Scott Arciszewski",
                "email":    "
[email protected]",
                "homepage": "https://paragonie.com",
                "role":     "Developer"
            }
        ],
    "support": {
        "issues":   "https://github.com/paragonie/password_lock/issues",
        "email":    "
[email protected]",
        "source":   "https://github.com/paragonie/password_lock"
    },
    "autoload": {
        "files": [
            "src/PasswordLock.php"
        ]
    },
    "require": {
        "php": "^7",
        "defuse/php-encryption": "^2",
        "paragonie/constant_time_encoding": "^2"
    },
    "require-dev": {
        "phpunit/phpunit": "^6",
        "vimeo/psalm": "^0|^1"
    }
}