{
    "packages": [
        {
            "name": "beberlei/assert",
            "version": "v2.9.9",
            "version_normalized": "2.9.9.0",
            "source": {
                "type": "git",
                "url": "https://github.com/beberlei/assert.git",
                "reference": "124317de301b7c91d5fce34c98bba2c6925bec95"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/beberlei/assert/zipball/124317de301b7c91d5fce34c98bba2c6925bec95",
                "reference": "124317de301b7c91d5fce34c98bba2c6925bec95",
                "shasum": ""
            },
            "require": {
                "ext-mbstring": "*",
                "php": ">=5.3"
            },
            "require-dev": {
                "friendsofphp/php-cs-fixer": "^2.1.1",
                "phpunit/phpunit": "^4.8.35|^5.7"
            },
            "time": "2019-05-28T15:27:37+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Assert\\": "lib/Assert"
                },
                "files": [
                    "lib/Assert/functions.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-2-Clause"
            ],
            "authors": [
                {
                    "name": "Benjamin Eberlei",
                    "email": "kontakt@beberlei.de",
                    "role": "Lead Developer"
                },
                {
                    "name": "Richard Quadling",
                    "email": "rquadling@gmail.com",
                    "role": "Collaborator"
                }
            ],
            "description": "Thin assertion library for input validation in business models.",
            "keywords": [
                "assert",
                "assertion",
                "validation"
            ],
            "support": {
                "issues": "https://github.com/beberlei/assert/issues",
                "source": "https://github.com/beberlei/assert/tree/v2.9.9"
            },
            "install-path": "../beberlei/assert"
        },
        {
            "name": "fgrosse/phpasn1",
            "version": "v2.3.0",
            "version_normalized": "2.3.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/fgrosse/PHPASN1.git",
                "reference": "20299033c35f4300eb656e7e8e88cf52d1d6694e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/fgrosse/PHPASN1/zipball/20299033c35f4300eb656e7e8e88cf52d1d6694e",
                "reference": "20299033c35f4300eb656e7e8e88cf52d1d6694e",
                "shasum": ""
            },
            "require": {
                "php": ">=7.0.0"
            },
            "require-dev": {
                "phpunit/phpunit": "~6.3",
                "satooshi/php-coveralls": "~2.0"
            },
            "suggest": {
                "ext-bcmath": "BCmath is the fallback extension for big integer calculations",
                "ext-curl": "For loading OID information from the web if they have not bee defined statically",
                "ext-gmp": "GMP is the preferred extension for big integer calculations",
                "phpseclib/bcmath_compat": "BCmath polyfill for servers where neither GMP nor BCmath is available"
            },
            "time": "2021-04-24T19:01:55+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "FG\\": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Friedrich Große",
                    "email": "friedrich.grosse@gmail.com",
                    "homepage": "https://github.com/FGrosse",
                    "role": "Author"
                },
                {
                    "name": "All contributors",
                    "homepage": "https://github.com/FGrosse/PHPASN1/contributors"
                }
            ],
            "description": "A PHP Framework that allows you to encode and decode arbitrary ASN.1 structures using the ITU-T X.690 Encoding Rules.",
            "homepage": "https://github.com/FGrosse/PHPASN1",
            "keywords": [
                "DER",
                "asn.1",
                "asn1",
                "ber",
                "binary",
                "decoding",
                "encoding",
                "x.509",
                "x.690",
                "x509",
                "x690"
            ],
            "support": {
                "issues": "https://github.com/fgrosse/PHPASN1/issues",
                "source": "https://github.com/fgrosse/PHPASN1/tree/v2.3.0"
            },
            "install-path": "../fgrosse/phpasn1"
        },
        {
            "name": "mdanter/ecc",
            "version": "v0.5.2",
            "version_normalized": "0.5.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/phpecc/phpecc.git",
                "reference": "b95f25cc1bacc83a9f0ccd375900b7cfd343029e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phpecc/phpecc/zipball/b95f25cc1bacc83a9f0ccd375900b7cfd343029e",
                "reference": "b95f25cc1bacc83a9f0ccd375900b7cfd343029e",
                "shasum": ""
            },
            "require": {
                "ext-gmp": "*",
                "fgrosse/phpasn1": "^2.0",
                "php": "^7.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^6.0",
                "squizlabs/php_codesniffer": "^2.0",
                "symfony/yaml": "^2.6|^3.0"
            },
            "time": "2018-12-03T18:17:01+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Mdanter\\Ecc\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Matyas Danter",
                    "homepage": "http://matejdanter.com/",
                    "role": "Author"
                },
                {
                    "name": "Thibaud Fabre",
                    "email": "thibaud@aztech.io",
                    "homepage": "http://aztech.io",
                    "role": "Maintainer"
                },
                {
                    "name": "Thomas Kerin",
                    "email": "afk11@users.noreply.github.com",
                    "role": "Maintainer"
                }
            ],
            "description": "PHP Elliptic Curve Cryptography library",
            "homepage": "https://github.com/phpecc/phpecc",
            "keywords": [
                "Diffie",
                "ECDSA",
                "Hellman",
                "curve",
                "ecdh",
                "elliptic",
                "nistp192",
                "nistp224",
                "nistp256",
                "nistp384",
                "nistp521",
                "phpecc",
                "secp256k1",
                "secp256r1"
            ],
            "support": {
                "issues": "https://github.com/phpecc/phpecc/issues",
                "source": "https://github.com/phpecc/phpecc/tree/master"
            },
            "install-path": "../mdanter/ecc"
        },
        {
            "name": "psr/cache",
            "version": "1.0.1",
            "version_normalized": "1.0.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/cache.git",
                "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
                "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "time": "2016-08-06T20:24:11+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Psr\\Cache\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "http://www.php-fig.org/"
                }
            ],
            "description": "Common interface for caching libraries",
            "keywords": [
                "cache",
                "psr",
                "psr-6"
            ],
            "support": {
                "source": "https://github.com/php-fig/cache/tree/master"
            },
            "install-path": "../psr/cache"
        },
        {
            "name": "spomky-labs/aes-key-wrap",
            "version": "v4.0.1",
            "version_normalized": "4.0.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/Spomky-Labs/aes-key-wrap.git",
                "reference": "6d302dc2d20cd61fc8bf0e253d628c70724d302a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Spomky-Labs/aes-key-wrap/zipball/6d302dc2d20cd61fc8bf0e253d628c70724d302a",
                "reference": "6d302dc2d20cd61fc8bf0e253d628c70724d302a",
                "shasum": ""
            },
            "require": {
                "ext-mbstring": "*",
                "lib-openssl": "*",
                "php": "^7.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^6.0",
                "satooshi/php-coveralls": "^1.0"
            },
            "time": "2017-10-28T16:15:26+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "4.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "AESKW\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Florent Morselli",
                    "homepage": "https://github.com/Spomky-Labs/aes-key-wrap/contributors"
                }
            ],
            "description": "AES Key Wrap for PHP.",
            "homepage": "https://github.com/Spomky-Labs/aes-key-wrap",
            "keywords": [
                "A128KW",
                "A192KW",
                "A256KW",
                "RFC3394",
                "RFC5649",
                "aes",
                "key",
                "padding",
                "wrap"
            ],
            "support": {
                "issues": "https://github.com/Spomky-Labs/aes-key-wrap/issues",
                "source": "https://github.com/Spomky-Labs/aes-key-wrap/tree/master"
            },
            "install-path": "../spomky-labs/aes-key-wrap"
        },
        {
            "name": "spomky-labs/base64url",
            "version": "v1.0.2",
            "version_normalized": "1.0.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/Spomky-Labs/base64url.git",
                "reference": "ef6d5fb93894063d9cee996022259fd08d6646ea"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Spomky-Labs/base64url/zipball/ef6d5fb93894063d9cee996022259fd08d6646ea",
                "reference": "ef6d5fb93894063d9cee996022259fd08d6646ea",
                "shasum": ""
            },
            "require": {
                "php": "^5.3|^7.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^4.0|^5.0",
                "satooshi/php-coveralls": "^1.0"
            },
            "time": "2016-01-21T19:50:30+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Base64Url\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Florent Morselli",
                    "homepage": "https://github.com/Spomky-Labs/base64url/contributors"
                }
            ],
            "description": "Base 64 URL Safe Encoding/decoding PHP Library",
            "homepage": "https://github.com/Spomky-Labs/base64url",
            "keywords": [
                "base64",
                "rfc4648",
                "safe",
                "url"
            ],
            "support": {
                "issues": "https://github.com/Spomky-Labs/base64url/issues",
                "source": "https://github.com/Spomky-Labs/base64url/tree/master"
            },
            "install-path": "../spomky-labs/base64url"
        },
        {
            "name": "spomky-labs/jose",
            "version": "v7.1.0",
            "version_normalized": "7.1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/Spomky-Labs/jose.git",
                "reference": "c7835297fa6a2c00dcdcbfadd67f7ea099b226a1"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Spomky-Labs/jose/zipball/c7835297fa6a2c00dcdcbfadd67f7ea099b226a1",
                "reference": "c7835297fa6a2c00dcdcbfadd67f7ea099b226a1",
                "shasum": ""
            },
            "require": {
                "beberlei/assert": "^2.4",
                "fgrosse/phpasn1": "^2.0",
                "lib-openssl": "*",
                "mdanter/ecc": "0.5.*",
                "php": "^7.0",
                "psr/cache": "^1.0",
                "spomky-labs/aes-key-wrap": "^3.0|^4.0",
                "spomky-labs/base64url": "^1.0",
                "spomky-labs/php-aes-gcm": "^1.2",
                "symfony/polyfill-mbstring": "^1.1"
            },
            "require-dev": {
                "phpunit/phpunit": "^6.0",
                "satooshi/php-coveralls": "^2.0",
                "symfony/cache": "^2.0|^3.0|^4.0"
            },
            "suggest": {
                "ext-crypto": "Highly recommended when you use AES GCM based algorithms.",
                "ext-curve25519": "For EdDSA with X25519 curves support.",
                "ext-ed25519": "For EdDSA with Ed25519 curves support."
            },
            "time": "2018-05-03T07:34:56+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "7.1.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Jose\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Florent Morselli",
                    "homepage": "https://github.com/Spomky"
                },
                {
                    "name": "All contributors",
                    "homepage": "https://github.com/Spomky-Labs/jose/contributors"
                }
            ],
            "description": "JSON Object Signing and Encryption library for PHP.",
            "homepage": "https://github.com/Spomky-Labs/Jose",
            "keywords": [
                "JOSE",
                "JWE",
                "JWK",
                "JWKSet",
                "JWS",
                "Jot",
                "RFC7515",
                "RFC7516",
                "RFC7517",
                "RFC7518",
                "RFC7519",
                "RFC7520",
                "jwa",
                "jwt"
            ],
            "support": {
                "issues": "https://github.com/Spomky-Labs/jose/issues",
                "source": "https://github.com/Spomky-Labs/jose/tree/master"
            },
            "abandoned": "web-token/jwt-framework",
            "install-path": "../spomky-labs/jose"
        },
        {
            "name": "spomky-labs/php-aes-gcm",
            "version": "v1.2.1",
            "version_normalized": "1.2.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/Spomky-Labs/php-aes-gcm.git",
                "reference": "e3900f2eb29a98476ae94c25c5c4aebb32ebf338"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Spomky-Labs/php-aes-gcm/zipball/e3900f2eb29a98476ae94c25c5c4aebb32ebf338",
                "reference": "e3900f2eb29a98476ae94c25c5c4aebb32ebf338",
                "shasum": ""
            },
            "require": {
                "beberlei/assert": "^2.4",
                "lib-openssl": "*",
                "php": ">=5.4",
                "symfony/polyfill-mbstring": "^1.1"
            },
            "require-dev": {
                "phpunit/phpunit": "^4.5|^5.0",
                "satooshi/php-coveralls": "^1.0"
            },
            "suggest": {
                "ext-crypto": "Highly recommended for better performance."
            },
            "time": "2018-11-07T14:39:44+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.2.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "AESGCM\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Florent Morselli",
                    "homepage": "https://github.com/Spomky"
                },
                {
                    "name": "All contributors",
                    "homepage": "https://github.com/Spomky-Labs/php-aes-gcm/contributors"
                }
            ],
            "description": "AES GCM (Galois Counter Mode) PHP implementation.",
            "homepage": "https://github.com/Spomky-Labs/php-aes-gcm",
            "keywords": [
                "AES-GCM",
                "Galois Counter Mode",
                "aes",
                "gcm"
            ],
            "support": {
                "issues": "https://github.com/Spomky-Labs/php-aes-gcm/issues",
                "source": "https://github.com/Spomky-Labs/php-aes-gcm/tree/v1.x"
            },
            "install-path": "../spomky-labs/php-aes-gcm"
        },
        {
            "name": "symfony/polyfill-mbstring",
            "version": "v1.22.1",
            "version_normalized": "1.22.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-mbstring.git",
                "reference": "5232de97ee3b75b0360528dae24e73db49566ab1"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/5232de97ee3b75b0360528dae24e73db49566ab1",
                "reference": "5232de97ee3b75b0360528dae24e73db49566ab1",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "suggest": {
                "ext-mbstring": "For best performance"
            },
            "time": "2021-01-22T09:19:47+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.22-dev"
                },
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Symfony\\Polyfill\\Mbstring\\": ""
                },
                "files": [
                    "bootstrap.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill for the Mbstring extension",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "mbstring",
                "polyfill",
                "portable",
                "shim"
            ],
            "support": {
                "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.22.1"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "../symfony/polyfill-mbstring"
        }
    ],
    "dev": true,
    "dev-package-names": []
}
