{
    "packages": [
        {
            "name": "christian-riesen/base32",
            "version": "1.6.0",
            "version_normalized": "1.6.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/ChristianRiesen/base32.git",
                "reference": "2e82dab3baa008e24a505649b0d583c31d31e894"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/ChristianRiesen/base32/zipball/2e82dab3baa008e24a505649b0d583c31d31e894",
                "reference": "2e82dab3baa008e24a505649b0d583c31d31e894",
                "shasum": ""
            },
            "require": {
                "php": "^7.2 || ^8.0"
            },
            "require-dev": {
                "friendsofphp/php-cs-fixer": "^2.17",
                "phpstan/phpstan": "^0.12",
                "phpunit/phpunit": "^8.5.13 || ^9.5"
            },
            "time": "2021-02-26T10:19:33+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Base32\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Christian Riesen",
                    "email": "chris.riesen@gmail.com",
                    "homepage": "http://christianriesen.com",
                    "role": "Developer"
                }
            ],
            "description": "Base32 encoder/decoder according to RFC 4648",
            "homepage": "https://github.com/ChristianRiesen/base32",
            "keywords": [
                "base32",
                "decode",
                "encode",
                "rfc4648"
            ],
            "support": {
                "issues": "https://github.com/ChristianRiesen/base32/issues",
                "source": "https://github.com/ChristianRiesen/base32/tree/1.6.0"
            },
            "install-path": "../christian-riesen/base32"
        },
        {
            "name": "jakobo/hotp-php",
            "version": "v2.0.0",
            "version_normalized": "2.0.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/Jakobo/hotp-php.git",
                "reference": "ff2f13d1918001e54b3f49deb1d366bcfcc98437"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Jakobo/hotp-php/zipball/ff2f13d1918001e54b3f49deb1d366bcfcc98437",
                "reference": "ff2f13d1918001e54b3f49deb1d366bcfcc98437",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2"
            },
            "require-dev": {
                "ockcyp/covers-validator": "1.3.3",
                "php-parallel-lint/php-console-highlighter": "0.5",
                "php-parallel-lint/php-parallel-lint": "1.2.0",
                "phpunit/phpunit": "^8.5.13||^9.5.0"
            },
            "time": "2020-12-28T03:29:15+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "jakobo\\HOTP\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Jakob Heuser",
                    "email": "jakob@felocity.org"
                }
            ],
            "description": "HOTP simplifies One Time Password systems for PHP Authentication",
            "support": {
                "issues": "https://github.com/Jakobo/hotp-php/issues",
                "source": "https://github.com/Jakobo/hotp-php/tree/v2.0.0"
            },
            "install-path": "../jakobo/hotp-php"
        }
    ],
    "dev": false,
    "dev-package-names": []
}
