[
    {
        "name": "brick/math",
        "version": "0.9.1",
        "version_normalized": "0.9.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/brick/math.git",
            "reference": "283a40c901101e66de7061bd359252c013dcc43c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/brick/math/zipball/283a40c901101e66de7061bd359252c013dcc43c",
            "reference": "283a40c901101e66de7061bd359252c013dcc43c",
            "shasum": ""
        },
        "require": {
            "ext-json": "*",
            "php": "^7.1|^8.0"
        },
        "require-dev": {
            "php-coveralls/php-coveralls": "^2.2",
            "phpunit/phpunit": "^7.5.15|^8.5",
            "vimeo/psalm": "^3.5"
        },
        "time": "2020-08-18T23:57:15+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Brick\\Math\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "description": "Arbitrary-precision arithmetic library",
        "keywords": [
            "Arbitrary-precision",
            "BigInteger",
            "BigRational",
            "arithmetic",
            "bigdecimal",
            "bignum",
            "brick",
            "math"
        ]
    },
    {
        "name": "fgrosse/phpasn1",
        "version": "v2.1.1",
        "version_normalized": "2.1.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/fgrosse/PHPASN1.git",
            "reference": "7ebf2a09084a7bbdb7b879c66fdf7ad80461bbe8"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/fgrosse/PHPASN1/zipball/7ebf2a09084a7bbdb7b879c66fdf7ad80461bbe8",
            "reference": "7ebf2a09084a7bbdb7b879c66fdf7ad80461bbe8",
            "shasum": ""
        },
        "require": {
            "php": ">=7.0.0"
        },
        "require-dev": {
            "phpunit/phpunit": "~6.3",
            "satooshi/php-coveralls": "~2.0"
        },
        "suggest": {
            "ext-gmp": "GMP is the preferred extension for big integer calculations",
            "php-curl": "For loading OID information from the web if they have not bee defined statically"
        },
        "time": "2018-12-02T01:34:34+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"
        ]
    },
    {
        "name": "guzzlehttp/guzzle",
        "version": "7.0.1",
        "version_normalized": "7.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/guzzle/guzzle.git",
            "reference": "2d9d3c186a6637a43193e66b097c50e4451eaab2"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/guzzle/guzzle/zipball/2d9d3c186a6637a43193e66b097c50e4451eaab2",
            "reference": "2d9d3c186a6637a43193e66b097c50e4451eaab2",
            "shasum": ""
        },
        "require": {
            "ext-json": "*",
            "guzzlehttp/promises": "^1.0",
            "guzzlehttp/psr7": "^1.6.1",
            "php": "^7.2.5",
            "psr/http-client": "^1.0"
        },
        "provide": {
            "psr/http-client-implementation": "1.0"
        },
        "require-dev": {
            "ergebnis/composer-normalize": "^2.0",
            "ext-curl": "*",
            "php-http/client-integration-tests": "dev-phpunit8",
            "phpunit/phpunit": "^8.5.5",
            "psr/log": "^1.1"
        },
        "suggest": {
            "ext-curl": "Required for CURL handler support",
            "ext-intl": "Required for Internationalized Domain Name (IDN) support",
            "psr/log": "Required for using the Log middleware"
        },
        "time": "2020-06-27T10:33:25+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "7.0-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "GuzzleHttp\\": "src/"
            },
            "files": [
                "src/functions_include.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Michael Dowling",
                "email": "mtdowling@gmail.com",
                "homepage": "https://github.com/mtdowling"
            },
            {
                "name": "Márk Sági-Kazár",
                "email": "mark.sagikazar@gmail.com",
                "homepage": "https://sagikazarmark.hu"
            }
        ],
        "description": "Guzzle is a PHP HTTP client library",
        "homepage": "http://guzzlephp.org/",
        "keywords": [
            "client",
            "curl",
            "framework",
            "http",
            "http client",
            "psr-18",
            "psr-7",
            "rest",
            "web service"
        ]
    },
    {
        "name": "guzzlehttp/promises",
        "version": "v1.3.1",
        "version_normalized": "1.3.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/guzzle/promises.git",
            "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
            "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
            "shasum": ""
        },
        "require": {
            "php": ">=5.5.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^4.0"
        },
        "time": "2016-12-20T10:07:11+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "GuzzleHttp\\Promise\\": "src/"
            },
            "files": [
                "src/functions_include.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Michael Dowling",
                "email": "mtdowling@gmail.com",
                "homepage": "https://github.com/mtdowling"
            }
        ],
        "description": "Guzzle promises library",
        "keywords": [
            "promise"
        ]
    },
    {
        "name": "guzzlehttp/psr7",
        "version": "1.6.1",
        "version_normalized": "1.6.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/guzzle/psr7.git",
            "reference": "239400de7a173fe9901b9ac7c06497751f00727a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/guzzle/psr7/zipball/239400de7a173fe9901b9ac7c06497751f00727a",
            "reference": "239400de7a173fe9901b9ac7c06497751f00727a",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4.0",
            "psr/http-message": "~1.0",
            "ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
        },
        "provide": {
            "psr/http-message-implementation": "1.0"
        },
        "require-dev": {
            "ext-zlib": "*",
            "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8"
        },
        "suggest": {
            "zendframework/zend-httphandlerrunner": "Emit PSR-7 responses"
        },
        "time": "2019-07-01T23:21:34+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.6-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "GuzzleHttp\\Psr7\\": "src/"
            },
            "files": [
                "src/functions_include.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Michael Dowling",
                "email": "mtdowling@gmail.com",
                "homepage": "https://github.com/mtdowling"
            },
            {
                "name": "Tobias Schultze",
                "homepage": "https://github.com/Tobion"
            }
        ],
        "description": "PSR-7 message implementation that also provides common utility methods",
        "keywords": [
            "http",
            "message",
            "psr-7",
            "request",
            "response",
            "stream",
            "uri",
            "url"
        ]
    },
    {
        "name": "minishlink/web-push",
        "version": "v6.0.1",
        "version_normalized": "6.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/web-push-libs/web-push-php.git",
            "reference": "bbbd3e12369d6d08a0ff5c4ff040a354bf95068c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/web-push-libs/web-push-php/zipball/bbbd3e12369d6d08a0ff5c4ff040a354bf95068c",
            "reference": "bbbd3e12369d6d08a0ff5c4ff040a354bf95068c",
            "shasum": ""
        },
        "require": {
            "ext-curl": "*",
            "ext-json": "*",
            "ext-mbstring": "*",
            "ext-openssl": "*",
            "guzzlehttp/guzzle": "^7.0.1|^6.2",
            "php": ">=7.2",
            "web-token/jwt-key-mgmt": "^2.0",
            "web-token/jwt-signature": "^2.0",
            "web-token/jwt-signature-algorithm-ecdsa": "^2.0",
            "web-token/jwt-util-ecc": "^2.0"
        },
        "require-dev": {
            "friendsofphp/php-cs-fixer": "^2.14",
            "phpstan/phpstan": "^0.11|^0.12",
            "phpunit/phpunit": "^8.0|^9.0"
        },
        "time": "2020-09-13T05:00:26+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Minishlink\\WebPush\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Louis Lagrange",
                "email": "lagrange.louis@gmail.com",
                "homepage": "https://github.com/Minishlink"
            }
        ],
        "description": "Web Push library for PHP",
        "homepage": "https://github.com/web-push-libs/web-push-php",
        "keywords": [
            "Push API",
            "WebPush",
            "notifications",
            "push",
            "web"
        ]
    },
    {
        "name": "psr/http-client",
        "version": "1.0.1",
        "version_normalized": "1.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/http-client.git",
            "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/http-client/zipball/2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
            "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
            "shasum": ""
        },
        "require": {
            "php": "^7.0 || ^8.0",
            "psr/http-message": "^1.0"
        },
        "time": "2020-06-29T06:28:15+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Psr\\Http\\Client\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "PHP-FIG",
                "homepage": "http://www.php-fig.org/"
            }
        ],
        "description": "Common interface for HTTP clients",
        "homepage": "https://github.com/php-fig/http-client",
        "keywords": [
            "http",
            "http-client",
            "psr",
            "psr-18"
        ]
    },
    {
        "name": "psr/http-factory",
        "version": "1.0.1",
        "version_normalized": "1.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/http-factory.git",
            "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
            "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
            "shasum": ""
        },
        "require": {
            "php": ">=7.0.0",
            "psr/http-message": "^1.0"
        },
        "time": "2019-04-30T12:38:16+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Psr\\Http\\Message\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "PHP-FIG",
                "homepage": "http://www.php-fig.org/"
            }
        ],
        "description": "Common interfaces for PSR-7 HTTP message factories",
        "keywords": [
            "factory",
            "http",
            "message",
            "psr",
            "psr-17",
            "psr-7",
            "request",
            "response"
        ]
    },
    {
        "name": "psr/http-message",
        "version": "1.0.1",
        "version_normalized": "1.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/http-message.git",
            "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
            "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2016-08-06T14:39:51+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Psr\\Http\\Message\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "PHP-FIG",
                "homepage": "http://www.php-fig.org/"
            }
        ],
        "description": "Common interface for HTTP messages",
        "homepage": "https://github.com/php-fig/http-message",
        "keywords": [
            "http",
            "http-message",
            "psr",
            "psr-7",
            "request",
            "response"
        ]
    },
    {
        "name": "ralouphie/getallheaders",
        "version": "3.0.3",
        "version_normalized": "3.0.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/ralouphie/getallheaders.git",
            "reference": "120b605dfeb996808c31b6477290a714d356e822"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
            "reference": "120b605dfeb996808c31b6477290a714d356e822",
            "shasum": ""
        },
        "require": {
            "php": ">=5.6"
        },
        "require-dev": {
            "php-coveralls/php-coveralls": "^2.1",
            "phpunit/phpunit": "^5 || ^6.5"
        },
        "time": "2019-03-08T08:55:37+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "files": [
                "src/getallheaders.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Ralph Khattar",
                "email": "ralph.khattar@gmail.com"
            }
        ],
        "description": "A polyfill for getallheaders."
    },
    {
        "name": "spomky-labs/base64url",
        "version": "v2.0.3",
        "version_normalized": "2.0.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/Spomky-Labs/base64url.git",
            "reference": "48ea8ff600cefe56b82d3d5b768b6f4f3bfe05a1"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Spomky-Labs/base64url/zipball/48ea8ff600cefe56b82d3d5b768b6f4f3bfe05a1",
            "reference": "48ea8ff600cefe56b82d3d5b768b6f4f3bfe05a1",
            "shasum": ""
        },
        "require": {
            "php": ">=7.1"
        },
        "require-dev": {
            "php-coveralls/php-coveralls": "^2.0",
            "phpstan/phpstan": "^0.11",
            "phpstan/phpstan-beberlei-assert": "^0.11.0",
            "phpstan/phpstan-deprecation-rules": "^0.11",
            "phpstan/phpstan-phpunit": "^0.11",
            "phpstan/phpstan-strict-rules": "^0.11",
            "phpunit/phpunit": "^7.0|^8.0|^9.0"
        },
        "time": "2020-08-30T13:35:33+00:00",
        "type": "library",
        "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"
        ]
    },
    {
        "name": "web-token/jwt-core",
        "version": "v2.2.2",
        "version_normalized": "2.2.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/web-token/jwt-core.git",
            "reference": "0909efa4fe2c3e2d537922b3ea1b65eb8203686c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/web-token/jwt-core/zipball/0909efa4fe2c3e2d537922b3ea1b65eb8203686c",
            "reference": "0909efa4fe2c3e2d537922b3ea1b65eb8203686c",
            "shasum": ""
        },
        "require": {
            "ext-json": "*",
            "ext-mbstring": "*",
            "fgrosse/phpasn1": "^2.0",
            "php": ">=7.2",
            "spomky-labs/base64url": "^1.0|^2.0"
        },
        "conflict": {
            "spomky-labs/jose": "*"
        },
        "require-dev": {
            "phpunit/phpunit": "^8.0"
        },
        "time": "2020-08-22T13:17:25+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "v1.0": "1.0.x-dev",
                "v1.1": "1.1.x-dev",
                "v1.2": "1.2.x-dev",
                "v1.3": "1.3.x-dev",
                "v2.0": "2.0.x-dev",
                "v2.1": "2.1.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Jose\\Component\\Core\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Florent Morselli",
                "homepage": "https://github.com/Spomky"
            },
            {
                "name": "All contributors",
                "homepage": "https://github.com/web-token/jwt-framework/contributors"
            }
        ],
        "description": "Core component of the JWT Framework.",
        "homepage": "https://github.com/web-token",
        "keywords": [
            "JOSE",
            "JWE",
            "JWK",
            "JWKSet",
            "JWS",
            "Jot",
            "RFC7515",
            "RFC7516",
            "RFC7517",
            "RFC7518",
            "RFC7519",
            "RFC7520",
            "bundle",
            "jwa",
            "jwt",
            "symfony"
        ]
    },
    {
        "name": "web-token/jwt-key-mgmt",
        "version": "v2.2.2",
        "version_normalized": "2.2.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/web-token/jwt-key-mgmt.git",
            "reference": "03fafa105970f0e5a7ae44c39bc8f0576ebcb23b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/web-token/jwt-key-mgmt/zipball/03fafa105970f0e5a7ae44c39bc8f0576ebcb23b",
            "reference": "03fafa105970f0e5a7ae44c39bc8f0576ebcb23b",
            "shasum": ""
        },
        "require": {
            "ext-openssl": "*",
            "psr/http-client": "^1.0",
            "psr/http-factory": "^1.0",
            "web-token/jwt-core": "^2.0"
        },
        "require-dev": {
            "php-http/httplug": "^1.1",
            "php-http/message-factory": "^1.0",
            "php-http/mock-client": "^1.0",
            "phpunit/phpunit": "^8.0"
        },
        "suggest": {
            "ext-sodium": "Sodium is required for OKP key creation, EdDSA signature algorithm and ECDH-ES key encryption with OKP keys",
            "php-http/httplug": "To enable JKU/X5U support.",
            "php-http/message-factory": "To enable JKU/X5U support.",
            "web-token/jwt-util-ecc": "To use EC key analyzers."
        },
        "time": "2020-08-01T11:57:29+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "v1.0": "1.0.x-dev",
                "v1.1": "1.1.x-dev",
                "v1.2": "1.2.x-dev",
                "v1.3": "1.3.x-dev",
                "v2.0": "2.0.x-dev",
                "v2.1": "2.1.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Jose\\Component\\KeyManagement\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Florent Morselli",
                "homepage": "https://github.com/Spomky"
            },
            {
                "name": "All contributors",
                "homepage": "https://github.com/web-token/jwt-key-mgmt/contributors"
            }
        ],
        "description": "Key Management component of the JWT Framework.",
        "homepage": "https://github.com/web-token",
        "keywords": [
            "JOSE",
            "JWE",
            "JWK",
            "JWKSet",
            "JWS",
            "Jot",
            "RFC7515",
            "RFC7516",
            "RFC7517",
            "RFC7518",
            "RFC7519",
            "RFC7520",
            "bundle",
            "jwa",
            "jwt",
            "symfony"
        ]
    },
    {
        "name": "web-token/jwt-signature",
        "version": "v2.2.2",
        "version_normalized": "2.2.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/web-token/jwt-signature.git",
            "reference": "f4d83f77031c9d27edebbea053931074030d3b09"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/web-token/jwt-signature/zipball/f4d83f77031c9d27edebbea053931074030d3b09",
            "reference": "f4d83f77031c9d27edebbea053931074030d3b09",
            "shasum": ""
        },
        "require": {
            "web-token/jwt-core": "^2.1"
        },
        "require-dev": {
            "phpunit/phpunit": "^8.0"
        },
        "suggest": {
            "web-token/jwt-signature-algorithm-ecdsa": "ECDSA Based Signature Algorithms",
            "web-token/jwt-signature-algorithm-eddsa": "EdDSA Based Signature Algorithms",
            "web-token/jwt-signature-algorithm-experimental": "Experimental Signature Algorithms",
            "web-token/jwt-signature-algorithm-hmac": "HMAC Based Signature Algorithms",
            "web-token/jwt-signature-algorithm-none": "None Signature Algorithm",
            "web-token/jwt-signature-algorithm-rsa": "RSA Based Signature Algorithms"
        },
        "time": "2020-08-01T11:48:26+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "v1.0": "1.0.x-dev",
                "v1.1": "1.1.x-dev",
                "v1.2": "1.2.x-dev",
                "v1.3": "1.3.x-dev",
                "v2.0": "2.0.x-dev",
                "v2.1": "2.1.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Jose\\Component\\Signature\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Florent Morselli",
                "homepage": "https://github.com/Spomky"
            },
            {
                "name": "All contributors",
                "homepage": "https://github.com/web-token/jwt-signature/contributors"
            }
        ],
        "description": "Signature component of the JWT Framework.",
        "homepage": "https://github.com/web-token",
        "keywords": [
            "JOSE",
            "JWE",
            "JWK",
            "JWKSet",
            "JWS",
            "Jot",
            "RFC7515",
            "RFC7516",
            "RFC7517",
            "RFC7518",
            "RFC7519",
            "RFC7520",
            "bundle",
            "jwa",
            "jwt",
            "symfony"
        ]
    },
    {
        "name": "web-token/jwt-signature-algorithm-ecdsa",
        "version": "v2.2.2",
        "version_normalized": "2.2.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/web-token/jwt-signature-algorithm-ecdsa.git",
            "reference": "3ae6e56ccf34e8b7b65ec988497d5d1bceca9864"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/web-token/jwt-signature-algorithm-ecdsa/zipball/3ae6e56ccf34e8b7b65ec988497d5d1bceca9864",
            "reference": "3ae6e56ccf34e8b7b65ec988497d5d1bceca9864",
            "shasum": ""
        },
        "require": {
            "ext-openssl": "*",
            "web-token/jwt-signature": "^2.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^8.0"
        },
        "time": "2020-08-22T13:17:25+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "v1.0": "1.0.x-dev",
                "v1.1": "1.1.x-dev",
                "v1.2": "1.2.x-dev",
                "v1.3": "1.3.x-dev",
                "v2.0": "2.0.x-dev",
                "v2.1": "2.1.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Jose\\Component\\Signature\\Algorithm\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Florent Morselli",
                "homepage": "https://github.com/Spomky"
            },
            {
                "name": "All contributors",
                "homepage": "https://github.com/web-token/jwt-framework/contributors"
            }
        ],
        "description": "ECDSA Based Signature Algorithms the JWT Framework.",
        "homepage": "https://github.com/web-token",
        "keywords": [
            "JOSE",
            "JWE",
            "JWK",
            "JWKSet",
            "JWS",
            "Jot",
            "RFC7515",
            "RFC7516",
            "RFC7517",
            "RFC7518",
            "RFC7519",
            "RFC7520",
            "bundle",
            "jwa",
            "jwt",
            "symfony"
        ]
    },
    {
        "name": "web-token/jwt-util-ecc",
        "version": "v2.2.2",
        "version_normalized": "2.2.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/web-token/jwt-util-ecc.git",
            "reference": "a4b745d110ebeb439ab5056713a5fc5743eee3ea"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/web-token/jwt-util-ecc/zipball/a4b745d110ebeb439ab5056713a5fc5743eee3ea",
            "reference": "a4b745d110ebeb439ab5056713a5fc5743eee3ea",
            "shasum": ""
        },
        "require": {
            "brick/math": "^0.8.17|^0.9"
        },
        "require-dev": {
            "phpunit/phpunit": "^8.0"
        },
        "suggest": {
            "ext-bcmath": "GMP or BCMath is highly recommended to improve the library performance",
            "ext-gmp": "GMP or BCMath is highly recommended to improve the library performance"
        },
        "time": "2020-09-01T22:25:49+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "v1.0": "1.0.x-dev",
                "v1.1": "1.1.x-dev",
                "v1.2": "1.2.x-dev",
                "v1.3": "1.3.x-dev",
                "v2.0": "2.0.x-dev",
                "v2.1": "2.1.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Jose\\Component\\Core\\Util\\Ecc\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Florent Morselli",
                "homepage": "https://github.com/Spomky"
            },
            {
                "name": "All contributors",
                "homepage": "https://github.com/web-token/jwt-framework/contributors"
            }
        ],
        "description": "ECC Tools for the JWT Framework.",
        "homepage": "https://github.com/web-token",
        "keywords": [
            "JOSE",
            "JWE",
            "JWK",
            "JWKSet",
            "JWS",
            "Jot",
            "RFC7515",
            "RFC7516",
            "RFC7517",
            "RFC7518",
            "RFC7519",
            "RFC7520",
            "bundle",
            "jwa",
            "jwt",
            "symfony"
        ]
    }
]
