Skip to content
Snippets Groups Projects
composer.lock 212 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",
Jaime Perez's avatar
Jaime Perez committed
        "This file is @generated automatically"
    "content-hash": "b99388057791be12347355244c21af5c",
    "packages": [
        {
            "name": "beste/clock",
            "version": "3.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/beste/clock.git",
                "reference": "7004b55fcd54737b539886244b3a3b2188181974"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/beste/clock/zipball/7004b55fcd54737b539886244b3a3b2188181974",
                "reference": "7004b55fcd54737b539886244b3a3b2188181974",
                "shasum": ""
            },
            "require": {
                "php": "^8.0",
                "psr/clock": "^1.0"
            },
            "provide": {
                "psr/clock-implementation": "1.0"
            },
            "require-dev": {
                "phpstan/extension-installer": "^1.2",
                "phpstan/phpstan": "^1.9.1",
                "phpstan/phpstan-phpunit": "^1.2.2",
                "phpstan/phpstan-strict-rules": "^1.4.4",
                "phpunit/phpunit": "^9.5.26",
                "psalm/plugin-phpunit": "^0.16.1",
                "vimeo/psalm": "^4.29"
            },
            "type": "library",
            "autoload": {
                "files": [
                    "src/Clock.php"
                ],
                "psr-4": {
                    "Beste\\Clock\\": "src/Clock"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jérôme Gamez",
                    "email": "jerome@gamez.name"
                }
            ],
            "description": "A collection of Clock implementations",
            "keywords": [
                "clock",
                "clock-interface",
                "psr-20",
                "psr20"
            ],
            "support": {
                "issues": "https://github.com/beste/clock/issues",
                "source": "https://github.com/beste/clock/tree/3.0.0"
            },
            "funding": [
                {
                    "url": "https://github.com/jeromegamez",
                    "type": "github"
                }
            ],
            "time": "2022-11-26T18:03:05+00:00"
        },
        {
            "name": "gettext/gettext",
Sascha Grossenbacher's avatar
Sascha Grossenbacher committed
            "version": "v5.7.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-gettext/Gettext.git",
Sascha Grossenbacher's avatar
Sascha Grossenbacher committed
                "reference": "8657e580747bb3baacccdcebe69cac094661e404"
            },
            "dist": {
                "type": "zip",
Sascha Grossenbacher's avatar
Sascha Grossenbacher committed
                "url": "https://api.github.com/repos/php-gettext/Gettext/zipball/8657e580747bb3baacccdcebe69cac094661e404",
                "reference": "8657e580747bb3baacccdcebe69cac094661e404",
                "shasum": ""
            },
            "require": {
                "gettext/languages": "^2.3",
                "php": "^7.2|^8.0"
            },
            "require-dev": {
                "brick/varexporter": "^0.3.5",
                "friendsofphp/php-cs-fixer": "^3.2",
                "oscarotero/php-cs-fixer-config": "^2.0",
                "phpunit/phpunit": "^8.0|^9.0",
                "squizlabs/php_codesniffer": "^3.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Gettext\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Oscar Otero",
                    "email": "oom@oscarotero.com",
                    "homepage": "http://oscarotero.com",
                    "role": "Developer"
                }
            ],
            "description": "PHP gettext manager",
            "homepage": "https://github.com/php-gettext/Gettext",
            "keywords": [
                "JS",
                "gettext",
                "i18n",
                "mo",
                "po",
                "translation"
            ],
Tim van Dijen's avatar
Tim van Dijen committed
            "support": {
                "email": "oom@oscarotero.com",
                "issues": "https://github.com/php-gettext/Gettext/issues",
Sascha Grossenbacher's avatar
Sascha Grossenbacher committed
                "source": "https://github.com/php-gettext/Gettext/tree/v5.7.0"
Tim van Dijen's avatar
Tim van Dijen committed
            },
            "funding": [
                {
                    "url": "https://paypal.me/oscarotero",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/oscarotero",
                    "type": "github"
                },
                {
                    "url": "https://www.patreon.com/misteroom",
                    "type": "patreon"
                }
            ],
Sascha Grossenbacher's avatar
Sascha Grossenbacher committed
            "time": "2022-07-27T19:54:55+00:00"
        },
        {
            "name": "gettext/languages",
Tim van Dijen's avatar
Tim van Dijen committed
            "version": "2.10.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-gettext/Languages.git",
Tim van Dijen's avatar
Tim van Dijen committed
                "reference": "4d61d67fe83a2ad85959fe6133d6d9ba7dddd1ab"
            },
            "dist": {
                "type": "zip",
Tim van Dijen's avatar
Tim van Dijen committed
                "url": "https://api.github.com/repos/php-gettext/Languages/zipball/4d61d67fe83a2ad85959fe6133d6d9ba7dddd1ab",
                "reference": "4d61d67fe83a2ad85959fe6133d6d9ba7dddd1ab",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3"
            },
                "phpunit/phpunit": "^4.8 || ^5.7 || ^6.5 || ^7.5 || ^8.4"
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Gettext\\Languages\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Michele Locati",
                    "email": "mlocati@gmail.com",
                    "role": "Developer"
                }
            ],
            "description": "gettext languages with plural rules",
            "homepage": "https://github.com/php-gettext/Languages",
            "keywords": [
                "cldr",
                "i18n",
                "internationalization",
                "l10n",
                "language",
                "languages",
                "localization",
                "php",
                "plural",
                "plural rules",
                "plurals",
                "translate",
                "translations",
                "unicode"
            ],
Tim van Dijen's avatar
Tim van Dijen committed
            "support": {
                "issues": "https://github.com/php-gettext/Languages/issues",
Tim van Dijen's avatar
Tim van Dijen committed
                "source": "https://github.com/php-gettext/Languages/tree/2.10.0"
Tim van Dijen's avatar
Tim van Dijen committed
            },
            "funding": [
                {
                    "url": "https://paypal.me/mlocati",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/mlocati",
                    "type": "github"
                }
            ],
Tim van Dijen's avatar
Tim van Dijen committed
            "time": "2022-10-18T15:00:10+00:00"
        {
            "name": "gettext/translator",
            "version": "v1.1.1",
            "source": {
                "type": "git",
                "url": "https://github.com/php-gettext/Translator.git",
                "reference": "b18ff33e8203de623854561f5e47e992fc5c50bb"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-gettext/Translator/zipball/b18ff33e8203de623854561f5e47e992fc5c50bb",
                "reference": "b18ff33e8203de623854561f5e47e992fc5c50bb",
                "shasum": ""
            },
            "require": {
                "php": "^7.2|^8.0"
            },
            "require-dev": {
                "friendsofphp/php-cs-fixer": "^2.15",
                "gettext/gettext": "^5.0.0",
                "oscarotero/php-cs-fixer-config": "^1.0",
                "phpunit/phpunit": "^8.0",
                "squizlabs/php_codesniffer": "^3.0"
            },
            "suggest": {
                "gettext/gettext": "Is necessary to load and generate array files used by the translator"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Gettext\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Oscar Otero",
                    "email": "oom@oscarotero.com",
                    "homepage": "http://oscarotero.com",
                    "role": "Developer"
                }
            ],
            "description": "Gettext translator functions",
            "homepage": "https://github.com/php-gettext/Translator",
            "keywords": [
                "gettext",
                "i18n",
                "php",
                "translator"
            ],
            "support": {
                "email": "oom@oscarotero.com",
                "issues": "https://github.com/php-gettext/Translator/issues",
                "source": "https://github.com/php-gettext/Translator/tree/v1.1.1"
            },
            "funding": [
                {
                    "url": "https://paypal.me/oscarotero",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/oscarotero",
                    "type": "github"
                },
                {
                    "url": "https://www.patreon.com/misteroom",
                    "type": "patreon"
                }
            ],
            "time": "2022-02-23T20:29:40+00:00"
        },
        {
            "name": "nyholm/psr7",
            "version": "1.8.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"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.8-dev"
                }
            },
            "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"
                }
            ],
            "time": "2023-05-02T11:26:24+00:00"
        },
        {
            "name": "phpmailer/phpmailer",
            "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": "*",
Tim van Dijen's avatar
Tim van Dijen committed
                "ext-hash": "*",
                "php": ">=5.5.0"
            },
            "require-dev": {
                "dealerdirect/phpcodesniffer-composer-installer": "^1.0",
                "doctrine/annotations": "^1.2.6 || ^1.13.3",
Tim van Dijen's avatar
Tim van Dijen committed
                "php-parallel-lint/php-console-highlighter": "^1.0.0",
                "php-parallel-lint/php-parallel-lint": "^1.3.2",
Tim van Dijen's avatar
Tim van Dijen committed
                "phpcompatibility/php-compatibility": "^9.3.5",
                "roave/security-advisories": "dev-latest",
                "squizlabs/php_codesniffer": "^3.7.2",
                "yoast/phpunit-polyfills": "^1.0.4"
                "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",
Tim van Dijen's avatar
Tim van Dijen committed
                "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"
            },
            "type": "library",
            "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",
Tim van Dijen's avatar
Tim van Dijen committed
            "support": {
                "issues": "https://github.com/PHPMailer/PHPMailer/issues",
                "source": "https://github.com/PHPMailer/PHPMailer/tree/v6.8.1"
Tim van Dijen's avatar
Tim van Dijen committed
            },
Tim van Dijen's avatar
Tim van Dijen committed
                    "url": "https://github.com/Synchro",
            "time": "2023-08-29T08:26:30+00:00"
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
        },
        {
            "name": "psr/cache",
Sascha Grossenbacher's avatar
Sascha Grossenbacher committed
            "version": "3.0.0",
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/cache.git",
Sascha Grossenbacher's avatar
Sascha Grossenbacher committed
                "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf"
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
            },
            "dist": {
                "type": "zip",
Sascha Grossenbacher's avatar
Sascha Grossenbacher committed
                "url": "https://api.github.com/repos/php-fig/cache/zipball/aa5030cfa5405eccfdcb1083ce040c2cb8d253bf",
                "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf",
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
                "shasum": ""
            },
            "require": {
Tim van Dijen's avatar
Tim van Dijen committed
                "php": ">=8.0.0"
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Psr\\Cache\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
Tim van Dijen's avatar
Tim van Dijen committed
                    "homepage": "https://www.php-fig.org/"
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
                }
            ],
            "description": "Common interface for caching libraries",
            "keywords": [
                "cache",
                "psr",
                "psr-6"
            ],
Tim van Dijen's avatar
Tim van Dijen committed
            "support": {
Sascha Grossenbacher's avatar
Sascha Grossenbacher committed
                "source": "https://github.com/php-fig/cache/tree/3.0.0"
Tim van Dijen's avatar
Tim van Dijen committed
            },
Sascha Grossenbacher's avatar
Sascha Grossenbacher committed
            "time": "2021-02-03T23:26:27+00:00"
        {
            "name": "psr/clock",
            "version": "1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/clock.git",
                "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/clock/zipball/e41a24703d4560fd0acb709162f73b8adfc3aa0d",
                "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d",
                "shasum": ""
            },
            "require": {
                "php": "^7.0 || ^8.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Psr\\Clock\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "https://www.php-fig.org/"
                }
            ],
            "description": "Common interface for reading the clock.",
            "homepage": "https://github.com/php-fig/clock",
            "keywords": [
                "clock",
                "now",
                "psr",
                "psr-20",
                "time"
            ],
            "support": {
                "issues": "https://github.com/php-fig/clock/issues",
                "source": "https://github.com/php-fig/clock/tree/1.0.0"
            },
            "time": "2022-11-25T14:36:26+00:00"
        },
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/container.git",
                "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963"
                "url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963",
                "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963",
Tim van Dijen's avatar
Tim van Dijen committed
                "php": ">=7.4.0"
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0.x-dev"
                }
            },
            "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"
            ],
Tim van Dijen's avatar
Tim van Dijen committed
            "support": {
                "issues": "https://github.com/php-fig/container/issues",
                "source": "https://github.com/php-fig/container/tree/2.0.2"
Tim van Dijen's avatar
Tim van Dijen committed
            },
            "time": "2021-11-05T16:47:00+00:00"
Tim van Dijen's avatar
Tim van Dijen committed
        {
            "name": "psr/event-dispatcher",
            "version": "1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/event-dispatcher.git",
                "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
                "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Psr\\EventDispatcher\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "http://www.php-fig.org/"
                }
            ],
            "description": "Standard interfaces for event handling.",
            "keywords": [
                "events",
            "support": {
                "issues": "https://github.com/php-fig/event-dispatcher/issues",
                "source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0"
            },
            "time": "2019-01-08T18:20:26+00:00"
        {
            "name": "psr/http-factory",
            "version": "1.0.2",
            "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"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "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"
            },
            "time": "2023-04-10T20:10:41+00:00"
        },
        {
            "name": "psr/http-message",
            "version": "2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/http-message.git",
                "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/http-message/zipball/402d35bcb92c70c026d1a6a9883f06b2ead23d71",
                "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71",
                "shasum": ""
            },
            "require": {
                "php": "^7.2 || ^8.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0.x-dev"
                }
            },
            "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 interface for HTTP messages",
            "homepage": "https://github.com/php-fig/http-message",
            "keywords": [
                "http",
                "http-message",
                "psr",
Tim van Dijen's avatar
Tim van Dijen committed
            ],
            "support": {
                "source": "https://github.com/php-fig/http-message/tree/2.0"
Tim van Dijen's avatar
Tim van Dijen committed
            },
            "time": "2023-04-04T09:54:51+00:00"
            "name": "psr/log",
            "version": "3.0.0",
                "url": "https://github.com/php-fig/log.git",
                "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001"
                "url": "https://api.github.com/repos/php-fig/log/zipball/fe5ea303b0887d5caefd3d431c3e61ad47037001",
                "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001",
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.x-dev"
                }
            },
            "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",
                "source": "https://github.com/php-fig/log/tree/3.0.0"
Tim van Dijen's avatar
Tim van Dijen committed
            },
            "time": "2021-07-14T16:46:02+00:00"
Tim van Dijen's avatar
Tim van Dijen committed
        },
        {
            "name": "robrichards/xmlseclibs",
            "version": "3.1.1",
Tim van Dijen's avatar
Tim van Dijen committed
            "source": {
                "type": "git",
                "url": "https://github.com/robrichards/xmlseclibs.git",
                "reference": "f8f19e58f26cdb42c54b214ff8a820760292f8df"
Tim van Dijen's avatar
Tim van Dijen committed
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/robrichards/xmlseclibs/zipball/f8f19e58f26cdb42c54b214ff8a820760292f8df",
                "reference": "f8f19e58f26cdb42c54b214ff8a820760292f8df",
Tim van Dijen's avatar
Tim van Dijen committed
                "shasum": ""
            },
            "require": {
                "ext-openssl": "*",
                "php": ">= 5.4"
Tim van Dijen's avatar
Tim van Dijen committed
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "RobRichards\\XMLSecLibs\\": "src"
Tim van Dijen's avatar
Tim van Dijen committed
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
Tim van Dijen's avatar
Tim van Dijen committed
            ],
            "description": "A PHP library for XML Security",
            "homepage": "https://github.com/robrichards/xmlseclibs",
Tim van Dijen's avatar
Tim van Dijen committed
            "keywords": [
                "security",
                "signature",
                "xml",
                "xmldsig"
Tim van Dijen's avatar
Tim van Dijen committed
            ],
            "support": {
                "issues": "https://github.com/robrichards/xmlseclibs/issues",
                "source": "https://github.com/robrichards/xmlseclibs/tree/3.1.1"
            "time": "2020-09-05T13:00:25+00:00"
        {
            "name": "simplesamlphp/assert",
            "source": {
                "type": "git",
                "url": "https://github.com/simplesamlphp/assert.git",
                "reference": "014d722cd2fc316e458a982648f10e17ab498c92"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/simplesamlphp/assert/zipball/014d722cd2fc316e458a982648f10e17ab498c92",
                "reference": "014d722cd2fc316e458a982648f10e17ab498c92",
                "shasum": ""
            },
            "require": {
Tim van Dijen's avatar
Tim van Dijen committed
                "ext-date": "*",
Tim van Dijen's avatar
Tim van Dijen committed
                "ext-filter": "*",
Tim van Dijen's avatar
Tim van Dijen committed
                "ext-pcre": "*",
                "php": "^8.0",
Tim van Dijen's avatar
Tim van Dijen committed
                "webmozart/assert": "^1.11"
Tim van Dijen's avatar
Tim van Dijen committed
                "simplesamlphp/simplesamlphp-test-framework": "^1.5.1"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
Tim van Dijen's avatar
Tim van Dijen committed
                    "dev-master": "v1.1.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "SimpleSAML\\Assert\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-2.1-or-later"
            ],
            "authors": [
Tim van Dijen's avatar
Tim van Dijen committed
                {
                    "name": "Tim van Dijen",
                    "email": "tvdijen@gmail.com"
                },
Tim van Dijen's avatar
Tim van Dijen committed
                    "name": "Jaime Perez Crespo",
                    "email": "jaimepc@gmail.com"
                }
            ],
            "description": "A wrapper around webmozart/assert to make it useful beyond checking method arguments",
Tim van Dijen's avatar
Tim van Dijen committed
            "support": {
                "issues": "https://github.com/simplesamlphp/assert/issues",
                "source": "https://github.com/simplesamlphp/assert/tree/v1.0.5"
Tim van Dijen's avatar
Tim van Dijen committed
            },
            "time": "2023-08-15T15:00:10+00:00"
        {
            "name": "simplesamlphp/composer-module-installer",
            "version": "v1.3.4",
            "source": {
                "type": "git",
                "url": "https://github.com/simplesamlphp/composer-module-installer.git",
                "reference": "36508ed9580a30c4d5ab0bb3c25c00d0b5d42946"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/simplesamlphp/composer-module-installer/zipball/36508ed9580a30c4d5ab0bb3c25c00d0b5d42946",
                "reference": "36508ed9580a30c4d5ab0bb3c25c00d0b5d42946",
                "shasum": ""
            },
            "require": {
                "composer-plugin-api": "^1.1 || ^2.0",
                "php": "^7.4 || ^8.0",
                "simplesamlphp/assert": "^0.8.0 || ^1.0"
            },
            "require-dev": {
                "composer/composer": "^2.4",
                "simplesamlphp/simplesamlphp-test-framework": "^1.2.1"
            },
            "type": "composer-plugin",
            "extra": {
                "class": "SimpleSAML\\Composer\\ModuleInstallerPlugin"
            },
            "autoload": {
                "psr-4": {
                    "SimpleSAML\\Composer\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-2.1-only"
            ],
            "description": "A Composer plugin that allows installing SimpleSAMLphp modules through Composer.",
            "support": {
                "issues": "https://github.com/simplesamlphp/composer-module-installer/issues",
                "source": "https://github.com/simplesamlphp/composer-module-installer/tree/v1.3.4"
            "time": "2023-03-08T20:58:22+00:00"
Tim van Dijen's avatar
Tim van Dijen committed
        {
            "name": "simplesamlphp/saml2",
            "version": "v5.0.0-alpha.10",
Tim van Dijen's avatar
Tim van Dijen committed
            "source": {
                "type": "git",
                "url": "https://github.com/simplesamlphp/saml2.git",
                "reference": "20c50b4e6d357c903530cec7ca02a50e1377a759"
Tim van Dijen's avatar
Tim van Dijen committed
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/simplesamlphp/saml2/zipball/20c50b4e6d357c903530cec7ca02a50e1377a759",
                "reference": "20c50b4e6d357c903530cec7ca02a50e1377a759",
Tim van Dijen's avatar
Tim van Dijen committed
                "shasum": ""
            },
            "require": {
Tim van Dijen's avatar
Tim van Dijen committed
                "ext-dom": "*",
                "ext-filter": "*",
                "ext-libxml": "*",
Tim van Dijen's avatar
Tim van Dijen committed
                "ext-openssl": "*",
                "ext-pcre": "*",
                "ext-soap": "*",
Tim van Dijen's avatar
Tim van Dijen committed
                "ext-zlib": "*",
                "nyholm/psr7": "^1.8",
                "php": "^8.0",
                "psr/http-message": "^2.0",
                "psr/log": "^2.0 || ^3.0",
Tim van Dijen's avatar
Tim van Dijen committed
                "robrichards/xmlseclibs": "^3.1.1",
                "simplesamlphp/assert": "^1.0.4",
                "simplesamlphp/xml-common": "^1.11.2",
                "simplesamlphp/xml-security": "^1.6.5",
                "simplesamlphp/xml-soap": "^1.2.0"
Tim van Dijen's avatar
Tim van Dijen committed
            },
            "require-dev": {
                "beste/clock": "^3.0",
                "mockery/mockery": "^1.5",
                "simplesamlphp/simplesamlphp-test-framework": "^1.5.3"
Tim van Dijen's avatar
Tim van Dijen committed
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "v5.0.x-dev"
Tim van Dijen's avatar
Tim van Dijen committed
                }
            },