Skip to content
Snippets Groups Projects
composer.lock 275 KiB
Newer Older
{
    "_readme": [
        "This file locks the dependencies of your project to a known state",
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
        "This file is @generated automatically"
    ],
    "content-hash": "57c5409fb404051d418751e660f3210f",
    "packages": [
        {
            "name": "algo26-matthias/idna-convert",
            "source": {
                "type": "git",
                "url": "https://github.com/algo26-matthias/idna-convert.git",
                "reference": "340a4dc65f6b0d9884853a3d32895d82f0c1502a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/algo26-matthias/idna-convert/zipball/340a4dc65f6b0d9884853a3d32895d82f0c1502a",
                "reference": "340a4dc65f6b0d9884853a3d32895d82f0c1502a",
                "shasum": ""
            },
            "require": {
                "ext-pcre": "*",
                "jakeasmith/http_build_url": "^1",
            },
            "require-dev": {
            },
            "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"
            },
            "type": "library",
            "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.0"
            "time": "2023-02-17T10:08:02+00:00"
        },
        {
            "name": "beberlei/assert",
            "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"
            },
            "type": "library",
            "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"
            "time": "2021-12-16T21:41:27+00:00"
        },
        {
            "name": "caxy/php-htmldiff",
            "source": {
                "type": "git",
                "url": "https://github.com/caxy/php-htmldiff.git",
                "reference": "4bad5c6a4ecc76954d37764e6a29273b6b7bf1f8"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/caxy/php-htmldiff/zipball/4bad5c6a4ecc76954d37764e6a29273b6b7bf1f8",
                "reference": "4bad5c6a4ecc76954d37764e6a29273b6b7bf1f8",
                "shasum": ""
            },
            "require": {
                "ezyang/htmlpurifier": "^4.7",
                "kub-at/php-simple-html-dom-parser": "^1.7",
                "php": ">=5.3.3"
            },
            "require-dev": {
                "doctrine/cache": "~1.0",
            },
            "suggest": {
                "doctrine/cache": "Used for caching the calculated diffs using a Doctrine Cache Provider"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "0.1.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Caxy\\HtmlDiff": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0"
            ],
            "authors": [
                {
                    "name": "Josh Schroeder",
                    "email": "jschroeder@caxy.com",
                    "homepage": "http://www.caxy.com"
                }
            ],
            "description": "A library for comparing two HTML files/snippets and highlighting the differences using simple HTML.",
            "homepage": "https://github.com/caxy/php-htmldiff",
            "keywords": [
                "diff",
                "html"
            ],
            "support": {
                "issues": "https://github.com/caxy/php-htmldiff/issues",
                "source": "https://github.com/caxy/php-htmldiff/tree/v0.1.9"
        },
        {
            "name": "davefx/phplot",
            "version": "6.2.1",
            "source": {
                "type": "git",
                "url": "https://github.com/davefx/PHPlot.git",
                "reference": "d2e201ecaabb0428116c89cebe281a8f54096450"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/davefx/PHPlot/zipball/d2e201ecaabb0428116c89cebe281a8f54096450",
                "reference": "d2e201ecaabb0428116c89cebe281a8f54096450",
                "shasum": ""
            },
            "require": {
                "php": ">5.3.0"
            },
            "type": "library",
            "autoload": {
                "classmap": [
                    "phplot/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL"
            ],
            "description": "PHPlot - Create charts in PHP",
            "homepage": "http://phplot.sourceforge.net",
            "keywords": [
                "chart",
                "phplot"
            ],
            "support": {
                "issues": "https://github.com/davefx/PHPlot/issues",
                "source": "https://github.com/davefx/PHPlot/tree/master"
            },
            "time": "2016-10-19T07:14:15+00:00"
        },
            "source": {
                "type": "git",
                "url": "https://github.com/defuse/php-encryption.git",
                "reference": "77880488b9954b7884c25555c2a0ea9e7053f9d2"
                "url": "https://api.github.com/repos/defuse/php-encryption/zipball/77880488b9954b7884c25555c2a0ea9e7053f9d2",
                "reference": "77880488b9954b7884c25555c2a0ea9e7053f9d2",
                "shasum": ""
            },
            "require": {
                "ext-openssl": "*",
                "paragonie/random_compat": ">= 2",
                "php": ">=5.6.0"
            },
            "require-dev": {
            },
            "bin": [
                "bin/generate-defuse-key"
            ],
            "type": "library",
            "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.3.1"
        {
            "name": "ezyang/htmlpurifier",
            "source": {
                "type": "git",
                "url": "https://github.com/ezyang/htmlpurifier.git",
                "reference": "523407fb06eb9e5f3d59889b3978d5bfe94299c8"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/523407fb06eb9e5f3d59889b3978d5bfe94299c8",
                "reference": "523407fb06eb9e5f3d59889b3978d5bfe94299c8",
                "shasum": ""
            },
            "require": {
                "php": "~5.6.0 || ~7.0.0 || ~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0"
            },
            "require-dev": {
                "cerdic/css-tidy": "^1.7 || ^2.0",
                "simpletest/simpletest": "dev-master"
            },
            "suggest": {
                "cerdic/css-tidy": "If you want to use the filter 'Filter.ExtractStyleBlocks'.",
                "ext-bcmath": "Used for unit conversion and imagecrash protection",
                "ext-iconv": "Converts text to and from non-UTF-8 encodings",
                "ext-tidy": "Used for pretty-printing HTML"
            },
            "type": "library",
            "autoload": {
                "files": [
                    "library/HTMLPurifier.composer.php"
                ],
                "psr-0": {
                    "HTMLPurifier": "library/"
                },
                "exclude-from-classmap": [
                    "/library/HTMLPurifier/Language/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-2.1-or-later"
            ],
            "authors": [
                {
                    "name": "Edward Z. Yang",
                    "email": "admin@htmlpurifier.org",
                    "homepage": "http://ezyang.com"
                }
            ],
            "description": "Standards compliant HTML filter written in PHP",
            "homepage": "http://htmlpurifier.org/",
            "keywords": [
                "html"
            ],
            "support": {
                "issues": "https://github.com/ezyang/htmlpurifier/issues",
                "source": "https://github.com/ezyang/htmlpurifier/tree/v4.16.0"
            "time": "2022-09-18T07:06:19+00:00"
            "name": "fig/http-message-util",
            "version": "1.1.5",
                "url": "https://github.com/php-fig/http-message-util.git",
                "reference": "9d94dc0154230ac39e5bf89398b324a86f63f765"
                "url": "https://api.github.com/repos/php-fig/http-message-util/zipball/9d94dc0154230ac39e5bf89398b324a86f63f765",
                "reference": "9d94dc0154230ac39e5bf89398b324a86f63f765",
                "php": "^5.3 || ^7.0 || ^8.0"
                "psr/http-message": "The package containing the PSR-7 interfaces"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.1.x-dev"
                    "Fig\\Http\\Message\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "https://www.php-fig.org/"
            "description": "Utility classes and constants for use with PSR-7 (psr/http-message)",
                "http-message",
                "psr",
                "psr-7",
                "request",
                "response"
                "issues": "https://github.com/php-fig/http-message-util/issues",
                "source": "https://github.com/php-fig/http-message-util/tree/1.1.5"
            "time": "2020-11-24T22:02:12+00:00"
        {
            "name": "guzzlehttp/psr7",
            "source": {
                "type": "git",
                "url": "https://github.com/guzzle/psr7.git",
                "reference": "3cf1b6d4f0c820a2cf8bcaec39fc698f3443b5cf"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/guzzle/psr7/zipball/3cf1b6d4f0c820a2cf8bcaec39fc698f3443b5cf",
                "reference": "3cf1b6d4f0c820a2cf8bcaec39fc698f3443b5cf",
                "shasum": ""
            },
            "require": {
                "php": "^7.2.5 || ^8.0",
                "psr/http-factory": "^1.0",
                "ralouphie/getallheaders": "^3.0"
                "psr/http-factory-implementation": "1.0",
                "psr/http-message-implementation": "1.0"
            },
            "require-dev": {
                "bamarni/composer-bin-plugin": "^1.8.1",
                "http-interop/http-factory-tests": "^0.9",
                "phpunit/phpunit": "^8.5.29 || ^9.5.23"
            },
            "suggest": {
                "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
            },
            "type": "library",
            "extra": {
                "bamarni-bin": {
                    "bin-links": true,
                    "forward-command": false
                "psr-4": {
                    "GuzzleHttp\\Psr7\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Graham Campbell",
                    "email": "hello@gjcampbell.co.uk",
                    "homepage": "https://github.com/GrahamCampbell"
                },
                {
                    "name": "Michael Dowling",
                    "email": "mtdowling@gmail.com",
                    "homepage": "https://github.com/mtdowling"
                },
                {
                    "name": "George Mponos",
                    "email": "gmponos@gmail.com",
                    "homepage": "https://github.com/gmponos"
                },
                {
                    "name": "Tobias Nyholm",
                    "email": "tobias.nyholm@gmail.com",
                    "homepage": "https://github.com/Nyholm"
                },
                {
                    "name": "Márk Sági-Kazár",
                    "email": "mark.sagikazar@gmail.com",
                    "homepage": "https://github.com/sagikazarmark"
                },
                {
                    "name": "Tobias Schultze",
                    "email": "webmaster@tubo-world.de",
                    "homepage": "https://github.com/Tobion"
                },
                {
                    "name": "Márk Sági-Kazár",
                    "email": "mark.sagikazar@gmail.com",
                    "homepage": "https://sagikazarmark.hu"
                }
            ],
            "description": "PSR-7 message implementation that also provides common utility methods",
            "keywords": [
                "http",
                "message",
                "request",
                "response",
                "stream",
                "uri",
                "url"
            ],
            "support": {
                "issues": "https://github.com/guzzle/psr7/issues",
                "source": "https://github.com/guzzle/psr7/tree/2.4.4"
            "funding": [
                {
                    "url": "https://github.com/GrahamCampbell",
                    "type": "github"
                },
                {
                    "url": "https://github.com/Nyholm",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",
                    "type": "tidelift"
                }
            ],
        },
        {
            "name": "jakeasmith/http_build_url",
            "version": "1.0.1",
            "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": ""
            },
            "type": "library",
            "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"
            },
            "time": "2017-05-01T15:36:40+00:00"
        },
        {
            "name": "jasig/phpcas",
            "source": {
                "type": "git",
                "url": "https://github.com/apereo/phpCAS.git",
                "reference": "d6f5797fb568726f34c8e48741776d81e4a2646b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/apereo/phpCAS/zipball/d6f5797fb568726f34c8e48741776d81e4a2646b",
                "reference": "d6f5797fb568726f34c8e48741776d81e4a2646b",
                "shasum": ""
            },
            "require": {
                "ext-curl": "*",
                "ext-dom": "*",
                "php": ">=7.1.0",
                "psr/log": "^1.0 || ^2.0 || ^3.0"
                "monolog/monolog": "^1.0.0 || ^2.0.0",
                "phpstan/phpstan": "^1.5",
                "phpunit/phpunit": ">=7.5"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.3.x-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "source/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "authors": [
                {
                    "name": "Joachim Fritschi",
                    "email": "jfritschi@freenet.de",
                    "homepage": "https://github.com/jfritschi"
                },
                {
                    "name": "Adam Franco",
                    "homepage": "https://github.com/adamfranco"
                },
                {
                    "name": "Henry Pan",
                    "homepage": "https://github.com/phy25"
                }
            ],
            "description": "Provides a simple API for authenticating users against a CAS server",
            "homepage": "https://wiki.jasig.org/display/CASC/phpCAS",
            "keywords": [
                "apereo",
                "cas",
                "jasig"
            ],
            "support": {
                "issues": "https://github.com/apereo/phpCAS/issues",
                "source": "https://github.com/apereo/phpCAS/tree/1.5.0"
            "abandoned": "apereo/phpcas",
            "time": "2022-05-03T21:12:54+00:00"
        {
            "name": "jumbojett/openid-connect-php",
            "source": {
                "type": "git",
                "url": "https://github.com/jumbojett/OpenID-Connect-PHP.git",
                "reference": "45aac47b525f0483dd4db3324bb1f1cab4666061"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/jumbojett/OpenID-Connect-PHP/zipball/45aac47b525f0483dd4db3324bb1f1cab4666061",
                "reference": "45aac47b525f0483dd4db3324bb1f1cab4666061",
                "shasum": ""
            },
            "require": {
                "ext-curl": "*",
                "ext-json": "*",
                "paragonie/random_compat": ">=2",
                "php": ">=5.4",
                "roave/security-advisories": "dev-master",
                "yoast/phpunit-polyfills": "^1.0"
            },
            "type": "library",
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "description": "Bare-bones OpenID Connect client",
            "support": {
                "issues": "https://github.com/jumbojett/OpenID-Connect-PHP/issues",
                "source": "https://github.com/jumbojett/OpenID-Connect-PHP/tree/v0.9.10"
            "time": "2022-09-30T12:34:46+00:00"
        {
            "name": "ksubileau/color-thief-php",
            "version": "v2.0.1",
            "source": {
                "type": "git",
                "url": "https://github.com/ksubileau/color-thief-php.git",
                "reference": "a1378533433dae824c2e5b70359f8b6ae16b1deb"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/ksubileau/color-thief-php/zipball/a1378533433dae824c2e5b70359f8b6ae16b1deb",
                "reference": "a1378533433dae824c2e5b70359f8b6ae16b1deb",
                "shasum": ""
            },
            "require": {
                "ext-fileinfo": "*",
                "php": "^7.2|^8.0"
            },
            "require-dev": {
                "friendsofphp/php-cs-fixer": "^3.4",
                "phpstan/phpstan": "^1.2.0",
                "phpstan/phpstan-phpunit": "^1.0.0",
                "phpunit/phpunit": "^8.5"
            },
            "suggest": {
                "ext-gd": "to use the GD image adapter.",
                "ext-gmagick": "to use the Gmagick image adapter.",
                "ext-imagick": "to use the Imagick image adapter."
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "ColorThief\\": "src/ColorThief"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Kevin Subileau",
                    "homepage": "http://www.kevinsubileau.fr"
                }
            ],
            "description": "Grabs the dominant color or a representative color palette from an image.",
            "homepage": "http://www.kevinsubileau.fr/projets/color-thief-php",
            "keywords": [
                "color",
                "dominant",
                "palette",
                "php",
                "thief"
            ],
            "support": {
                "issues": "https://github.com/ksubileau/color-thief-php/issues",
                "source": "https://github.com/ksubileau/color-thief-php/tree/v2.0.1"
            },
            "time": "2022-11-12T10:09:40+00:00"
        },
        {
            "name": "kub-at/php-simple-html-dom-parser",
            "version": "1.9.1",
            "source": {
                "type": "git",
                "url": "https://github.com/Kub-AT/php-simple-html-dom-parser.git",
                "reference": "ff22f98bfd9235115c128059076f3eb740d66913"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Kub-AT/php-simple-html-dom-parser/zipball/ff22f98bfd9235115c128059076f3eb740d66913",
                "reference": "ff22f98bfd9235115c128059076f3eb740d66913",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.2"
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "KubAT\\PhpSimple\\HtmlDomParser": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "S.C. Chen",
                    "email": "me578022@gmail.com"
                },
                {
                    "name": "Jakub Stawowy",
                    "email": "Kub-AT@users.noreply.github.com"
                }
            ],
            "description": "PHP Simple HTML DOM Parser with namespace and PHP 7.3 compatible",
            "homepage": "http://simplehtmldom.sourceforge.net/",
            "keywords": [
                "Simple",
                "dom",
                "html"
            ],
            "support": {
                "issues": "https://github.com/Kub-AT/php-simple-html-dom-parser/issues",
                "source": "https://github.com/Kub-AT/php-simple-html-dom-parser/tree/master"
            },
            "time": "2019-10-25T12:34:43+00:00"
        },
            "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": "*"
            },
            "type": "library",
                "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"
                }
            ],
            "time": "2021-09-28T19:18:28+00:00"
        },
        {
            "name": "league/event",
            "version": "2.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/thephpleague/event.git",
                "reference": "d2cc124cf9a3fab2bb4ff963307f60361ce4d119"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/thephpleague/event/zipball/d2cc124cf9a3fab2bb4ff963307f60361ce4d119",
                "reference": "d2cc124cf9a3fab2bb4ff963307f60361ce4d119",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4.0"
            },
            "require-dev": {
                "henrikbjorn/phpspec-code-coverage": "~1.0.1",
                "phpspec/phpspec": "^2.2"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.2-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "League\\Event\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Frank de Jonge",
                    "email": "info@frenky.net"
                }
            ],
            "description": "Event package",
            "keywords": [
                "emitter",
                "event",
                "listener"
            ],
            "support": {
                "issues": "https://github.com/thephpleague/event/issues",
                "source": "https://github.com/thephpleague/event/tree/master"
            },
            "time": "2018-11-26T11:52:41+00:00"
        },
        {
            "name": "league/oauth2-server",
            "source": {
                "type": "git",
                "url": "https://github.com/thephpleague/oauth2-server.git",
                "reference": "eed31d86d8cc8e6e9c9f58fbb2113494f8b41e24"
                "url": "https://api.github.com/repos/thephpleague/oauth2-server/zipball/eed31d86d8cc8e6e9c9f58fbb2113494f8b41e24",
                "reference": "eed31d86d8cc8e6e9c9f58fbb2113494f8b41e24",
                "shasum": ""
            },
            "require": {
                "defuse/php-encryption": "^2.2.1",
                "ext-json": "*",
                "ext-openssl": "*",
                "lcobucci/jwt": "^3.4.6 || ^4.0.4",
                "league/event": "^2.2",
                "league/uri": "^6.4",
                "php": "^7.2 || ^8.0",
                "psr/http-message": "^1.0.1"
            },
            "replace": {
                "league/oauth2server": "*",
                "lncd/oauth2": "*"
            },
            "require-dev": {
                "laminas/laminas-diactoros": "^2.4.1",
                "phpstan/phpstan": "^0.12.57",
                "phpstan/phpstan-phpunit": "^0.12.16",
                "phpunit/phpunit": "^8.5.13",
                "roave/security-advisories": "dev-master"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "League\\OAuth2\\Server\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Alex Bilbie",
                    "email": "hello@alexbilbie.com",
                    "homepage": "http://www.alexbilbie.com",
                    "role": "Developer"
                    "name": "Andy Millington",
                    "email": "andrew@noexceptions.io",
                    "homepage": "https://www.noexceptions.io",
                    "role": "Developer"
            "description": "A lightweight and powerful OAuth 2.0 authorization and resource server library with support for all the core specification grants. This library will allow you to secure your API with OAuth and allow your applications users to approve apps that want to access their data from your API.",
            "homepage": "https://oauth2.thephpleague.com/",
                "Authentication",
                "api",
                "auth",
                "authorisation",
                "authorization",
                "oauth",
                "oauth 2",
                "oauth 2.0",
                "oauth2",
                "protect",
                "resource",
                "secure",
                "server"
            ],
            "support": {
                "issues": "https://github.com/thephpleague/oauth2-server/issues",
                "source": "https://github.com/thephpleague/oauth2-server/tree/8.4.1"