Current File : /home/pacjaorg/wpt.pacja.org/km/libraries/vendor/composer/installed.json
{
    "packages": [
        {
            "name": "algo26-matthias/idna-convert",
            "version": "v3.1.1",
            "version_normalized": "3.1.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/algo26-matthias/idna-convert.git",
                "reference": "d8dbf18599548b8460ab0c462f299a15cacf6e66"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/algo26-matthias/idna-convert/zipball/d8dbf18599548b8460ab0c462f299a15cacf6e66",
                "reference": "d8dbf18599548b8460ab0c462f299a15cacf6e66",
                "shasum": ""
            },
            "require": {
                "ext-pcre": "*",
                "jakeasmith/http_build_url": "^1",
                "php": ">=7.2.0"
            },
            "require-dev": {
                "phpunit/phpunit": "8.0"
            },
            "suggest": {
                "ext-iconv": "Install ext/iconv for using input / output other than UTF-8 or ISO-8859-1",
                "ext-mbstring": "Install ext/mbstring for using input / output other than UTF-8 or ISO-8859-1"
            },
            "time": "2024-03-18T16:24:08+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Algo26\\IdnaConvert\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-2.1+"
            ],
            "authors": [
                {
                    "name": "Matthias Sommerfeld",
                    "email": "matthias.sommerfeld@algo26.de",
                    "role": "Developer"
                }
            ],
            "description": "A library for encoding and decoding internationalized domain names",
            "homepage": "http://idnaconv.net/",
            "keywords": [
                "idn",
                "idna",
                "php"
            ],
            "support": {
                "issues": "https://github.com/algo26-matthias/idna-convert/issues",
                "source": "https://github.com/algo26-matthias/idna-convert/tree/v3.1.1"
            },
            "install-path": "../algo26-matthias/idna-convert"
        },
        {
            "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"
            },
            "install-path": "../beberlei/assert"
        },
        {
            "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"
                }
            ],
            "install-path": "../brick/math"
        },
        {
            "name": "composer/ca-bundle",
            "version": "1.3.7",
            "version_normalized": "1.3.7.0",
            "source": {
                "type": "git",
                "url": "https://github.com/composer/ca-bundle.git",
                "reference": "76e46335014860eec1aa5a724799a00a2e47cc85"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/composer/ca-bundle/zipball/76e46335014860eec1aa5a724799a00a2e47cc85",
                "reference": "76e46335014860eec1aa5a724799a00a2e47cc85",
                "shasum": ""
            },
            "require": {
                "ext-openssl": "*",
                "ext-pcre": "*",
                "php": "^5.3.2 || ^7.0 || ^8.0"
            },
            "require-dev": {
                "phpstan/phpstan": "^0.12.55",
                "psr/log": "^1.0",
                "symfony/phpunit-bridge": "^4.2 || ^5",
                "symfony/process": "^2.5 || ^3.0 || ^4.0 || ^5.0 || ^6.0"
            },
            "time": "2023-08-30T09:31:38+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Composer\\CaBundle\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jordi Boggiano",
                    "email": "j.boggiano@seld.be",
                    "homepage": "http://seld.be"
                }
            ],
            "description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.",
            "keywords": [
                "cabundle",
                "cacert",
                "certificate",
                "ssl",
                "tls"
            ],
            "support": {
                "irc": "irc://irc.freenode.org/composer",
                "issues": "https://github.com/composer/ca-bundle/issues",
                "source": "https://github.com/composer/ca-bundle/tree/1.3.7"
            },
            "funding": [
                {
                    "url": "https://packagist.com",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/composer",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/composer/composer",
                    "type": "tidelift"
                }
            ],
            "install-path": "./ca-bundle"
        },
        {
            "name": "cweagans/composer-patches",
            "version": "1.7.3",
            "version_normalized": "1.7.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/cweagans/composer-patches.git",
                "reference": "e190d4466fe2b103a55467dfa83fc2fecfcaf2db"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/cweagans/composer-patches/zipball/e190d4466fe2b103a55467dfa83fc2fecfcaf2db",
                "reference": "e190d4466fe2b103a55467dfa83fc2fecfcaf2db",
                "shasum": ""
            },
            "require": {
                "composer-plugin-api": "^1.0 || ^2.0",
                "php": ">=5.3.0"
            },
            "require-dev": {
                "composer/composer": "~1.0 || ~2.0",
                "phpunit/phpunit": "~4.6"
            },
            "time": "2022-12-20T22:53:13+00:00",
            "type": "composer-plugin",
            "extra": {
                "class": "cweagans\\Composer\\Patches"
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "cweagans\\Composer\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Cameron Eagans",
                    "email": "me@cweagans.net"
                }
            ],
            "description": "Provides a way to patch Composer packages.",
            "support": {
                "issues": "https://github.com/cweagans/composer-patches/issues",
                "source": "https://github.com/cweagans/composer-patches/tree/1.7.3"
            },
            "install-path": "../cweagans/composer-patches"
        },
        {
            "name": "defuse/php-encryption",
            "version": "v2.4.0",
            "version_normalized": "2.4.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/defuse/php-encryption.git",
                "reference": "f53396c2d34225064647a05ca76c1da9d99e5828"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/defuse/php-encryption/zipball/f53396c2d34225064647a05ca76c1da9d99e5828",
                "reference": "f53396c2d34225064647a05ca76c1da9d99e5828",
                "shasum": ""
            },
            "require": {
                "ext-openssl": "*",
                "paragonie/random_compat": ">= 2",
                "php": ">=5.6.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^5|^6|^7|^8|^9|^10",
                "yoast/phpunit-polyfills": "^2.0.0"
            },
            "time": "2023-06-19T06:10:36+00:00",
            "bin": [
                "bin/generate-defuse-key"
            ],
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Defuse\\Crypto\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Taylor Hornby",
                    "email": "taylor@defuse.ca",
                    "homepage": "https://defuse.ca/"
                },
                {
                    "name": "Scott Arciszewski",
                    "email": "info@paragonie.com",
                    "homepage": "https://paragonie.com"
                }
            ],
            "description": "Secure PHP Encryption Library",
            "keywords": [
                "aes",
                "authenticated encryption",
                "cipher",
                "crypto",
                "cryptography",
                "encrypt",
                "encryption",
                "openssl",
                "security",
                "symmetric key cryptography"
            ],
            "support": {
                "issues": "https://github.com/defuse/php-encryption/issues",
                "source": "https://github.com/defuse/php-encryption/tree/v2.4.0"
            },
            "install-path": "../defuse/php-encryption"
        },
        {
            "name": "doctrine/inflector",
            "version": "1.4.4",
            "version_normalized": "1.4.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/inflector.git",
                "reference": "4bd5c1cdfcd00e9e2d8c484f79150f67e5d355d9"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/inflector/zipball/4bd5c1cdfcd00e9e2d8c484f79150f67e5d355d9",
                "reference": "4bd5c1cdfcd00e9e2d8c484f79150f67e5d355d9",
                "shasum": ""
            },
            "require": {
                "php": "^7.1 || ^8.0"
            },
            "require-dev": {
                "doctrine/coding-standard": "^8.0",
                "phpstan/phpstan": "^0.12",
                "phpstan/phpstan-phpunit": "^0.12",
                "phpstan/phpstan-strict-rules": "^0.12",
                "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
            },
            "time": "2021-04-16T17:34:40+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Doctrine\\Inflector\\": "lib/Doctrine/Inflector",
                    "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@gmail.com"
                },
                {
                    "name": "Roman Borschel",
                    "email": "roman@code-factory.org"
                },
                {
                    "name": "Benjamin Eberlei",
                    "email": "kontakt@beberlei.de"
                },
                {
                    "name": "Jonathan Wage",
                    "email": "jonwage@gmail.com"
                },
                {
                    "name": "Johannes Schmitt",
                    "email": "schmittjoh@gmail.com"
                }
            ],
            "description": "PHP Doctrine Inflector is a small library that can perform string manipulations with regard to upper/lowercase and singular/plural forms of words.",
            "homepage": "https://www.doctrine-project.org/projects/inflector.html",
            "keywords": [
                "inflection",
                "inflector",
                "lowercase",
                "manipulation",
                "php",
                "plural",
                "singular",
                "strings",
                "uppercase",
                "words"
            ],
            "support": {
                "issues": "https://github.com/doctrine/inflector/issues",
                "source": "https://github.com/doctrine/inflector/tree/1.4.4"
            },
            "funding": [
                {
                    "url": "https://www.doctrine-project.org/sponsorship.html",
                    "type": "custom"
                },
                {
                    "url": "https://www.patreon.com/phpdoctrine",
                    "type": "patreon"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finflector",
                    "type": "tidelift"
                }
            ],
            "install-path": "../doctrine/inflector"
        },
        {
            "name": "dragonmantank/cron-expression",
            "version": "v3.3.3",
            "version_normalized": "3.3.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/dragonmantank/cron-expression.git",
                "reference": "adfb1f505deb6384dc8b39804c5065dd3c8c8c0a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/adfb1f505deb6384dc8b39804c5065dd3c8c8c0a",
                "reference": "adfb1f505deb6384dc8b39804c5065dd3c8c8c0a",
                "shasum": ""
            },
            "require": {
                "php": "^7.2|^8.0",
                "webmozart/assert": "^1.0"
            },
            "replace": {
                "mtdowling/cron-expression": "^1.0"
            },
            "require-dev": {
                "phpstan/extension-installer": "^1.0",
                "phpstan/phpstan": "^1.0",
                "phpstan/phpstan-webmozart-assert": "^1.0",
                "phpunit/phpunit": "^7.0|^8.0|^9.0"
            },
            "time": "2023-08-10T19:36:49+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Cron\\": "src/Cron/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Chris Tankersley",
                    "email": "chris@ctankersley.com",
                    "homepage": "https://github.com/dragonmantank"
                }
            ],
            "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
            "keywords": [
                "cron",
                "schedule"
            ],
            "support": {
                "issues": "https://github.com/dragonmantank/cron-expression/issues",
                "source": "https://github.com/dragonmantank/cron-expression/tree/v3.3.3"
            },
            "funding": [
                {
                    "url": "https://github.com/dragonmantank",
                    "type": "github"
                }
            ],
            "install-path": "../dragonmantank/cron-expression"
        },
        {
            "name": "enshrined/svg-sanitize",
            "version": "0.15.4",
            "version_normalized": "0.15.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/darylldoyle/svg-sanitizer.git",
                "reference": "e50b83a2f1f296ca61394fe88fbfe3e896a84cf4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/darylldoyle/svg-sanitizer/zipball/e50b83a2f1f296ca61394fe88fbfe3e896a84cf4",
                "reference": "e50b83a2f1f296ca61394fe88fbfe3e896a84cf4",
                "shasum": ""
            },
            "require": {
                "ext-dom": "*",
                "ext-libxml": "*",
                "php": "^7.0 || ^8.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^6.5 || ^8.5"
            },
            "time": "2022-02-21T09:13:59+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "enshrined\\svgSanitize\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Daryll Doyle",
                    "email": "daryll@enshrined.co.uk"
                }
            ],
            "description": "An SVG sanitizer for PHP",
            "support": {
                "issues": "https://github.com/darylldoyle/svg-sanitizer/issues",
                "source": "https://github.com/darylldoyle/svg-sanitizer/tree/0.15.4"
            },
            "install-path": "../enshrined/svg-sanitize"
        },
        {
            "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,
            "install-path": "../fgrosse/phpasn1"
        },
        {
            "name": "fig/link-util",
            "version": "1.1.2",
            "version_normalized": "1.1.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/link-util.git",
                "reference": "5d7b8d04ed3393b4b59968ca1e906fb7186d81e8"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/link-util/zipball/5d7b8d04ed3393b4b59968ca1e906fb7186d81e8",
                "reference": "5d7b8d04ed3393b4b59968ca1e906fb7186d81e8",
                "shasum": ""
            },
            "require": {
                "php": ">=5.5.0",
                "psr/link": "~1.0@dev"
            },
            "provide": {
                "psr/link-implementation": "1.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^5.1",
                "squizlabs/php_codesniffer": "^2.3.1"
            },
            "time": "2021-02-03T23:36:04+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Fig\\Link\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "https://www.php-fig.org/"
                }
            ],
            "description": "Common utility implementations for HTTP links",
            "keywords": [
                "http",
                "http-link",
                "link",
                "psr",
                "psr-13",
                "rest"
            ],
            "support": {
                "issues": "https://github.com/php-fig/link-util/issues",
                "source": "https://github.com/php-fig/link-util/tree/1.1.2"
            },
            "install-path": "../fig/link-util"
        },
        {
            "name": "google/recaptcha",
            "version": "1.2.4",
            "version_normalized": "1.2.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/google/recaptcha.git",
                "reference": "614f25a9038be4f3f2da7cbfd778dc5b357d2419"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/google/recaptcha/zipball/614f25a9038be4f3f2da7cbfd778dc5b357d2419",
                "reference": "614f25a9038be4f3f2da7cbfd778dc5b357d2419",
                "shasum": ""
            },
            "require": {
                "php": ">=5.5"
            },
            "require-dev": {
                "friendsofphp/php-cs-fixer": "^2.2.20|^2.15",
                "php-coveralls/php-coveralls": "^2.1",
                "phpunit/phpunit": "^4.8.36|^5.7.27|^6.59|^7.5.11"
            },
            "time": "2020-03-31T17:50:54+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.2.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "ReCaptcha\\": "src/ReCaptcha"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Client library for reCAPTCHA, a free service that protects websites from spam and abuse.",
            "homepage": "https://www.google.com/recaptcha/",
            "keywords": [
                "Abuse",
                "captcha",
                "recaptcha",
                "spam"
            ],
            "support": {
                "forum": "https://groups.google.com/forum/#!forum/recaptcha",
                "issues": "https://github.com/google/recaptcha/issues",
                "source": "https://github.com/google/recaptcha"
            },
            "install-path": "../google/recaptcha"
        },
        {
            "name": "jakeasmith/http_build_url",
            "version": "1.0.1",
            "version_normalized": "1.0.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/jakeasmith/http_build_url.git",
                "reference": "93c273e77cb1edead0cf8bcf8cd2003428e74e37"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/jakeasmith/http_build_url/zipball/93c273e77cb1edead0cf8bcf8cd2003428e74e37",
                "reference": "93c273e77cb1edead0cf8bcf8cd2003428e74e37",
                "shasum": ""
            },
            "time": "2017-05-01T15:36:40+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src/http_build_url.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jake A. Smith",
                    "email": "theman@jakeasmith.com"
                }
            ],
            "description": "Provides functionality for http_build_url() to environments without pecl_http.",
            "support": {
                "issues": "https://github.com/jakeasmith/http_build_url/issues",
                "source": "https://github.com/jakeasmith/http_build_url"
            },
            "install-path": "../jakeasmith/http_build_url"
        },
        {
            "name": "jfcherng/php-color-output",
            "version": "2.0.2",
            "version_normalized": "2.0.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/jfcherng/php-color-output.git",
                "reference": "2673074597eca9682d2fdfaee39a22418d4cc2f6"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/jfcherng/php-color-output/zipball/2673074597eca9682d2fdfaee39a22418d4cc2f6",
                "reference": "2673074597eca9682d2fdfaee39a22418d4cc2f6",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1.3"
            },
            "require-dev": {
                "friendsofphp/php-cs-fixer": "^2.15",
                "phan/phan": "^2.2",
                "phpunit/phpunit": "^7.2 || ^8.2 || ^9",
                "squizlabs/php_codesniffer": "^3.5"
            },
            "time": "2020-05-27T19:24:44+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src/helpers.php"
                ],
                "psr-4": {
                    "Jfcherng\\Utility\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jack Cherng",
                    "email": "jfcherng@gmail.com"
                }
            ],
            "description": "Make your PHP command-line application colorful.",
            "keywords": [
                "ansi-colors",
                "color",
                "command-line",
                "str-color"
            ],
            "support": {
                "issues": "https://github.com/jfcherng/php-color-output/issues",
                "source": "https://github.com/jfcherng/php-color-output/tree/2.0.2"
            },
            "install-path": "../jfcherng/php-color-output"
        },
        {
            "name": "jfcherng/php-diff",
            "version": "6.10.14",
            "version_normalized": "6.10.14.0",
            "source": {
                "type": "git",
                "url": "https://github.com/jfcherng/php-diff.git",
                "reference": "38b6e816badaa97f75541484d6c3d7c3e5dbca78"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/jfcherng/php-diff/zipball/38b6e816badaa97f75541484d6c3d7c3e5dbca78",
                "reference": "38b6e816badaa97f75541484d6c3d7c3e5dbca78",
                "shasum": ""
            },
            "require": {
                "jfcherng/php-color-output": "^2.0",
                "jfcherng/php-mb-string": "^1.4.6",
                "jfcherng/php-sequence-matcher": "^3.2.10",
                "php": ">=7.1.3"
            },
            "require-dev": {
                "friendsofphp/php-cs-fixer": "^2.19",
                "liip/rmt": "^1.6",
                "phan/phan": "^2.5 || ^3 || ^4",
                "phpunit/phpunit": ">=7 <10",
                "squizlabs/php_codesniffer": "^3.6"
            },
            "time": "2023-06-15T12:31:21+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Jfcherng\\Diff\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Jack Cherng",
                    "email": "jfcherng@gmail.com"
                },
                {
                    "name": "Chris Boulton",
                    "email": "chris.boulton@interspire.com"
                }
            ],
            "description": "A comprehensive library for generating differences between two strings in multiple formats (unified, side by side HTML etc).",
            "keywords": [
                "diff",
                "udiff",
                "unidiff",
                "unified diff"
            ],
            "support": {
                "issues": "https://github.com/jfcherng/php-diff/issues",
                "source": "https://github.com/jfcherng/php-diff/tree/6.10.14"
            },
            "funding": [
                {
                    "url": "https://www.paypal.me/jfcherng/5usd",
                    "type": "custom"
                }
            ],
            "install-path": "../jfcherng/php-diff"
        },
        {
            "name": "jfcherng/php-mb-string",
            "version": "1.4.8",
            "version_normalized": "1.4.8.0",
            "source": {
                "type": "git",
                "url": "https://github.com/jfcherng/php-mb-string.git",
                "reference": "ef8926ff849863bfea234e99ee827947bedd86b0"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/jfcherng/php-mb-string/zipball/ef8926ff849863bfea234e99ee827947bedd86b0",
                "reference": "ef8926ff849863bfea234e99ee827947bedd86b0",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1.3"
            },
            "require-dev": {
                "friendsofphp/php-cs-fixer": "^2.18",
                "phan/phan": "^2 || ^3 || ^4",
                "phpunit/phpunit": "^7.2 || ^8 || ^9"
            },
            "suggest": {
                "ext-iconv": "Either \"ext-iconv\" or \"ext-mbstring\" is requried.",
                "ext-mbstring": "Either \"ext-iconv\" or \"ext-mbstring\" is requried."
            },
            "time": "2023-04-17T14:22:37+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Jfcherng\\Utility\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jack Cherng",
                    "email": "jfcherng@gmail.com"
                }
            ],
            "description": "A high performance multibytes sting implementation for frequently reading/writing operations.",
            "support": {
                "issues": "https://github.com/jfcherng/php-mb-string/issues",
                "source": "https://github.com/jfcherng/php-mb-string/tree/1.4.8"
            },
            "funding": [
                {
                    "url": "https://www.paypal.me/jfcherng/5usd",
                    "type": "custom"
                }
            ],
            "install-path": "../jfcherng/php-mb-string"
        },
        {
            "name": "jfcherng/php-sequence-matcher",
            "version": "3.2.10",
            "version_normalized": "3.2.10.0",
            "source": {
                "type": "git",
                "url": "https://github.com/jfcherng/php-sequence-matcher.git",
                "reference": "650164598be2c6ad6891dbd41de4cb5cc21cc91b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/jfcherng/php-sequence-matcher/zipball/650164598be2c6ad6891dbd41de4cb5cc21cc91b",
                "reference": "650164598be2c6ad6891dbd41de4cb5cc21cc91b",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1.3"
            },
            "require-dev": {
                "friendsofphp/php-cs-fixer": "^2.19",
                "phan/phan": "^2.5 || ^3 || ^4 || ^5",
                "phpunit/phpunit": ">=7 <10",
                "squizlabs/php_codesniffer": "^3.5"
            },
            "time": "2023-05-21T07:53:38+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Jfcherng\\Diff\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Jack Cherng",
                    "email": "jfcherng@gmail.com"
                },
                {
                    "name": "Chris Boulton",
                    "email": "chris.boulton@interspire.com"
                }
            ],
            "description": "A longest sequence matcher. The logic is primarily based on the Python difflib package.",
            "support": {
                "issues": "https://github.com/jfcherng/php-sequence-matcher/issues",
                "source": "https://github.com/jfcherng/php-sequence-matcher/tree/3.2.10"
            },
            "funding": [
                {
                    "url": "https://www.paypal.me/jfcherng/5usd",
                    "type": "custom"
                }
            ],
            "install-path": "../jfcherng/php-sequence-matcher"
        },
        {
            "name": "joomla/application",
            "version": "2.0.4",
            "version_normalized": "2.0.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/joomla-framework/application.git",
                "reference": "ab2481f02341ff10a418f10eaf0d28c1ae933c0e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/joomla-framework/application/zipball/ab2481f02341ff10a418f10eaf0d28c1ae933c0e",
                "reference": "ab2481f02341ff10a418f10eaf0d28c1ae933c0e",
                "shasum": ""
            },
            "require": {
                "joomla/event": "^2.0",
                "joomla/registry": "^2.0",
                "laminas/laminas-diactoros": "^2.2.2",
                "php": "^7.2.5|~8.0.0|~8.1.0",
                "psr/http-message": "^1.0",
                "psr/log": "^1.0|^2.0|^3.0",
                "symfony/deprecation-contracts": "^2.1"
            },
            "conflict": {
                "joomla/di": "<1.5",
                "joomla/input": "<1.2",
                "joomla/router": "<2.0",
                "joomla/session": "<2.0",
                "joomla/uri": "<1.1"
            },
            "require-dev": {
                "ext-json": "*",
                "joomla/controller": "^2.0",
                "joomla/di": "^2.0",
                "joomla/input": "^2.0",
                "joomla/router": "^2.0",
                "joomla/session": "^2.0",
                "joomla/test": "^2.0",
                "joomla/uri": "^2.0",
                "phpunit/phpunit": "^8.5|^9.0",
                "rector/rector": "^0.13.10",
                "squizlabs/php_codesniffer": "^3.4",
                "symfony/phpunit-bridge": "^3.4.26|^4.1.12|^4.2.7|^5.0"
            },
            "suggest": {
                "ext-json": "To use JSON format, ext-json is required",
                "joomla/controller": "^2.0 To support resolving ControllerInterface objects in ControllerResolverInterface, install joomla/controller",
                "joomla/input": "^2.0 To use WebApplicationInterface, install joomla/input",
                "joomla/router": "^2.0 To use WebApplication or ControllerResolverInterface implementations, install joomla/router",
                "joomla/session": "^2.0 To use SessionAwareWebApplicationInterface, install joomla/session",
                "joomla/uri": "^2.0 To use AbstractWebApplication, install joomla/uri",
                "psr/container": "^1.0 To use the ContainerControllerResolver, install any PSR-11 compatible container"
            },
            "time": "2022-11-01T21:19:30+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-2.0-dev": "2.0-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Joomla\\Application\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "The Joomla! Project",
                    "homepage": "https://framework.joomla.org/"
                }
            ],
            "description": "Joomla Application Package",
            "homepage": "https://github.com/joomla-framework/application",
            "keywords": [
                "application",
                "framework",
                "joomla",
                "joomla-package"
            ],
            "support": {
                "docs": "https://developer.joomla.org/framework/documentation.html",
                "forum": "https://groups.google.com/g/joomla-dev-framework",
                "issues": "https://github.com/joomla-framework/application/issues",
                "source": "https://github.com/joomla-framework/application",
                "wiki": "https://github.com/joomla-framework/application/wiki"
            },
            "funding": [
                {
                    "url": "https://community.joomla.org/sponsorship-campaigns.html",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/sponsors/joomla",
                    "type": "github"
                }
            ],
            "install-path": "../joomla/application"
        },
        {
            "name": "joomla/archive",
            "version": "2.0.2",
            "version_normalized": "2.0.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/joomla-framework/archive.git",
                "reference": "a8faeff2264465d99f89c7a43993a80e45d5cbf2"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/joomla-framework/archive/zipball/a8faeff2264465d99f89c7a43993a80e45d5cbf2",
                "reference": "a8faeff2264465d99f89c7a43993a80e45d5cbf2",
                "shasum": ""
            },
            "require": {
                "joomla/filesystem": "^2.0",
                "php": "^7.2.5|~8.0.0|~8.1.0"
            },
            "require-dev": {
                "joomla/coding-standards": "^3.0@dev",
                "joomla/test": "^2.0",
                "phpunit/phpunit": "^8.5|^9.0"
            },
            "suggest": {
                "ext-bz2": "To extract bzip2 compressed packages",
                "ext-zip": "To extract zip compressed packages",
                "ext-zlib": "To extract gzip or zip compressed packages"
            },
            "time": "2022-08-15T13:03:44+00:00",
            "type": "joomla-package",
            "extra": {
                "branch-alias": {
                    "dev-2.0-dev": "2.0-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Joomla\\Archive\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "description": "Joomla Archive Package",
            "homepage": "https://github.com/joomla-framework/archive",
            "keywords": [
                "archive",
                "framework",
                "joomla"
            ],
            "support": {
                "issues": "https://github.com/joomla-framework/archive/issues",
                "source": "https://github.com/joomla-framework/archive/tree/2.0.2"
            },
            "funding": [
                {
                    "url": "https://community.joomla.org/sponsorship-campaigns.html",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/joomla",
                    "type": "github"
                }
            ],
            "install-path": "../joomla/archive"
        },
        {
            "name": "joomla/authentication",
            "version": "2.0.1",
            "version_normalized": "2.0.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/joomla-framework/authentication.git",
                "reference": "d97d48c48f015457370f149ca5fb9c60463789ff"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/joomla-framework/authentication/zipball/d97d48c48f015457370f149ca5fb9c60463789ff",
                "reference": "d97d48c48f015457370f149ca5fb9c60463789ff",
                "shasum": ""
            },
            "require": {
                "php": "^7.2.5|~8.0.0|~8.1.0"
            },
            "conflict": {
                "joomla/database": "<2.0"
            },
            "require-dev": {
                "joomla/coding-standards": "^3.0@dev",
                "joomla/database": "^2.0",
                "joomla/input": "^2.0",
                "phpunit/phpunit": "^8.5|^9.0",
                "symfony/phpunit-bridge": "^3.4.26|^4.1.12|^4.2.7|^5.0"
            },
            "suggest": {
                "joomla/database": "Required if you want to use Joomla\\Authentication\\Strategies\\DatabaseStrategy",
                "joomla/input": "Required if you want to use classes in the Joomla\\Authentication\\Strategies namespace"
            },
            "time": "2022-08-20T23:38:59+00:00",
            "type": "joomla-package",
            "extra": {
                "branch-alias": {
                    "dev-2.0-dev": "2.0-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Joomla\\Authentication\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "description": "Joomla Authentication Package",
            "homepage": "https://github.com/joomla-framework/authentication",
            "keywords": [
                "Authentication",
                "framework",
                "joomla"
            ],
            "support": {
                "issues": "https://github.com/joomla-framework/authentication/issues",
                "source": "https://github.com/joomla-framework/authentication/tree/2.0.1"
            },
            "funding": [
                {
                    "url": "https://community.joomla.org/sponsorship-campaigns.html",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/joomla",
                    "type": "github"
                }
            ],
            "install-path": "../joomla/authentication"
        },
        {
            "name": "joomla/console",
            "version": "2.0.1",
            "version_normalized": "2.0.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/joomla-framework/console.git",
                "reference": "e575f65a74c2af7e7ed9647383d17d198194dfa4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/joomla-framework/console/zipball/e575f65a74c2af7e7ed9647383d17d198194dfa4",
                "reference": "e575f65a74c2af7e7ed9647383d17d198194dfa4",
                "shasum": ""
            },
            "require": {
                "joomla/application": "^2.0",
                "joomla/event": "^2.0",
                "joomla/string": "^2.0",
                "php": "^7.2.5|~8.0.0|~8.1.0",
                "symfony/console": "^3.4|^4.4|^5.0"
            },
            "require-dev": {
                "joomla/coding-standards": "^3.0@dev",
                "joomla/test": "^2.0",
                "phpunit/phpunit": "^8.5|^9.0",
                "psr/container": "^1.0"
            },
            "suggest": {
                "psr/container-implementation": "To use the ContainerLoader"
            },
            "time": "2022-08-15T15:13:17+00:00",
            "type": "joomla-package",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Joomla\\Console\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "description": "Joomla Console Package",
            "homepage": "https://github.com/joomla-framework/console",
            "keywords": [
                "console",
                "framework",
                "joomla"
            ],
            "support": {
                "issues": "https://github.com/joomla-framework/console/issues",
                "source": "https://github.com/joomla-framework/console/tree/2.0.1"
            },
            "funding": [
                {
                    "url": "https://community.joomla.org/sponsorship-campaigns.html",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/joomla",
                    "type": "github"
                }
            ],
            "install-path": "../joomla/console"
        },
        {
            "name": "joomla/crypt",
            "version": "2.0.1",
            "version_normalized": "2.0.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/joomla-framework/crypt.git",
                "reference": "bca49734ebf5585a0f1acec35294e59c695c412f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/joomla-framework/crypt/zipball/bca49734ebf5585a0f1acec35294e59c695c412f",
                "reference": "bca49734ebf5585a0f1acec35294e59c695c412f",
                "shasum": ""
            },
            "require": {
                "php": "^7.2.5|~8.0.0|~8.1.0"
            },
            "conflict": {
                "defuse/php-encryption": "<2.0"
            },
            "require-dev": {
                "defuse/php-encryption": "^2.0",
                "joomla/coding-standards": "^3.0@dev",
                "paragonie/sodium_compat": "^1.0",
                "phpunit/phpunit": "^8.5|^9.0",
                "symfony/phpunit-bridge": "^4.4|^5.0",
                "symfony/polyfill-util": "^1.0"
            },
            "suggest": {
                "defuse/php-encryption": "To use Crypto cipher",
                "ext-openssl": "To use the OpenSSL cipher",
                "ext-sodium": "To use the Sodium cipher",
                "paragonie/sodium_compat": "To use Sodium cipher if neither ext/sodium or ext/libsodium are available"
            },
            "time": "2022-08-15T13:17:52+00:00",
            "type": "joomla-package",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Joomla\\Crypt\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "description": "Joomla Crypt Package",
            "homepage": "https://github.com/joomla-framework/crypt",
            "keywords": [
                "crypt",
                "framework",
                "joomla"
            ],
            "support": {
                "issues": "https://github.com/joomla-framework/crypt/issues",
                "source": "https://github.com/joomla-framework/crypt/tree/2.0.1"
            },
            "funding": [
                {
                    "url": "https://community.joomla.org/sponsorship-campaigns.html",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/joomla",
                    "type": "github"
                }
            ],
            "install-path": "../joomla/crypt"
        },
        {
            "name": "joomla/data",
            "version": "2.0.1",
            "version_normalized": "2.0.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/joomla-framework/data.git",
                "reference": "1e6b0fbf425e98bfadb4619d458f611590b2d478"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/joomla-framework/data/zipball/1e6b0fbf425e98bfadb4619d458f611590b2d478",
                "reference": "1e6b0fbf425e98bfadb4619d458f611590b2d478",
                "shasum": ""
            },
            "require": {
                "joomla/registry": "^2.0",
                "php": "^7.2.5|~8.0.0|~8.1.0"
            },
            "require-dev": {
                "joomla/coding-standards": "^3.0@dev",
                "joomla/test": "^2.0",
                "phpunit/phpunit": "^8.5|^9.0"
            },
            "time": "2022-08-15T18:48:52+00:00",
            "type": "joomla-package",
            "extra": {
                "branch-alias": {
                    "dev-2.0-dev": "2.0-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Joomla\\Data\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "description": "Joomla Data Package",
            "homepage": "https://github.com/joomla-framework/data",
            "keywords": [
                "data",
                "framework",
                "joomla"
            ],
            "support": {
                "issues": "https://github.com/joomla-framework/data/issues",
                "source": "https://github.com/joomla-framework/data/tree/2.0.1"
            },
            "funding": [
                {
                    "url": "https://community.joomla.org/sponsorship-campaigns.html",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/joomla",
                    "type": "github"
                }
            ],
            "install-path": "../joomla/data"
        },
        {
            "name": "joomla/database",
            "version": "2.1.1",
            "version_normalized": "2.1.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/joomla-framework/database.git",
                "reference": "7da995b798e22642c6642878096f496c62dbbe08"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/joomla-framework/database/zipball/7da995b798e22642c6642878096f496c62dbbe08",
                "reference": "7da995b798e22642c6642878096f496c62dbbe08",
                "shasum": ""
            },
            "require": {
                "joomla/event": "^2.0",
                "php": "^7.2.5|~8.0.0|~8.1.0",
                "symfony/deprecation-contracts": "^2.1"
            },
            "require-dev": {
                "joomla/archive": "^2.0",
                "joomla/coding-standards": "^3.0@dev",
                "joomla/console": "^2.0",
                "joomla/di": "^2.0",
                "joomla/filesystem": "^2.0",
                "joomla/registry": "^2.0",
                "joomla/test": "^2.0",
                "phpunit/phpunit": "^8.5|^9.0",
                "psr/log": "^1.1",
                "symfony/phpunit-bridge": "^4.4|^5.0"
            },
            "suggest": {
                "ext-mysqli": "To connect to a MySQL database via MySQLi",
                "ext-pdo": "To connect to a MySQL, PostgreSQL, or SQLite database via PDO",
                "ext-sqlsrv": "To connect to a SQL Server database",
                "joomla/archive": "To use the ExportCommand class, install joomla/archive",
                "joomla/console": "To use the ExportCommand and ImportCommand classes, install joomla/console",
                "joomla/di": "To use the Database ServiceProviderInterface objects, install joomla/di.",
                "joomla/filesystem": "To use the ExportCommand and ImportCommand classes, install joomla/filesystem",
                "joomla/registry": "To use the Database ServiceProviderInterface objects, install joomla/registry.",
                "psr/log": "To use the LoggingMonitor, install psr/log."
            },
            "time": "2022-08-20T08:59:29+00:00",
            "type": "joomla-package",
            "extra": {
                "branch-alias": {
                    "dev-2.0-dev": "2.0-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Joomla\\Database\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "description": "Joomla Database Package",
            "homepage": "https://github.com/joomla-framework/database",
            "keywords": [
                "database",
                "framework",
                "joomla"
            ],
            "support": {
                "issues": "https://github.com/joomla-framework/database/issues",
                "source": "https://github.com/joomla-framework/database/tree/2.1.1"
            },
            "funding": [
                {
                    "url": "https://community.joomla.org/sponsorship-campaigns.html",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/joomla",
                    "type": "github"
                }
            ],
            "install-path": "../joomla/database"
        },
        {
            "name": "joomla/di",
            "version": "2.0.1",
            "version_normalized": "2.0.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/joomla-framework/di.git",
                "reference": "908e104a4a0782668479f9ec15f2e1634bce063e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/joomla-framework/di/zipball/908e104a4a0782668479f9ec15f2e1634bce063e",
                "reference": "908e104a4a0782668479f9ec15f2e1634bce063e",
                "shasum": ""
            },
            "require": {
                "php": "^7.2.5|~8.0.0|~8.1.0",
                "psr/container": "^1.0",
                "symfony/deprecation-contracts": "^2.1"
            },
            "provide": {
                "psr/container-implementation": "~1.0"
            },
            "require-dev": {
                "joomla/coding-standards": "^3.0@dev",
                "joomla/test": "^2.0",
                "phpunit/phpunit": "^8.5|^9.0"
            },
            "time": "2022-08-15T18:01:53+00:00",
            "type": "joomla-package",
            "extra": {
                "branch-alias": {
                    "dev-2.0-dev": "2.0-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Joomla\\DI\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "description": "Joomla DI Package",
            "homepage": "https://github.com/joomla-framework/di",
            "keywords": [
                "container",
                "dependency injection",
                "di",
                "framework",
                "ioc",
                "joomla"
            ],
            "support": {
                "issues": "https://github.com/joomla-framework/di/issues",
                "source": "https://github.com/joomla-framework/di/tree/2.0.1"
            },
            "funding": [
                {
                    "url": "https://community.joomla.org/sponsorship-campaigns.html",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/joomla",
                    "type": "github"
                }
            ],
            "install-path": "../joomla/di"
        },
        {
            "name": "joomla/event",
            "version": "2.0.2",
            "version_normalized": "2.0.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/joomla-framework/event.git",
                "reference": "30e781b96fb0b5d325d21f7549a13db99a4c5d2b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/joomla-framework/event/zipball/30e781b96fb0b5d325d21f7549a13db99a4c5d2b",
                "reference": "30e781b96fb0b5d325d21f7549a13db99a4c5d2b",
                "shasum": ""
            },
            "require": {
                "php": "^7.2.5|~8.0.0|~8.1.0",
                "symfony/deprecation-contracts": "^2.1"
            },
            "require-dev": {
                "joomla/coding-standards": "^3.0@dev",
                "joomla/console": "^2.0",
                "phpunit/phpunit": "^8.5|^9.0",
                "psr/container": "^1.0"
            },
            "suggest": {
                "joomla/console": "If you want to use the DebugEventDispatcherCommand class, please install joomla/console",
                "psr/container-implementation": "If you want to use the LazyServiceEventListener class, please install a PSR-11 container"
            },
            "time": "2022-08-15T15:02:54+00:00",
            "type": "joomla-package",
            "extra": {
                "branch-alias": {
                    "dev-2.0-dev": "2.0-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Joomla\\Event\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "description": "Joomla Event Package",
            "homepage": "https://github.com/joomla-framework/event",
            "keywords": [
                "event",
                "framework",
                "joomla"
            ],
            "support": {
                "issues": "https://github.com/joomla-framework/event/issues",
                "source": "https://github.com/joomla-framework/event/tree/2.0.2"
            },
            "funding": [
                {
                    "url": "https://community.joomla.org/sponsorship-campaigns.html",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/joomla",
                    "type": "github"
                }
            ],
            "install-path": "../joomla/event"
        },
        {
            "name": "joomla/filesystem",
            "version": "2.0.2",
            "version_normalized": "2.0.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/joomla-framework/filesystem.git",
                "reference": "8d09d1e25d8be6b7ed832cd2a0ec1f916be3fa56"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/joomla-framework/filesystem/zipball/8d09d1e25d8be6b7ed832cd2a0ec1f916be3fa56",
                "reference": "8d09d1e25d8be6b7ed832cd2a0ec1f916be3fa56",
                "shasum": ""
            },
            "require": {
                "php": "^7.2.5|~8.0.0|~8.1.0"
            },
            "require-dev": {
                "joomla/coding-standards": "^3.0@dev",
                "joomla/test": "^2.0",
                "mikey179/vfsstream": "^1.1",
                "phpunit/phpunit": "^8.5|^9.0"
            },
            "time": "2022-08-15T18:14:34+00:00",
            "type": "joomla-package",
            "extra": {
                "branch-alias": {
                    "dev-2.0-dev": "2.0-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Joomla\\Filesystem\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "description": "Joomla Filesystem Package",
            "homepage": "https://github.com/joomla/joomla-framework-filesystem",
            "keywords": [
                "filesystem",
                "framework",
                "joomla"
            ],
            "support": {
                "issues": "https://github.com/joomla-framework/filesystem/issues",
                "source": "https://github.com/joomla-framework/filesystem/tree/2.0.2"
            },
            "funding": [
                {
                    "url": "https://community.joomla.org/sponsorship-campaigns.html",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/joomla",
                    "type": "github"
                }
            ],
            "install-path": "../joomla/filesystem"
        },
        {
            "name": "joomla/filter",
            "version": "2.0.5",
            "version_normalized": "2.0.5.0",
            "source": {
                "type": "git",
                "url": "https://github.com/joomla-framework/filter.git",
                "reference": "6a2bb23f765d4060da72044d9f7ef92932d552f8"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/joomla-framework/filter/zipball/6a2bb23f765d4060da72044d9f7ef92932d552f8",
                "reference": "6a2bb23f765d4060da72044d9f7ef92932d552f8",
                "shasum": ""
            },
            "require": {
                "joomla/string": "^2.0",
                "php": "^7.2.5|~8.0.0|~8.1.0"
            },
            "conflict": {
                "joomla/language": "<2.0"
            },
            "require-dev": {
                "joomla/coding-standards": "^3.0@dev",
                "joomla/language": "^2.0",
                "phpunit/phpunit": "^8.5|^9.0"
            },
            "suggest": {
                "joomla/language": "Required only if you want to use `OutputFilter::stringURLSafe`."
            },
            "time": "2024-08-20T15:37:30+00:00",
            "type": "joomla-package",
            "extra": {
                "branch-alias": {
                    "dev-2.0-dev": "2.0-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Joomla\\Filter\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "description": "Joomla Filter Package",
            "homepage": "https://github.com/joomla-framework/filter",
            "keywords": [
                "filter",
                "framework",
                "joomla"
            ],
            "support": {
                "issues": "https://github.com/joomla-framework/filter/issues",
                "source": "https://github.com/joomla-framework/filter/tree/2.0.5"
            },
            "funding": [
                {
                    "url": "https://community.joomla.org/sponsorship-campaigns.html",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/joomla",
                    "type": "github"
                }
            ],
            "install-path": "../joomla/filter"
        },
        {
            "name": "joomla/http",
            "version": "2.0.4",
            "version_normalized": "2.0.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/joomla-framework/http.git",
                "reference": "b20fe5c8c3a30d7660ac6e032640a11d84cf29a1"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/joomla-framework/http/zipball/b20fe5c8c3a30d7660ac6e032640a11d84cf29a1",
                "reference": "b20fe5c8c3a30d7660ac6e032640a11d84cf29a1",
                "shasum": ""
            },
            "require": {
                "composer/ca-bundle": "^1.3",
                "joomla/uri": "^2.0",
                "laminas/laminas-diactoros": "^2.4.0",
                "php": "^7.2.5|~8.0.0|~8.1.0",
                "psr/http-client": "^1.0",
                "psr/http-message": "^1.0"
            },
            "require-dev": {
                "joomla/coding-standards": "^3.0@dev",
                "joomla/test": "^2.0",
                "phpunit/phpunit": "^8.5|^9.0"
            },
            "suggest": {
                "ext-curl": "To use cURL for HTTP connections"
            },
            "time": "2024-03-12T10:38:28+00:00",
            "type": "joomla-package",
            "extra": {
                "branch-alias": {
                    "dev-2.0-dev": "2.0-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Joomla\\Http\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "description": "Joomla HTTP Package",
            "homepage": "https://github.com/joomla-framework/http",
            "keywords": [
                "framework",
                "http",
                "joomla"
            ],
            "support": {
                "issues": "https://github.com/joomla-framework/http/issues",
                "source": "https://github.com/joomla-framework/http/tree/2.0.4"
            },
            "funding": [
                {
                    "url": "https://community.joomla.org/sponsorship-campaigns.html",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/joomla",
                    "type": "github"
                }
            ],
            "install-path": "../joomla/http"
        },
        {
            "name": "joomla/input",
            "version": "2.0.4",
            "version_normalized": "2.0.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/joomla-framework/input.git",
                "reference": "aaf00a41f94b829716f57923e9f9d3dc8e5cc606"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/joomla-framework/input/zipball/aaf00a41f94b829716f57923e9f9d3dc8e5cc606",
                "reference": "aaf00a41f94b829716f57923e9f9d3dc8e5cc606",
                "shasum": ""
            },
            "require": {
                "joomla/filter": "^2.0",
                "php": "^7.2.5|~8.0.0|~8.1.0",
                "symfony/deprecation-contracts": "^2.1"
            },
            "require-dev": {
                "joomla/coding-standards": "^3.0@dev",
                "joomla/test": "^2.0",
                "phpunit/phpunit": "^8.5|^9.0"
            },
            "time": "2022-08-15T19:02:13+00:00",
            "type": "joomla-package",
            "extra": {
                "branch-alias": {
                    "dev-2.0-dev": "2.0-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Joomla\\Input\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "description": "Joomla Input Package",
            "homepage": "https://github.com/joomla-framework/input",
            "keywords": [
                "framework",
                "input",
                "joomla"
            ],
            "support": {
                "issues": "https://github.com/joomla-framework/input/issues",
                "source": "https://github.com/joomla-framework/input/tree/2.0.4"
            },
            "funding": [
                {
                    "url": "https://community.joomla.org/sponsorship-campaigns.html",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/joomla",
                    "type": "github"
                }
            ],
            "install-path": "../joomla/input"
        },
        {
            "name": "joomla/ldap",
            "version": "2.0.0",
            "version_normalized": "2.0.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/joomla-framework/ldap.git",
                "reference": "b02ec8a59297b517b0b843b07971aa2e7bbe91d2"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/joomla-framework/ldap/zipball/b02ec8a59297b517b0b843b07971aa2e7bbe91d2",
                "reference": "b02ec8a59297b517b0b843b07971aa2e7bbe91d2",
                "shasum": ""
            },
            "require": {
                "ext-ldap": "*",
                "php": "~7.0"
            },
            "require-dev": {
                "joomla/coding-standards": "~2.0@alpha",
                "joomla/registry": "^1.4.5|~2.0",
                "phpunit/phpunit": "~6.3"
            },
            "time": "2021-08-16T20:01:23+00:00",
            "type": "joomla-package",
            "extra": {
                "branch-alias": {
                    "dev-2.0-dev": "2.0-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Joomla\\Ldap\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "description": "Joomla LDAP Package",
            "homepage": "https://github.com/joomla-framework/ldap",
            "keywords": [
                "framework",
                "joomla",
                "ldap"
            ],
            "support": {
                "issues": "https://github.com/joomla-framework/ldap/issues",
                "source": "https://github.com/joomla-framework/ldap/tree/2.0.0"
            },
            "funding": [
                {
                    "url": "https://community.joomla.org/sponsorship-campaigns.html",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/joomla",
                    "type": "github"
                }
            ],
            "install-path": "../joomla/ldap"
        },
        {
            "name": "joomla/oauth1",
            "version": "2.0.2",
            "version_normalized": "2.0.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/joomla-framework/oauth1.git",
                "reference": "49b0db7d369bc20dc28c58eee41350d367144cf3"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/joomla-framework/oauth1/zipball/49b0db7d369bc20dc28c58eee41350d367144cf3",
                "reference": "49b0db7d369bc20dc28c58eee41350d367144cf3",
                "shasum": ""
            },
            "require": {
                "joomla/application": "^2.0",
                "joomla/http": "^2.0",
                "joomla/input": "^2.0",
                "joomla/registry": "^2.0",
                "joomla/session": "^2.0",
                "joomla/uri": "^2.0",
                "php": "^7.2.5|~8.0.0|~8.1.0"
            },
            "require-dev": {
                "joomla/coding-standards": "^3.0@dev",
                "joomla/event": "^2.0",
                "joomla/test": "^2.0",
                "phpunit/phpunit": "^8.5|^9.0"
            },
            "time": "2023-06-05T20:09:55+00:00",
            "type": "joomla-package",
            "extra": {
                "branch-alias": {
                    "dev-2.0-dev": "2.0-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Joomla\\OAuth1\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "description": "Joomla OAuth1 Package",
            "homepage": "https://github.com/joomla-framework/oauth1",
            "keywords": [
                "framework",
                "joomla",
                "oauth1"
            ],
            "support": {
                "issues": "https://github.com/joomla-framework/oauth1/issues",
                "source": "https://github.com/joomla-framework/oauth1/tree/2.0.2"
            },
            "funding": [
                {
                    "url": "https://community.joomla.org/sponsorship-campaigns.html",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/joomla",
                    "type": "github"
                }
            ],
            "install-path": "../joomla/oauth1"
        },
        {
            "name": "joomla/oauth2",
            "version": "2.0.2",
            "version_normalized": "2.0.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/joomla-framework/oauth2.git",
                "reference": "43f358dd33d2f2714e4002995d2b33cca35bd3c5"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/joomla-framework/oauth2/zipball/43f358dd33d2f2714e4002995d2b33cca35bd3c5",
                "reference": "43f358dd33d2f2714e4002995d2b33cca35bd3c5",
                "shasum": ""
            },
            "require": {
                "joomla/application": "^2.0",
                "joomla/http": "^2.0",
                "joomla/input": "^2.0",
                "joomla/session": "^2.0",
                "joomla/uri": "^2.0",
                "php": "^7.2.5|~8.0.0|~8.1.0"
            },
            "require-dev": {
                "joomla/coding-standards": "^3.0@dev",
                "phpunit/phpunit": "^8.5|^9.0"
            },
            "time": "2023-06-05T20:11:14+00:00",
            "type": "joomla-package",
            "extra": {
                "branch-alias": {
                    "dev-2.0-dev": "2.0-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Joomla\\OAuth2\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "description": "Joomla OAuth2 Package",
            "homepage": "https://github.com/joomla-framework/oauth2",
            "keywords": [
                "framework",
                "joomla",
                "oauth2"
            ],
            "support": {
                "issues": "https://github.com/joomla-framework/oauth2/issues",
                "source": "https://github.com/joomla-framework/oauth2/tree/2.0.2"
            },
            "funding": [
                {
                    "url": "https://community.joomla.org/sponsorship-campaigns.html",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/joomla",
                    "type": "github"
                }
            ],
            "install-path": "../joomla/oauth2"
        },
        {
            "name": "joomla/registry",
            "version": "2.0.4",
            "version_normalized": "2.0.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/joomla-framework/registry.git",
                "reference": "299ea7651f402ddcc6f50308c98a2057e05f1856"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/joomla-framework/registry/zipball/299ea7651f402ddcc6f50308c98a2057e05f1856",
                "reference": "299ea7651f402ddcc6f50308c98a2057e05f1856",
                "shasum": ""
            },
            "require": {
                "joomla/utilities": "^2.0",
                "php": "^7.2.5|~8.0.0|~8.1.0"
            },
            "conflict": {
                "symfony/yaml": "<3.4"
            },
            "require-dev": {
                "joomla/coding-standards": "^3.0@dev",
                "phpunit/phpunit": "^8.5|^9.0",
                "symfony/yaml": "^3.4|^4.4|^5.0"
            },
            "suggest": {
                "ext-json": "ext-json is needed for JSON support",
                "ext-simplexml": "ext-simplexml is needed for XML support",
                "symfony/yaml": "Install symfony/yaml if you require YAML support."
            },
            "time": "2023-03-02T14:13:06+00:00",
            "type": "joomla-package",
            "extra": {
                "branch-alias": {
                    "dev-2.0-dev": "2.0-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Joomla\\Registry\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "description": "Joomla Registry Package",
            "homepage": "https://github.com/joomla-framework/registry",
            "keywords": [
                "framework",
                "joomla",
                "registry"
            ],
            "support": {
                "issues": "https://github.com/joomla-framework/registry/issues",
                "source": "https://github.com/joomla-framework/registry/tree/2.0.4"
            },
            "funding": [
                {
                    "url": "https://community.joomla.org/sponsorship-campaigns.html",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/joomla",
                    "type": "github"
                }
            ],
            "install-path": "../joomla/registry"
        },
        {
            "name": "joomla/router",
            "version": "2.0.1",
            "version_normalized": "2.0.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/joomla-framework/router.git",
                "reference": "73b52fea0122546d7f2296f43af1e1f947ad274b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/joomla-framework/router/zipball/73b52fea0122546d7f2296f43af1e1f947ad274b",
                "reference": "73b52fea0122546d7f2296f43af1e1f947ad274b",
                "shasum": ""
            },
            "require": {
                "php": "^7.2.5|~8.0.0|~8.1.0"
            },
            "conflict": {
                "jeremeamia/superclosure": "<2.4"
            },
            "require-dev": {
                "jeremeamia/superclosure": "^2.4",
                "joomla/coding-standards": "^3.0@dev",
                "joomla/console": "^2.0",
                "phpunit/phpunit": "^8.5|^9.0"
            },
            "suggest": {
                "jeremeamia/superclosure": "If you use Closure based controllers and want to be able to serialize the router, please install jeremeamia/superclosure",
                "joomla/console": "If you want to use the DebugRouterCommand class, please install joomla/console"
            },
            "time": "2022-08-15T21:21:11+00:00",
            "type": "joomla-package",
            "extra": {
                "branch-alias": {
                    "dev-2.0-dev": "2.0-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Joomla\\Router\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "description": "Joomla Router Package",
            "homepage": "https://github.com/joomla-framework/router",
            "keywords": [
                "framework",
                "joomla",
                "router"
            ],
            "support": {
                "issues": "https://github.com/joomla-framework/router/issues",
                "source": "https://github.com/joomla-framework/router/tree/2.0.1"
            },
            "funding": [
                {
                    "url": "https://community.joomla.org/sponsorship-campaigns.html",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/joomla",
                    "type": "github"
                }
            ],
            "install-path": "../joomla/router"
        },
        {
            "name": "joomla/session",
            "version": "2.0.2",
            "version_normalized": "2.0.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/joomla-framework/session.git",
                "reference": "7479297f1476511bc43a1c888dcc49d09f75f50c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/joomla-framework/session/zipball/7479297f1476511bc43a1c888dcc49d09f75f50c",
                "reference": "7479297f1476511bc43a1c888dcc49d09f75f50c",
                "shasum": ""
            },
            "require": {
                "php": "^7.2.5|~8.0.0|~8.1.0",
                "symfony/deprecation-contracts": "^2.1"
            },
            "conflict": {
                "joomla/database": "<2.0",
                "joomla/event": "<2.0",
                "joomla/input": "<2.0"
            },
            "require-dev": {
                "joomla/coding-standards": "^3.0@dev",
                "joomla/console": "^2.0",
                "joomla/database": "^2.0",
                "joomla/event": "^2.0",
                "joomla/input": "^2.0",
                "joomla/test": "^2.0",
                "joomla/utilities": "^2.0",
                "phpunit/phpunit": "^8.5|^9.0"
            },
            "suggest": {
                "ext-apcu": "To use APCu cache as a session handler",
                "ext-memcached": "To use a Memcached server as a session handler",
                "ext-redis": "To use a Redis server as a session handler",
                "ext-session": "To use the Joomla\\Session\\Storage\\NativeStorage storage class.",
                "ext-wincache": "To use WinCache as a session handler",
                "joomla/console": "Install joomla/console if you want to use the CreateSessionTableCommand class.",
                "joomla/database": "Install joomla/database if you want to use a database connection managed with Joomla\\Database\\DatabaseDriver as a session handler.",
                "joomla/event": "The joomla/event package is required to use Joomla\\Session\\Session.",
                "joomla/input": "The joomla/input package is required to use Address and Forwarded session validators."
            },
            "time": "2022-08-20T23:26:10+00:00",
            "type": "joomla-package",
            "extra": {
                "branch-alias": {
                    "dev-2.0-dev": "2.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Joomla\\Session\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "description": "Joomla Session Package",
            "homepage": "https://github.com/joomla-framework/session",
            "keywords": [
                "framework",
                "joomla",
                "session"
            ],
            "support": {
                "issues": "https://github.com/joomla-framework/session/issues",
                "source": "https://github.com/joomla-framework/session/tree/2.0.2"
            },
            "funding": [
                {
                    "url": "https://community.joomla.org/sponsorship-campaigns.html",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/joomla",
                    "type": "github"
                }
            ],
            "install-path": "../joomla/session"
        },
        {
            "name": "joomla/string",
            "version": "2.0.1",
            "version_normalized": "2.0.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/joomla-framework/string.git",
                "reference": "bcdb8d45ad3953bf3cfc2b9577288823cab381b9"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/joomla-framework/string/zipball/bcdb8d45ad3953bf3cfc2b9577288823cab381b9",
                "reference": "bcdb8d45ad3953bf3cfc2b9577288823cab381b9",
                "shasum": ""
            },
            "require": {
                "php": "^7.2.5|~8.0.0|~8.1.0",
                "symfony/deprecation-contracts": "^2.1"
            },
            "conflict": {
                "doctrine/inflector": "<1.2"
            },
            "require-dev": {
                "doctrine/inflector": "^1.2",
                "joomla/coding-standards": "^3.0@dev",
                "joomla/test": "^2.0.1",
                "phpunit/phpunit": "^8.5|^9.0"
            },
            "suggest": {
                "doctrine/inflector": "To use the string inflector",
                "ext-mbstring": "For improved processing"
            },
            "time": "2022-08-15T12:47:17+00:00",
            "type": "joomla-package",
            "extra": {
                "branch-alias": {
                    "dev-2.0-dev": "2.0-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src/phputf8/utf8.php",
                    "src/phputf8/ord.php",
                    "src/phputf8/str_ireplace.php",
                    "src/phputf8/str_pad.php",
                    "src/phputf8/str_split.php",
                    "src/phputf8/strcasecmp.php",
                    "src/phputf8/strcspn.php",
                    "src/phputf8/stristr.php",
                    "src/phputf8/strrev.php",
                    "src/phputf8/strspn.php",
                    "src/phputf8/trim.php",
                    "src/phputf8/ucfirst.php",
                    "src/phputf8/ucwords.php",
                    "src/phputf8/utils/ascii.php",
                    "src/phputf8/utils/validation.php"
                ],
                "psr-4": {
                    "Joomla\\String\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "description": "Joomla String Package",
            "homepage": "https://github.com/joomla-framework/string",
            "keywords": [
                "framework",
                "joomla",
                "string"
            ],
            "support": {
                "issues": "https://github.com/joomla-framework/string/issues",
                "source": "https://github.com/joomla-framework/string/tree/2.0.1"
            },
            "funding": [
                {
                    "url": "https://community.joomla.org/sponsorship-campaigns.html",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/joomla",
                    "type": "github"
                }
            ],
            "install-path": "../joomla/string"
        },
        {
            "name": "joomla/uri",
            "version": "2.0.4",
            "version_normalized": "2.0.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/joomla-framework/uri.git",
                "reference": "5cc9b0e6d846669da132dc83a658da8e77549fba"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/joomla-framework/uri/zipball/5cc9b0e6d846669da132dc83a658da8e77549fba",
                "reference": "5cc9b0e6d846669da132dc83a658da8e77549fba",
                "shasum": ""
            },
            "require": {
                "php": "^7.2.5|~8.0.0|~8.1.0|~8.2.0"
            },
            "require-dev": {
                "joomla/coding-standards": "^3.0@dev",
                "phpunit/phpunit": "^8.5|^9.0"
            },
            "suggest": {
                "ext-mbstring": "Used to speed up url parsing"
            },
            "time": "2023-01-11T09:13:41+00:00",
            "type": "joomla-package",
            "extra": {
                "branch-alias": {
                    "dev-2.0-dev": "2.0-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Joomla\\Uri\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "description": "Joomla Uri Package",
            "homepage": "https://github.com/joomla-framework/uri",
            "keywords": [
                "framework",
                "joomla",
                "uri"
            ],
            "support": {
                "issues": "https://github.com/joomla-framework/uri/issues",
                "source": "https://github.com/joomla-framework/uri/tree/2.0.4"
            },
            "funding": [
                {
                    "url": "https://community.joomla.org/sponsorship-campaigns.html",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/joomla",
                    "type": "github"
                }
            ],
            "install-path": "../joomla/uri"
        },
        {
            "name": "joomla/utilities",
            "version": "2.0.1",
            "version_normalized": "2.0.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/joomla-framework/utilities.git",
                "reference": "ab1660fd22184700306b932c39410ba955dc82e1"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/joomla-framework/utilities/zipball/ab1660fd22184700306b932c39410ba955dc82e1",
                "reference": "ab1660fd22184700306b932c39410ba955dc82e1",
                "shasum": ""
            },
            "require": {
                "joomla/string": "^2.0",
                "php": "^7.2.5|~8.0.0|~8.1.0"
            },
            "require-dev": {
                "joomla/coding-standards": "^3.0@dev",
                "phpunit/phpunit": "^8.5|^9.0"
            },
            "time": "2022-08-15T11:29:34+00:00",
            "type": "joomla-package",
            "extra": {
                "branch-alias": {
                    "dev-2.0-dev": "2.0-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Joomla\\Utilities\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "description": "Joomla Utilities Package",
            "homepage": "https://github.com/joomla-framework/utilities",
            "keywords": [
                "framework",
                "joomla",
                "utilities"
            ],
            "support": {
                "issues": "https://github.com/joomla-framework/utilities/issues",
                "source": "https://github.com/joomla-framework/utilities/tree/2.0.1"
            },
            "funding": [
                {
                    "url": "https://community.joomla.org/sponsorship-campaigns.html",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/joomla",
                    "type": "github"
                }
            ],
            "install-path": "../joomla/utilities"
        },
        {
            "name": "laminas/laminas-diactoros",
            "version": "2.4.1",
            "version_normalized": "2.4.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/laminas/laminas-diactoros.git",
                "reference": "36ef09b73e884135d2059cc498c938e90821bb57"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/laminas/laminas-diactoros/zipball/36ef09b73e884135d2059cc498c938e90821bb57",
                "reference": "36ef09b73e884135d2059cc498c938e90821bb57",
                "shasum": ""
            },
            "require": {
                "laminas/laminas-zendframework-bridge": "^1.0",
                "php": "^7.1",
                "psr/http-factory": "^1.0",
                "psr/http-message": "^1.0"
            },
            "conflict": {
                "phpspec/prophecy": "<1.9.0"
            },
            "provide": {
                "psr/http-factory-implementation": "1.0",
                "psr/http-message-implementation": "1.0"
            },
            "replace": {
                "zendframework/zend-diactoros": "^2.2.1"
            },
            "require-dev": {
                "ext-curl": "*",
                "ext-dom": "*",
                "ext-gd": "*",
                "ext-libxml": "*",
                "http-interop/http-factory-tests": "^0.5.0",
                "laminas/laminas-coding-standard": "~1.0.0",
                "php-http/psr7-integration-tests": "^1.0",
                "phpunit/phpunit": "^7.5.18"
            },
            "time": "2020-09-03T14:29:41+00:00",
            "type": "library",
            "extra": {
                "laminas": {
                    "config-provider": "Laminas\\Diactoros\\ConfigProvider",
                    "module": "Laminas\\Diactoros"
                },
                "patches_applied": {
                    "Fixes HTTP Multiline Header Termination": "./build/composer_patches/4.4.4-2024-04-13_php-laminas-diactoros.patch"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src/functions/create_uploaded_file.php",
                    "src/functions/marshal_headers_from_sapi.php",
                    "src/functions/marshal_method_from_sapi.php",
                    "src/functions/marshal_protocol_version_from_sapi.php",
                    "src/functions/marshal_uri_from_sapi.php",
                    "src/functions/normalize_server.php",
                    "src/functions/normalize_uploaded_files.php",
                    "src/functions/parse_cookie_header.php",
                    "src/functions/create_uploaded_file.legacy.php",
                    "src/functions/marshal_headers_from_sapi.legacy.php",
                    "src/functions/marshal_method_from_sapi.legacy.php",
                    "src/functions/marshal_protocol_version_from_sapi.legacy.php",
                    "src/functions/marshal_uri_from_sapi.legacy.php",
                    "src/functions/normalize_server.legacy.php",
                    "src/functions/normalize_uploaded_files.legacy.php",
                    "src/functions/parse_cookie_header.legacy.php"
                ],
                "psr-4": {
                    "Laminas\\Diactoros\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "PSR HTTP Message implementations",
            "homepage": "https://laminas.dev",
            "keywords": [
                "http",
                "laminas",
                "psr",
                "psr-17",
                "psr-7"
            ],
            "support": {
                "chat": "https://laminas.dev/chat",
                "docs": "https://docs.laminas.dev/laminas-diactoros/",
                "forum": "https://discourse.laminas.dev",
                "issues": "https://github.com/laminas/laminas-diactoros/issues",
                "rss": "https://github.com/laminas/laminas-diactoros/releases.atom",
                "source": "https://github.com/laminas/laminas-diactoros"
            },
            "funding": [
                {
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
                    "type": "community_bridge"
                }
            ],
            "install-path": "../laminas/laminas-diactoros"
        },
        {
            "name": "laminas/laminas-zendframework-bridge",
            "version": "1.1.1",
            "version_normalized": "1.1.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/laminas/laminas-zendframework-bridge.git",
                "reference": "6ede70583e101030bcace4dcddd648f760ddf642"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/laminas/laminas-zendframework-bridge/zipball/6ede70583e101030bcace4dcddd648f760ddf642",
                "reference": "6ede70583e101030bcace4dcddd648f760ddf642",
                "shasum": ""
            },
            "require": {
                "php": "^5.6 || ^7.0 || ^8.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^5.7 || ^6.5 || ^7.5 || ^8.1 || ^9.3",
                "squizlabs/php_codesniffer": "^3.5"
            },
            "time": "2020-09-14T14:23:00+00:00",
            "type": "library",
            "extra": {
                "laminas": {
                    "module": "Laminas\\ZendFrameworkBridge"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src/autoload.php"
                ],
                "psr-4": {
                    "Laminas\\ZendFrameworkBridge\\": "src//"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Alias legacy ZF class names to Laminas Project equivalents.",
            "keywords": [
                "ZendFramework",
                "autoloading",
                "laminas",
                "zf"
            ],
            "support": {
                "forum": "https://discourse.laminas.dev/",
                "issues": "https://github.com/laminas/laminas-zendframework-bridge/issues",
                "rss": "https://github.com/laminas/laminas-zendframework-bridge/releases.atom",
                "source": "https://github.com/laminas/laminas-zendframework-bridge"
            },
            "funding": [
                {
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
                    "type": "community_bridge"
                }
            ],
            "install-path": "../laminas/laminas-zendframework-bridge"
        },
        {
            "name": "lcobucci/jwt",
            "version": "3.4.6",
            "version_normalized": "3.4.6.0",
            "source": {
                "type": "git",
                "url": "https://github.com/lcobucci/jwt.git",
                "reference": "3ef8657a78278dfeae7707d51747251db4176240"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/lcobucci/jwt/zipball/3ef8657a78278dfeae7707d51747251db4176240",
                "reference": "3ef8657a78278dfeae7707d51747251db4176240",
                "shasum": ""
            },
            "require": {
                "ext-mbstring": "*",
                "ext-openssl": "*",
                "php": "^5.6 || ^7.0"
            },
            "require-dev": {
                "mikey179/vfsstream": "~1.5",
                "phpmd/phpmd": "~2.2",
                "phpunit/php-invoker": "~1.1",
                "phpunit/phpunit": "^5.7 || ^7.3",
                "squizlabs/php_codesniffer": "~2.3"
            },
            "suggest": {
                "lcobucci/clock": "*"
            },
            "time": "2021-09-28T19:18:28+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.1-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "compat/class-aliases.php",
                    "compat/json-exception-polyfill.php",
                    "compat/lcobucci-clock-polyfill.php"
                ],
                "psr-4": {
                    "Lcobucci\\JWT\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Luís Otávio Cobucci Oblonczyk",
                    "email": "lcobucci@gmail.com",
                    "role": "Developer"
                }
            ],
            "description": "A simple library to work with JSON Web Token and JSON Web Signature",
            "keywords": [
                "JWS",
                "jwt"
            ],
            "support": {
                "issues": "https://github.com/lcobucci/jwt/issues",
                "source": "https://github.com/lcobucci/jwt/tree/3.4.6"
            },
            "funding": [
                {
                    "url": "https://github.com/lcobucci",
                    "type": "github"
                },
                {
                    "url": "https://www.patreon.com/lcobucci",
                    "type": "patreon"
                }
            ],
            "install-path": "../lcobucci/jwt"
        },
        {
            "name": "maximebf/debugbar",
            "version": "v1.19.0",
            "version_normalized": "1.19.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/maximebf/php-debugbar.git",
                "reference": "30f65f18f7ac086255a77a079f8e0dcdd35e828e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/maximebf/php-debugbar/zipball/30f65f18f7ac086255a77a079f8e0dcdd35e828e",
                "reference": "30f65f18f7ac086255a77a079f8e0dcdd35e828e",
                "shasum": ""
            },
            "require": {
                "php": "^7.1|^8",
                "psr/log": "^1|^2|^3",
                "symfony/var-dumper": "^4|^5|^6"
            },
            "require-dev": {
                "phpunit/phpunit": ">=7.5.20 <10.0",
                "twig/twig": "^1.38|^2.7|^3.0"
            },
            "suggest": {
                "kriswallsmith/assetic": "The best way to manage assets",
                "monolog/monolog": "Log using Monolog",
                "predis/predis": "Redis storage"
            },
            "time": "2023-09-19T19:53:10+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.18-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "DebugBar\\": "src/DebugBar/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Maxime Bouroumeau-Fuseau",
                    "email": "maxime.bouroumeau@gmail.com",
                    "homepage": "http://maximebf.com"
                },
                {
                    "name": "Barry vd. Heuvel",
                    "email": "barryvdh@gmail.com"
                }
            ],
            "description": "Debug bar in the browser for php application",
            "homepage": "https://github.com/maximebf/php-debugbar",
            "keywords": [
                "debug",
                "debugbar"
            ],
            "support": {
                "issues": "https://github.com/maximebf/php-debugbar/issues",
                "source": "https://github.com/maximebf/php-debugbar/tree/v1.19.0"
            },
            "install-path": "../maximebf/debugbar"
        },
        {
            "name": "nyholm/psr7",
            "version": "1.8.0",
            "version_normalized": "1.8.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/Nyholm/psr7.git",
                "reference": "3cb4d163b58589e47b35103e8e5e6a6a475b47be"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Nyholm/psr7/zipball/3cb4d163b58589e47b35103e8e5e6a6a475b47be",
                "reference": "3cb4d163b58589e47b35103e8e5e6a6a475b47be",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2",
                "psr/http-factory": "^1.0",
                "psr/http-message": "^1.1 || ^2.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/message-factory": "^1.0",
                "php-http/psr7-integration-tests": "^1.0",
                "phpunit/phpunit": "^7.5 || ^8.5 || ^9.4",
                "symfony/error-handler": "^4.4"
            },
            "time": "2023-05-02T11:26:24+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.8-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.8.0"
            },
            "funding": [
                {
                    "url": "https://github.com/Zegnat",
                    "type": "github"
                },
                {
                    "url": "https://github.com/nyholm",
                    "type": "github"
                }
            ],
            "install-path": "../nyholm/psr7"
        },
        {
            "name": "paragonie/constant_time_encoding",
            "version": "v2.6.3",
            "version_normalized": "2.6.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/paragonie/constant_time_encoding.git",
                "reference": "58c3f47f650c94ec05a151692652a868995d2938"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/58c3f47f650c94ec05a151692652a868995d2938",
                "reference": "58c3f47f650c94ec05a151692652a868995d2938",
                "shasum": ""
            },
            "require": {
                "php": "^7|^8"
            },
            "require-dev": {
                "phpunit/phpunit": "^6|^7|^8|^9",
                "vimeo/psalm": "^1|^2|^3|^4"
            },
            "time": "2022-06-14T06:56:20+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "ParagonIE\\ConstantTime\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Paragon Initiative Enterprises",
                    "email": "security@paragonie.com",
                    "homepage": "https://paragonie.com",
                    "role": "Maintainer"
                },
                {
                    "name": "Steve 'Sc00bz' Thomas",
                    "email": "steve@tobtu.com",
                    "homepage": "https://www.tobtu.com",
                    "role": "Original Developer"
                }
            ],
            "description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)",
            "keywords": [
                "base16",
                "base32",
                "base32_decode",
                "base32_encode",
                "base64",
                "base64_decode",
                "base64_encode",
                "bin2hex",
                "encoding",
                "hex",
                "hex2bin",
                "rfc4648"
            ],
            "support": {
                "email": "info@paragonie.com",
                "issues": "https://github.com/paragonie/constant_time_encoding/issues",
                "source": "https://github.com/paragonie/constant_time_encoding"
            },
            "install-path": "../paragonie/constant_time_encoding"
        },
        {
            "name": "paragonie/sodium_compat",
            "version": "v1.20.0",
            "version_normalized": "1.20.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/paragonie/sodium_compat.git",
                "reference": "e592a3e06d1fa0d43988c7c7d9948ca836f644b6"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/paragonie/sodium_compat/zipball/e592a3e06d1fa0d43988c7c7d9948ca836f644b6",
                "reference": "e592a3e06d1fa0d43988c7c7d9948ca836f644b6",
                "shasum": ""
            },
            "require": {
                "paragonie/random_compat": ">=1",
                "php": "^5.2.4|^5.3|^5.4|^5.5|^5.6|^7|^8"
            },
            "require-dev": {
                "phpunit/phpunit": "^3|^4|^5|^6|^7|^8|^9"
            },
            "suggest": {
                "ext-libsodium": "PHP < 7.0: Better performance, password hashing (Argon2i), secure memory management (memzero), and better security.",
                "ext-sodium": "PHP >= 7.0: Better performance, password hashing (Argon2i), secure memory management (memzero), and better security."
            },
            "time": "2023-04-30T00:54:53+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "autoload.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "ISC"
            ],
            "authors": [
                {
                    "name": "Paragon Initiative Enterprises",
                    "email": "security@paragonie.com"
                },
                {
                    "name": "Frank Denis",
                    "email": "jedisct1@pureftpd.org"
                }
            ],
            "description": "Pure PHP implementation of libsodium; uses the PHP extension if it exists",
            "keywords": [
                "Authentication",
                "BLAKE2b",
                "ChaCha20",
                "ChaCha20-Poly1305",
                "Chapoly",
                "Curve25519",
                "Ed25519",
                "EdDSA",
                "Edwards-curve Digital Signature Algorithm",
                "Elliptic Curve Diffie-Hellman",
                "Poly1305",
                "Pure-PHP cryptography",
                "RFC 7748",
                "RFC 8032",
                "Salpoly",
                "Salsa20",
                "X25519",
                "XChaCha20-Poly1305",
                "XSalsa20-Poly1305",
                "Xchacha20",
                "Xsalsa20",
                "aead",
                "cryptography",
                "ecdh",
                "elliptic curve",
                "elliptic curve cryptography",
                "encryption",
                "libsodium",
                "php",
                "public-key cryptography",
                "secret-key cryptography",
                "side-channel resistant"
            ],
            "support": {
                "issues": "https://github.com/paragonie/sodium_compat/issues",
                "source": "https://github.com/paragonie/sodium_compat/tree/v1.20.0"
            },
            "install-path": "../paragonie/sodium_compat"
        },
        {
            "name": "phpmailer/phpmailer",
            "version": "v6.8.1",
            "version_normalized": "6.8.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/PHPMailer/PHPMailer.git",
                "reference": "e88da8d679acc3824ff231fdc553565b802ac016"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/e88da8d679acc3824ff231fdc553565b802ac016",
                "reference": "e88da8d679acc3824ff231fdc553565b802ac016",
                "shasum": ""
            },
            "require": {
                "ext-ctype": "*",
                "ext-filter": "*",
                "ext-hash": "*",
                "php": ">=5.5.0"
            },
            "require-dev": {
                "dealerdirect/phpcodesniffer-composer-installer": "^1.0",
                "doctrine/annotations": "^1.2.6 || ^1.13.3",
                "php-parallel-lint/php-console-highlighter": "^1.0.0",
                "php-parallel-lint/php-parallel-lint": "^1.3.2",
                "phpcompatibility/php-compatibility": "^9.3.5",
                "roave/security-advisories": "dev-latest",
                "squizlabs/php_codesniffer": "^3.7.2",
                "yoast/phpunit-polyfills": "^1.0.4"
            },
            "suggest": {
                "ext-mbstring": "Needed to send email in multibyte encoding charset or decode encoded addresses",
                "ext-openssl": "Needed for secure SMTP sending and DKIM signing",
                "greew/oauth2-azure-provider": "Needed for Microsoft Azure XOAUTH2 authentication",
                "hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication",
                "league/oauth2-google": "Needed for Google XOAUTH2 authentication",
                "psr/log": "For optional PSR-3 debug logging",
                "symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)",
                "thenetworg/oauth2-azure": "Needed for Microsoft XOAUTH2 authentication"
            },
            "time": "2023-08-29T08:26:30+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "PHPMailer\\PHPMailer\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-2.1-only"
            ],
            "authors": [
                {
                    "name": "Marcus Bointon",
                    "email": "phpmailer@synchromedia.co.uk"
                },
                {
                    "name": "Jim Jagielski",
                    "email": "jimjag@gmail.com"
                },
                {
                    "name": "Andy Prevost",
                    "email": "codeworxtech@users.sourceforge.net"
                },
                {
                    "name": "Brent R. Matzelle"
                }
            ],
            "description": "PHPMailer is a full-featured email creation and transfer class for PHP",
            "support": {
                "issues": "https://github.com/PHPMailer/PHPMailer/issues",
                "source": "https://github.com/PHPMailer/PHPMailer/tree/v6.8.1"
            },
            "funding": [
                {
                    "url": "https://github.com/Synchro",
                    "type": "github"
                }
            ],
            "install-path": "../phpmailer/phpmailer"
        },
        {
            "name": "phpseclib/bcmath_compat",
            "version": "2.0.1",
            "version_normalized": "2.0.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/phpseclib/bcmath_compat.git",
                "reference": "2ffea8bfe1702b4535a7b3c2649c4301968e9a3c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phpseclib/bcmath_compat/zipball/2ffea8bfe1702b4535a7b3c2649c4301968e9a3c",
                "reference": "2ffea8bfe1702b4535a7b3c2649c4301968e9a3c",
                "shasum": ""
            },
            "require": {
                "phpseclib/phpseclib": "^3.0"
            },
            "provide": {
                "ext-bcmath": "8.1.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^4.8.35|^5.7|^6.0|^9.4",
                "squizlabs/php_codesniffer": "^3.0"
            },
            "suggest": {
                "ext-gmp": "Will enable faster math operations"
            },
            "time": "2021-12-16T02:35:52+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "lib/bcmath.php"
                ],
                "psr-4": {
                    "bcmath_compat\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jim Wigginton",
                    "email": "terrafrost@php.net",
                    "homepage": "http://phpseclib.sourceforge.net"
                }
            ],
            "description": "PHP 5.x-8.x polyfill for bcmath extension",
            "keywords": [
                "BigInteger",
                "bcmath",
                "bigdecimal",
                "math",
                "polyfill"
            ],
            "support": {
                "email": "terrafrost@php.net",
                "issues": "https://github.com/phpseclib/bcmath_compat/issues",
                "source": "https://github.com/phpseclib/bcmath_compat"
            },
            "install-path": "../phpseclib/bcmath_compat"
        },
        {
            "name": "phpseclib/phpseclib",
            "version": "3.0.37",
            "version_normalized": "3.0.37.0",
            "source": {
                "type": "git",
                "url": "https://github.com/phpseclib/phpseclib.git",
                "reference": "cfa2013d0f68c062055180dd4328cc8b9d1f30b8"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/cfa2013d0f68c062055180dd4328cc8b9d1f30b8",
                "reference": "cfa2013d0f68c062055180dd4328cc8b9d1f30b8",
                "shasum": ""
            },
            "require": {
                "paragonie/constant_time_encoding": "^1|^2",
                "paragonie/random_compat": "^1.4|^2.0|^9.99.99",
                "php": ">=5.6.1"
            },
            "require-dev": {
                "phpunit/phpunit": "*"
            },
            "suggest": {
                "ext-dom": "Install the DOM extension to load XML formatted public keys.",
                "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
                "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
                "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
                "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
            },
            "time": "2024-03-03T02:14:58+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "phpseclib/bootstrap.php"
                ],
                "psr-4": {
                    "phpseclib3\\": "phpseclib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jim Wigginton",
                    "email": "terrafrost@php.net",
                    "role": "Lead Developer"
                },
                {
                    "name": "Patrick Monnerat",
                    "email": "pm@datasphere.ch",
                    "role": "Developer"
                },
                {
                    "name": "Andreas Fischer",
                    "email": "bantu@phpbb.com",
                    "role": "Developer"
                },
                {
                    "name": "Hans-Jürgen Petrich",
                    "email": "petrich@tronic-media.com",
                    "role": "Developer"
                },
                {
                    "name": "Graham Campbell",
                    "email": "graham@alt-three.com",
                    "role": "Developer"
                }
            ],
            "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
            "homepage": "http://phpseclib.sourceforge.net",
            "keywords": [
                "BigInteger",
                "aes",
                "asn.1",
                "asn1",
                "blowfish",
                "crypto",
                "cryptography",
                "encryption",
                "rsa",
                "security",
                "sftp",
                "signature",
                "signing",
                "ssh",
                "twofish",
                "x.509",
                "x509"
            ],
            "support": {
                "issues": "https://github.com/phpseclib/phpseclib/issues",
                "source": "https://github.com/phpseclib/phpseclib/tree/3.0.37"
            },
            "funding": [
                {
                    "url": "https://github.com/terrafrost",
                    "type": "github"
                },
                {
                    "url": "https://www.patreon.com/phpseclib",
                    "type": "patreon"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/phpseclib/phpseclib",
                    "type": "tidelift"
                }
            ],
            "install-path": "../phpseclib/phpseclib"
        },
        {
            "name": "psr/container",
            "version": "1.1.1",
            "version_normalized": "1.1.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/container.git",
                "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/container/zipball/8622567409010282b7aeebe4bb841fe98b58dcaf",
                "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.0"
            },
            "time": "2021-03-05T17:36:06+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Psr\\Container\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "https://www.php-fig.org/"
                }
            ],
            "description": "Common Container Interface (PHP FIG PSR-11)",
            "homepage": "https://github.com/php-fig/container",
            "keywords": [
                "PSR-11",
                "container",
                "container-interface",
                "container-interop",
                "psr"
            ],
            "support": {
                "issues": "https://github.com/php-fig/container/issues",
                "source": "https://github.com/php-fig/container/tree/1.1.1"
            },
            "install-path": "../psr/container"
        },
        {
            "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"
            },
            "install-path": "../psr/http-client"
        },
        {
            "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"
            },
            "install-path": "../psr/http-factory"
        },
        {
            "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"
            },
            "install-path": "../psr/http-message"
        },
        {
            "name": "psr/link",
            "version": "1.0.0",
            "version_normalized": "1.0.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/link.git",
                "reference": "eea8e8662d5cd3ae4517c9b864493f59fca95562"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/link/zipball/eea8e8662d5cd3ae4517c9b864493f59fca95562",
                "reference": "eea8e8662d5cd3ae4517c9b864493f59fca95562",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "time": "2016-10-28T16:06:13+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Psr\\Link\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "http://www.php-fig.org/"
                }
            ],
            "description": "Common interfaces for HTTP links",
            "keywords": [
                "http",
                "http-link",
                "link",
                "psr",
                "psr-13",
                "rest"
            ],
            "support": {
                "source": "https://github.com/php-fig/link/tree/master"
            },
            "install-path": "../psr/link"
        },
        {
            "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"
            },
            "install-path": "../psr/log"
        },
        {
            "name": "ramsey/uuid",
            "version": "3.9.7",
            "version_normalized": "3.9.7.0",
            "source": {
                "type": "git",
                "url": "https://github.com/ramsey/uuid.git",
                "reference": "dc75aa439eb4c1b77f5379fd958b3dc0e6014178"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/ramsey/uuid/zipball/dc75aa439eb4c1b77f5379fd958b3dc0e6014178",
                "reference": "dc75aa439eb4c1b77f5379fd958b3dc0e6014178",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "paragonie/random_compat": "^1 | ^2 | ^9.99.99",
                "php": "^5.4 | ^7.0 | ^8.0",
                "symfony/polyfill-ctype": "^1.8"
            },
            "replace": {
                "rhumsaa/uuid": "self.version"
            },
            "require-dev": {
                "codeception/aspect-mock": "^1 | ^2",
                "doctrine/annotations": "^1.2",
                "goaop/framework": "1.0.0-alpha.2 | ^1 | >=2.1.0 <=2.3.2",
                "mockery/mockery": "^0.9.11 | ^1",
                "moontoast/math": "^1.1",
                "nikic/php-parser": "<=4.5.0",
                "paragonie/random-lib": "^2",
                "php-mock/php-mock-phpunit": "^0.3 | ^1.1 | ^2.6",
                "php-parallel-lint/php-parallel-lint": "^1.3",
                "phpunit/phpunit": ">=4.8.36 <9.0.0 | >=9.3.0",
                "squizlabs/php_codesniffer": "^3.5",
                "yoast/phpunit-polyfills": "^1.0"
            },
            "suggest": {
                "ext-ctype": "Provides support for PHP Ctype functions",
                "ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator",
                "ext-openssl": "Provides the OpenSSL extension for use with the OpenSslGenerator",
                "ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator",
                "moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).",
                "paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
                "ramsey/uuid-console": "A console application for generating UUIDs with ramsey/uuid",
                "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
            },
            "time": "2022-12-19T21:55:10+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src/functions.php"
                ],
                "psr-4": {
                    "Ramsey\\Uuid\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Ben Ramsey",
                    "email": "ben@benramsey.com",
                    "homepage": "https://benramsey.com"
                },
                {
                    "name": "Marijn Huizendveld",
                    "email": "marijn.huizendveld@gmail.com"
                },
                {
                    "name": "Thibaud Fabre",
                    "email": "thibaud@aztech.io"
                }
            ],
            "description": "Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).",
            "homepage": "https://github.com/ramsey/uuid",
            "keywords": [
                "guid",
                "identifier",
                "uuid"
            ],
            "support": {
                "issues": "https://github.com/ramsey/uuid/issues",
                "rss": "https://github.com/ramsey/uuid/releases.atom",
                "source": "https://github.com/ramsey/uuid",
                "wiki": "https://github.com/ramsey/uuid/wiki"
            },
            "funding": [
                {
                    "url": "https://github.com/ramsey",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/ramsey/uuid",
                    "type": "tidelift"
                }
            ],
            "install-path": "../ramsey/uuid"
        },
        {
            "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"
                }
            ],
            "install-path": "../spomky-labs/base64url"
        },
        {
            "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"
                }
            ],
            "install-path": "../spomky-labs/cbor-php"
        },
        {
            "name": "symfony/console",
            "version": "v5.4.28",
            "version_normalized": "5.4.28.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/console.git",
                "reference": "f4f71842f24c2023b91237c72a365306f3c58827"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/console/zipball/f4f71842f24c2023b91237c72a365306f3c58827",
                "reference": "f4f71842f24c2023b91237c72a365306f3c58827",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "symfony/deprecation-contracts": "^2.1|^3",
                "symfony/polyfill-mbstring": "~1.0",
                "symfony/polyfill-php73": "^1.9",
                "symfony/polyfill-php80": "^1.16",
                "symfony/service-contracts": "^1.1|^2|^3",
                "symfony/string": "^5.1|^6.0"
            },
            "conflict": {
                "psr/log": ">=3",
                "symfony/dependency-injection": "<4.4",
                "symfony/dotenv": "<5.1",
                "symfony/event-dispatcher": "<4.4",
                "symfony/lock": "<4.4",
                "symfony/process": "<4.4"
            },
            "provide": {
                "psr/log-implementation": "1.0|2.0"
            },
            "require-dev": {
                "psr/log": "^1|^2",
                "symfony/config": "^4.4|^5.0|^6.0",
                "symfony/dependency-injection": "^4.4|^5.0|^6.0",
                "symfony/event-dispatcher": "^4.4|^5.0|^6.0",
                "symfony/lock": "^4.4|^5.0|^6.0",
                "symfony/process": "^4.4|^5.0|^6.0",
                "symfony/var-dumper": "^4.4|^5.0|^6.0"
            },
            "suggest": {
                "psr/log": "For using the console logger",
                "symfony/event-dispatcher": "",
                "symfony/lock": "",
                "symfony/process": ""
            },
            "time": "2023-08-07T06:12:30+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Console\\": ""
                },
                "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": "Eases the creation of beautiful and testable command line interfaces",
            "homepage": "https://symfony.com",
            "keywords": [
                "cli",
                "command-line",
                "console",
                "terminal"
            ],
            "support": {
                "source": "https://github.com/symfony/console/tree/v5.4.28"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "../symfony/console"
        },
        {
            "name": "symfony/deprecation-contracts",
            "version": "v2.5.2",
            "version_normalized": "2.5.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/deprecation-contracts.git",
                "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
                "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "time": "2022-01-02T09:53:40+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "2.5-dev"
                },
                "thanks": {
                    "name": "symfony/contracts",
                    "url": "https://github.com/symfony/contracts"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "function.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "A generic function and convention to trigger deprecation notices",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.2"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "../symfony/deprecation-contracts"
        },
        {
            "name": "symfony/error-handler",
            "version": "v5.4.26",
            "version_normalized": "5.4.26.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/error-handler.git",
                "reference": "b26719213a39c9ba57520cbc5e52bfcc5e8d92f9"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/error-handler/zipball/b26719213a39c9ba57520cbc5e52bfcc5e8d92f9",
                "reference": "b26719213a39c9ba57520cbc5e52bfcc5e8d92f9",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "psr/log": "^1|^2|^3",
                "symfony/var-dumper": "^4.4|^5.0|^6.0"
            },
            "require-dev": {
                "symfony/deprecation-contracts": "^2.1|^3",
                "symfony/http-kernel": "^4.4|^5.0|^6.0",
                "symfony/serializer": "^4.4|^5.0|^6.0"
            },
            "time": "2023-07-16T16:48:57+00:00",
            "bin": [
                "Resources/bin/patch-type-declarations"
            ],
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\ErrorHandler\\": ""
                },
                "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": "Provides tools to manage errors and ease debugging PHP code",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/error-handler/tree/v5.4.26"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "../symfony/error-handler"
        },
        {
            "name": "symfony/ldap",
            "version": "v5.4.27",
            "version_normalized": "5.4.27.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/ldap.git",
                "reference": "b3d30b86dc88fcffa30801caea05a077d09b1c53"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/ldap/zipball/b3d30b86dc88fcffa30801caea05a077d09b1c53",
                "reference": "b3d30b86dc88fcffa30801caea05a077d09b1c53",
                "shasum": ""
            },
            "require": {
                "ext-ldap": "*",
                "php": ">=7.2.5",
                "symfony/deprecation-contracts": "^2.1|^3",
                "symfony/options-resolver": "^4.4|^5.0|^6.0",
                "symfony/polyfill-php80": "^1.15"
            },
            "conflict": {
                "symfony/options-resolver": "<4.4",
                "symfony/security-core": "<5.3"
            },
            "require-dev": {
                "symfony/security-core": "^5.3|^6.0"
            },
            "time": "2023-07-28T14:44:35+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Ldap\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Charles Sarrazin",
                    "email": "charles@sarraz.in"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Provides a LDAP client for PHP on top of PHP's ldap extension",
            "homepage": "https://symfony.com",
            "keywords": [
                "active-directory",
                "ldap"
            ],
            "support": {
                "source": "https://github.com/symfony/ldap/tree/v5.4.27"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "../symfony/ldap"
        },
        {
            "name": "symfony/options-resolver",
            "version": "v5.4.21",
            "version_normalized": "5.4.21.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/options-resolver.git",
                "reference": "4fe5cf6ede71096839f0e4b4444d65dd3a7c1eb9"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/options-resolver/zipball/4fe5cf6ede71096839f0e4b4444d65dd3a7c1eb9",
                "reference": "4fe5cf6ede71096839f0e4b4444d65dd3a7c1eb9",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "symfony/deprecation-contracts": "^2.1|^3",
                "symfony/polyfill-php73": "~1.0",
                "symfony/polyfill-php80": "^1.16"
            },
            "time": "2023-02-14T08:03:56+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\OptionsResolver\\": ""
                },
                "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": "Provides an improved replacement for the array_replace PHP function",
            "homepage": "https://symfony.com",
            "keywords": [
                "config",
                "configuration",
                "options"
            ],
            "support": {
                "source": "https://github.com/symfony/options-resolver/tree/v5.4.21"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "../symfony/options-resolver"
        },
        {
            "name": "symfony/polyfill-ctype",
            "version": "v1.28.0",
            "version_normalized": "1.28.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-ctype.git",
                "reference": "ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb",
                "reference": "ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "provide": {
                "ext-ctype": "*"
            },
            "suggest": {
                "ext-ctype": "For best performance"
            },
            "time": "2023-01-26T09:26:14+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.28-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.28.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"
                }
            ],
            "install-path": "../symfony/polyfill-ctype"
        },
        {
            "name": "symfony/polyfill-iconv",
            "version": "v1.28.0",
            "version_normalized": "1.28.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-iconv.git",
                "reference": "6de50471469b8c9afc38164452ab2b6170ee71c1"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/6de50471469b8c9afc38164452ab2b6170ee71c1",
                "reference": "6de50471469b8c9afc38164452ab2b6170ee71c1",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "provide": {
                "ext-iconv": "*"
            },
            "suggest": {
                "ext-iconv": "For best performance"
            },
            "time": "2023-01-26T09:26:14+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.28-dev"
                },
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "Symfony\\Polyfill\\Iconv\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill for the Iconv extension",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "iconv",
                "polyfill",
                "portable",
                "shim"
            ],
            "support": {
                "source": "https://github.com/symfony/polyfill-iconv/tree/v1.28.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"
                }
            ],
            "install-path": "../symfony/polyfill-iconv"
        },
        {
            "name": "symfony/polyfill-intl-grapheme",
            "version": "v1.28.0",
            "version_normalized": "1.28.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
                "reference": "875e90aeea2777b6f135677f618529449334a612"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/875e90aeea2777b6f135677f618529449334a612",
                "reference": "875e90aeea2777b6f135677f618529449334a612",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "suggest": {
                "ext-intl": "For best performance"
            },
            "time": "2023-01-26T09:26:14+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.28-dev"
                },
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "Symfony\\Polyfill\\Intl\\Grapheme\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill for intl's grapheme_* functions",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "grapheme",
                "intl",
                "polyfill",
                "portable",
                "shim"
            ],
            "support": {
                "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.28.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"
                }
            ],
            "install-path": "../symfony/polyfill-intl-grapheme"
        },
        {
            "name": "symfony/polyfill-intl-normalizer",
            "version": "v1.28.0",
            "version_normalized": "1.28.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
                "reference": "8c4ad05dd0120b6a53c1ca374dca2ad0a1c4ed92"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/8c4ad05dd0120b6a53c1ca374dca2ad0a1c4ed92",
                "reference": "8c4ad05dd0120b6a53c1ca374dca2ad0a1c4ed92",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "suggest": {
                "ext-intl": "For best performance"
            },
            "time": "2023-01-26T09:26:14+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.28-dev"
                },
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
                },
                "classmap": [
                    "Resources/stubs"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill for intl's Normalizer class and related functions",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "intl",
                "normalizer",
                "polyfill",
                "portable",
                "shim"
            ],
            "support": {
                "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.28.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"
                }
            ],
            "install-path": "../symfony/polyfill-intl-normalizer"
        },
        {
            "name": "symfony/polyfill-mbstring",
            "version": "v1.28.0",
            "version_normalized": "1.28.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-mbstring.git",
                "reference": "42292d99c55abe617799667f454222c54c60e229"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/42292d99c55abe617799667f454222c54c60e229",
                "reference": "42292d99c55abe617799667f454222c54c60e229",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "provide": {
                "ext-mbstring": "*"
            },
            "suggest": {
                "ext-mbstring": "For best performance"
            },
            "time": "2023-07-28T09:04:16+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.28-dev"
                },
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "Symfony\\Polyfill\\Mbstring\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill for the Mbstring extension",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "mbstring",
                "polyfill",
                "portable",
                "shim"
            ],
            "support": {
                "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.28.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"
                }
            ],
            "install-path": "../symfony/polyfill-mbstring"
        },
        {
            "name": "symfony/polyfill-php72",
            "version": "v1.28.0",
            "version_normalized": "1.28.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-php72.git",
                "reference": "70f4aebd92afca2f865444d30a4d2151c13c3179"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/70f4aebd92afca2f865444d30a4d2151c13c3179",
                "reference": "70f4aebd92afca2f865444d30a4d2151c13c3179",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "time": "2023-01-26T09:26:14+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.28-dev"
                },
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "Symfony\\Polyfill\\Php72\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "polyfill",
                "portable",
                "shim"
            ],
            "support": {
                "source": "https://github.com/symfony/polyfill-php72/tree/v1.28.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"
                }
            ],
            "install-path": "../symfony/polyfill-php72"
        },
        {
            "name": "symfony/polyfill-php73",
            "version": "v1.28.0",
            "version_normalized": "1.28.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-php73.git",
                "reference": "fe2f306d1d9d346a7fee353d0d5012e401e984b5"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/fe2f306d1d9d346a7fee353d0d5012e401e984b5",
                "reference": "fe2f306d1d9d346a7fee353d0d5012e401e984b5",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "time": "2023-01-26T09:26:14+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.28-dev"
                },
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "Symfony\\Polyfill\\Php73\\": ""
                },
                "classmap": [
                    "Resources/stubs"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "polyfill",
                "portable",
                "shim"
            ],
            "support": {
                "source": "https://github.com/symfony/polyfill-php73/tree/v1.28.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"
                }
            ],
            "install-path": "../symfony/polyfill-php73"
        },
        {
            "name": "symfony/polyfill-php80",
            "version": "v1.28.0",
            "version_normalized": "1.28.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-php80.git",
                "reference": "6caa57379c4aec19c0a12a38b59b26487dcfe4b5"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/6caa57379c4aec19c0a12a38b59b26487dcfe4b5",
                "reference": "6caa57379c4aec19c0a12a38b59b26487dcfe4b5",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "time": "2023-01-26T09:26:14+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.28-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.28.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"
                }
            ],
            "install-path": "../symfony/polyfill-php80"
        },
        {
            "name": "symfony/polyfill-php81",
            "version": "v1.28.0",
            "version_normalized": "1.28.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-php81.git",
                "reference": "7581cd600fa9fd681b797d00b02f068e2f13263b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/7581cd600fa9fd681b797d00b02f068e2f13263b",
                "reference": "7581cd600fa9fd681b797d00b02f068e2f13263b",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "time": "2023-01-26T09:26:14+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.28-dev"
                },
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "Symfony\\Polyfill\\Php81\\": ""
                },
                "classmap": [
                    "Resources/stubs"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "polyfill",
                "portable",
                "shim"
            ],
            "support": {
                "source": "https://github.com/symfony/polyfill-php81/tree/v1.28.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"
                }
            ],
            "install-path": "../symfony/polyfill-php81"
        },
        {
            "name": "symfony/service-contracts",
            "version": "v2.5.2",
            "version_normalized": "2.5.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/service-contracts.git",
                "reference": "4b426aac47d6427cc1a1d0f7e2ac724627f5966c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/service-contracts/zipball/4b426aac47d6427cc1a1d0f7e2ac724627f5966c",
                "reference": "4b426aac47d6427cc1a1d0f7e2ac724627f5966c",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "psr/container": "^1.1",
                "symfony/deprecation-contracts": "^2.1|^3"
            },
            "conflict": {
                "ext-psr": "<1.1|>=2"
            },
            "suggest": {
                "symfony/service-implementation": ""
            },
            "time": "2022-05-30T19:17:29+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "2.5-dev"
                },
                "thanks": {
                    "name": "symfony/contracts",
                    "url": "https://github.com/symfony/contracts"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Symfony\\Contracts\\Service\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Generic abstractions related to writing services",
            "homepage": "https://symfony.com",
            "keywords": [
                "abstractions",
                "contracts",
                "decoupling",
                "interfaces",
                "interoperability",
                "standards"
            ],
            "support": {
                "source": "https://github.com/symfony/service-contracts/tree/v2.5.2"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "../symfony/service-contracts"
        },
        {
            "name": "symfony/string",
            "version": "v5.4.26",
            "version_normalized": "5.4.26.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/string.git",
                "reference": "1181fe9270e373537475e826873b5867b863883c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/string/zipball/1181fe9270e373537475e826873b5867b863883c",
                "reference": "1181fe9270e373537475e826873b5867b863883c",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "symfony/polyfill-ctype": "~1.8",
                "symfony/polyfill-intl-grapheme": "~1.0",
                "symfony/polyfill-intl-normalizer": "~1.0",
                "symfony/polyfill-mbstring": "~1.0",
                "symfony/polyfill-php80": "~1.15"
            },
            "conflict": {
                "symfony/translation-contracts": ">=3.0"
            },
            "require-dev": {
                "symfony/error-handler": "^4.4|^5.0|^6.0",
                "symfony/http-client": "^4.4|^5.0|^6.0",
                "symfony/translation-contracts": "^1.1|^2",
                "symfony/var-exporter": "^4.4|^5.0|^6.0"
            },
            "time": "2023-06-28T12:46:07+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "Resources/functions.php"
                ],
                "psr-4": {
                    "Symfony\\Component\\String\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
            "homepage": "https://symfony.com",
            "keywords": [
                "grapheme",
                "i18n",
                "string",
                "unicode",
                "utf-8",
                "utf8"
            ],
            "support": {
                "source": "https://github.com/symfony/string/tree/v5.4.26"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "../symfony/string"
        },
        {
            "name": "symfony/var-dumper",
            "version": "v5.4.28",
            "version_normalized": "5.4.28.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/var-dumper.git",
                "reference": "684b36ff415e1381d4a943c3ca2502cd2debad73"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/var-dumper/zipball/684b36ff415e1381d4a943c3ca2502cd2debad73",
                "reference": "684b36ff415e1381d4a943c3ca2502cd2debad73",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "symfony/polyfill-mbstring": "~1.0",
                "symfony/polyfill-php80": "^1.16"
            },
            "conflict": {
                "symfony/console": "<4.4"
            },
            "require-dev": {
                "ext-iconv": "*",
                "symfony/console": "^4.4|^5.0|^6.0",
                "symfony/http-kernel": "^4.4|^5.0|^6.0",
                "symfony/process": "^4.4|^5.0|^6.0",
                "symfony/uid": "^5.1|^6.0",
                "twig/twig": "^2.13|^3.0.4"
            },
            "suggest": {
                "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
                "ext-intl": "To show region name in time zone dump",
                "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
            },
            "time": "2023-08-24T13:38:36+00:00",
            "bin": [
                "Resources/bin/var-dump-server"
            ],
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "Resources/functions/dump.php"
                ],
                "psr-4": {
                    "Symfony\\Component\\VarDumper\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Provides mechanisms for walking through any arbitrary PHP variable",
            "homepage": "https://symfony.com",
            "keywords": [
                "debug",
                "dump"
            ],
            "support": {
                "source": "https://github.com/symfony/var-dumper/tree/v5.4.28"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "../symfony/var-dumper"
        },
        {
            "name": "symfony/web-link",
            "version": "v5.4.21",
            "version_normalized": "5.4.21.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/web-link.git",
                "reference": "57c03a5e89ed7c2d7a1a09258dfec12f95f95adb"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/web-link/zipball/57c03a5e89ed7c2d7a1a09258dfec12f95f95adb",
                "reference": "57c03a5e89ed7c2d7a1a09258dfec12f95f95adb",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "psr/link": "^1.0",
                "symfony/polyfill-php80": "^1.16"
            },
            "conflict": {
                "symfony/http-kernel": "<5.3"
            },
            "provide": {
                "psr/link-implementation": "1.0"
            },
            "require-dev": {
                "symfony/http-kernel": "^5.3|^6.0"
            },
            "suggest": {
                "symfony/http-kernel": ""
            },
            "time": "2023-02-14T08:03:56+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\WebLink\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Kévin Dunglas",
                    "email": "dunglas@gmail.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Manages links between resources",
            "homepage": "https://symfony.com",
            "keywords": [
                "dns-prefetch",
                "http",
                "http2",
                "link",
                "performance",
                "prefetch",
                "preload",
                "prerender",
                "psr13",
                "push"
            ],
            "support": {
                "source": "https://github.com/symfony/web-link/tree/v5.4.21"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "../symfony/web-link"
        },
        {
            "name": "symfony/yaml",
            "version": "v5.4.23",
            "version_normalized": "5.4.23.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/yaml.git",
                "reference": "4cd2e3ea301aadd76a4172756296fe552fb45b0b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/yaml/zipball/4cd2e3ea301aadd76a4172756296fe552fb45b0b",
                "reference": "4cd2e3ea301aadd76a4172756296fe552fb45b0b",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "symfony/deprecation-contracts": "^2.1|^3",
                "symfony/polyfill-ctype": "^1.8"
            },
            "conflict": {
                "symfony/console": "<5.3"
            },
            "require-dev": {
                "symfony/console": "^5.3|^6.0"
            },
            "suggest": {
                "symfony/console": "For validating YAML files using the lint command"
            },
            "time": "2023-04-23T19:33:36+00:00",
            "bin": [
                "Resources/bin/yaml-lint"
            ],
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Yaml\\": ""
                },
                "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": "Loads and dumps YAML files",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/yaml/tree/v5.4.23"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "../symfony/yaml"
        },
        {
            "name": "tobscure/json-api",
            "version": "dev-joomla-backports",
            "version_normalized": "dev-joomla-backports",
            "source": {
                "type": "git",
                "url": "https://github.com/joomla-backports/json-api-php.git",
                "reference": "a56f59df9e0fc95b1421a5210e1cdf208c9f91d2"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/joomla-backports/json-api-php/zipball/a56f59df9e0fc95b1421a5210e1cdf208c9f91d2",
                "reference": "a56f59df9e0fc95b1421a5210e1cdf208c9f91d2",
                "shasum": ""
            },
            "require": {
                "php": "^7.0 || ^8.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^6.0 || ^7.0 || ^8.0 || ^9.0",
                "yoast/phpunit-polyfills": "^1.0"
            },
            "time": "2022-12-30T19:09:00+00:00",
            "default-branch": true,
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Tobscure\\JsonApi\\": "src/"
                }
            },
            "autoload-dev": {
                "psr-4": {
                    "Tobscure\\Tests\\JsonApi\\": "tests/"
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Toby Zerner",
                    "email": "toby.zerner@gmail.com"
                }
            ],
            "description": "JSON-API responses in PHP",
            "keywords": [
                "api",
                "json",
                "jsonapi",
                "standard"
            ],
            "install-path": "../tobscure/json-api"
        },
        {
            "name": "typo3/phar-stream-wrapper",
            "version": "v3.1.7",
            "version_normalized": "3.1.7.0",
            "source": {
                "type": "git",
                "url": "https://github.com/TYPO3/phar-stream-wrapper.git",
                "reference": "5cc2f04a4e2f5c7e9cc02a3bdf80fae0f3e11a8c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/TYPO3/phar-stream-wrapper/zipball/5cc2f04a4e2f5c7e9cc02a3bdf80fae0f3e11a8c",
                "reference": "5cc2f04a4e2f5c7e9cc02a3bdf80fae0f3e11a8c",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "php": "^7.0 || ^8.0"
            },
            "require-dev": {
                "ext-xdebug": "*",
                "phpspec/prophecy": "^1.10",
                "symfony/phpunit-bridge": "^5.1"
            },
            "suggest": {
                "ext-fileinfo": "For PHP builtin file type guessing, otherwise uses internal processing"
            },
            "time": "2021-09-20T19:19:13+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "v3.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "TYPO3\\PharStreamWrapper\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "Interceptors for PHP's native phar:// stream handling",
            "homepage": "https://typo3.org/",
            "keywords": [
                "phar",
                "php",
                "security",
                "stream-wrapper"
            ],
            "support": {
                "issues": "https://github.com/TYPO3/phar-stream-wrapper/issues",
                "source": "https://github.com/TYPO3/phar-stream-wrapper/tree/v3.1.7"
            },
            "install-path": "../typo3/phar-stream-wrapper"
        },
        {
            "name": "voku/portable-ascii",
            "version": "2.0.1",
            "version_normalized": "2.0.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/voku/portable-ascii.git",
                "reference": "b56450eed252f6801410d810c8e1727224ae0743"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/voku/portable-ascii/zipball/b56450eed252f6801410d810c8e1727224ae0743",
                "reference": "b56450eed252f6801410d810c8e1727224ae0743",
                "shasum": ""
            },
            "require": {
                "php": ">=7.0.0"
            },
            "require-dev": {
                "phpunit/phpunit": "~6.0 || ~7.0 || ~9.0"
            },
            "suggest": {
                "ext-intl": "Use Intl for transliterator_transliterate() support"
            },
            "time": "2022-03-08T17:03:00+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "voku\\": "src/voku/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Lars Moelleken",
                    "homepage": "http://www.moelleken.org/"
                }
            ],
            "description": "Portable ASCII library - performance optimized (ascii) string functions for php.",
            "homepage": "https://github.com/voku/portable-ascii",
            "keywords": [
                "ascii",
                "clean",
                "php"
            ],
            "support": {
                "issues": "https://github.com/voku/portable-ascii/issues",
                "source": "https://github.com/voku/portable-ascii/tree/2.0.1"
            },
            "funding": [
                {
                    "url": "https://www.paypal.me/moelleken",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/voku",
                    "type": "github"
                },
                {
                    "url": "https://opencollective.com/portable-ascii",
                    "type": "open_collective"
                },
                {
                    "url": "https://www.patreon.com/voku",
                    "type": "patreon"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/voku/portable-ascii",
                    "type": "tidelift"
                }
            ],
            "install-path": "../voku/portable-ascii"
        },
        {
            "name": "voku/portable-utf8",
            "version": "6.0.12",
            "version_normalized": "6.0.12.0",
            "source": {
                "type": "git",
                "url": "https://github.com/voku/portable-utf8.git",
                "reference": "db0583727bb17666bbd2ba238c85babb973fd165"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/voku/portable-utf8/zipball/db0583727bb17666bbd2ba238c85babb973fd165",
                "reference": "db0583727bb17666bbd2ba238c85babb973fd165",
                "shasum": ""
            },
            "require": {
                "php": ">=7.0.0",
                "symfony/polyfill-iconv": "~1.0",
                "symfony/polyfill-intl-grapheme": "~1.0",
                "symfony/polyfill-intl-normalizer": "~1.0",
                "symfony/polyfill-mbstring": "~1.0",
                "symfony/polyfill-php72": "~1.0",
                "voku/portable-ascii": "~2.0.0"
            },
            "require-dev": {
                "phpstan/phpstan": "1.9.*@dev",
                "phpstan/phpstan-strict-rules": "1.4.*@dev",
                "phpunit/phpunit": "~6.0 || ~7.0 || ~9.0",
                "thecodingmachine/phpstan-strict-rules": "1.0.*@dev",
                "voku/phpstan-rules": "3.1.*@dev"
            },
            "suggest": {
                "ext-ctype": "Use Ctype for e.g. hexadecimal digit detection",
                "ext-fileinfo": "Use Fileinfo for better binary file detection",
                "ext-iconv": "Use iconv for best performance",
                "ext-intl": "Use Intl for best performance",
                "ext-json": "Use JSON for string detection",
                "ext-mbstring": "Use Mbstring for best performance"
            },
            "time": "2023-01-11T12:26:16+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "voku\\": "src/voku/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "(Apache-2.0 or GPL-2.0)"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Hamid Sarfraz",
                    "homepage": "http://pageconfig.com/"
                },
                {
                    "name": "Lars Moelleken",
                    "homepage": "http://www.moelleken.org/"
                }
            ],
            "description": "Portable UTF-8 library - performance optimized (unicode) string functions for php.",
            "homepage": "https://github.com/voku/portable-utf8",
            "keywords": [
                "UTF",
                "clean",
                "php",
                "unicode",
                "utf-8",
                "utf8"
            ],
            "support": {
                "issues": "https://github.com/voku/portable-utf8/issues",
                "source": "https://github.com/voku/portable-utf8/tree/6.0.12"
            },
            "funding": [
                {
                    "url": "https://www.paypal.me/moelleken",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/voku",
                    "type": "github"
                },
                {
                    "url": "https://opencollective.com/portable-utf8",
                    "type": "open_collective"
                },
                {
                    "url": "https://www.patreon.com/voku",
                    "type": "patreon"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/voku/portable-utf8",
                    "type": "tidelift"
                }
            ],
            "install-path": "../voku/portable-utf8"
        },
        {
            "name": "wamania/php-stemmer",
            "version": "v2.2.0",
            "version_normalized": "2.2.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/wamania/php-stemmer.git",
                "reference": "a5eafec3f6c48e277939af0dbc0c24a76e658c04"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/wamania/php-stemmer/zipball/a5eafec3f6c48e277939af0dbc0c24a76e658c04",
                "reference": "a5eafec3f6c48e277939af0dbc0c24a76e658c04",
                "shasum": ""
            },
            "require": {
                "php": ">=7.0",
                "voku/portable-utf8": "^5.4"
            },
            "require-dev": {
                "phpunit/phpunit": "^4.8"
            },
            "time": "2021-02-10T09:07:25+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Wamania\\Snowball\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Wamania",
                    "homepage": "http://wamania.com"
                }
            ],
            "description": "Native PHP Stemmer",
            "keywords": [
                "php",
                "porter",
                "stemmer"
            ],
            "support": {
                "issues": "https://github.com/wamania/php-stemmer/issues",
                "source": "https://github.com/wamania/php-stemmer/tree/v2.2.0"
            },
            "install-path": "../wamania/php-stemmer"
        },
        {
            "name": "web-auth/cose-lib",
            "version": "v2.1.7",
            "version_normalized": "2.1.7.0",
            "source": {
                "type": "git",
                "url": "https://github.com/web-auth/cose-lib.git",
                "reference": "8d1c37bac6e5db8d502b7735448d416f05fb4c70"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/web-auth/cose-lib/zipball/8d1c37bac6e5db8d502b7735448d416f05fb4c70",
                "reference": "8d1c37bac6e5db8d502b7735448d416f05fb4c70",
                "shasum": ""
            },
            "require": {
                "beberlei/assert": "^3.0",
                "ext-json": "*",
                "ext-mbstring": "*",
                "ext-openssl": "*",
                "fgrosse/phpasn1": "^2.1",
                "php": "^7.2"
            },
            "time": "2019-09-04T20:53:12+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",
                    "v2.0": "2.0.x-dev",
                    "v2.1": "2.1.x-dev"
                }
            },
            "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/v2.1.6"
            },
            "install-path": "../web-auth/cose-lib"
        },
        {
            "name": "web-auth/metadata-service",
            "version": "v2.1.7",
            "version_normalized": "2.1.7.0",
            "source": {
                "type": "git",
                "url": "https://github.com/web-auth/webauthn-metadata-service.git",
                "reference": "5fc754d00dfa05913260dc3781227dfa8ed7dbdd"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/web-auth/webauthn-metadata-service/zipball/5fc754d00dfa05913260dc3781227dfa8ed7dbdd",
                "reference": "5fc754d00dfa05913260dc3781227dfa8ed7dbdd",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "php": "^7.1",
                "psr/http-client": "^1.0",
                "psr/http-factory": "^1.0"
            },
            "time": "2019-09-04T20:53:12+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "v2.1": "2.1.x-dev"
                }
            },
            "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/v2.1.7"
            },
            "install-path": "../web-auth/metadata-service"
        },
        {
            "name": "web-auth/webauthn-lib",
            "version": "v2.1.7",
            "version_normalized": "2.1.7.0",
            "source": {
                "type": "git",
                "url": "https://github.com/web-auth/webauthn-lib.git",
                "reference": "4cd346f2ef4d282296e503b7b1b3ef200347437b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/web-auth/webauthn-lib/zipball/4cd346f2ef4d282296e503b7b1b3ef200347437b",
                "reference": "4cd346f2ef4d282296e503b7b1b3ef200347437b",
                "shasum": ""
            },
            "require": {
                "beberlei/assert": "^3.0",
                "ext-json": "*",
                "ext-mbstring": "*",
                "ext-openssl": "*",
                "nyholm/psr7": "^1.1",
                "php": "^7.2",
                "psr/http-client": "^1.0",
                "psr/http-factory": "^1.0",
                "psr/http-message": "^1.0",
                "ramsey/uuid": "^3.8",
                "spomky-labs/base64url": "^2.0",
                "spomky-labs/cbor-php": "^1.0.2",
                "web-auth/cose-lib": "self.version",
                "web-auth/metadata-service": "self.version"
            },
            "suggest": {
                "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": "2019-09-09T12:04:09+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",
                    "v2.0": "2.0.x-dev",
                    "v2.1": "2.1.x-dev"
                }
            },
            "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/v2.1.7"
            },
            "install-path": "../web-auth/webauthn-lib"
        },
        {
            "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"
                }
            ],
            "install-path": "../web-token/jwt-core"
        },
        {
            "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"
                }
            ],
            "install-path": "../web-token/jwt-signature"
        },
        {
            "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"
                }
            ],
            "install-path": "../web-token/jwt-signature-algorithm-ecdsa"
        },
        {
            "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"
                }
            ],
            "install-path": "../web-token/jwt-signature-algorithm-eddsa"
        },
        {
            "name": "web-token/jwt-signature-algorithm-experimental",
            "version": "v2.2.11",
            "version_normalized": "2.2.11.0",
            "source": {
                "type": "git",
                "url": "https://github.com/web-token/jwt-signature-algorithm-experimental.git",
                "reference": "b84ea38f9361d68806f100f091db17c1cde6f96c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/web-token/jwt-signature-algorithm-experimental/zipball/b84ea38f9361d68806f100f091db17c1cde6f96c",
                "reference": "b84ea38f9361d68806f100f091db17c1cde6f96c",
                "shasum": ""
            },
            "require": {
                "web-token/jwt-signature-algorithm-hmac": "^2.1",
                "web-token/jwt-signature-algorithm-rsa": "^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": "Experimental 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-experimental/tree/v2.2.11"
            },
            "funding": [
                {
                    "url": "https://www.patreon.com/FlorentMorselli",
                    "type": "patreon"
                }
            ],
            "install-path": "../web-token/jwt-signature-algorithm-experimental"
        },
        {
            "name": "web-token/jwt-signature-algorithm-hmac",
            "version": "v2.2.11",
            "version_normalized": "2.2.11.0",
            "source": {
                "type": "git",
                "url": "https://github.com/web-token/jwt-signature-algorithm-hmac.git",
                "reference": "d208b1c50b408fa711bfeedeed9fb5d9be1d3080"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/web-token/jwt-signature-algorithm-hmac/zipball/d208b1c50b408fa711bfeedeed9fb5d9be1d3080",
                "reference": "d208b1c50b408fa711bfeedeed9fb5d9be1d3080",
                "shasum": ""
            },
            "require": {
                "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": "HMAC 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-hmac/tree/v2.2.11"
            },
            "funding": [
                {
                    "url": "https://www.patreon.com/FlorentMorselli",
                    "type": "patreon"
                }
            ],
            "install-path": "../web-token/jwt-signature-algorithm-hmac"
        },
        {
            "name": "web-token/jwt-signature-algorithm-none",
            "version": "v2.2.11",
            "version_normalized": "2.2.11.0",
            "source": {
                "type": "git",
                "url": "https://github.com/web-token/jwt-signature-algorithm-none.git",
                "reference": "c78319392e12e30678eb17d78f16031b5b768388"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/web-token/jwt-signature-algorithm-none/zipball/c78319392e12e30678eb17d78f16031b5b768388",
                "reference": "c78319392e12e30678eb17d78f16031b5b768388",
                "shasum": ""
            },
            "require": {
                "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": "None 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-none/tree/v2.2.11"
            },
            "funding": [
                {
                    "url": "https://www.patreon.com/FlorentMorselli",
                    "type": "patreon"
                }
            ],
            "install-path": "../web-token/jwt-signature-algorithm-none"
        },
        {
            "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"
                }
            ],
            "install-path": "../web-token/jwt-signature-algorithm-rsa"
        },
        {
            "name": "web-token/signature-pack",
            "version": "v2.2.11",
            "version_normalized": "2.2.11.0",
            "source": {
                "type": "git",
                "url": "https://github.com/web-token/signature-pack.git",
                "reference": "13fd2709a95a8a6a0943e33a537af8088760c6c0"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/web-token/signature-pack/zipball/13fd2709a95a8a6a0943e33a537af8088760c6c0",
                "reference": "13fd2709a95a8a6a0943e33a537af8088760c6c0",
                "shasum": ""
            },
            "require": {
                "web-token/jwt-signature-algorithm-ecdsa": "^2.0",
                "web-token/jwt-signature-algorithm-eddsa": "^2.0",
                "web-token/jwt-signature-algorithm-experimental": "^2.0",
                "web-token/jwt-signature-algorithm-hmac": "^2.0",
                "web-token/jwt-signature-algorithm-none": "^2.0",
                "web-token/jwt-signature-algorithm-rsa": "^2.0"
            },
            "time": "2019-06-22T12:27:33+00:00",
            "type": "symfony-pack",
            "installation-source": "dist",
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "A pack with all signature algorithms for the web-token/jwt-signature package",
            "support": {
                "source": "https://github.com/web-token/signature-pack/tree/v2.2.1"
            },
            "funding": [
                {
                    "url": "https://www.patreon.com/FlorentMorselli",
                    "type": "patreon"
                }
            ],
            "install-path": "../web-token/signature-pack"
        },
        {
            "name": "webmozart/assert",
            "version": "1.11.0",
            "version_normalized": "1.11.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/webmozarts/assert.git",
                "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/webmozarts/assert/zipball/11cb2199493b2f8a3b53e7f19068fc6aac760991",
                "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991",
                "shasum": ""
            },
            "require": {
                "ext-ctype": "*",
                "php": "^7.2 || ^8.0"
            },
            "conflict": {
                "phpstan/phpstan": "<0.12.20",
                "vimeo/psalm": "<4.6.1 || 4.6.2"
            },
            "require-dev": {
                "phpunit/phpunit": "^8.5.13"
            },
            "time": "2022-06-03T18:03:27+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.10-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Webmozart\\Assert\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Bernhard Schussek",
                    "email": "bschussek@gmail.com"
                }
            ],
            "description": "Assertions to validate method input/output with nice error messages.",
            "keywords": [
                "assert",
                "check",
                "validate"
            ],
            "support": {
                "issues": "https://github.com/webmozarts/assert/issues",
                "source": "https://github.com/webmozarts/assert/tree/1.11.0"
            },
            "install-path": "../webmozart/assert"
        },
        {
            "name": "willdurand/negotiation",
            "version": "3.1.0",
            "version_normalized": "3.1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/willdurand/Negotiation.git",
                "reference": "68e9ea0553ef6e2ee8db5c1d98829f111e623ec2"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/willdurand/Negotiation/zipball/68e9ea0553ef6e2ee8db5c1d98829f111e623ec2",
                "reference": "68e9ea0553ef6e2ee8db5c1d98829f111e623ec2",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1.0"
            },
            "require-dev": {
                "symfony/phpunit-bridge": "^5.0"
            },
            "time": "2022-01-30T20:08:53+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.0-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Negotiation\\": "src/Negotiation"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "William Durand",
                    "email": "will+git@drnd.me"
                }
            ],
            "description": "Content Negotiation tools for PHP provided as a standalone library.",
            "homepage": "http://williamdurand.fr/Negotiation/",
            "keywords": [
                "accept",
                "content",
                "format",
                "header",
                "negotiation"
            ],
            "support": {
                "issues": "https://github.com/willdurand/Negotiation/issues",
                "source": "https://github.com/willdurand/Negotiation/tree/3.1.0"
            },
            "install-path": "../willdurand/negotiation"
        }
    ],
    "dev": false,
    "dev-package-names": []
}
Site is undergoing maintenance

PACJA Events

Maintenance mode is on

Site will be available soon. Thank you for your patience!