Skip to content
Snippets Groups Projects
composer.lock 283 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": "37344117fe2a7e12104caa87e77be265",
    "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",
            "version": "v0.1.15",
            "source": {
                "type": "git",
                "url": "https://github.com/caxy/php-htmldiff.git",
                "reference": "6342b02ddb86fd36093ad7e2db2efc21f01ab7cd"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/caxy/php-htmldiff/zipball/6342b02ddb86fd36093ad7e2db2efc21f01ab7cd",
                "reference": "6342b02ddb86fd36093ad7e2db2efc21f01ab7cd",
                "shasum": ""
            },
            "require": {
                "ext-dom": "*",
                "ext-mbstring": "*",
                "ezyang/htmlpurifier": "^4.7",
            },
            "require-dev": {
                "doctrine/cache": "~1.0",
                "phpunit/phpunit": "~9.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.15"
            "time": "2023-11-05T23:49:04+00:00"
            "source": {
                "type": "git",
                "url": "https://github.com/defuse/php-encryption.git",
                "reference": "f53396c2d34225064647a05ca76c1da9d99e5828"
                "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"
            },
            "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.4.0"
            "time": "2023-06-19T06:10:36+00:00"
        {
            "name": "edu-sharing/auth-plugin",
            "version": "8.0.x-dev",
            "source": {
                "type": "git",
                "url": "https://github.com/edu-sharing/php-auth-plugin.git",
                "reference": "4dc40c400afea63bd75ddd5ad4cea8033e477e72"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/edu-sharing/php-auth-plugin/zipball/4dc40c400afea63bd75ddd5ad4cea8033e477e72",
                "reference": "4dc40c400afea63bd75ddd5ad4cea8033e477e72",
                "shasum": ""
            },
            "require": {
                "ext-curl": "*",
                "ext-json": "*",
                "ext-openssl": "*",
                "php": ">= 8.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^9"
            },
            "default-branch": true,
            "type": "library",
            "autoload": {
                "psr-4": {
                    "EduSharingApiClient\\": "src/EduSharing"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-3.0-only"
            ],
            "authors": [
                {
                    "name": "Torsten Simon",
                    "email": "simon@edu-sharing.net"
                }
            ],
            "description": "Plugin to provide authentification via Auth By App with a edu-sharing repository",
            "support": {
                "issues": "https://github.com/edu-sharing/php-auth-plugin/issues",
                "source": "https://github.com/edu-sharing/php-auth-plugin/tree/8.0"
            },
            "time": "2024-04-02T10:02:58+00:00"
        },
        {
            "name": "ezyang/htmlpurifier",
            "version": "v4.17.0",
            "source": {
                "type": "git",
                "url": "https://github.com/ezyang/htmlpurifier.git",
                "reference": "bbc513d79acf6691fa9cf10f192c90dd2957f18c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/bbc513d79acf6691fa9cf10f192c90dd2957f18c",
                "reference": "bbc513d79acf6691fa9cf10f192c90dd2957f18c",
                "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 || ~8.3.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.17.0"
            "time": "2023-11-17T15:01:25+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": "graham-campbell/result-type",
            "version": "v1.1.2",
            "source": {
                "type": "git",
                "url": "https://github.com/GrahamCampbell/Result-Type.git",
                "reference": "fbd48bce38f73f8a4ec8583362e732e4095e5862"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/GrahamCampbell/Result-Type/zipball/fbd48bce38f73f8a4ec8583362e732e4095e5862",
                "reference": "fbd48bce38f73f8a4ec8583362e732e4095e5862",
                "shasum": ""
            },
            "require": {
                "php": "^7.2.5 || ^8.0",
                "phpoption/phpoption": "^1.9.2"
            },
            "require-dev": {
                "phpunit/phpunit": "^8.5.34 || ^9.6.13 || ^10.4.2"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "GrahamCampbell\\ResultType\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Graham Campbell",
                    "email": "hello@gjcampbell.co.uk",
                    "homepage": "https://github.com/GrahamCampbell"
                }
            ],
            "description": "An Implementation Of The Result Type",
            "keywords": [
                "Graham Campbell",
                "GrahamCampbell",
                "Result Type",
                "Result-Type",
                "result"
            ],
            "support": {
                "issues": "https://github.com/GrahamCampbell/Result-Type/issues",
                "source": "https://github.com/GrahamCampbell/Result-Type/tree/v1.1.2"
            },
            "funding": [
                {
                    "url": "https://github.com/GrahamCampbell",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/graham-campbell/result-type",
                    "type": "tidelift"
                }
            ],
            "time": "2023-11-12T22:16:48+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"
        },
            "source": {
                "type": "git",
                "url": "https://github.com/lcobucci/jwt.git",
                "reference": "0ba88aed12c04bd2ed9924f500673f32b67a6211"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/lcobucci/jwt/zipball/0ba88aed12c04bd2ed9924f500673f32b67a6211",
                "reference": "0ba88aed12c04bd2ed9924f500673f32b67a6211",
                "shasum": ""
            },
            "require": {
                "ext-sodium": "*",
                "php": "~8.1.0 || ~8.2.0 || ~8.3.0",
                "psr/clock": "^1.0"
                "infection/infection": "^0.27.0",
                "lcobucci/clock": "^3.0",
                "lcobucci/coding-standard": "^11.0",
                "phpbench/phpbench": "^1.2.9",
                "phpstan/extension-installer": "^1.2",
                "phpstan/phpstan": "^1.10.7",
                "phpstan/phpstan-deprecation-rules": "^1.1.3",
                "phpstan/phpstan-phpunit": "^1.3.10",
                "phpstan/phpstan-strict-rules": "^1.5.0",
                "phpunit/phpunit": "^10.2.6"
                "lcobucci/clock": ">= 3.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Lcobucci\\JWT\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Luís Cobucci",
                    "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/5.2.0"
            },
            "funding": [
                {
                    "url": "https://github.com/lcobucci",
                    "type": "github"
                },
                {
                    "url": "https://www.patreon.com/lcobucci",
                    "type": "patreon"
                }
            ],
            "time": "2023-11-20T21:17:42+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": "ab7714d073844497fd222d5d0a217629089936bc"
                "url": "https://api.github.com/repos/thephpleague/oauth2-server/zipball/ab7714d073844497fd222d5d0a217629089936bc",
                "reference": "ab7714d073844497fd222d5d0a217629089936bc",
                "defuse/php-encryption": "^2.3",
                "lcobucci/clock": "^2.2 || ^3.0",
                "lcobucci/jwt": "^4.3 || ^5.0",
                "league/uri": "^6.7 || ^7.0",
                "php": "^8.0",
                "psr/http-message": "^1.0.1 || ^2.0"
            },
            "replace": {
                "league/oauth2server": "*",
                "lncd/oauth2": "*"
            },
            "require-dev": {
                "laminas/laminas-diactoros": "^3.0.0",
                "phpstan/phpstan": "^0.12.57",
                "phpstan/phpstan-phpunit": "^0.12.16",
                "phpunit/phpunit": "^9.6.6",
                "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/",