[
    {
        "name": "beberlei/assert",
        "version": "v3.3.2",
        "version_normalized": "3.3.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/beberlei/assert.git",
            "reference": "cb70015c04be1baee6f5f5c953703347c0ac1655"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/beberlei/assert/zipball/cb70015c04be1baee6f5f5c953703347c0ac1655",
            "reference": "cb70015c04be1baee6f5f5c953703347c0ac1655",
            "shasum": ""
        },
        "require": {
            "ext-ctype": "*",
            "ext-json": "*",
            "ext-mbstring": "*",
            "ext-simplexml": "*",
            "php": "^7.0 || ^8.0"
        },
        "require-dev": {
            "friendsofphp/php-cs-fixer": "*",
            "phpstan/phpstan": "*",
            "phpunit/phpunit": ">=6.0.0",
            "yoast/phpunit-polyfills": "^0.1.0"
        },
        "suggest": {
            "ext-intl": "Needed to allow Assertion::count(), Assertion::isCountable(), Assertion::minCount(), and Assertion::maxCount() to operate on ResourceBundles"
        },
        "time": "2021-12-16T21:41:27+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "files": [
                "lib/Assert/functions.php"
            ],
            "psr-4": {
                "Assert\\": "lib/Assert"
            }
        },
        "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/v3.3.2"
        }
    },
    {
        "name": "brick/math",
        "version": "0.8.17",
        "version_normalized": "0.8.17.0",
        "source": {
            "type": "git",
            "url": "https://github.com/brick/math.git",
            "reference": "e6f8e7d04346a95be89580f8c2c22d6c3fa65556"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/brick/math/zipball/e6f8e7d04346a95be89580f8c2c22d6c3fa65556",
            "reference": "e6f8e7d04346a95be89580f8c2c22d6c3fa65556",
            "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:41:20+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"
        ],
        "support": {
            "issues": "https://github.com/brick/math/issues",
            "source": "https://github.com/brick/math/tree/v0.8"
        },
        "funding": [
            {
                "url": "https://tidelift.com/funding/github/packagist/brick/math",
                "type": "tidelift"
            }
        ]
    },
    {
        "name": "fgrosse/phpasn1",
        "version": "v2.5.0",
        "version_normalized": "2.5.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/fgrosse/PHPASN1.git",
            "reference": "42060ed45344789fb9f21f9f1864fc47b9e3507b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/fgrosse/PHPASN1/zipball/42060ed45344789fb9f21f9f1864fc47b9e3507b",
            "reference": "42060ed45344789fb9f21f9f1864fc47b9e3507b",
            "shasum": ""
        },
        "require": {
            "php": "^7.1 || ^8.0"
        },
        "require-dev": {
            "php-coveralls/php-coveralls": "~2.0",
            "phpunit/phpunit": "^7.0 || ^8.0 || ^9.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": "2022-12-19T11:08:26+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.5.0"
        },
        "abandoned": true
    },
    {
        "name": "gettext/gettext",
        "version": "v5.5.2",
        "version_normalized": "5.5.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-gettext/Gettext.git",
            "reference": "86f1f4f1e433ae46ba5b91b898b8438216adb96c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-gettext/Gettext/zipball/86f1f4f1e433ae46ba5b91b898b8438216adb96c",
            "reference": "86f1f4f1e433ae46ba5b91b898b8438216adb96c",
            "shasum": ""
        },
        "require": {
            "gettext/languages": "^2.3",
            "php": "^7.2"
        },
        "require-dev": {
            "brick/varexporter": "^0.2.1",
            "friendsofphp/php-cs-fixer": "^2.15",
            "oscarotero/php-cs-fixer-config": "^1.0",
            "phpunit/phpunit": "^8.0",
            "squizlabs/php_codesniffer": "^3.0"
        },
        "time": "2020-11-17T22:48:20+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Gettext\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Oscar Otero",
                "email": "oom@oscarotero.com",
                "homepage": "http://oscarotero.com",
                "role": "Developer"
            }
        ],
        "description": "PHP gettext manager",
        "homepage": "https://github.com/php-gettext/Gettext",
        "keywords": [
            "JS",
            "gettext",
            "i18n",
            "mo",
            "po",
            "translation"
        ],
        "support": {
            "email": "oom@oscarotero.com",
            "issues": "https://github.com/php-gettext/Gettext/issues",
            "source": "https://github.com/php-gettext/Gettext/tree/v5.5.2"
        }
    },
    {
        "name": "gettext/languages",
        "version": "2.10.0",
        "version_normalized": "2.10.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-gettext/Languages.git",
            "reference": "4d61d67fe83a2ad85959fe6133d6d9ba7dddd1ab"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-gettext/Languages/zipball/4d61d67fe83a2ad85959fe6133d6d9ba7dddd1ab",
            "reference": "4d61d67fe83a2ad85959fe6133d6d9ba7dddd1ab",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3"
        },
        "require-dev": {
            "phpunit/phpunit": "^4.8 || ^5.7 || ^6.5 || ^7.5 || ^8.4"
        },
        "time": "2022-10-18T15:00:10+00:00",
        "bin": [
            "bin/export-plural-rules"
        ],
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Gettext\\Languages\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Michele Locati",
                "email": "mlocati@gmail.com",
                "role": "Developer"
            }
        ],
        "description": "gettext languages with plural rules",
        "homepage": "https://github.com/php-gettext/Languages",
        "keywords": [
            "cldr",
            "i18n",
            "internationalization",
            "l10n",
            "language",
            "languages",
            "localization",
            "php",
            "plural",
            "plural rules",
            "plurals",
            "translate",
            "translations",
            "unicode"
        ],
        "support": {
            "issues": "https://github.com/php-gettext/Languages/issues",
            "source": "https://github.com/php-gettext/Languages/tree/2.10.0"
        },
        "funding": [
            {
                "url": "https://paypal.me/mlocati",
                "type": "custom"
            },
            {
                "url": "https://github.com/mlocati",
                "type": "github"
            }
        ]
    },
    {
        "name": "league/uri",
        "version": "6.4.0",
        "version_normalized": "6.4.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/thephpleague/uri.git",
            "reference": "09da64118eaf4c5d52f9923a1e6a5be1da52fd9a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/thephpleague/uri/zipball/09da64118eaf4c5d52f9923a1e6a5be1da52fd9a",
            "reference": "09da64118eaf4c5d52f9923a1e6a5be1da52fd9a",
            "shasum": ""
        },
        "require": {
            "ext-json": "*",
            "league/uri-interfaces": "^2.1",
            "php": ">=7.2",
            "psr/http-message": "^1.0"
        },
        "conflict": {
            "league/uri-schemes": "^1.0"
        },
        "require-dev": {
            "friendsofphp/php-cs-fixer": "^2.16",
            "phpstan/phpstan": "^0.12",
            "phpstan/phpstan-phpunit": "^0.12",
            "phpstan/phpstan-strict-rules": "^0.12",
            "phpunit/phpunit": "^8.0 || ^9.0",
            "psr/http-factory": "^1.0"
        },
        "suggest": {
            "ext-fileinfo": "Needed to create Data URI from a filepath",
            "ext-intl": "Needed to improve host validation",
            "league/uri-components": "Needed to easily manipulate URI objects",
            "psr/http-factory": "Needed to use the URI factory"
        },
        "time": "2020-11-22T14:29:11+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "6.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "League\\Uri\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Ignace Nyamagana Butera",
                "email": "nyamsprod@gmail.com",
                "homepage": "https://nyamsprod.com"
            }
        ],
        "description": "URI manipulation library",
        "homepage": "http://uri.thephpleague.com",
        "keywords": [
            "data-uri",
            "file-uri",
            "ftp",
            "hostname",
            "http",
            "https",
            "middleware",
            "parse_str",
            "parse_url",
            "psr-7",
            "query-string",
            "querystring",
            "rfc3986",
            "rfc3987",
            "rfc6570",
            "uri",
            "uri-template",
            "url",
            "ws"
        ],
        "support": {
            "docs": "https://uri.thephpleague.com",
            "forum": "https://thephpleague.slack.com",
            "issues": "https://github.com/thephpleague/uri/issues",
            "source": "https://github.com/thephpleague/uri/tree/6.4.0"
        },
        "funding": [
            {
                "url": "https://github.com/sponsors/nyamsprod",
                "type": "github"
            }
        ]
    },
    {
        "name": "league/uri-interfaces",
        "version": "2.3.0",
        "version_normalized": "2.3.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/thephpleague/uri-interfaces.git",
            "reference": "00e7e2943f76d8cb50c7dfdc2f6dee356e15e383"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/thephpleague/uri-interfaces/zipball/00e7e2943f76d8cb50c7dfdc2f6dee356e15e383",
            "reference": "00e7e2943f76d8cb50c7dfdc2f6dee356e15e383",
            "shasum": ""
        },
        "require": {
            "ext-json": "*",
            "php": "^7.2 || ^8.0"
        },
        "require-dev": {
            "friendsofphp/php-cs-fixer": "^2.19",
            "phpstan/phpstan": "^0.12.90",
            "phpstan/phpstan-phpunit": "^0.12.19",
            "phpstan/phpstan-strict-rules": "^0.12.9",
            "phpunit/phpunit": "^8.5.15 || ^9.5"
        },
        "suggest": {
            "ext-intl": "to use the IDNA feature",
            "symfony/intl": "to use the IDNA feature via Symfony Polyfill"
        },
        "time": "2021-06-28T04:27:21+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "League\\Uri\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Ignace Nyamagana Butera",
                "email": "nyamsprod@gmail.com",
                "homepage": "https://nyamsprod.com"
            }
        ],
        "description": "Common interface for URI representation",
        "homepage": "http://github.com/thephpleague/uri-interfaces",
        "keywords": [
            "rfc3986",
            "rfc3987",
            "uri",
            "url"
        ],
        "support": {
            "issues": "https://github.com/thephpleague/uri-interfaces/issues",
            "source": "https://github.com/thephpleague/uri-interfaces/tree/2.3.0"
        },
        "funding": [
            {
                "url": "https://github.com/sponsors/nyamsprod",
                "type": "github"
            }
        ]
    },
    {
        "name": "nyholm/psr7",
        "version": "1.6.0",
        "version_normalized": "1.6.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/Nyholm/psr7.git",
            "reference": "bf4aebd170fadf5fd808c70b90535de327e81a50"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Nyholm/psr7/zipball/bf4aebd170fadf5fd808c70b90535de327e81a50",
            "reference": "bf4aebd170fadf5fd808c70b90535de327e81a50",
            "shasum": ""
        },
        "require": {
            "php": ">=7.1",
            "php-http/message-factory": "^1.0",
            "psr/http-factory": "^1.0",
            "psr/http-message": "^1.0"
        },
        "provide": {
            "php-http/message-factory-implementation": "1.0",
            "psr/http-factory-implementation": "1.0",
            "psr/http-message-implementation": "1.0"
        },
        "require-dev": {
            "http-interop/http-factory-tests": "^0.9",
            "php-http/psr7-integration-tests": "^1.0",
            "phpunit/phpunit": "^7.5 || 8.5 || 9.4",
            "symfony/error-handler": "^4.4"
        },
        "time": "2023-04-09T08:34:27+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.6-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Nyholm\\Psr7\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Tobias Nyholm",
                "email": "tobias.nyholm@gmail.com"
            },
            {
                "name": "Martijn van der Ven",
                "email": "martijn@vanderven.se"
            }
        ],
        "description": "A fast PHP7 implementation of PSR-7",
        "homepage": "https://tnyholm.se",
        "keywords": [
            "psr-17",
            "psr-7"
        ],
        "support": {
            "issues": "https://github.com/Nyholm/psr7/issues",
            "source": "https://github.com/Nyholm/psr7/tree/1.6.0"
        },
        "funding": [
            {
                "url": "https://github.com/Zegnat",
                "type": "github"
            },
            {
                "url": "https://github.com/nyholm",
                "type": "github"
            }
        ]
    },
    {
        "name": "nyholm/psr7-server",
        "version": "1.0.2",
        "version_normalized": "1.0.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/Nyholm/psr7-server.git",
            "reference": "b846a689844cef114e8079d8c80f0afd96745ae3"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Nyholm/psr7-server/zipball/b846a689844cef114e8079d8c80f0afd96745ae3",
            "reference": "b846a689844cef114e8079d8c80f0afd96745ae3",
            "shasum": ""
        },
        "require": {
            "php": "^7.1 || ^8.0",
            "psr/http-factory": "^1.0",
            "psr/http-message": "^1.0"
        },
        "require-dev": {
            "nyholm/nsa": "^1.1",
            "nyholm/psr7": "^1.3",
            "phpunit/phpunit": "^7.0 || ^8.5 || ^9.3"
        },
        "time": "2021-05-12T11:11:27+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Nyholm\\Psr7Server\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Tobias Nyholm",
                "email": "tobias.nyholm@gmail.com"
            },
            {
                "name": "Martijn van der Ven",
                "email": "martijn@vanderven.se"
            }
        ],
        "description": "Helper classes to handle PSR-7 server requests",
        "homepage": "http://tnyholm.se",
        "keywords": [
            "psr-17",
            "psr-7"
        ],
        "support": {
            "issues": "https://github.com/Nyholm/psr7-server/issues",
            "source": "https://github.com/Nyholm/psr7-server/tree/1.0.2"
        },
        "funding": [
            {
                "url": "https://github.com/Zegnat",
                "type": "github"
            },
            {
                "url": "https://github.com/nyholm",
                "type": "github"
            }
        ]
    },
    {
        "name": "php-http/message-factory",
        "version": "1.1.0",
        "version_normalized": "1.1.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-http/message-factory.git",
            "reference": "4d8778e1c7d405cbb471574821c1ff5b68cc8f57"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-http/message-factory/zipball/4d8778e1c7d405cbb471574821c1ff5b68cc8f57",
            "reference": "4d8778e1c7d405cbb471574821c1ff5b68cc8f57",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4",
            "psr/http-message": "^1.0 || ^2.0"
        },
        "time": "2023-04-14T14:16:17+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Http\\Message\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Márk Sági-Kazár",
                "email": "mark.sagikazar@gmail.com"
            }
        ],
        "description": "Factory interfaces for PSR-7 HTTP Message",
        "homepage": "http://php-http.org",
        "keywords": [
            "factory",
            "http",
            "message",
            "stream",
            "uri"
        ],
        "support": {
            "issues": "https://github.com/php-http/message-factory/issues",
            "source": "https://github.com/php-http/message-factory/tree/1.1.0"
        }
    },
    {
        "name": "psr/http-client",
        "version": "1.0.2",
        "version_normalized": "1.0.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/http-client.git",
            "reference": "0955afe48220520692d2d09f7ab7e0f93ffd6a31"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/http-client/zipball/0955afe48220520692d2d09f7ab7e0f93ffd6a31",
            "reference": "0955afe48220520692d2d09f7ab7e0f93ffd6a31",
            "shasum": ""
        },
        "require": {
            "php": "^7.0 || ^8.0",
            "psr/http-message": "^1.0 || ^2.0"
        },
        "time": "2023-04-10T20:12:12+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": "https://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"
        ],
        "support": {
            "source": "https://github.com/php-fig/http-client/tree/1.0.2"
        }
    },
    {
        "name": "psr/http-factory",
        "version": "1.0.2",
        "version_normalized": "1.0.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/http-factory.git",
            "reference": "e616d01114759c4c489f93b099585439f795fe35"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/http-factory/zipball/e616d01114759c4c489f93b099585439f795fe35",
            "reference": "e616d01114759c4c489f93b099585439f795fe35",
            "shasum": ""
        },
        "require": {
            "php": ">=7.0.0",
            "psr/http-message": "^1.0 || ^2.0"
        },
        "time": "2023-04-10T20:10:41+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": "https://www.php-fig.org/"
            }
        ],
        "description": "Common interfaces for PSR-7 HTTP message factories",
        "keywords": [
            "factory",
            "http",
            "message",
            "psr",
            "psr-17",
            "psr-7",
            "request",
            "response"
        ],
        "support": {
            "source": "https://github.com/php-fig/http-factory/tree/1.0.2"
        }
    },
    {
        "name": "psr/http-message",
        "version": "1.1",
        "version_normalized": "1.1.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/http-message.git",
            "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/http-message/zipball/cb6ce4845ce34a8ad9e68117c10ee90a29919eba",
            "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba",
            "shasum": ""
        },
        "require": {
            "php": "^7.2 || ^8.0"
        },
        "time": "2023-04-04T09:50:52+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.1.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"
        ],
        "support": {
            "source": "https://github.com/php-fig/http-message/tree/1.1"
        }
    },
    {
        "name": "psr/log",
        "version": "1.1.4",
        "version_normalized": "1.1.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/log.git",
            "reference": "d49695b909c3b7628b6289db5479a1c204601f11"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
            "reference": "d49695b909c3b7628b6289db5479a1c204601f11",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2021-05-03T11:20:27+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.1.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Psr\\Log\\": "Psr/Log/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "PHP-FIG",
                "homepage": "https://www.php-fig.org/"
            }
        ],
        "description": "Common interface for logging libraries",
        "homepage": "https://github.com/php-fig/log",
        "keywords": [
            "log",
            "psr",
            "psr-3"
        ],
        "support": {
            "source": "https://github.com/php-fig/log/tree/1.1.4"
        }
    },
    {
        "name": "ramsey/collection",
        "version": "1.1.4",
        "version_normalized": "1.1.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/ramsey/collection.git",
            "reference": "ab2237657ad99667a5143e32ba2683c8029563d4"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/ramsey/collection/zipball/ab2237657ad99667a5143e32ba2683c8029563d4",
            "reference": "ab2237657ad99667a5143e32ba2683c8029563d4",
            "shasum": ""
        },
        "require": {
            "php": "^7.2 || ^8"
        },
        "require-dev": {
            "captainhook/captainhook": "^5.3",
            "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
            "ergebnis/composer-normalize": "^2.6",
            "fakerphp/faker": "^1.5",
            "hamcrest/hamcrest-php": "^2",
            "jangregor/phpstan-prophecy": "^0.8",
            "mockery/mockery": "^1.3",
            "phpstan/extension-installer": "^1",
            "phpstan/phpstan": "^0.12.32",
            "phpstan/phpstan-mockery": "^0.12.5",
            "phpstan/phpstan-phpunit": "^0.12.11",
            "phpunit/phpunit": "^8.5 || ^9",
            "psy/psysh": "^0.10.4",
            "slevomat/coding-standard": "^6.3",
            "squizlabs/php_codesniffer": "^3.5",
            "vimeo/psalm": "^4.4"
        },
        "time": "2021-07-30T00:58:27+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Ramsey\\Collection\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Ben Ramsey",
                "email": "ben@benramsey.com",
                "homepage": "https://benramsey.com"
            }
        ],
        "description": "A PHP 7.2+ library for representing and manipulating collections.",
        "keywords": [
            "array",
            "collection",
            "hash",
            "map",
            "queue",
            "set"
        ],
        "support": {
            "issues": "https://github.com/ramsey/collection/issues",
            "source": "https://github.com/ramsey/collection/tree/1.1.4"
        },
        "funding": [
            {
                "url": "https://github.com/ramsey",
                "type": "github"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/ramsey/collection",
                "type": "tidelift"
            }
        ]
    },
    {
        "name": "ramsey/uuid",
        "version": "4.2.3",
        "version_normalized": "4.2.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/ramsey/uuid.git",
            "reference": "fc9bb7fb5388691fd7373cd44dcb4d63bbcf24df"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/ramsey/uuid/zipball/fc9bb7fb5388691fd7373cd44dcb4d63bbcf24df",
            "reference": "fc9bb7fb5388691fd7373cd44dcb4d63bbcf24df",
            "shasum": ""
        },
        "require": {
            "brick/math": "^0.8 || ^0.9",
            "ext-json": "*",
            "php": "^7.2 || ^8.0",
            "ramsey/collection": "^1.0",
            "symfony/polyfill-ctype": "^1.8",
            "symfony/polyfill-php80": "^1.14"
        },
        "replace": {
            "rhumsaa/uuid": "self.version"
        },
        "require-dev": {
            "captainhook/captainhook": "^5.10",
            "captainhook/plugin-composer": "^5.3",
            "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
            "doctrine/annotations": "^1.8",
            "ergebnis/composer-normalize": "^2.15",
            "mockery/mockery": "^1.3",
            "moontoast/math": "^1.1",
            "paragonie/random-lib": "^2",
            "php-mock/php-mock": "^2.2",
            "php-mock/php-mock-mockery": "^1.3",
            "php-parallel-lint/php-parallel-lint": "^1.1",
            "phpbench/phpbench": "^1.0",
            "phpstan/extension-installer": "^1.0",
            "phpstan/phpstan": "^0.12",
            "phpstan/phpstan-mockery": "^0.12",
            "phpstan/phpstan-phpunit": "^0.12",
            "phpunit/phpunit": "^8.5 || ^9",
            "slevomat/coding-standard": "^7.0",
            "squizlabs/php_codesniffer": "^3.5",
            "vimeo/psalm": "^4.9"
        },
        "suggest": {
            "ext-bcmath": "Enables faster math with arbitrary-precision integers using BCMath.",
            "ext-ctype": "Enables faster processing of character classification using ctype functions.",
            "ext-gmp": "Enables faster math with arbitrary-precision integers using GMP.",
            "ext-uuid": "Enables the use of PeclUuidTimeGenerator and PeclUuidRandomGenerator.",
            "paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
            "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
        },
        "time": "2021-09-25T23:10:38+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-main": "4.x-dev"
            },
            "captainhook": {
                "force-install": true
            }
        },
        "installation-source": "dist",
        "autoload": {
            "files": [
                "src/functions.php"
            ],
            "psr-4": {
                "Ramsey\\Uuid\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "description": "A PHP library for generating and working with universally unique identifiers (UUIDs).",
        "keywords": [
            "guid",
            "identifier",
            "uuid"
        ],
        "support": {
            "issues": "https://github.com/ramsey/uuid/issues",
            "source": "https://github.com/ramsey/uuid/tree/4.2.3"
        },
        "funding": [
            {
                "url": "https://github.com/ramsey",
                "type": "github"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/ramsey/uuid",
                "type": "tidelift"
            }
        ]
    },
    {
        "name": "spomky-labs/base64url",
        "version": "v2.0.4",
        "version_normalized": "2.0.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/Spomky-Labs/base64url.git",
            "reference": "7752ce931ec285da4ed1f4c5aa27e45e097be61d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Spomky-Labs/base64url/zipball/7752ce931ec285da4ed1f4c5aa27e45e097be61d",
            "reference": "7752ce931ec285da4ed1f4c5aa27e45e097be61d",
            "shasum": ""
        },
        "require": {
            "php": ">=7.1"
        },
        "require-dev": {
            "phpstan/extension-installer": "^1.0",
            "phpstan/phpstan": "^0.11|^0.12",
            "phpstan/phpstan-beberlei-assert": "^0.11|^0.12",
            "phpstan/phpstan-deprecation-rules": "^0.11|^0.12",
            "phpstan/phpstan-phpunit": "^0.11|^0.12",
            "phpstan/phpstan-strict-rules": "^0.11|^0.12"
        },
        "time": "2020-11-03T09:10:25+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"
        ],
        "support": {
            "issues": "https://github.com/Spomky-Labs/base64url/issues",
            "source": "https://github.com/Spomky-Labs/base64url/tree/v2.0.4"
        },
        "funding": [
            {
                "url": "https://github.com/Spomky",
                "type": "github"
            },
            {
                "url": "https://www.patreon.com/FlorentMorselli",
                "type": "patreon"
            }
        ]
    },
    {
        "name": "spomky-labs/cbor-php",
        "version": "v1.1.1",
        "version_normalized": "1.1.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/Spomky-Labs/cbor-php.git",
            "reference": "b8e51e6a13606ab1dd8a64aa295651d8ad57ccd1"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Spomky-Labs/cbor-php/zipball/b8e51e6a13606ab1dd8a64aa295651d8ad57ccd1",
            "reference": "b8e51e6a13606ab1dd8a64aa295651d8ad57ccd1",
            "shasum": ""
        },
        "require": {
            "beberlei/assert": "^3.2",
            "brick/math": "^0.8.15",
            "php": ">=7.1",
            "spomky-labs/base64url": "^1.0|^2.0"
        },
        "require-dev": {
            "php-coveralls/php-coveralls": "^2.0",
            "phpstan/phpstan": "^0.12",
            "phpstan/phpstan-beberlei-assert": "^0.12",
            "phpstan/phpstan-deprecation-rules": "^0.12",
            "phpstan/phpstan-phpunit": "^0.12",
            "phpstan/phpstan-strict-rules": "^0.12",
            "phpunit/phpunit": "^7.5|^8.0"
        },
        "suggest": {
            "ext-bcmath": "GMP or BCMath extensions will drastically improve the library performance. BCMath extension needed to handle the Big Float and Decimal Fraction Tags",
            "ext-gmp": "GMP or BCMath extensions will drastically improve the library performance"
        },
        "time": "2020-07-12T22:25:05+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "CBOR\\": "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/cbor-php/contributors"
            }
        ],
        "description": "CBOR Encoder/Decoder for PHP",
        "keywords": [
            "Concise Binary Object Representation",
            "RFC7049",
            "cbor"
        ],
        "support": {
            "issues": "https://github.com/Spomky-Labs/cbor-php/issues",
            "source": "https://github.com/Spomky-Labs/cbor-php/tree/v1.1.1"
        },
        "funding": [
            {
                "url": "https://www.patreon.com/FlorentMorselli",
                "type": "patreon"
            }
        ]
    },
    {
        "name": "symfony/polyfill-ctype",
        "version": "v1.27.0",
        "version_normalized": "1.27.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-ctype.git",
            "reference": "5bbc823adecdae860bb64756d639ecfec17b050a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/5bbc823adecdae860bb64756d639ecfec17b050a",
            "reference": "5bbc823adecdae860bb64756d639ecfec17b050a",
            "shasum": ""
        },
        "require": {
            "php": ">=7.1"
        },
        "provide": {
            "ext-ctype": "*"
        },
        "suggest": {
            "ext-ctype": "For best performance"
        },
        "time": "2022-11-03T14:55:06+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-main": "1.27-dev"
            },
            "thanks": {
                "name": "symfony/polyfill",
                "url": "https://github.com/symfony/polyfill"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "files": [
                "bootstrap.php"
            ],
            "psr-4": {
                "Symfony\\Polyfill\\Ctype\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Gert de Pagter",
                "email": "BackEndTea@gmail.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony polyfill for ctype functions",
        "homepage": "https://symfony.com",
        "keywords": [
            "compatibility",
            "ctype",
            "polyfill",
            "portable"
        ],
        "support": {
            "source": "https://github.com/symfony/polyfill-ctype/tree/v1.27.0"
        },
        "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"
            }
        ]
    },
    {
        "name": "symfony/polyfill-php80",
        "version": "v1.27.0",
        "version_normalized": "1.27.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-php80.git",
            "reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936",
            "reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936",
            "shasum": ""
        },
        "require": {
            "php": ">=7.1"
        },
        "time": "2022-11-03T14:55:06+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-main": "1.27-dev"
            },
            "thanks": {
                "name": "symfony/polyfill",
                "url": "https://github.com/symfony/polyfill"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "files": [
                "bootstrap.php"
            ],
            "psr-4": {
                "Symfony\\Polyfill\\Php80\\": ""
            },
            "classmap": [
                "Resources/stubs"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Ion Bazan",
                "email": "ion.bazan@gmail.com"
            },
            {
                "name": "Nicolas Grekas",
                "email": "p@tchwork.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
        "homepage": "https://symfony.com",
        "keywords": [
            "compatibility",
            "polyfill",
            "portable",
            "shim"
        ],
        "support": {
            "source": "https://github.com/symfony/polyfill-php80/tree/v1.27.0"
        },
        "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"
            }
        ]
    },
    {
        "name": "symfony/process",
        "version": "v4.4.44",
        "version_normalized": "4.4.44.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/process.git",
            "reference": "5cee9cdc4f7805e2699d9fd66991a0e6df8252a2"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/process/zipball/5cee9cdc4f7805e2699d9fd66991a0e6df8252a2",
            "reference": "5cee9cdc4f7805e2699d9fd66991a0e6df8252a2",
            "shasum": ""
        },
        "require": {
            "php": ">=7.1.3",
            "symfony/polyfill-php80": "^1.16"
        },
        "time": "2022-06-27T13:16:42+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Process\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Executes commands in sub-processes",
        "homepage": "https://symfony.com",
        "support": {
            "source": "https://github.com/symfony/process/tree/v4.4.44"
        },
        "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"
            }
        ]
    },
    {
        "name": "thecodingmachine/safe",
        "version": "v1.3.3",
        "version_normalized": "1.3.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/thecodingmachine/safe.git",
            "reference": "a8ab0876305a4cdaef31b2350fcb9811b5608dbc"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/thecodingmachine/safe/zipball/a8ab0876305a4cdaef31b2350fcb9811b5608dbc",
            "reference": "a8ab0876305a4cdaef31b2350fcb9811b5608dbc",
            "shasum": ""
        },
        "require": {
            "php": ">=7.2"
        },
        "require-dev": {
            "phpstan/phpstan": "^0.12",
            "squizlabs/php_codesniffer": "^3.2",
            "thecodingmachine/phpstan-strict-rules": "^0.12"
        },
        "time": "2020-10-28T17:51:34+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "0.1-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "files": [
                "deprecated/apc.php",
                "deprecated/libevent.php",
                "deprecated/mssql.php",
                "deprecated/stats.php",
                "lib/special_cases.php",
                "generated/apache.php",
                "generated/apcu.php",
                "generated/array.php",
                "generated/bzip2.php",
                "generated/calendar.php",
                "generated/classobj.php",
                "generated/com.php",
                "generated/cubrid.php",
                "generated/curl.php",
                "generated/datetime.php",
                "generated/dir.php",
                "generated/eio.php",
                "generated/errorfunc.php",
                "generated/exec.php",
                "generated/fileinfo.php",
                "generated/filesystem.php",
                "generated/filter.php",
                "generated/fpm.php",
                "generated/ftp.php",
                "generated/funchand.php",
                "generated/gmp.php",
                "generated/gnupg.php",
                "generated/hash.php",
                "generated/ibase.php",
                "generated/ibmDb2.php",
                "generated/iconv.php",
                "generated/image.php",
                "generated/imap.php",
                "generated/info.php",
                "generated/ingres-ii.php",
                "generated/inotify.php",
                "generated/json.php",
                "generated/ldap.php",
                "generated/libxml.php",
                "generated/lzf.php",
                "generated/mailparse.php",
                "generated/mbstring.php",
                "generated/misc.php",
                "generated/msql.php",
                "generated/mysql.php",
                "generated/mysqli.php",
                "generated/mysqlndMs.php",
                "generated/mysqlndQc.php",
                "generated/network.php",
                "generated/oci8.php",
                "generated/opcache.php",
                "generated/openssl.php",
                "generated/outcontrol.php",
                "generated/password.php",
                "generated/pcntl.php",
                "generated/pcre.php",
                "generated/pdf.php",
                "generated/pgsql.php",
                "generated/posix.php",
                "generated/ps.php",
                "generated/pspell.php",
                "generated/readline.php",
                "generated/rpminfo.php",
                "generated/rrd.php",
                "generated/sem.php",
                "generated/session.php",
                "generated/shmop.php",
                "generated/simplexml.php",
                "generated/sockets.php",
                "generated/sodium.php",
                "generated/solr.php",
                "generated/spl.php",
                "generated/sqlsrv.php",
                "generated/ssdeep.php",
                "generated/ssh2.php",
                "generated/stream.php",
                "generated/strings.php",
                "generated/swoole.php",
                "generated/uodbc.php",
                "generated/uopz.php",
                "generated/url.php",
                "generated/var.php",
                "generated/xdiff.php",
                "generated/xml.php",
                "generated/xmlrpc.php",
                "generated/yaml.php",
                "generated/yaz.php",
                "generated/zip.php",
                "generated/zlib.php"
            ],
            "psr-4": {
                "Safe\\": [
                    "lib/",
                    "deprecated/",
                    "generated/"
                ]
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "description": "PHP core functions that throw exceptions instead of returning FALSE on error",
        "support": {
            "issues": "https://github.com/thecodingmachine/safe/issues",
            "source": "https://github.com/thecodingmachine/safe/tree/v1.3.3"
        }
    },
    {
        "name": "vlucas/valitron",
        "version": "v1.4.10",
        "version_normalized": "1.4.10.0",
        "source": {
            "type": "git",
            "url": "https://github.com/vlucas/valitron.git",
            "reference": "5ebd5d7af82cc0a9d798e816a2ecad63f1b59ceb"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/vlucas/valitron/zipball/5ebd5d7af82cc0a9d798e816a2ecad63f1b59ceb",
            "reference": "5ebd5d7af82cc0a9d798e816a2ecad63f1b59ceb",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.2"
        },
        "require-dev": {
            "phpunit/phpunit": ">=4.8.35"
        },
        "suggest": {
            "ext-mbstring": "It can support the multiple bytes string length."
        },
        "time": "2021-07-08T16:18:03+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Valitron\\": "src/Valitron"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Vance Lucas",
                "email": "vance@vancelucas.com",
                "homepage": "https://www.vancelucas.com"
            }
        ],
        "description": "Simple, elegant, stand-alone validation library with NO dependencies",
        "homepage": "https://github.com/vlucas/valitron",
        "keywords": [
            "valid",
            "validation",
            "validator"
        ],
        "support": {
            "issues": "https://github.com/vlucas/valitron/issues",
            "source": "https://github.com/vlucas/valitron/tree/v1.4.10"
        },
        "funding": [
            {
                "url": "https://tidelift.com/funding/github/packagist/vlucas/valitron",
                "type": "tidelift"
            }
        ]
    },
    {
        "name": "web-auth/cose-lib",
        "version": "v3.3.12",
        "version_normalized": "3.3.12.0",
        "source": {
            "type": "git",
            "url": "https://github.com/web-auth/cose-lib.git",
            "reference": "efa6ec2ba4e840bc1316a493973c9916028afeeb"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/web-auth/cose-lib/zipball/efa6ec2ba4e840bc1316a493973c9916028afeeb",
            "reference": "efa6ec2ba4e840bc1316a493973c9916028afeeb",
            "shasum": ""
        },
        "require": {
            "beberlei/assert": "^3.2",
            "ext-json": "*",
            "ext-mbstring": "*",
            "ext-openssl": "*",
            "fgrosse/phpasn1": "^2.1",
            "php": ">=7.2"
        },
        "time": "2021-12-04T12:13:35+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Cose\\": "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/web-auth/cose/contributors"
            }
        ],
        "description": "CBOR Object Signing and Encryption (COSE) For PHP",
        "homepage": "https://github.com/web-auth",
        "keywords": [
            "COSE",
            "RFC8152"
        ],
        "support": {
            "source": "https://github.com/web-auth/cose-lib/tree/v3.3.12"
        },
        "funding": [
            {
                "url": "https://github.com/Spomky",
                "type": "github"
            },
            {
                "url": "https://www.patreon.com/FlorentMorselli",
                "type": "patreon"
            }
        ]
    },
    {
        "name": "web-auth/metadata-service",
        "version": "v3.3.12",
        "version_normalized": "3.3.12.0",
        "source": {
            "type": "git",
            "url": "https://github.com/web-auth/webauthn-metadata-service.git",
            "reference": "ef40d2b7b68c4964247d13fab52e2fa8dbd65246"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/web-auth/webauthn-metadata-service/zipball/ef40d2b7b68c4964247d13fab52e2fa8dbd65246",
            "reference": "ef40d2b7b68c4964247d13fab52e2fa8dbd65246",
            "shasum": ""
        },
        "require": {
            "beberlei/assert": "^3.2",
            "ext-json": "*",
            "league/uri": "^6.0",
            "php": ">=7.2",
            "psr/http-client": "^1.0",
            "psr/http-factory": "^1.0",
            "psr/log": "^1.1"
        },
        "suggest": {
            "web-token/jwt-key-mgmt": "Mandatory for fetching Metadata Statement from distant sources",
            "web-token/jwt-signature-algorithm-ecdsa": "Mandatory for fetching Metadata Statement from distant sources"
        },
        "time": "2021-11-21T11:14:31+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Webauthn\\MetadataService\\": "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/web-auth/metadata-service/contributors"
            }
        ],
        "description": "Metadata Service for FIDO2/Webauthn",
        "homepage": "https://github.com/web-auth",
        "keywords": [
            "FIDO2",
            "fido",
            "webauthn"
        ],
        "support": {
            "source": "https://github.com/web-auth/webauthn-metadata-service/tree/v3.3.12"
        },
        "funding": [
            {
                "url": "https://github.com/Spomky",
                "type": "github"
            },
            {
                "url": "https://www.patreon.com/FlorentMorselli",
                "type": "patreon"
            }
        ]
    },
    {
        "name": "web-auth/webauthn-lib",
        "version": "v3.3.12",
        "version_normalized": "3.3.12.0",
        "source": {
            "type": "git",
            "url": "https://github.com/web-auth/webauthn-lib.git",
            "reference": "5ef9b21c8e9f8a817e524ac93290d08a9f065b33"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/web-auth/webauthn-lib/zipball/5ef9b21c8e9f8a817e524ac93290d08a9f065b33",
            "reference": "5ef9b21c8e9f8a817e524ac93290d08a9f065b33",
            "shasum": ""
        },
        "require": {
            "beberlei/assert": "^3.2",
            "ext-json": "*",
            "ext-mbstring": "*",
            "ext-openssl": "*",
            "fgrosse/phpasn1": "^2.1",
            "php": ">=7.2",
            "psr/http-client": "^1.0",
            "psr/http-factory": "^1.0",
            "psr/http-message": "^1.0",
            "psr/log": "^1.1",
            "ramsey/uuid": "^3.8|^4.0",
            "spomky-labs/base64url": "^2.0",
            "spomky-labs/cbor-php": "^1.0|^2.0",
            "symfony/process": "^3.0|^4.0|^5.0",
            "thecodingmachine/safe": "^1.1",
            "web-auth/cose-lib": "self.version",
            "web-auth/metadata-service": "self.version"
        },
        "suggest": {
            "psr/log-implementation": "Recommended to receive logs from the library",
            "web-token/jwt-key-mgmt": "Mandatory for the AndroidSafetyNet Attestation Statement support",
            "web-token/jwt-signature-algorithm-ecdsa": "Recommended for the AndroidSafetyNet Attestation Statement support",
            "web-token/jwt-signature-algorithm-eddsa": "Recommended for the AndroidSafetyNet Attestation Statement support",
            "web-token/jwt-signature-algorithm-rsa": "Mandatory for the AndroidSafetyNet Attestation Statement support"
        },
        "time": "2022-02-18T07:13:44+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Webauthn\\": "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/web-auth/webauthn-library/contributors"
            }
        ],
        "description": "FIDO2/Webauthn Support For PHP",
        "homepage": "https://github.com/web-auth",
        "keywords": [
            "FIDO2",
            "fido",
            "webauthn"
        ],
        "support": {
            "source": "https://github.com/web-auth/webauthn-lib/tree/v3.3.12"
        },
        "funding": [
            {
                "url": "https://github.com/Spomky",
                "type": "github"
            },
            {
                "url": "https://www.patreon.com/FlorentMorselli",
                "type": "patreon"
            }
        ]
    },
    {
        "name": "web-token/jwt-core",
        "version": "v2.2.11",
        "version_normalized": "2.2.11.0",
        "source": {
            "type": "git",
            "url": "https://github.com/web-token/jwt-core.git",
            "reference": "53beb6f6c1eec4fa93c1c3e5d9e5701e71fa1678"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/web-token/jwt-core/zipball/53beb6f6c1eec4fa93c1c3e5d9e5701e71fa1678",
            "reference": "53beb6f6c1eec4fa93c1c3e5d9e5701e71fa1678",
            "shasum": ""
        },
        "require": {
            "brick/math": "^0.8.17|^0.9",
            "ext-json": "*",
            "ext-mbstring": "*",
            "fgrosse/phpasn1": "^2.0",
            "php": ">=7.2",
            "spomky-labs/base64url": "^1.0|^2.0"
        },
        "conflict": {
            "spomky-labs/jose": "*"
        },
        "time": "2021-03-17T14:55:52+00:00",
        "type": "library",
        "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"
        ],
        "support": {
            "source": "https://github.com/web-token/jwt-core/tree/v2.2.11"
        },
        "funding": [
            {
                "url": "https://www.patreon.com/FlorentMorselli",
                "type": "patreon"
            }
        ]
    },
    {
        "name": "web-token/jwt-key-mgmt",
        "version": "v2.2.11",
        "version_normalized": "2.2.11.0",
        "source": {
            "type": "git",
            "url": "https://github.com/web-token/jwt-key-mgmt.git",
            "reference": "0b116379515700d237b4e5de86879078ccb09d8a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/web-token/jwt-key-mgmt/zipball/0b116379515700d237b4e5de86879078ccb09d8a",
            "reference": "0b116379515700d237b4e5de86879078ccb09d8a",
            "shasum": ""
        },
        "require": {
            "ext-openssl": "*",
            "psr/http-client": "^1.0",
            "psr/http-factory": "^1.0",
            "web-token/jwt-core": "^2.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": "2021-03-17T14:55:52+00:00",
        "type": "library",
        "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"
        ],
        "support": {
            "source": "https://github.com/web-token/jwt-key-mgmt/tree/v2.2.11"
        },
        "funding": [
            {
                "url": "https://www.patreon.com/FlorentMorselli",
                "type": "patreon"
            }
        ]
    },
    {
        "name": "web-token/jwt-signature",
        "version": "v2.2.11",
        "version_normalized": "2.2.11.0",
        "source": {
            "type": "git",
            "url": "https://github.com/web-token/jwt-signature.git",
            "reference": "015b59aaf3b6e8fb9f5bd1338845b7464c7d8103"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/web-token/jwt-signature/zipball/015b59aaf3b6e8fb9f5bd1338845b7464c7d8103",
            "reference": "015b59aaf3b6e8fb9f5bd1338845b7464c7d8103",
            "shasum": ""
        },
        "require": {
            "web-token/jwt-core": "^2.1"
        },
        "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": "2021-03-01T19:55:28+00:00",
        "type": "library",
        "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"
        ],
        "support": {
            "source": "https://github.com/web-token/jwt-signature/tree/v2.2.11"
        },
        "funding": [
            {
                "url": "https://www.patreon.com/FlorentMorselli",
                "type": "patreon"
            }
        ]
    },
    {
        "name": "web-token/jwt-signature-algorithm-ecdsa",
        "version": "v2.2.11",
        "version_normalized": "2.2.11.0",
        "source": {
            "type": "git",
            "url": "https://github.com/web-token/jwt-signature-algorithm-ecdsa.git",
            "reference": "44cbbb4374c51f1cf48b82ae761efbf24e1a8591"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/web-token/jwt-signature-algorithm-ecdsa/zipball/44cbbb4374c51f1cf48b82ae761efbf24e1a8591",
            "reference": "44cbbb4374c51f1cf48b82ae761efbf24e1a8591",
            "shasum": ""
        },
        "require": {
            "ext-openssl": "*",
            "web-token/jwt-signature": "^2.0"
        },
        "time": "2021-01-21T19:18:03+00:00",
        "type": "library",
        "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"
        ],
        "support": {
            "source": "https://github.com/web-token/jwt-signature-algorithm-ecdsa/tree/v2.2.11"
        },
        "funding": [
            {
                "url": "https://www.patreon.com/FlorentMorselli",
                "type": "patreon"
            }
        ]
    },
    {
        "name": "web-token/jwt-signature-algorithm-eddsa",
        "version": "v2.2.11",
        "version_normalized": "2.2.11.0",
        "source": {
            "type": "git",
            "url": "https://github.com/web-token/jwt-signature-algorithm-eddsa.git",
            "reference": "b805ecca593c56e60e0463bd2cacc9b1341910f6"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/web-token/jwt-signature-algorithm-eddsa/zipball/b805ecca593c56e60e0463bd2cacc9b1341910f6",
            "reference": "b805ecca593c56e60e0463bd2cacc9b1341910f6",
            "shasum": ""
        },
        "require": {
            "ext-sodium": "*",
            "web-token/jwt-signature": "^2.1"
        },
        "time": "2021-01-21T19:18:03+00:00",
        "type": "library",
        "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": "EdDSA Signature Algorithm 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"
        ],
        "support": {
            "source": "https://github.com/web-token/jwt-signature-algorithm-eddsa/tree/v2.2.11"
        },
        "funding": [
            {
                "url": "https://www.patreon.com/FlorentMorselli",
                "type": "patreon"
            }
        ]
    },
    {
        "name": "web-token/jwt-signature-algorithm-rsa",
        "version": "v2.2.11",
        "version_normalized": "2.2.11.0",
        "source": {
            "type": "git",
            "url": "https://github.com/web-token/jwt-signature-algorithm-rsa.git",
            "reference": "513ad90eb5ef1886ff176727a769bda4618141b0"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/web-token/jwt-signature-algorithm-rsa/zipball/513ad90eb5ef1886ff176727a769bda4618141b0",
            "reference": "513ad90eb5ef1886ff176727a769bda4618141b0",
            "shasum": ""
        },
        "require": {
            "brick/math": "^0.8.17|^0.9",
            "ext-openssl": "*",
            "web-token/jwt-signature": "^2.1"
        },
        "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": "2021-01-21T19:18:03+00:00",
        "type": "library",
        "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": "RSA 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"
        ],
        "support": {
            "source": "https://github.com/web-token/jwt-signature-algorithm-rsa/tree/v2.2.11"
        },
        "funding": [
            {
                "url": "https://www.patreon.com/FlorentMorselli",
                "type": "patreon"
            }
        ]
    },
    {
        "name": "woocommerce/action-scheduler",
        "version": "3.5.4",
        "version_normalized": "3.5.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/woocommerce/action-scheduler.git",
            "reference": "9533e71b0eba4a519721dde84a34dfb161f11eb8"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/woocommerce/action-scheduler/zipball/9533e71b0eba4a519721dde84a34dfb161f11eb8",
            "reference": "9533e71b0eba4a519721dde84a34dfb161f11eb8",
            "shasum": ""
        },
        "require-dev": {
            "phpunit/phpunit": "^7.5",
            "woocommerce/woocommerce-sniffs": "0.1.0",
            "wp-cli/wp-cli": "~2.5.0",
            "yoast/phpunit-polyfills": "^1.0"
        },
        "time": "2023-01-17T20:20:43+00:00",
        "type": "wordpress-plugin",
        "extra": {
            "scripts-description": {
                "test": "Run unit tests",
                "phpcs": "Analyze code against the WordPress coding standards with PHP_CodeSniffer",
                "phpcbf": "Fix coding standards warnings/errors automatically with PHP Code Beautifier"
            }
        },
        "installation-source": "dist",
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "GPL-3.0-or-later"
        ],
        "description": "Action Scheduler for WordPress and WooCommerce",
        "homepage": "https://actionscheduler.org/",
        "support": {
            "issues": "https://github.com/woocommerce/action-scheduler/issues",
            "source": "https://github.com/woocommerce/action-scheduler/tree/3.5.4"
        }
    }
]
