Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
composer.lock 232.14 KiB
{
    "_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": "c302685315150dd3ad1c975c560d2036",
    "packages": [
        {
            "name": "brick/math",
            "version": "0.9.3",
            "source": {
                "type": "git",
                "url": "https://github.com/brick/math.git",
                "reference": "ca57d18f028f84f777b2168cd1911b0dee2343ae"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/brick/math/zipball/ca57d18f028f84f777b2168cd1911b0dee2343ae",
                "reference": "ca57d18f028f84f777b2168cd1911b0dee2343ae",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "php": "^7.1 || ^8.0"
            },
            "require-dev": {
                "php-coveralls/php-coveralls": "^2.2",
                "phpunit/phpunit": "^7.5.15 || ^8.5 || ^9.0",
                "vimeo/psalm": "4.9.2"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Brick\\Math\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "Arbitrary-precision arithmetic library",
            "keywords": [
                "Arbitrary-precision",
                "BigInteger",
                "BigRational",
                "arithmetic",
                "bigdecimal",
                "bignum",
                "brick",
                "math"
            ],
            "support": {
                "issues": "https://github.com/brick/math/issues",
                "source": "https://github.com/brick/math/tree/0.9.3"
            },
            "funding": [
                {
                    "url": "https://github.com/BenMorel",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/brick/math",
                    "type": "tidelift"
                }
            ],
            "time": "2021-08-15T20:50:18+00:00"
        },
        {
            "name": "cesnet/simplesamlphp-module-authswitcher",
            "version": "v12.1.1",
            "source": {
                "type": "git",
                "url": "https://gitlab.ics.muni.cz/perun/perun-proxyidp/v1/simplesamlphp-module-authswitcher.git",
                "reference": "f9f5bb5eda81833eecfe5a8e1cb69a8dc0a4c437"
            },
            "require": {
                "ext-curl": "*",
                "ext-json": "*",
                "mobiledetect/mobiledetectlib": "^3.0",
                "php": "^7.1 || ^8",
                "simplesamlphp/composer-module-installer": "~1.0",
                "simplesamlphp/saml2": "^4.1",
                "simplesamlphp/simplesamlphp": "^1.19",
                "web-token/jwt-easy": "^2.2"
            },
            "suggest": {
                "cesnet/simplesamlphp-module-totp": "TOTP 2FA",
                "cesnet/simplesamlphp-module-webauthn": "WebAuthn 2FA",
                "privacyidea/simplesamlphp-module-privacyidea": "privacyIDEA 2FA"
            },
            "type": "simplesamlphp-module",
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Perun proxy AAI team",
                    "email": "proxyidp@cesnet.cz"
                }
            ],
            "description": "A SimpleSAMLphp module for applying 2FA modules to specific users",
            "time": "2024-02-09T13:04:20+00:00"
        },
        {
            "name": "cesnet/simplesamlphp-module-perun",
            "version": "v9.7.0",
            "source": {
                "type": "git",
                "url": "https://gitlab.ics.muni.cz/perun/perun-proxyidp/v1/simplesamlphp-module-perun.git",
                "reference": "15a46a714a886e4f5d5830ad755273a1ee6c4c84"
            },
            "require": {
                "cesnet/simplesamlphp-module-authswitcher": "^10.6 || ^11.0 || ^12.0",
                "ext-curl": "*",
                "ext-filter": "*",
                "ext-hash": "*",
                "ext-iconv": "*",
                "ext-intl": "*",
                "ext-json": "*",
                "ext-ldap": "*",
                "ext-simplexml": "*",
                "php": "^7.1 || ^8",
                "phpseclib/phpseclib": "~3.0",
                "simplesamlphp/composer-module-installer": "~1.0",
                "simplesamlphp/saml2": "^4.2.5",
                "simplesamlphp/simplesamlphp": "^1.19",
                "simplesamlphp/simplesamlphp-module-discopower": "^0.10",
                "symfony/var-exporter": "^5.0",
                "web-token/jwt-checker": "^2.2",
                "web-token/jwt-core": "^2.2",
                "web-token/jwt-key-mgmt": "^2.2",
                "web-token/jwt-signature": "^2.2",
                "web-token/jwt-signature-algorithm-rsa": "^2.2"
            },
            "suggest": {
                "cesnet/simplesamlphp-module-privacyidea": "included privacyIDEA template is for this module",
                "ext-mongodb": "Required by IsBanned auth filter."
            },
            "type": "simplesamlphp-module",
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Perun proxy AAI team",
                    "email": "proxyidp@cesnet.cz"
                }
            ],
            "description": "Module which allows SSP to communicate with Perun IAM https://perun.cesnet.cz",
            "keywords": [
                "perun",
                "simplesamlphp"
            ],
            "time": "2024-02-12T22:43:00+00:00"
        },
        {
            "name": "cesnet/simplesamlphp-module-proxystatistics",
            "version": "v8.4.0",
            "source": {
                "type": "git",
                "url": "https://gitlab.ics.muni.cz/perun/perun-proxyidp/v1/simplesamlphp-module-proxystatistics.git",
                "reference": "a17cb125cee0358b6e024872fab5a7b361c03faf"
            },
            "require": {
                "ext-ctype": "*",
                "ext-curl": "*",
                "ext-filter": "*",
                "ext-json": "*",
                "ext-pdo": "*",
                "php": "^7.3 || ^8",
                "simplesamlphp/simplesamlphp": "^1.19.2"
            },
            "suggest": {
                "cesnet/simplesamlphp-module-perun": "for logging that a user accessed a service",
                "ext-pdo_mysql": "for MySQL database",
                "ext-pdo_pgsql": "for PostgreSQL database"
            },
            "type": "simplesamlphp-module",
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Perun proxy AAI team",
                    "email": "proxyidp@cesnet.cz"
                }
            ],
            "description": "A SimpleSAMLPHP module for statistics",
            "keywords": [
                "simplesamlphp",
                "statistics"
            ],
            "time": "2023-12-28T12:11:13+00:00"
        },
        {
            "name": "fgrosse/phpasn1",
            "version": "v2.5.0",
            "source": {
                "type": "git",
                "url": "https://github.com/fgrosse/PHPASN1.git",
                "reference": "42060ed45344789fb9f21f9f1864fc47b9e3507b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/fgrosse/PHPASN1/zipball/42060ed45344789fb9f21f9f1864fc47b9e3507b",
                "reference": "42060ed45344789fb9f21f9f1864fc47b9e3507b",
                "shasum": ""
            },
            "require": {
                "php": "^7.1 || ^8.0"
            },
            "require-dev": {
                "php-coveralls/php-coveralls": "~2.0",
                "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
            },
            "suggest": {
                "ext-bcmath": "BCmath is the fallback extension for big integer calculations",
                "ext-curl": "For loading OID information from the web if they have not bee defined statically",
                "ext-gmp": "GMP is the preferred extension for big integer calculations",
                "phpseclib/bcmath_compat": "BCmath polyfill for servers where neither GMP nor BCmath is available"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "FG\\": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Friedrich Große",
                    "email": "friedrich.grosse@gmail.com",
                    "homepage": "https://github.com/FGrosse",
                    "role": "Author"
                },
                {
                    "name": "All contributors",
                    "homepage": "https://github.com/FGrosse/PHPASN1/contributors"
                }
            ],
            "description": "A PHP Framework that allows you to encode and decode arbitrary ASN.1 structures using the ITU-T X.690 Encoding Rules.",
            "homepage": "https://github.com/FGrosse/PHPASN1",
            "keywords": [
                "DER",
                "asn.1",
                "asn1",
                "ber",
                "binary",
                "decoding",
                "encoding",
                "x.509",
                "x.690",
                "x509",
                "x690"
            ],
            "support": {
                "issues": "https://github.com/fgrosse/PHPASN1/issues",
                "source": "https://github.com/fgrosse/PHPASN1/tree/v2.5.0"
            },
            "abandoned": true,
            "time": "2022-12-19T11:08:26+00:00"
        },
        {
            "name": "gettext/gettext",
            "version": "v4.8.11",
            "source": {
                "type": "git",
                "url": "https://github.com/php-gettext/Gettext.git",
                "reference": "b632aaf5e4579d0b2ae8bc61785e238bff4c5156"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-gettext/Gettext/zipball/b632aaf5e4579d0b2ae8bc61785e238bff4c5156",
                "reference": "b632aaf5e4579d0b2ae8bc61785e238bff4c5156",
                "shasum": ""
            },
            "require": {
                "gettext/languages": "^2.3",
                "php": ">=5.4.0"
            },
            "require-dev": {
                "illuminate/view": "^5.0.x-dev",
                "phpunit/phpunit": "^4.8|^5.7|^6.5",
                "squizlabs/php_codesniffer": "^3.0",
                "symfony/yaml": "~2",
                "twig/extensions": "*",
                "twig/twig": "^1.31|^2.0"
            },
            "suggest": {
                "illuminate/view": "Is necessary if you want to use the Blade extractor",
                "symfony/yaml": "Is necessary if you want to use the Yaml extractor/generator",
                "twig/extensions": "Is necessary if you want to use the Twig extractor",
                "twig/twig": "Is necessary if you want to use the Twig extractor"
            },
            "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/oscarotero/Gettext",
            "keywords": [
                "JS",
                "gettext",
                "i18n",
                "mo",
                "po",
                "translation"
            ],
            "support": {
                "email": "oom@oscarotero.com",
                "issues": "https://github.com/oscarotero/Gettext/issues",
                "source": "https://github.com/php-gettext/Gettext/tree/v4.8.11"
            },
            "funding": [
                {
                    "url": "https://paypal.me/oscarotero",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/oscarotero",
                    "type": "github"
                },
                {
                    "url": "https://www.patreon.com/misteroom",
                    "type": "patreon"
                }
            ],
            "time": "2023-08-14T15:15:05+00:00"
        },
        {
            "name": "gettext/languages",
            "version": "2.10.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-gettext/Languages.git",
                "reference": "4d61d67fe83a2ad85959fe6133d6d9ba7dddd1ab"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-gettext/Languages/zipball/4d61d67fe83a2ad85959fe6133d6d9ba7dddd1ab",
                "reference": "4d61d67fe83a2ad85959fe6133d6d9ba7dddd1ab",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3"
            },
            "require-dev": {
                "phpunit/phpunit": "^4.8 || ^5.7 || ^6.5 || ^7.5 || ^8.4"
            },
            "bin": [
                "bin/export-plural-rules"
            ],
            "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"
            ],
            "support": {
                "issues": "https://github.com/php-gettext/Languages/issues",
                "source": "https://github.com/php-gettext/Languages/tree/2.10.0"
            },
            "funding": [
                {
                    "url": "https://paypal.me/mlocati",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/mlocati",
                    "type": "github"
                }
            ],
            "time": "2022-10-18T15:00:10+00:00"
        },
        {
            "name": "mobiledetect/mobiledetectlib",
            "version": "3.74.3",
            "source": {
                "type": "git",
                "url": "https://github.com/serbanghita/Mobile-Detect.git",
                "reference": "39582ab62f86b40e4edb698159f895929a29c346"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/serbanghita/Mobile-Detect/zipball/39582ab62f86b40e4edb698159f895929a29c346",
                "reference": "39582ab62f86b40e4edb698159f895929a29c346",
                "shasum": ""
            },
            "require": {
                "php": ">=7.4"
            },
            "require-dev": {
                "friendsofphp/php-cs-fixer": "^3.14",
                "phpunit/phpunit": "^9.6",
                "squizlabs/php_codesniffer": "^3.7"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Detection\\": "src/"
                },
                "classmap": [
                    "src/MobileDetect.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Serban Ghita",
                    "email": "serbanghita@gmail.com",
                    "homepage": "https://mobiledetect.net",
                    "role": "Developer"
                }
            ],
            "description": "Mobile_Detect is a lightweight PHP class for detecting mobile devices. It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.",
            "homepage": "https://github.com/serbanghita/Mobile-Detect",
            "keywords": [
                "detect mobile devices",
                "mobile",
                "mobile detect",
                "mobile detector",
                "php mobile detect"
            ],
            "support": {
                "issues": "https://github.com/serbanghita/Mobile-Detect/issues",
                "source": "https://github.com/serbanghita/Mobile-Detect/tree/3.74.3"
            },
            "funding": [
                {
                    "url": "https://github.com/serbanghita",
                    "type": "github"
                }
            ],
            "time": "2023-10-27T16:28:04+00:00"
        },
        {
            "name": "paragonie/constant_time_encoding",
            "version": "v2.6.3",
            "source": {
                "type": "git",
                "url": "https://github.com/paragonie/constant_time_encoding.git",
                "reference": "58c3f47f650c94ec05a151692652a868995d2938"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/58c3f47f650c94ec05a151692652a868995d2938",
                "reference": "58c3f47f650c94ec05a151692652a868995d2938",
                "shasum": ""
            },
            "require": {
                "php": "^7|^8"
            },
            "require-dev": {
                "phpunit/phpunit": "^6|^7|^8|^9",
                "vimeo/psalm": "^1|^2|^3|^4"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "ParagonIE\\ConstantTime\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Paragon Initiative Enterprises",
                    "email": "security@paragonie.com",
                    "homepage": "https://paragonie.com",
                    "role": "Maintainer"
                },
                {
                    "name": "Steve 'Sc00bz' Thomas",
                    "email": "steve@tobtu.com",
                    "homepage": "https://www.tobtu.com",
                    "role": "Original Developer"
                }
            ],
            "description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)",
            "keywords": [
                "base16",
                "base32",
                "base32_decode",
                "base32_encode",
                "base64",
                "base64_decode",
                "base64_encode",
                "bin2hex",
                "encoding",
                "hex",
                "hex2bin",
                "rfc4648"
            ],
            "support": {
                "email": "info@paragonie.com",
                "issues": "https://github.com/paragonie/constant_time_encoding/issues",
                "source": "https://github.com/paragonie/constant_time_encoding"
            },
            "time": "2022-06-14T06:56:20+00:00"
        },
        {
            "name": "paragonie/random_compat",
            "version": "v9.99.100",
            "source": {
                "type": "git",
                "url": "https://github.com/paragonie/random_compat.git",
                "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a",
                "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a",
                "shasum": ""
            },
            "require": {
                "php": ">= 7"
            },
            "require-dev": {
                "phpunit/phpunit": "4.*|5.*",
                "vimeo/psalm": "^1"
            },
            "suggest": {
                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
            },
            "type": "library",
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Paragon Initiative Enterprises",
                    "email": "security@paragonie.com",
                    "homepage": "https://paragonie.com"
                }
            ],
            "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
            "keywords": [
                "csprng",
                "polyfill",
                "pseudorandom",
                "random"
            ],
            "support": {
                "email": "info@paragonie.com",
                "issues": "https://github.com/paragonie/random_compat/issues",
                "source": "https://github.com/paragonie/random_compat"
            },
            "time": "2020-10-15T08:29:30+00:00"
        },
        {
            "name": "phpfastcache/riak-client",
            "version": "3.4.3",
            "source": {
                "type": "git",
                "url": "https://github.com/PHPSocialNetwork/riak-php-client.git",
                "reference": "d771f75d16196006604a30bb15adc1c6a9b0fcc9"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/PHPSocialNetwork/riak-php-client/zipball/d771f75d16196006604a30bb15adc1c6a9b0fcc9",
                "reference": "d771f75d16196006604a30bb15adc1c6a9b0fcc9",
                "shasum": ""
            },
            "require": {
                "ext-curl": "*",
                "ext-json": "*",
                "php": ">=5.4"
            },
            "conflict": {
                "basho/riak": "*"
            },
            "require-dev": {
                "apigen/apigen": "4.1.*",
                "phpunit/phpunit": "4.8.*"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Basho\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "authors": [
                {
                    "name": "Georges.L",
                    "email": "contact@geolim4.com",
                    "homepage": "https://github.com/Geolim4",
                    "role": "Maintainer"
                },
                {
                    "name": "Christopher Mancini",
                    "email": "cmancini@basho.com",
                    "homepage": "https://github.com/christophermancini",
                    "role": "Former Lead Developer"
                },
                {
                    "name": "Alex Moore",
                    "email": "amoore@basho.com",
                    "homepage": "https://github.com/alexmoore",
                    "role": "Former Developer"
                }
            ],
            "description": "Riak client for PHP (Fork of the official basho/riak due to maintainer significant inactivity)",
            "homepage": "https://github.com/PHPSocialNetwork/riak-php-client",
            "keywords": [
                "basho",
                "client",
                "crdt",
                "data",
                "database",
                "datatype",
                "driver",
                "kv",
                "nosql",
                "riak"
            ],
            "support": {
                "issues": "https://github.com/PHPSocialNetwork/riak-php-client/issues",
                "source": "https://github.com/PHPSocialNetwork/riak-php-client/tree/develop"
            },
            "time": "2017-11-23T21:33:15+00:00"
        },
        {
            "name": "phpmailer/phpmailer",
            "version": "v6.9.1",
            "source": {
                "type": "git",
                "url": "https://github.com/PHPMailer/PHPMailer.git",
                "reference": "039de174cd9c17a8389754d3b877a2ed22743e18"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/039de174cd9c17a8389754d3b877a2ed22743e18",
                "reference": "039de174cd9c17a8389754d3b877a2ed22743e18",
                "shasum": ""
            },
            "require": {
                "ext-ctype": "*",
                "ext-filter": "*",
                "ext-hash": "*",
                "php": ">=5.5.0"
            },
            "require-dev": {
                "dealerdirect/phpcodesniffer-composer-installer": "^1.0",
                "doctrine/annotations": "^1.2.6 || ^1.13.3",
                "php-parallel-lint/php-console-highlighter": "^1.0.0",
                "php-parallel-lint/php-parallel-lint": "^1.3.2",
                "phpcompatibility/php-compatibility": "^9.3.5",
                "roave/security-advisories": "dev-latest",
                "squizlabs/php_codesniffer": "^3.7.2",
                "yoast/phpunit-polyfills": "^1.0.4"
            },
            "suggest": {
                "decomplexity/SendOauth2": "Adapter for using XOAUTH2 authentication",
                "ext-mbstring": "Needed to send email in multibyte encoding charset or decode encoded addresses",
                "ext-openssl": "Needed for secure SMTP sending and DKIM signing",
                "greew/oauth2-azure-provider": "Needed for Microsoft Azure XOAUTH2 authentication",
                "hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication",
                "league/oauth2-google": "Needed for Google XOAUTH2 authentication",
                "psr/log": "For optional PSR-3 debug logging",
                "symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)",
                "thenetworg/oauth2-azure": "Needed for Microsoft XOAUTH2 authentication"
            },
            "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",
            "support": {
                "issues": "https://github.com/PHPMailer/PHPMailer/issues",
                "source": "https://github.com/PHPMailer/PHPMailer/tree/v6.9.1"
            },
            "funding": [
                {
                    "url": "https://github.com/Synchro",
                    "type": "github"
                }
            ],
            "time": "2023-11-25T22:23:28+00:00"
        },
        {
            "name": "phpseclib/phpseclib",
            "version": "3.0.37",
            "source": {
                "type": "git",
                "url": "https://github.com/phpseclib/phpseclib.git",
                "reference": "cfa2013d0f68c062055180dd4328cc8b9d1f30b8"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/cfa2013d0f68c062055180dd4328cc8b9d1f30b8",
                "reference": "cfa2013d0f68c062055180dd4328cc8b9d1f30b8",
                "shasum": ""
            },
            "require": {
                "paragonie/constant_time_encoding": "^1|^2",
                "paragonie/random_compat": "^1.4|^2.0|^9.99.99",
                "php": ">=5.6.1"
            },
            "require-dev": {
                "phpunit/phpunit": "*"
            },
            "suggest": {
                "ext-dom": "Install the DOM extension to load XML formatted public keys.",
                "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
                "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
                "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
                "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
            },
            "type": "library",
            "autoload": {
                "files": [
                    "phpseclib/bootstrap.php"
                ],
                "psr-4": {
                    "phpseclib3\\": "phpseclib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jim Wigginton",
                    "email": "terrafrost@php.net",
                    "role": "Lead Developer"
                },
                {
                    "name": "Patrick Monnerat",
                    "email": "pm@datasphere.ch",
                    "role": "Developer"
                },
                {
                    "name": "Andreas Fischer",
                    "email": "bantu@phpbb.com",
                    "role": "Developer"
                },
                {
                    "name": "Hans-Jürgen Petrich",
                    "email": "petrich@tronic-media.com",
                    "role": "Developer"
                },
                {
                    "name": "Graham Campbell",
                    "email": "graham@alt-three.com",
                    "role": "Developer"
                }
            ],
            "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
            "homepage": "http://phpseclib.sourceforge.net",
            "keywords": [
                "BigInteger",
                "aes",
                "asn.1",
                "asn1",
                "blowfish",
                "crypto",
                "cryptography",
                "encryption",
                "rsa",
                "security",
                "sftp",
                "signature",
                "signing",
                "ssh",
                "twofish",
                "x.509",
                "x509"
            ],
            "support": {
                "issues": "https://github.com/phpseclib/phpseclib/issues",
                "source": "https://github.com/phpseclib/phpseclib/tree/3.0.37"
            },
            "funding": [
                {
                    "url": "https://github.com/terrafrost",
                    "type": "github"
                },
                {
                    "url": "https://www.patreon.com/phpseclib",
                    "type": "patreon"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/phpseclib/phpseclib",
                    "type": "tidelift"
                }
            ],
            "time": "2024-03-03T02:14:58+00:00"
        },
        {
            "name": "psr/cache",
            "version": "1.0.1",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/cache.git",
                "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
                "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "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",
                    "homepage": "http://www.php-fig.org/"
                }
            ],
            "description": "Common interface for caching libraries",
            "keywords": [
                "cache",
                "psr",
                "psr-6"
            ],
            "support": {
                "source": "https://github.com/php-fig/cache/tree/master"
            },
            "time": "2016-08-06T20:24:11+00:00"
        },
        {
            "name": "psr/container",
            "version": "1.1.2",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/container.git",
                "reference": "513e0666f7216c7459170d56df27dfcefe1689ea"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/container/zipball/513e0666f7216c7459170d56df27dfcefe1689ea",
                "reference": "513e0666f7216c7459170d56df27dfcefe1689ea",
                "shasum": ""
            },
            "require": {
                "php": ">=7.4.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Psr\\Container\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "https://www.php-fig.org/"
                }
            ],
            "description": "Common Container Interface (PHP FIG PSR-11)",
            "homepage": "https://github.com/php-fig/container",
            "keywords": [
                "PSR-11",
                "container",
                "container-interface",
                "container-interop",
                "psr"
            ],
            "support": {
                "issues": "https://github.com/php-fig/container/issues",
                "source": "https://github.com/php-fig/container/tree/1.1.2"
            },
            "time": "2021-11-05T16:50:12+00:00"
        },
        {
            "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",
                "psr",
                "psr-14"
            ],
            "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-client",
            "version": "1.0.3",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/http-client.git",
                "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/http-client/zipball/bb5906edc1c324c9a05aa0873d40117941e5fa90",
                "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90",
                "shasum": ""
            },
            "require": {
                "php": "^7.0 || ^8.0",
                "psr/http-message": "^1.0 || ^2.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Psr\\Http\\Client\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "https://www.php-fig.org/"
                }
            ],
            "description": "Common interface for HTTP clients",
            "homepage": "https://github.com/php-fig/http-client",
            "keywords": [
                "http",
                "http-client",
                "psr",
                "psr-18"
            ],
            "support": {
                "source": "https://github.com/php-fig/http-client"
            },
            "time": "2023-09-23T14:17:50+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",
                "psr-7",
                "request",
                "response"
            ],
            "support": {
                "source": "https://github.com/php-fig/http-message/tree/2.0"
            },
            "time": "2023-04-04T09:54:51+00:00"
        },
        {
            "name": "psr/log",
            "version": "1.1.4",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/log.git",
                "reference": "d49695b909c3b7628b6289db5479a1c204601f11"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
                "reference": "d49695b909c3b7628b6289db5479a1c204601f11",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.1.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Psr\\Log\\": "Psr/Log/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "https://www.php-fig.org/"
                }
            ],
            "description": "Common interface for logging libraries",
            "homepage": "https://github.com/php-fig/log",
            "keywords": [
                "log",
                "psr",
                "psr-3"
            ],
            "support": {
                "source": "https://github.com/php-fig/log/tree/1.1.4"
            },
            "time": "2021-05-03T11:20:27+00:00"
        },
        {
            "name": "robrichards/xmlseclibs",
            "version": "3.1.1",
            "source": {
                "type": "git",
                "url": "https://github.com/robrichards/xmlseclibs.git",
                "reference": "f8f19e58f26cdb42c54b214ff8a820760292f8df"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/robrichards/xmlseclibs/zipball/f8f19e58f26cdb42c54b214ff8a820760292f8df",
                "reference": "f8f19e58f26cdb42c54b214ff8a820760292f8df",
                "shasum": ""
            },
            "require": {
                "ext-openssl": "*",
                "php": ">= 5.4"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "RobRichards\\XMLSecLibs\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "A PHP library for XML Security",
            "homepage": "https://github.com/robrichards/xmlseclibs",
            "keywords": [
                "security",
                "signature",
                "xml",
                "xmldsig"
            ],
            "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",
            "version": "v0.0.13",
            "source": {
                "type": "git",
                "url": "https://github.com/simplesamlphp/assert.git",
                "reference": "5429921b320ca4f9d1844225884ac52f649ea1e3"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/simplesamlphp/assert/zipball/5429921b320ca4f9d1844225884ac52f649ea1e3",
                "reference": "5429921b320ca4f9d1844225884ac52f649ea1e3",
                "shasum": ""
            },
            "require": {
                "ext-spl": "*",
                "php": "^7.1 || ^8.0",
                "webmozart/assert": "^1.9"
            },
            "require-dev": {
                "phpunit/phpunit": "^8.5",
                "sensiolabs/security-checker": "~6.0",
                "simplesamlphp/simplesamlphp-test-framework": "^0.2.7",
                "squizlabs/php_codesniffer": "~3.5",
                "vimeo/psalm": "~3.13"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "v0.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "SimpleSAML\\Assert\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-2.1-or-later"
            ],
            "authors": [
                {
                    "name": "Tim van Dijen",
                    "email": "tvdijen@gmail.com"
                },
                {
                    "name": "Jaime Perez Crespo",
                    "email": "jaimepc@gmail.com"
                }
            ],
            "description": "A wrapper around webmozart/assert to make it useful beyond checking method arguments",
            "support": {
                "issues": "https://github.com/simplesamlphp/assert/issues",
                "source": "https://github.com/simplesamlphp/assert/tree/master"
            },
            "time": "2020-08-17T20:40:49+00:00"
        },
        {
            "name": "simplesamlphp/composer-module-installer",
            "version": "v1.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/simplesamlphp/composer-module-installer.git",
                "reference": "27b4fe96198ffaff3ab49c87b40f4cb24de77b01"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/simplesamlphp/composer-module-installer/zipball/27b4fe96198ffaff3ab49c87b40f4cb24de77b01",
                "reference": "27b4fe96198ffaff3ab49c87b40f4cb24de77b01",
                "shasum": ""
            },
            "require": {
                "composer-plugin-api": "^1.1 || ^2.0",
                "php": "^7.4 || ^8.0",
                "simplesamlphp/simplesamlphp": "*"
            },
            "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.2.0"
            },
            "time": "2022-08-31T17:20:27+00:00"
        },
        {
            "name": "simplesamlphp/saml2",
            "version": "v4.6.11",
            "source": {
                "type": "git",
                "url": "https://github.com/simplesamlphp/saml2.git",
                "reference": "1b5d48753c78d02e88667068e633531c233141fb"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/simplesamlphp/saml2/zipball/1b5d48753c78d02e88667068e633531c233141fb",
                "reference": "1b5d48753c78d02e88667068e633531c233141fb",
                "shasum": ""
            },
            "require": {
                "ext-dom": "*",
                "ext-openssl": "*",
                "ext-zlib": "*",
                "php": ">=7.1 || ^8.0",
                "psr/log": "~1.1 || ^2.0 || ^3.0",
                "robrichards/xmlseclibs": "^3.1.1",
                "webmozart/assert": "^1.9"
            },
            "require-dev": {
                "mockery/mockery": "^1.3",
                "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
                "sebastian/phpcpd": "~4.1 || ^5.0 || ^6.0",
                "simplesamlphp/simplesamlphp-test-framework": "~0.1.0",
                "squizlabs/php_codesniffer": "~3.5"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "v4.2.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "SAML2\\": "src/SAML2"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-2.1-or-later"
            ],
            "authors": [
                {
                    "name": "Andreas Åkre Solberg",
                    "email": "andreas.solberg@uninett.no"
                }
            ],
            "description": "SAML2 PHP library from SimpleSAMLphp",
            "support": {
                "issues": "https://github.com/simplesamlphp/saml2/issues",
                "source": "https://github.com/simplesamlphp/saml2/tree/v4.6.11"
            },
            "time": "2024-01-25T19:39:46+00:00"
        },
        {
            "name": "simplesamlphp/simplesamlphp",
            "version": "1.19.9",
            "source": {
                "type": "git",
                "url": "https://github.com/simplesamlphp/simplesamlphp.git",
                "reference": "0147e391765d60303a6af9c9b3cf0698a3c41766"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp/zipball/0147e391765d60303a6af9c9b3cf0698a3c41766",
                "reference": "0147e391765d60303a6af9c9b3cf0698a3c41766",
                "shasum": ""
            },
            "require": {
                "ext-date": "*",
                "ext-dom": "*",
                "ext-hash": "*",
                "ext-json": "*",
                "ext-mbstring": "*",
                "ext-openssl": "*",
                "ext-pcre": "*",
                "ext-spl": "*",
                "ext-zlib": "*",
                "gettext/gettext": "^4.8.7",
                "php": ">=7.1|^8",
                "phpmailer/phpmailer": "^6.1",
                "robrichards/xmlseclibs": "^3.1",
                "simplesamlphp/assert": "^0.0.13",
                "simplesamlphp/saml2": "^4.5",
                "simplesamlphp/simplesamlphp-module-adfs": "^1.0",
                "simplesamlphp/simplesamlphp-module-authcrypt": "^0.9",
                "simplesamlphp/simplesamlphp-module-authfacebook": "^0.9",
                "simplesamlphp/simplesamlphp-module-authorize": "^0.9",
                "simplesamlphp/simplesamlphp-module-authtwitter": "^0.9",
                "simplesamlphp/simplesamlphp-module-authwindowslive": "^0.9",
                "simplesamlphp/simplesamlphp-module-authx509": "^0.9",
                "simplesamlphp/simplesamlphp-module-authyubikey": "^0.9",
                "simplesamlphp/simplesamlphp-module-cas": "^0.9",
                "simplesamlphp/simplesamlphp-module-cdc": "^0.9",
                "simplesamlphp/simplesamlphp-module-consent": "^0.9",
                "simplesamlphp/simplesamlphp-module-consentadmin": "^0.9",
                "simplesamlphp/simplesamlphp-module-discopower": "^0.10",
                "simplesamlphp/simplesamlphp-module-exampleattributeserver": "^1.0",
                "simplesamlphp/simplesamlphp-module-expirycheck": "^0.9",
                "simplesamlphp/simplesamlphp-module-ldap": "^0.9 | ^1.0",
                "simplesamlphp/simplesamlphp-module-memcachemonitor": "^0.9",
                "simplesamlphp/simplesamlphp-module-memcookie": "^1.2",
                "simplesamlphp/simplesamlphp-module-metarefresh": "^0.11",
                "simplesamlphp/simplesamlphp-module-negotiate": "^0.9",
                "simplesamlphp/simplesamlphp-module-oauth": "^0.9.3",
                "simplesamlphp/simplesamlphp-module-preprodwarning": "^0.9",
                "simplesamlphp/simplesamlphp-module-radius": "^0.9",
                "simplesamlphp/simplesamlphp-module-riak": "^0.9",
                "simplesamlphp/simplesamlphp-module-sanitycheck": "^0.9",
                "simplesamlphp/simplesamlphp-module-smartattributes": "^0.9",
                "simplesamlphp/simplesamlphp-module-sqlauth": "^0.9",
                "simplesamlphp/simplesamlphp-module-statistics": "^0.9",
                "simplesamlphp/twig-configurable-i18n": "~2.3.3",
                "symfony/cache": "^4.4 || ^5.0",
                "symfony/config": "^4.4 || ^5.0",
                "symfony/console": "^4.4 || ^5.0",
                "symfony/dependency-injection": "^4.4 || ^5.0",
                "symfony/finder": "^4.4 || ^5.0",
                "symfony/framework-bundle": "^4.4 || ^5.0",
                "symfony/http-foundation": "^4.4 || ^5.0",
                "symfony/http-kernel": "^4.4 || ^5.0",
                "symfony/routing": "^4.4 || ^5.0",
                "symfony/var-exporter": "^4.4 || ^5.0",
                "symfony/yaml": "^4.4 || ^5.0",
                "twig/twig": "^2.15.3"
            },
            "require-dev": {
                "ext-curl": "*",
                "mikey179/vfsstream": "~1.6",
                "phpunit/phpunit": "^7.5",
                "simplesamlphp/simplesamlphp-test-framework": "^0.1.2",
                "vimeo/psalm": "~3.14"
            },
            "suggest": {
                "ext-curl": "Needed in order to check for updates automatically",
                "ext-ldap": "Needed if an LDAP backend is used",
                "ext-memcache": "Needed if a Memcache server is used to store session information",
                "ext-mysql": "Needed if a MySQL backend is used, either for authentication or to store session information",
                "ext-pdo": "Needed if a database backend is used, either for authentication or to store session information",
                "ext-pgsql": "Needed if a PostgreSQL backend is used, either for authentication or to store session information",
                "ext-radius": "Needed if a Radius backend is used",
                "predis/predis": "Needed if a Redis server is used to store session information"
            },
            "type": "project",
            "autoload": {
                "files": [
                    "lib/_autoload_modules.php"
                ],
                "psr-4": {
                    "SimpleSAML\\": "lib/SimpleSAML"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-2.1-or-later"
            ],
            "authors": [
                {
                    "name": "Andreas Åkre Solberg",
                    "email": "andreas.solberg@uninett.no"
                },
                {
                    "name": "Olav Morken",
                    "email": "olav.morken@uninett.no"
                },
                {
                    "name": "Jaime Perez",
                    "email": "jaime.perez@uninett.no"
                }
            ],
            "description": "A PHP implementation of a SAML 2.0 service provider and identity provider, also compatible with Shibboleth 1.3 and 2.0.",
            "homepage": "http://simplesamlphp.org",
            "keywords": [
                "SAML2",
                "idp",
                "oauth",
                "shibboleth",
                "sp",
                "ws-federation"
            ],
            "support": {
                "issues": "https://github.com/simplesamlphp/simplesamlphp/issues",
                "source": "https://github.com/simplesamlphp/simplesamlphp"
            },
            "time": "2024-02-22T22:04:32+00:00"
        },
        {
            "name": "simplesamlphp/simplesamlphp-module-adfs",
            "version": "v1.0.9",
            "source": {
                "type": "git",
                "url": "https://github.com/simplesamlphp/simplesamlphp-module-adfs.git",
                "reference": "c47daabc262b7e14a76879015fd9db85319752ec"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-adfs/zipball/c47daabc262b7e14a76879015fd9db85319752ec",
                "reference": "c47daabc262b7e14a76879015fd9db85319752ec",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1",
                "simplesamlphp/assert": "^0.0.13",
                "simplesamlphp/composer-module-installer": "^1.1.7"
            },
            "require-dev": {
                "simplesamlphp/simplesamlphp": "^1.18",
                "simplesamlphp/simplesamlphp-test-framework": "^0.1.2"
            },
            "type": "simplesamlphp-module",
            "autoload": {
                "psr-4": {
                    "SimpleSAML\\Module\\adfs\\": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-2.1-or-later"
            ],
            "authors": [
                {
                    "name": "Tim van Dijen",
                    "email": "tvdijen@gmail.com"
                }
            ],
            "description": "A module that implements the WS-federation IDP",
            "keywords": [
                "adfs",
                "simplesamlphp"
            ],
            "support": {
                "issues": "https://github.com/simplesamlphp/simplesamlphp-module-adfs/issues",
                "source": "https://github.com/simplesamlphp/simplesamlphp-module-adfs"
            },
            "time": "2022-04-11T10:24:25+00:00"
        },
        {
            "name": "simplesamlphp/simplesamlphp-module-authcrypt",
            "version": "v0.9.4",
            "source": {
                "type": "git",
                "url": "https://github.com/simplesamlphp/simplesamlphp-module-authcrypt.git",
                "reference": "62555123e61b11463be3cd7adb708562023cff28"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-authcrypt/zipball/62555123e61b11463be3cd7adb708562023cff28",
                "reference": "62555123e61b11463be3cd7adb708562023cff28",
                "shasum": ""
            },
            "require": {
                "php": ">=5.6",
                "simplesamlphp/composer-module-installer": "~1.1",
                "webmozart/assert": "~1.4",
                "whitehat101/apr1-md5": "~1.0"
            },
            "require-dev": {
                "phpunit/phpunit": "~5.7",
                "simplesamlphp/simplesamlphp": "^1.17"
            },
            "type": "simplesamlphp-module",
            "autoload": {
                "psr-4": {
                    "SimpleSAML\\Module\\authcrypt\\": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-2.1-or-later"
            ],
            "authors": [
                {
                    "name": "Olav Morken",
                    "email": "olavmrk@gmail.com"
                }
            ],
            "description": "This module provides authentication against password hashes or .htpasswd files",
            "keywords": [
                "authcrypt",
                "simplesamlphp"
            ],
            "support": {
                "issues": "https://github.com/tvdijen/simplesamlphp-module-authcrypt/issues",
                "source": "https://github.com/tvdijen/simplesamlphp-module-authcrypt"
            },
            "time": "2022-01-03T20:50:47+00:00"
        },
        {
            "name": "simplesamlphp/simplesamlphp-module-authfacebook",
            "version": "v0.9.3",
            "source": {
                "type": "git",
                "url": "https://github.com/simplesamlphp/simplesamlphp-module-authfacebook.git",
                "reference": "9152731e939ad4a49e0f06da5f0009ebde0d2b5c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-authfacebook/zipball/9152731e939ad4a49e0f06da5f0009ebde0d2b5c",
                "reference": "9152731e939ad4a49e0f06da5f0009ebde0d2b5c",
                "shasum": ""
            },
            "require": {
                "php": ">=5.6",
                "simplesamlphp/composer-module-installer": "~1.1"
            },
            "require-dev": {
                "simplesamlphp/simplesamlphp": "^1.17",
                "simplesamlphp/simplesamlphp-test-framework": "^0.0.10"
            },
            "type": "simplesamlphp-module",
            "autoload": {
                "psr-4": {
                    "SimpleSAML\\Module\\authfacebook\\": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-3.0-or-later"
            ],
            "authors": [
                {
                    "name": "Andjelko Horvat",
                    "email": "comel@vingd.com"
                },
                {
                    "name": "Tim van Dijen",
                    "email": "tvdijen@gmail.com"
                }
            ],
            "description": "A module that is able to authenticate against Facebook",
            "keywords": [
                "facebook",
                "simplesamlphp"
            ],
            "support": {
                "issues": "https://github.com/simplesamlphp/simplesamlphp-module-authfacebook/issues",
                "source": "https://github.com/simplesamlphp/simplesamlphp-module-authfacebook"
            },
            "abandoned": true,
            "time": "2020-03-13T11:29:21+00:00"
        },
        {
            "name": "simplesamlphp/simplesamlphp-module-authorize",
            "version": "v0.9.4",
            "source": {
                "type": "git",
                "url": "https://github.com/simplesamlphp/simplesamlphp-module-authorize.git",
                "reference": "4c7ce4eaa54fc301f131c62e803fc843e4d88056"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-authorize/zipball/4c7ce4eaa54fc301f131c62e803fc843e4d88056",
                "reference": "4c7ce4eaa54fc301f131c62e803fc843e4d88056",
                "shasum": ""
            },
            "require": {
                "php": ">=5.6",
                "simplesamlphp/composer-module-installer": "~1.1"
            },
            "require-dev": {
                "phpunit/phpunit": "~5.7",
                "simplesamlphp/simplesamlphp": "^1.17"
            },
            "type": "simplesamlphp-module",
            "autoload": {
                "psr-4": {
                    "SimpleSAML\\Module\\authorize\\": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-2.1-or-later"
            ],
            "authors": [
                {
                    "name": "Ernesto Revilla",
                    "email": "erny@yaco.es"
                }
            ],
            "description": "This module provides a user authorization filter based on attribute matching",
            "keywords": [
                "authorize",
                "simplesamlphp"
            ],
            "support": {
                "issues": "https://github.com/tvdijen/simplesamlphp-module-authorize/issues",
                "source": "https://github.com/tvdijen/simplesamlphp-module-authorize"
            },
            "time": "2022-01-03T20:56:53+00:00"
        },
        {
            "name": "simplesamlphp/simplesamlphp-module-authtwitter",
            "version": "v0.9.3",
            "source": {
                "type": "git",
                "url": "https://github.com/simplesamlphp/simplesamlphp-module-authtwitter.git",
                "reference": "6e178e7aae7827a64dc462b5bb2f28d6eddc4381"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-authtwitter/zipball/6e178e7aae7827a64dc462b5bb2f28d6eddc4381",
                "reference": "6e178e7aae7827a64dc462b5bb2f28d6eddc4381",
                "shasum": ""
            },
            "require": {
                "php": ">=5.5",
                "simplesamlphp/composer-module-installer": "~1.0",
                "simplesamlphp/simplesamlphp-module-oauth": "^0.9"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.8.35",
                "simplesamlphp/simplesamlphp": "^1.17",
                "webmozart/assert": "<1.7"
            },
            "type": "simplesamlphp-module",
            "autoload": {
                "psr-4": {
                    "SimpleSAML\\Module\\authtwitter\\": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-2.1-or-later"
            ],
            "authors": [
                {
                    "name": "Olav Morken",
                    "email": "olavmrk@gmail.com"
                },
                {
                    "name": "Tim van Dijen",
                    "email": "tvdijen@gmail.com"
                }
            ],
            "description": "A module that is able to perform authentication against Twitter",
            "keywords": [
                "simplesamlphp",
                "twitter"
            ],
            "support": {
                "issues": "https://github.com/tvdijen/simplesamlphp-module-authtwitter/issues",
                "source": "https://github.com/tvdijen/simplesamlphp-module-authtwitter"
            },
            "time": "2022-01-03T23:01:48+00:00"
        },
        {
            "name": "simplesamlphp/simplesamlphp-module-authwindowslive",
            "version": "v0.9.1",
            "source": {
                "type": "git",
                "url": "https://github.com/simplesamlphp/simplesamlphp-module-authwindowslive.git",
                "reference": "f40aecec6c0adaedb6693309840c98cec783876e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-authwindowslive/zipball/f40aecec6c0adaedb6693309840c98cec783876e",
                "reference": "f40aecec6c0adaedb6693309840c98cec783876e",
                "shasum": ""
            },
            "require": {
                "php": ">=5.6",
                "simplesamlphp/composer-module-installer": "~1.1"
            },
            "require-dev": {
                "phpunit/phpunit": "~5.7",
                "simplesamlphp/simplesamlphp": "^1.17"
            },
            "type": "simplesamlphp-module",
            "autoload": {
                "psr-4": {
                    "SimpleSAML\\Module\\authwindowslive\\": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-3.0-or-later"
            ],
            "authors": [
                {
                    "name": "Olav Morken",
                    "email": "olavmrk@gmail.com"
                },
                {
                    "name": "Tim van Dijen",
                    "email": "tvdijen@gmail.com"
                }
            ],
            "description": "A module that is able to perform authentication against Windows Live",
            "keywords": [
                "live",
                "simplesamlphp",
                "windows",
                "windowslive"
            ],
            "support": {
                "issues": "https://github.com/tvdijen/simplesamlphp-module-authwindowslive/issues",
                "source": "https://github.com/tvdijen/simplesamlphp-module-authwindowslive"
            },
            "abandoned": true,
            "time": "2019-12-03T09:01:13+00:00"
        },
        {
            "name": "simplesamlphp/simplesamlphp-module-authx509",
            "version": "v0.9.9",
            "source": {
                "type": "git",
                "url": "https://github.com/simplesamlphp/simplesamlphp-module-authX509.git",
                "reference": "b138f41b2bc725371f42abb63b5a39ac11b5432a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-authX509/zipball/b138f41b2bc725371f42abb63b5a39ac11b5432a",
                "reference": "b138f41b2bc725371f42abb63b5a39ac11b5432a",
                "shasum": ""
            },
            "require": {
                "php": ">=5.5",
                "simplesamlphp/composer-module-installer": "~1.1",
                "simplesamlphp/simplesamlphp-module-ldap": "^0.9"
            },
            "require-dev": {
                "simplesamlphp/simplesamlphp": "^1.17",
                "simplesamlphp/simplesamlphp-test-framework": "^0.0.15"
            },
            "type": "simplesamlphp-module",
            "extra": {
                "ssp-mixedcase-module-name": "authX509"
            },
            "autoload": {
                "psr-4": {
                    "SimpleSAML\\Module\\authX509\\": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-2.1-or-later"
            ],
            "authors": [
                {
                    "name": "Joost van Dijk",
                    "email": "Joost.vanDijk@surfnet.nl"
                },
                {
                    "name": "Tim van Dijen",
                    "email": "tvdijen@gmail.com"
                }
            ],
            "description": "A module that is able to authenticate users based on X509 client certificates",
            "keywords": [
                "simplesamlphp",
                "x509"
            ],
            "support": {
                "issues": "https://github.com/tvdijen/simplesamlphp-module-authx509/issues",
                "source": "https://github.com/tvdijen/simplesamlphp-module-authx509"
            },
            "time": "2022-01-06T19:02:38+00:00"
        },
        {
            "name": "simplesamlphp/simplesamlphp-module-authyubikey",
            "version": "v0.9.3",
            "source": {
                "type": "git",
                "url": "https://github.com/simplesamlphp/simplesamlphp-module-authyubikey.git",
                "reference": "414e2a73da4adfee6d97ba66e852ec7c85369913"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-authyubikey/zipball/414e2a73da4adfee6d97ba66e852ec7c85369913",
                "reference": "414e2a73da4adfee6d97ba66e852ec7c85369913",
                "shasum": ""
            },
            "require": {
                "php": ">=5.6",
                "simplesamlphp/composer-module-installer": "~1.1",
                "webmozart/assert": "~1.4"
            },
            "require-dev": {
                "phpunit/phpunit": "~5.7",
                "simplesamlphp/simplesamlphp": "^1.17"
            },
            "type": "simplesamlphp-module",
            "extra": {
                "ssp-mixedcase-module-name": "authYubiKey"
            },
            "autoload": {
                "psr-4": {
                    "SimpleSAML\\modules\\yubikey\\": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-2.1-or-later"
            ],
            "authors": [
                {
                    "name": "Tim van Dijen",
                    "email": "tvdijen@gmail.com"
                }
            ],
            "description": "A module that is able to authenticate against YubiKey",
            "keywords": [
                "authyubikey",
                "simplesamlphp"
            ],
            "support": {
                "issues": "https://github.com/tvdijen/simplesamlphp-module-authyubikey/issues",
                "source": "https://github.com/tvdijen/simplesamlphp-module-authyubikey"
            },
            "time": "2022-01-06T19:07:32+00:00"
        },
        {
            "name": "simplesamlphp/simplesamlphp-module-cas",
            "version": "v0.9.1",
            "source": {
                "type": "git",
                "url": "https://github.com/simplesamlphp/simplesamlphp-module-cas.git",
                "reference": "63b72e4600550c507cdfc32fdd208ad59a64321e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-cas/zipball/63b72e4600550c507cdfc32fdd208ad59a64321e",
                "reference": "63b72e4600550c507cdfc32fdd208ad59a64321e",
                "shasum": ""
            },
            "require": {
                "php": ">=5.6",
                "simplesamlphp/composer-module-installer": "~1.1",
                "simplesamlphp/simplesamlphp-module-ldap": "^0.9",
                "webmozart/assert": "~1.4"
            },
            "require-dev": {
                "phpunit/phpunit": "~5.7",
                "simplesamlphp/simplesamlphp": "^1.17"
            },
            "type": "simplesamlphp-module",
            "autoload": {
                "psr-4": {
                    "SimpleSAML\\Module\\cas\\": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-3.0-or-later"
            ],
            "authors": [
                {
                    "name": "Olav Morken",
                    "email": "olavmrk@gmail.com"
                }
            ],
            "description": "A module that provides CAS authentication",
            "keywords": [
                "cas",
                "simplesamlphp"
            ],
            "support": {
                "issues": "https://github.com/tvdijen/simplesamlphp-module-cas/issues",
                "source": "https://github.com/tvdijen/simplesamlphp-module-cas"
            },
            "time": "2019-12-03T09:03:06+00:00"
        },
        {
            "name": "simplesamlphp/simplesamlphp-module-cdc",
            "version": "v0.9.2",
            "source": {
                "type": "git",
                "url": "https://github.com/simplesamlphp/simplesamlphp-module-cdc.git",
                "reference": "92498fc3004c02849d96da29ca472d99ed23af73"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-cdc/zipball/92498fc3004c02849d96da29ca472d99ed23af73",
                "reference": "92498fc3004c02849d96da29ca472d99ed23af73",
                "shasum": ""
            },
            "require": {
                "simplesamlphp/composer-module-installer": ">=1.1.6"
            },
            "require-dev": {
                "phpunit/phpunit": "~5.7",
                "simplesamlphp/simplesamlphp": "^1.17",
                "webmozart/assert": "<1.7"
            },
            "type": "simplesamlphp-module",
            "autoload": {
                "psr-4": {
                    "SimpleSAML\\Module\\cdc\\": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-2.1-or-later"
            ],
            "authors": [
                {
                    "name": "Olav Morken",
                    "email": "olav.morken@uninett.no"
                },
                {
                    "name": "Jaime Perez Crespo",
                    "email": "jaime.perez@uninett.no"
                }
            ],
            "description": "A SimpleSAMLphp module that allows integration with CDC",
            "homepage": "https://simplesamlphp.org/",
            "keywords": [
                "cdc",
                "simplesamlphp"
            ],
            "support": {
                "issues": "https://github.com/simplesamlphp/simplesamlphp-module-cdc/issues",
                "source": "https://github.com/simplesamlphp/simplesamlphp-module-cdc/"
            },
            "time": "2022-01-06T19:27:16+00:00"
        },
        {
            "name": "simplesamlphp/simplesamlphp-module-consent",
            "version": "v0.9.8",
            "source": {
                "type": "git",
                "url": "https://github.com/simplesamlphp/simplesamlphp-module-consent.git",
                "reference": "8466b0b7c6207b15ca5e265f436299ff2dec85da"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-consent/zipball/8466b0b7c6207b15ca5e265f436299ff2dec85da",
                "reference": "8466b0b7c6207b15ca5e265f436299ff2dec85da",
                "shasum": ""
            },
            "require": {
                "php": ">=5.6",
                "simplesamlphp/composer-module-installer": "~1.1"
            },
            "require-dev": {
                "phpunit/phpunit": "~5.7",
                "simplesamlphp/simplesamlphp": "^1.17",
                "webmozart/assert": "<1.6"
            },
            "type": "simplesamlphp-module",
            "autoload": {
                "psr-4": {
                    "SimpleSAML\\Module\\consent\\": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-2.1-or-later"
            ],
            "authors": [
                {
                    "name": "Olav Morken",
                    "email": "lavmrk@gmail.com"
                }
            ],
            "description": "A module that will ask for user consent before releasing attributes",
            "keywords": [
                "consent",
                "simplesamlphp"
            ],
            "support": {
                "issues": "https://github.com/tvdijen/simplesamlphp-module-consent/issues",
                "source": "https://github.com/tvdijen/simplesamlphp-module-consent"
            },
            "time": "2022-01-06T19:17:22+00:00"
        },
        {
            "name": "simplesamlphp/simplesamlphp-module-consentadmin",
            "version": "v0.9.2",
            "source": {
                "type": "git",
                "url": "https://github.com/simplesamlphp/simplesamlphp-module-consentadmin.git",
                "reference": "62dc5e9d5b1a12a73549c80140b7224d7f7d1c2e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-consentadmin/zipball/62dc5e9d5b1a12a73549c80140b7224d7f7d1c2e",
                "reference": "62dc5e9d5b1a12a73549c80140b7224d7f7d1c2e",
                "shasum": ""
            },
            "require": {
                "php": ">=5.6",
                "simplesamlphp/composer-module-installer": "~1.1",
                "simplesamlphp/simplesamlphp-module-consent": "^0.9",
                "webmozart/assert": "~1.4"
            },
            "require-dev": {
                "phpunit/phpunit": "~5.7",
                "simplesamlphp/simplesamlphp": "^1.17"
            },
            "type": "simplesamlphp-module",
            "extra": {
                "ssp-mixedcase-module-name": "consentAdmin"
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-2.1-or-later"
            ],
            "authors": [
                {
                    "name": "Jacob Christiansen",
                    "email": "jach@wayf.dk"
                },
                {
                    "name": "Olav Morken",
                    "email": "olav.morken@uninett.no"
                }
            ],
            "description": "A module that allows users to manage their consent",
            "keywords": [
                "consentadmin",
                "simplesamlphp"
            ],
            "support": {
                "issues": "https://github.com/simplesamlphp/simplesamlphp-module-consentadmin/issues",
                "source": "https://github.com/simplesamlphp/simplesamlphp-module-consentadmin"
            },
            "time": "2022-01-06T19:19:38+00:00"
        },
        {
            "name": "simplesamlphp/simplesamlphp-module-discopower",
            "version": "v0.10.1",
            "source": {
                "type": "git",
                "url": "https://github.com/simplesamlphp/simplesamlphp-module-discopower.git",
                "reference": "4cb6b7c648b455586903b8932a171397375b50b0"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-discopower/zipball/4cb6b7c648b455586903b8932a171397375b50b0",
                "reference": "4cb6b7c648b455586903b8932a171397375b50b0",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1",
                "simplesamlphp/composer-module-installer": "~1.1"
            },
            "require-dev": {
                "simplesamlphp/simplesamlphp": "^1.19",
                "simplesamlphp/simplesamlphp-test-framework": "^0.1.2"
            },
            "type": "simplesamlphp-module",
            "autoload": {
                "psr-4": {
                    "SimpleSAML\\modules\\discopower\\": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-2.1-or-later"
            ],
            "authors": [
                {
                    "name": "Andreas Åkre Solberg",
                    "email": "andreas.solberg@uninett.no"
                }
            ],
            "description": "Fancy tabbed discovery service with filtering capabilities where SPs can have different sets of metadata listed",
            "keywords": [
                "discopower",
                "discovery",
                "simplesamlphp"
            ],
            "support": {
                "issues": "https://github.com/tvdijen/simplesamlphp-module-discopower/issues",
                "source": "https://github.com/tvdijen/simplesamlphp-module-discopower"
            },
            "time": "2021-08-17T14:29:22+00:00"
        },
        {
            "name": "simplesamlphp/simplesamlphp-module-exampleattributeserver",
            "version": "v1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/simplesamlphp/simplesamlphp-module-exampleattributeserver.git",
                "reference": "63e0323e81c32bc3c9eaa01ea45194bb10153708"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-exampleattributeserver/zipball/63e0323e81c32bc3c9eaa01ea45194bb10153708",
                "reference": "63e0323e81c32bc3c9eaa01ea45194bb10153708",
                "shasum": ""
            },
            "require": {
                "php": ">=5.6",
                "simplesamlphp/composer-module-installer": "~1.1"
            },
            "require-dev": {
                "phpunit/phpunit": "~5.7",
                "simplesamlphp/simplesamlphp": "^1.17"
            },
            "type": "simplesamlphp-module",
            "autoload": {
                "psr-4": {
                    "SimpleSAML\\Module\\exampleattributeserver\\": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-3.0-or-later"
            ],
            "authors": [
                {
                    "name": "Olav Morken",
                    "email": "olavmrk@gmail.com"
                }
            ],
            "description": "An example for SAML attributes queries",
            "keywords": [
                "exampleattributeserver",
                "simplesamlphp"
            ],
            "support": {
                "issues": "https://github.com/tvdijen/simplesamlphp-module-exampleattributeserver/issues",
                "source": "https://github.com/tvdijen/simplesamlphp-module-exampleattributeserver"
            },
            "time": "2019-05-28T12:37:15+00:00"
        },
        {
            "name": "simplesamlphp/simplesamlphp-module-expirycheck",
            "version": "v0.9.4",
            "source": {
                "type": "git",
                "url": "https://github.com/simplesamlphp/simplesamlphp-module-expirycheck.git",
                "reference": "02101497281031befba93c48c96ee9133f57241d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-expirycheck/zipball/02101497281031befba93c48c96ee9133f57241d",
                "reference": "02101497281031befba93c48c96ee9133f57241d",
                "shasum": ""
            },
            "require": {
                "php": ">=5.6",
                "simplesamlphp/composer-module-installer": "~1.1"
            },
            "require-dev": {
                "phpunit/phpunit": "~5.7",
                "simplesamlphp/simplesamlphp": "^1.17"
            },
            "type": "simplesamlphp-module",
            "autoload": {
                "psr-4": {
                    "SimpleSAML\\Module\\expirycheck\\": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-2.1-or-later"
            ],
            "authors": [
                {
                    "name": "Alex Mihičinac",
                    "email": "alexm@arnes.si"
                }
            ],
            "description": "The expirycheck module validates user's expiry date",
            "keywords": [
                "expirycheck",
                "simplesamlphp"
            ],
            "support": {
                "issues": "https://github.com/tvdijen/simplesamlphp-module-expirycheck/issues",
                "source": "https://github.com/tvdijen/simplesamlphp-module-expirycheck"
            },
            "time": "2022-01-06T21:16:01+00:00"
        },
        {
            "name": "simplesamlphp/simplesamlphp-module-ldap",
            "version": "v0.9.17",
            "source": {
                "type": "git",
                "url": "https://github.com/simplesamlphp/simplesamlphp-module-ldap.git",
                "reference": "40f1bfe0c4ac2f91cf8e52d22fa6ec2fe1c03066"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-ldap/zipball/40f1bfe0c4ac2f91cf8e52d22fa6ec2fe1c03066",
                "reference": "40f1bfe0c4ac2f91cf8e52d22fa6ec2fe1c03066",
                "shasum": ""
            },
            "require": {
                "php": ">=5.6",
                "simplesamlphp/composer-module-installer": "~1.1"
            },
            "require-dev": {
                "phpunit/phpunit": "~5.7",
                "simplesamlphp/simplesamlphp": "^1.17"
            },
            "suggest": {
                "ext-ldap": "Needed when using LDAP authentication in SimpleSAMLphp"
            },
            "type": "simplesamlphp-module",
            "autoload": {
                "psr-4": {
                    "SimpleSAML\\Module\\ldap\\": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-2.1-or-later"
            ],
            "authors": [
                {
                    "name": "Olav Morken",
                    "email": "olavmrk@gmail.com"
                },
                {
                    "name": "Tim van Dijen",
                    "email": "tvdijen@gmail.com"
                }
            ],
            "description": "A module that provides authentication against LDAP stores",
            "keywords": [
                "ldap",
                "simplesamlphp"
            ],
            "support": {
                "issues": "https://github.com/tvdijen/simplesamlphp-module-ldap/issues",
                "source": "https://github.com/tvdijen/simplesamlphp-module-ldap"
            },
            "time": "2022-01-11T12:50:47+00:00"
        },
        {
            "name": "simplesamlphp/simplesamlphp-module-memcachemonitor",
            "version": "v0.9.3",
            "source": {
                "type": "git",
                "url": "https://github.com/simplesamlphp/simplesamlphp-module-memcachemonitor.git",
                "reference": "8d25463ac56b4e2294f59f622a6658e0c67086f4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-memcachemonitor/zipball/8d25463ac56b4e2294f59f622a6658e0c67086f4",
                "reference": "8d25463ac56b4e2294f59f622a6658e0c67086f4",
                "shasum": ""
            },
            "require": {
                "php": ">=5.6",
                "simplesamlphp/composer-module-installer": "~1.1"
            },
            "require-dev": {
                "simplesamlphp/simplesamlphp": "^1.17",
                "simplesamlphp/simplesamlphp-test-framework": "~0.0.6"
            },
            "type": "simplesamlphp-module",
            "extra": {
                "ssp-mixedcase-module-name": "memcacheMonitor"
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-2.1-or-later"
            ],
            "authors": [
                {
                    "name": "Andreas Åkre Solberg",
                    "email": "andreas.solberg@uninett.no"
                },
                {
                    "name": "Tim van Dijen",
                    "email": "tvdijen@gmail.com"
                }
            ],
            "description": "A module that is able display usage statistics of a memcache(d) store",
            "keywords": [
                "memcachemonitor",
                "simplesamlphp"
            ],
            "support": {
                "issues": "https://github.com/tvdijen/simplesamlphp-module-memcachemonitor/issues",
                "source": "https://github.com/tvdijen/simplesamlphp-module-memcachemonitor"
            },
            "time": "2022-01-06T22:37:15+00:00"
        },
        {
            "name": "simplesamlphp/simplesamlphp-module-memcookie",
            "version": "v1.2.2",
            "source": {
                "type": "git",
                "url": "https://github.com/simplesamlphp/simplesamlphp-module-memcookie.git",
                "reference": "39535304e8d464b7baa1e82cb441fa432947ff57"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-memcookie/zipball/39535304e8d464b7baa1e82cb441fa432947ff57",
                "reference": "39535304e8d464b7baa1e82cb441fa432947ff57",
                "shasum": ""
            },
            "require": {
                "php": ">=5.6",
                "simplesamlphp/composer-module-installer": ">=1.1.6"
            },
            "require-dev": {
                "phpunit/phpunit": "~5.7",
                "simplesamlphp/simplesamlphp": "^1.17",
                "simplesamlphp/simplesamlphp-test-framework": "^0.0.6"
            },
            "type": "simplesamlphp-module",
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-2.1"
            ],
            "authors": [
                {
                    "name": "Olav Morken",
                    "email": "olav.morken@uninett.no"
                },
                {
                    "name": "Jaime Perez Crespo",
                    "email": "jaime.perez@uninett.no"
                }
            ],
            "description": "A SimpleSAMLphp module that allows integration with Auth MemCookie, allowing web applications written in other languages than PHP to integrate with SimpleSAMLphp.",
            "homepage": "https://simplesamlphp.org/",
            "keywords": [
                "Auth MemCookie",
                "apache",
                "cookies",
                "simplesamlphp"
            ],
            "support": {
                "issues": "https://github.com/simplesamlphp/simplesamlphp-module-memcookie/issues",
                "source": "https://github.com/simplesamlphp/simplesamlphp-module-memcookie/"
            },
            "time": "2019-08-08T18:33:47+00:00"
        },
        {
            "name": "simplesamlphp/simplesamlphp-module-metarefresh",
            "version": "v0.11.0",
            "source": {
                "type": "git",
                "url": "https://github.com/simplesamlphp/simplesamlphp-module-metarefresh.git",
                "reference": "142322422f6c49ffbf0783d817403bd90ee262f7"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-metarefresh/zipball/142322422f6c49ffbf0783d817403bd90ee262f7",
                "reference": "142322422f6c49ffbf0783d817403bd90ee262f7",
                "shasum": ""
            },
            "require": {
                "php": ">=5.6",
                "simplesamlphp/composer-module-installer": "~1.1"
            },
            "require-dev": {
                "phpunit/phpunit": "~5.7",
                "simplesamlphp/simplesamlphp": "^1.18"
            },
            "type": "simplesamlphp-module",
            "autoload": {
                "psr-4": {
                    "SimpleSAML\\Module\\metarefresh\\": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-2.1-or-later"
            ],
            "authors": [
                {
                    "name": "Andreas Åkre Solberg",
                    "email": "andreas.solberg@uninett.no"
                }
            ],
            "description": "The metarefresh module will download and parse metadata documents and store them locally",
            "keywords": [
                "metarefresh",
                "simplesamlphp"
            ],
            "support": {
                "issues": "https://github.com/tvdijen/simplesamlphp-module-metarefresh/issues",
                "source": "https://github.com/tvdijen/simplesamlphp-module-metarefresh"
            },
            "time": "2023-07-06T16:24:06+00:00"
        },
        {
            "name": "simplesamlphp/simplesamlphp-module-negotiate",
            "version": "v0.9.12",
            "source": {
                "type": "git",
                "url": "https://github.com/simplesamlphp/simplesamlphp-module-negotiate.git",
                "reference": "48752cea80e81a60ebb522cc10789589ac16df50"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-negotiate/zipball/48752cea80e81a60ebb522cc10789589ac16df50",
                "reference": "48752cea80e81a60ebb522cc10789589ac16df50",
                "shasum": ""
            },
            "require": {
                "php": ">=5.6",
                "simplesamlphp/composer-module-installer": "~1.1",
                "simplesamlphp/simplesamlphp-module-ldap": "^0.9",
                "webmozart/assert": "~1.4"
            },
            "require-dev": {
                "phpunit/phpunit": "~5.7",
                "sensiolabs/security-checker": "^5.0.3",
                "simplesamlphp/simplesamlphp": "dev-testing-1.18",
                "simplesamlphp/simplesamlphp-test-framework": "^0.0.14",
                "squizlabs/php_codesniffer": "^3.5"
            },
            "suggest": {
                "ext-krb5": "Needed in case the SimpleSAMLphp negotiate module is used"
            },
            "type": "simplesamlphp-module",
            "autoload": {
                "psr-4": {
                    "SimpleSAML\\Module\\negotiate\\": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-2.1-or-later"
            ],
            "authors": [
                {
                    "name": "Olav Morken",
                    "email": "olavmrk@gmail.com"
                }
            ],
            "description": "The Negotiate module implements Microsofts Kerberos SPNEGO mechanism",
            "keywords": [
                "negotiate",
                "simplesamlphp"
            ],
            "support": {
                "issues": "https://github.com/simplesamlphp/simplesamlphp-module-negotiate/issues",
                "source": "https://github.com/simplesamlphp/simplesamlphp-module-negotiate"
            },
            "time": "2022-01-03T23:18:27+00:00"
        },
        {
            "name": "simplesamlphp/simplesamlphp-module-oauth",
            "version": "v0.9.3",
            "source": {
                "type": "git",
                "url": "https://github.com/simplesamlphp/simplesamlphp-module-oauth.git",
                "reference": "2a2433144dca408315e4ee163f9ab73a6110b2b1"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-oauth/zipball/2a2433144dca408315e4ee163f9ab73a6110b2b1",
                "reference": "2a2433144dca408315e4ee163f9ab73a6110b2b1",
                "shasum": ""
            },
            "require": {
                "simplesamlphp/composer-module-installer": ">=1.1.6"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.8.36",
                "simplesamlphp/simplesamlphp": "^1.17"
            },
            "type": "simplesamlphp-module",
            "autoload": {
                "psr-4": {
                    "SimpleSAML\\Module\\oauth\\": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-2.1-or-later"
            ],
            "authors": [
                {
                    "name": "Olav Morken",
                    "email": "olav.morken@uninett.no"
                },
                {
                    "name": "Jaime Perez Crespo",
                    "email": "jaime.perez@uninett.no"
                }
            ],
            "description": "A SimpleSAMLphp module that allows integration with OAuth1,",
            "homepage": "https://simplesamlphp.org/",
            "keywords": [
                "oauth1",
                "simplesamlphp"
            ],
            "support": {
                "issues": "https://github.com/simplesamlphp/simplesamlphp-module-oauth/issues",
                "source": "https://github.com/simplesamlphp/simplesamlphp-module-oauth/"
            },
            "abandoned": true,
            "time": "2021-08-31T18:55:00+00:00"
        },
        {
            "name": "simplesamlphp/simplesamlphp-module-preprodwarning",
            "version": "v0.9.3",
            "source": {
                "type": "git",
                "url": "https://github.com/simplesamlphp/simplesamlphp-module-preprodwarning.git",
                "reference": "b3c6d9d41d009e340f4843ce5c24b4118a38e4c3"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-preprodwarning/zipball/b3c6d9d41d009e340f4843ce5c24b4118a38e4c3",
                "reference": "b3c6d9d41d009e340f4843ce5c24b4118a38e4c3",
                "shasum": ""
            },
            "require": {
                "php": ">=7.0",
                "simplesamlphp/composer-module-installer": "~1.1"
            },
            "require-dev": {
                "phpunit/phpunit": "~5.7",
                "simplesamlphp/simplesamlphp": "dev-simplesamlphp-1.19",
                "webmozart/assert": "^1.4"
            },
            "type": "simplesamlphp-module",
            "autoload": {
                "psr-4": {
                    "SimpleSAML\\Module\\preprodwarning\\": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-2.1-or-later"
            ],
            "authors": [
                {
                    "name": "Andreas Åkre Solberg",
                    "email": "andreas.solberg@uninett.no"
                }
            ],
            "description": "Display a warning when using a pre-production environment",
            "keywords": [
                "preprodwarning",
                "simplesamlphp"
            ],
            "support": {
                "issues": "https://github.com/simplesamlphp/simplesamlphp-module-preprodwarning/issues",
                "source": "https://github.com/simplesamlphp/simplesamlphp-module-preprodwarning"
            },
            "time": "2022-01-06T23:21:17+00:00"
        },
        {
            "name": "simplesamlphp/simplesamlphp-module-radius",
            "version": "v0.9.4",
            "source": {
                "type": "git",
                "url": "https://github.com/simplesamlphp/simplesamlphp-module-radius.git",
                "reference": "dbe2976ba27f5131faeca368a5665f8baeaae8b6"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-radius/zipball/dbe2976ba27f5131faeca368a5665f8baeaae8b6",
                "reference": "dbe2976ba27f5131faeca368a5665f8baeaae8b6",
                "shasum": ""
            },
            "require": {
                "php": ">=5.6",
                "simplesamlphp/composer-module-installer": "~1.1"
            },
            "require-dev": {
                "phpunit/phpunit": "~5.7",
                "simplesamlphp/simplesamlphp": "^1.17",
                "simplesamlphp/simplesamlphp-test-framework": "^0.0.7"
            },
            "type": "simplesamlphp-module",
            "autoload": {
                "psr-4": {
                    "SimpleSAML\\Module\\radius\\": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-2.1-or-later"
            ],
            "authors": [
                {
                    "name": "Olav Morken",
                    "email": "olavmrk@gmail.com"
                }
            ],
            "description": "A module that is able perform authentication against a RADIUS server",
            "keywords": [
                "radius",
                "simplesamlphp"
            ],
            "support": {
                "issues": "https://github.com/tvdijen/simplesamlphp-module-radius/issues",
                "source": "https://github.com/tvdijen/simplesamlphp-module-radius"
            },
            "time": "2022-01-06T23:23:28+00:00"
        },
        {
            "name": "simplesamlphp/simplesamlphp-module-riak",
            "version": "v0.9.1",
            "source": {
                "type": "git",
                "url": "https://github.com/simplesamlphp/simplesamlphp-module-riak.git",
                "reference": "c1a9d9545cb4e05b9205b34624850bb777aca991"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-riak/zipball/c1a9d9545cb4e05b9205b34624850bb777aca991",
                "reference": "c1a9d9545cb4e05b9205b34624850bb777aca991",
                "shasum": ""
            },
            "require": {
                "php": ">=5.6",
                "phpfastcache/riak-client": "^3.4",
                "simplesamlphp/composer-module-installer": "~1.1"
            },
            "require-dev": {
                "phpunit/phpunit": "~5.7",
                "simplesamlphp/simplesamlphp": "^1.17"
            },
            "type": "simplesamlphp-module",
            "autoload": {
                "psr-4": {
                    "SimpleSAML\\Module\\riak\\": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-3.0-or-later"
            ],
            "authors": [
                {
                    "name": "Tim van Dijen",
                    "email": "tvdijen@gmail.com"
                }
            ],
            "description": "A module that is able to store key/value pairs in a Riak store",
            "keywords": [
                "riak",
                "simplesamlphp"
            ],
            "support": {
                "issues": "https://github.com/tvdijen/simplesamlphp-module-riak/issues",
                "source": "https://github.com/tvdijen/simplesamlphp-module-riak"
            },
            "abandoned": true,
            "time": "2019-12-03T08:28:45+00:00"
        },
        {
            "name": "simplesamlphp/simplesamlphp-module-sanitycheck",
            "version": "v0.9.1",
            "source": {
                "type": "git",
                "url": "https://github.com/simplesamlphp/simplesamlphp-module-sanitycheck.git",
                "reference": "15d6664eae73a233c3c4c72fd8a5c2be72b6ed2a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-sanitycheck/zipball/15d6664eae73a233c3c4c72fd8a5c2be72b6ed2a",
                "reference": "15d6664eae73a233c3c4c72fd8a5c2be72b6ed2a",
                "shasum": ""
            },
            "require": {
                "php": ">=5.6",
                "simplesamlphp/composer-module-installer": "~1.1",
                "webmozart/assert": "~1.4"
            },
            "require-dev": {
                "phpunit/phpunit": "~5.7",
                "simplesamlphp/simplesamlphp": "^1.17"
            },
            "type": "simplesamlphp-module",
            "autoload": {
                "psr-4": {
                    "SimpleSAML\\Module\\sanitycheck\\": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-2.1-or-later"
            ],
            "authors": [
                {
                    "name": "Andreas Åkre Solberg",
                    "email": "andreas.solberg@uninett.no"
                }
            ],
            "description": "Perform sanity checks on configuration",
            "keywords": [
                "sanitycheck",
                "simplesamlphp"
            ],
            "support": {
                "issues": "https://github.com/tvdijen/simplesamlphp-module-sanitycheck/issues",
                "source": "https://github.com/tvdijen/simplesamlphp-module-sanitycheck"
            },
            "abandoned": true,
            "time": "2020-05-07T11:34:29+00:00"
        },
        {
            "name": "simplesamlphp/simplesamlphp-module-smartattributes",
            "version": "v0.9.3",
            "source": {
                "type": "git",
                "url": "https://github.com/simplesamlphp/simplesamlphp-module-smartattributes.git",
                "reference": "a6eb6d506c16760c38df08f6b6a8c6231b42d42e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-smartattributes/zipball/a6eb6d506c16760c38df08f6b6a8c6231b42d42e",
                "reference": "a6eb6d506c16760c38df08f6b6a8c6231b42d42e",
                "shasum": ""
            },
            "require": {
                "php": ">=5.6",
                "simplesamlphp/composer-module-installer": "~1.1"
            },
            "require-dev": {
                "phpunit/phpunit": "~5.7",
                "simplesamlphp/simplesamlphp": "^1.17"
            },
            "type": "simplesamlphp-module",
            "autoload": {
                "psr-4": {
                    "SimpleSAML\\Module\\smartattributes\\": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-2.1-or-later"
            ],
            "authors": [
                {
                    "name": "Andreas Åkre Solberg",
                    "email": "andreas.solberg@uninett.no"
                }
            ],
            "description": "The SmartAttributes module provides additional authentication processing filters to manipulate attributes.",
            "keywords": [
                "simplesamlphp",
                "smartattributes"
            ],
            "support": {
                "issues": "https://github.com/tvdijen/simplesamlphp-module-smartattributes/issues",
                "source": "https://github.com/tvdijen/simplesamlphp-module-smartattributes"
            },
            "time": "2023-10-30T11:45:00+00:00"
        },
        {
            "name": "simplesamlphp/simplesamlphp-module-sqlauth",
            "version": "v0.9.4",
            "source": {
                "type": "git",
                "url": "https://github.com/simplesamlphp/simplesamlphp-module-sqlauth.git",
                "reference": "8a28f9a9726bab1dbc8fd3734daa08882dd0a25b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-sqlauth/zipball/8a28f9a9726bab1dbc8fd3734daa08882dd0a25b",
                "reference": "8a28f9a9726bab1dbc8fd3734daa08882dd0a25b",
                "shasum": ""
            },
            "require": {
                "php": ">=5.6",
                "simplesamlphp/composer-module-installer": "~1.1"
            },
            "require-dev": {
                "phpunit/phpunit": "~5.7",
                "simplesamlphp/simplesamlphp": "^1.17",
                "webmozart/assert": "^1.4 <1.7"
            },
            "type": "simplesamlphp-module",
            "autoload": {
                "psr-4": {
                    "SimpleSAML\\Module\\sqlauth\\": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-2.1-or-later"
            ],
            "authors": [
                {
                    "name": "Olav Morken",
                    "email": "olavmrk@gmail.com"
                }
            ],
            "description": "This is a authentication module for authenticating a user against a SQL database",
            "keywords": [
                "simplesamlphp",
                "sqlauth"
            ],
            "support": {
                "issues": "https://github.com/tvdijen/simplesamlphp-module-sqlauth/issues",
                "source": "https://github.com/tvdijen/simplesamlphp-module-sqlauth"
            },
            "time": "2022-01-06T23:50:52+00:00"
        },
        {
            "name": "simplesamlphp/simplesamlphp-module-statistics",
            "version": "v0.9.6",
            "source": {
                "type": "git",
                "url": "https://github.com/simplesamlphp/simplesamlphp-module-statistics.git",
                "reference": "03fb6bdbbf5ce0a0cb257208db79aacac227ac10"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-statistics/zipball/03fb6bdbbf5ce0a0cb257208db79aacac227ac10",
                "reference": "03fb6bdbbf5ce0a0cb257208db79aacac227ac10",
                "shasum": ""
            },
            "require": {
                "php": ">=5.6",
                "simplesamlphp/composer-module-installer": "~1.1",
                "webmozart/assert": "^1.4"
            },
            "require-dev": {
                "phpunit/phpunit": "~5.7",
                "simplesamlphp/simplesamlphp": "^1.17",
                "simplesamlphp/simplesamlphp-test-framework": "^0.0.12"
            },
            "type": "simplesamlphp-module",
            "autoload": {
                "psr-4": {
                    "SimpleSAML\\Module\\statistics\\": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-2.1-or-later"
            ],
            "authors": [
                {
                    "name": "Andreas Åkre Solberg",
                    "email": "andreas.solberg@uninett.no"
                }
            ],
            "description": "The SimpleSAMLphp statistics module",
            "keywords": [
                "simplesamlphp",
                "statistics"
            ],
            "support": {
                "issues": "https://github.com/simplesamlphp/simplesamlphp-module-statistics/issues",
                "source": "https://github.com/simplesamlphp/simplesamlphp-module-statistics"
            },
            "time": "2021-01-25T15:15:26+00:00"
        },
        {
            "name": "simplesamlphp/twig-configurable-i18n",
            "version": "v2.3.5",
            "source": {
                "type": "git",
                "url": "https://github.com/simplesamlphp/twig-configurable-i18n.git",
                "reference": "1dc0ff69ec1dfb4cab6a30c583b59faf0efc27d6"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/simplesamlphp/twig-configurable-i18n/zipball/1dc0ff69ec1dfb4cab6a30c583b59faf0efc27d6",
                "reference": "1dc0ff69ec1dfb4cab6a30c583b59faf0efc27d6",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1",
                "twig/extensions": "@dev"
            },
            "require-dev": {
                "phpunit/phpunit": "^7.5",
                "sensiolabs/security-checker": "~6.0.3",
                "simplesamlphp/simplesamlphp-test-framework": "~0.1.2",
                "squizlabs/php_codesniffer": "^3.5",
                "twig/twig": "^2.15.3"
            },
            "type": "project",
            "autoload": {
                "psr-4": {
                    "SimpleSAML\\TwigConfigurableI18n\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-2.1"
            ],
            "authors": [
                {
                    "name": "Jaime Perez",
                    "email": "jaime.perez@uninett.no"
                }
            ],
            "description": "This is an extension on top of Twig's i18n extension, allowing you to customize which functions to use for translations.",
            "keywords": [
                "extension",
                "gettext",
                "i18n",
                "internationalization",
                "translation",
                "twig"
            ],
            "support": {
                "issues": "https://github.com/simplesamlphp/twig-configurable-i18n/issues",
                "source": "https://github.com/simplesamlphp/twig-configurable-i18n"
            },
            "abandoned": true,
            "time": "2022-11-28T16:34:29+00:00"
        },
        {
            "name": "spomky-labs/base64url",
            "version": "v2.0.4",
            "source": {
                "type": "git",
                "url": "https://github.com/Spomky-Labs/base64url.git",
                "reference": "7752ce931ec285da4ed1f4c5aa27e45e097be61d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Spomky-Labs/base64url/zipball/7752ce931ec285da4ed1f4c5aa27e45e097be61d",
                "reference": "7752ce931ec285da4ed1f4c5aa27e45e097be61d",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "require-dev": {
                "phpstan/extension-installer": "^1.0",
                "phpstan/phpstan": "^0.11|^0.12",
                "phpstan/phpstan-beberlei-assert": "^0.11|^0.12",
                "phpstan/phpstan-deprecation-rules": "^0.11|^0.12",
                "phpstan/phpstan-phpunit": "^0.11|^0.12",
                "phpstan/phpstan-strict-rules": "^0.11|^0.12"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Base64Url\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Florent Morselli",
                    "homepage": "https://github.com/Spomky-Labs/base64url/contributors"
                }
            ],
            "description": "Base 64 URL Safe Encoding/Decoding PHP Library",
            "homepage": "https://github.com/Spomky-Labs/base64url",
            "keywords": [
                "base64",
                "rfc4648",
                "safe",
                "url"
            ],
            "support": {
                "issues": "https://github.com/Spomky-Labs/base64url/issues",
                "source": "https://github.com/Spomky-Labs/base64url/tree/v2.0.4"
            },
            "funding": [
                {
                    "url": "https://github.com/Spomky",
                    "type": "github"
                },
                {
                    "url": "https://www.patreon.com/FlorentMorselli",
                    "type": "patreon"
                }
            ],
            "time": "2020-11-03T09:10:25+00:00"
        },
        {
            "name": "symfony/cache",
            "version": "v5.4.36",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/cache.git",
                "reference": "a30f316214d908cf5874f700f3f3fb29ceee91ba"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/cache/zipball/a30f316214d908cf5874f700f3f3fb29ceee91ba",
                "reference": "a30f316214d908cf5874f700f3f3fb29ceee91ba",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "psr/cache": "^1.0|^2.0",
                "psr/log": "^1.1|^2|^3",
                "symfony/cache-contracts": "^1.1.7|^2",
                "symfony/deprecation-contracts": "^2.1|^3",
                "symfony/polyfill-php73": "^1.9",
                "symfony/polyfill-php80": "^1.16",
                "symfony/service-contracts": "^1.1|^2|^3",
                "symfony/var-exporter": "^4.4|^5.0|^6.0"
            },
            "conflict": {
                "doctrine/dbal": "<2.13.1",
                "symfony/dependency-injection": "<4.4",
                "symfony/http-kernel": "<4.4",
                "symfony/var-dumper": "<4.4"
            },
            "provide": {
                "psr/cache-implementation": "1.0|2.0",
                "psr/simple-cache-implementation": "1.0|2.0",
                "symfony/cache-implementation": "1.0|2.0"
            },
            "require-dev": {
                "cache/integration-tests": "dev-master",
                "doctrine/cache": "^1.6|^2.0",
                "doctrine/dbal": "^2.13.1|^3|^4",
                "predis/predis": "^1.1",
                "psr/simple-cache": "^1.0|^2.0",
                "symfony/config": "^4.4|^5.0|^6.0",
                "symfony/dependency-injection": "^4.4|^5.0|^6.0",
                "symfony/filesystem": "^4.4|^5.0|^6.0",
                "symfony/http-kernel": "^4.4|^5.0|^6.0",
                "symfony/messenger": "^4.4|^5.0|^6.0",
                "symfony/var-dumper": "^4.4|^5.0|^6.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Cache\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Provides extended PSR-6, PSR-16 (and tags) implementations",
            "homepage": "https://symfony.com",
            "keywords": [
                "caching",
                "psr6"
            ],
            "support": {
                "source": "https://github.com/symfony/cache/tree/v5.4.36"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2024-02-19T13:08:14+00:00"
        },
        {
            "name": "symfony/cache-contracts",
            "version": "v2.5.2",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/cache-contracts.git",
                "reference": "64be4a7acb83b6f2bf6de9a02cee6dad41277ebc"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/64be4a7acb83b6f2bf6de9a02cee6dad41277ebc",
                "reference": "64be4a7acb83b6f2bf6de9a02cee6dad41277ebc",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "psr/cache": "^1.0|^2.0|^3.0"
            },
            "suggest": {
                "symfony/cache-implementation": ""
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "2.5-dev"
                },
                "thanks": {
                    "name": "symfony/contracts",
                    "url": "https://github.com/symfony/contracts"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Contracts\\Cache\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Generic abstractions related to caching",
            "homepage": "https://symfony.com",
            "keywords": [
                "abstractions",
                "contracts",
                "decoupling",
                "interfaces",
                "interoperability",
                "standards"
            ],
            "support": {
                "source": "https://github.com/symfony/cache-contracts/tree/v2.5.2"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2022-01-02T09:53:40+00:00"
        },
        {
            "name": "symfony/config",
            "version": "v5.4.36",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/config.git",
                "reference": "0a4f363dc2f13d2f871f917cc563796d9ddc78d1"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/config/zipball/0a4f363dc2f13d2f871f917cc563796d9ddc78d1",
                "reference": "0a4f363dc2f13d2f871f917cc563796d9ddc78d1",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "symfony/deprecation-contracts": "^2.1|^3",
                "symfony/filesystem": "^4.4|^5.0|^6.0",
                "symfony/polyfill-ctype": "~1.8",
                "symfony/polyfill-php80": "^1.16",
                "symfony/polyfill-php81": "^1.22"
            },
            "conflict": {
                "symfony/finder": "<4.4"
            },
            "require-dev": {
                "symfony/event-dispatcher": "^4.4|^5.0|^6.0",
                "symfony/finder": "^4.4|^5.0|^6.0",
                "symfony/messenger": "^4.4|^5.0|^6.0",
                "symfony/service-contracts": "^1.1|^2|^3",
                "symfony/yaml": "^4.4|^5.0|^6.0"
            },
            "suggest": {
                "symfony/yaml": "To use the yaml reference dumper"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Config\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Helps you find, load, combine, autofill and validate configuration values of any kind",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/config/tree/v5.4.36"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2024-02-23T16:13:23+00:00"
        },
        {
            "name": "symfony/console",
            "version": "v5.4.36",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/console.git",
                "reference": "39f75d9d73d0c11952fdcecf4877b4d0f62a8f6e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/console/zipball/39f75d9d73d0c11952fdcecf4877b4d0f62a8f6e",
                "reference": "39f75d9d73d0c11952fdcecf4877b4d0f62a8f6e",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "symfony/deprecation-contracts": "^2.1|^3",
                "symfony/polyfill-mbstring": "~1.0",
                "symfony/polyfill-php73": "^1.9",
                "symfony/polyfill-php80": "^1.16",
                "symfony/service-contracts": "^1.1|^2|^3",
                "symfony/string": "^5.1|^6.0"
            },
            "conflict": {
                "psr/log": ">=3",
                "symfony/dependency-injection": "<4.4",
                "symfony/dotenv": "<5.1",
                "symfony/event-dispatcher": "<4.4",
                "symfony/lock": "<4.4",
                "symfony/process": "<4.4"
            },
            "provide": {
                "psr/log-implementation": "1.0|2.0"
            },
            "require-dev": {
                "psr/log": "^1|^2",
                "symfony/config": "^4.4|^5.0|^6.0",
                "symfony/dependency-injection": "^4.4|^5.0|^6.0",
                "symfony/event-dispatcher": "^4.4|^5.0|^6.0",
                "symfony/lock": "^4.4|^5.0|^6.0",
                "symfony/process": "^4.4|^5.0|^6.0",
                "symfony/var-dumper": "^4.4|^5.0|^6.0"
            },
            "suggest": {
                "psr/log": "For using the console logger",
                "symfony/event-dispatcher": "",
                "symfony/lock": "",
                "symfony/process": ""
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Console\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Eases the creation of beautiful and testable command line interfaces",
            "homepage": "https://symfony.com",
            "keywords": [
                "cli",
                "command-line",
                "console",
                "terminal"
            ],
            "support": {
                "source": "https://github.com/symfony/console/tree/v5.4.36"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2024-02-20T16:33:57+00:00"
        },
        {
            "name": "symfony/dependency-injection",
            "version": "v5.4.36",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/dependency-injection.git",
                "reference": "cc1fb237cd0e6da33005062b13b8485deb6e4440"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/cc1fb237cd0e6da33005062b13b8485deb6e4440",
                "reference": "cc1fb237cd0e6da33005062b13b8485deb6e4440",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "psr/container": "^1.1.1",
                "symfony/deprecation-contracts": "^2.1|^3",
                "symfony/polyfill-php80": "^1.16",
                "symfony/polyfill-php81": "^1.22",
                "symfony/service-contracts": "^1.1.6|^2"
            },
            "conflict": {
                "ext-psr": "<1.1|>=2",
                "symfony/config": "<5.3",
                "symfony/finder": "<4.4",
                "symfony/proxy-manager-bridge": "<4.4",
                "symfony/yaml": "<4.4.26"
            },
            "provide": {
                "psr/container-implementation": "1.0",
                "symfony/service-implementation": "1.0|2.0"
            },
            "require-dev": {
                "symfony/config": "^5.3|^6.0",
                "symfony/expression-language": "^4.4|^5.0|^6.0",
                "symfony/yaml": "^4.4.26|^5.0|^6.0"
            },
            "suggest": {
                "symfony/config": "",
                "symfony/expression-language": "For using expressions in service container configuration",
                "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required",
                "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
                "symfony/yaml": ""
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\DependencyInjection\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Allows you to standardize and centralize the way objects are constructed in your application",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/dependency-injection/tree/v5.4.36"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2024-02-22T18:43:31+00:00"
        },
        {
            "name": "symfony/deprecation-contracts",
            "version": "v2.5.2",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/deprecation-contracts.git",
                "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
                "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "2.5-dev"
                },
                "thanks": {
                    "name": "symfony/contracts",
                    "url": "https://github.com/symfony/contracts"
                }
            },
            "autoload": {
                "files": [
                    "function.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "A generic function and convention to trigger deprecation notices",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.2"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2022-01-02T09:53:40+00:00"
        },
        {
            "name": "symfony/error-handler",
            "version": "v5.4.36",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/error-handler.git",
                "reference": "90b1d7799bfc1b3ed5f902e8b334eeb7dba537a1"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/error-handler/zipball/90b1d7799bfc1b3ed5f902e8b334eeb7dba537a1",
                "reference": "90b1d7799bfc1b3ed5f902e8b334eeb7dba537a1",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "psr/log": "^1|^2|^3",
                "symfony/var-dumper": "^4.4|^5.0|^6.0"
            },
            "require-dev": {
                "symfony/deprecation-contracts": "^2.1|^3",
                "symfony/http-kernel": "^4.4|^5.0|^6.0",
                "symfony/serializer": "^4.4|^5.0|^6.0"
            },
            "bin": [
                "Resources/bin/patch-type-declarations"
            ],
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\ErrorHandler\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Provides tools to manage errors and ease debugging PHP code",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/error-handler/tree/v5.4.36"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2024-02-22T11:40:53+00:00"
        },
        {
            "name": "symfony/event-dispatcher",
            "version": "v5.4.35",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/event-dispatcher.git",
                "reference": "7a69a85c7ea5bdd1e875806a99c51a87d3a74b38"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/7a69a85c7ea5bdd1e875806a99c51a87d3a74b38",
                "reference": "7a69a85c7ea5bdd1e875806a99c51a87d3a74b38",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "symfony/deprecation-contracts": "^2.1|^3",
                "symfony/event-dispatcher-contracts": "^2|^3",
                "symfony/polyfill-php80": "^1.16"
            },
            "conflict": {
                "symfony/dependency-injection": "<4.4"
            },
            "provide": {
                "psr/event-dispatcher-implementation": "1.0",
                "symfony/event-dispatcher-implementation": "2.0"
            },
            "require-dev": {
                "psr/log": "^1|^2|^3",
                "symfony/config": "^4.4|^5.0|^6.0",
                "symfony/dependency-injection": "^4.4|^5.0|^6.0",
                "symfony/error-handler": "^4.4|^5.0|^6.0",
                "symfony/expression-language": "^4.4|^5.0|^6.0",
                "symfony/http-foundation": "^4.4|^5.0|^6.0",
                "symfony/service-contracts": "^1.1|^2|^3",
                "symfony/stopwatch": "^4.4|^5.0|^6.0"
            },
            "suggest": {
                "symfony/dependency-injection": "",
                "symfony/http-kernel": ""
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\EventDispatcher\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/event-dispatcher/tree/v5.4.35"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2024-01-23T13:51:25+00:00"
        },
        {
            "name": "symfony/event-dispatcher-contracts",
            "version": "v2.5.2",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/event-dispatcher-contracts.git",
                "reference": "f98b54df6ad059855739db6fcbc2d36995283fe1"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/f98b54df6ad059855739db6fcbc2d36995283fe1",
                "reference": "f98b54df6ad059855739db6fcbc2d36995283fe1",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "psr/event-dispatcher": "^1"
            },
            "suggest": {
                "symfony/event-dispatcher-implementation": ""
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "2.5-dev"
                },
                "thanks": {
                    "name": "symfony/contracts",
                    "url": "https://github.com/symfony/contracts"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Contracts\\EventDispatcher\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Generic abstractions related to dispatching event",
            "homepage": "https://symfony.com",
            "keywords": [
                "abstractions",
                "contracts",
                "decoupling",
                "interfaces",
                "interoperability",
                "standards"
            ],
            "support": {
                "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v2.5.2"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2022-01-02T09:53:40+00:00"
        },
        {
            "name": "symfony/filesystem",
            "version": "v5.4.35",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/filesystem.git",
                "reference": "5a553607d4ffbfa9c0ab62facadea296c9db7086"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/filesystem/zipball/5a553607d4ffbfa9c0ab62facadea296c9db7086",
                "reference": "5a553607d4ffbfa9c0ab62facadea296c9db7086",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "symfony/polyfill-ctype": "~1.8",
                "symfony/polyfill-mbstring": "~1.8",
                "symfony/polyfill-php80": "^1.16"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Filesystem\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Provides basic utilities for the filesystem",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/filesystem/tree/v5.4.35"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2024-01-23T13:51:25+00:00"
        },
        {
            "name": "symfony/finder",
            "version": "v5.4.35",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/finder.git",
                "reference": "abe6d6f77d9465fed3cd2d029b29d03b56b56435"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/finder/zipball/abe6d6f77d9465fed3cd2d029b29d03b56b56435",
                "reference": "abe6d6f77d9465fed3cd2d029b29d03b56b56435",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "symfony/deprecation-contracts": "^2.1|^3",
                "symfony/polyfill-php80": "^1.16"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Finder\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Finds files and directories via an intuitive fluent interface",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/finder/tree/v5.4.35"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2024-01-23T13:51:25+00:00"
        },
        {
            "name": "symfony/framework-bundle",
            "version": "v5.4.36",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/framework-bundle.git",
                "reference": "224f69093099a507cf84d8c48ceb29e8653a5896"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/224f69093099a507cf84d8c48ceb29e8653a5896",
                "reference": "224f69093099a507cf84d8c48ceb29e8653a5896",
                "shasum": ""
            },
            "require": {
                "ext-xml": "*",
                "php": ">=7.2.5",
                "symfony/cache": "^5.2|^6.0",
                "symfony/config": "^5.3|^6.0",
                "symfony/dependency-injection": "^5.4.5|^6.0.5",
                "symfony/deprecation-contracts": "^2.1|^3",
                "symfony/error-handler": "^4.4.1|^5.0.1|^6.0",
                "symfony/event-dispatcher": "^5.1|^6.0",
                "symfony/filesystem": "^4.4|^5.0|^6.0",
                "symfony/finder": "^4.4|^5.0|^6.0",
                "symfony/http-foundation": "^5.4.24|^6.2.11",
                "symfony/http-kernel": "^5.4|^6.0",
                "symfony/polyfill-mbstring": "~1.0",
                "symfony/polyfill-php80": "^1.16",
                "symfony/polyfill-php81": "^1.22",
                "symfony/routing": "^5.3|^6.0"
            },
            "conflict": {
                "doctrine/annotations": "<1.13.1",
                "doctrine/cache": "<1.11",
                "doctrine/persistence": "<1.3",
                "phpdocumentor/reflection-docblock": "<3.2.2",
                "phpdocumentor/type-resolver": "<1.4.0",
                "symfony/asset": "<5.3",
                "symfony/console": "<5.2.5|>=7.0",
                "symfony/dom-crawler": "<4.4",
                "symfony/dotenv": "<5.1",
                "symfony/form": "<5.2",
                "symfony/http-client": "<4.4",
                "symfony/lock": "<4.4",
                "symfony/mailer": "<5.2",
                "symfony/messenger": "<5.4",
                "symfony/mime": "<4.4",
                "symfony/property-access": "<5.3",
                "symfony/property-info": "<4.4",
                "symfony/security-csrf": "<5.3",
                "symfony/serializer": "<5.2",
                "symfony/service-contracts": ">=3.0",
                "symfony/stopwatch": "<4.4",
                "symfony/translation": "<5.3",
                "symfony/twig-bridge": "<4.4",
                "symfony/twig-bundle": "<4.4",
                "symfony/validator": "<5.3.11",
                "symfony/web-profiler-bundle": "<4.4",
                "symfony/workflow": "<5.2"
            },
            "require-dev": {
                "doctrine/annotations": "^1.13.1|^2",
                "doctrine/cache": "^1.11|^2.0",
                "doctrine/persistence": "^1.3|^2|^3",
                "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
                "symfony/asset": "^5.3|^6.0",
                "symfony/browser-kit": "^5.4|^6.0",
                "symfony/console": "^5.4.9|^6.0.9",
                "symfony/css-selector": "^4.4|^5.0|^6.0",
                "symfony/dom-crawler": "^4.4.30|^5.3.7|^6.0",
                "symfony/dotenv": "^5.1|^6.0",
                "symfony/expression-language": "^4.4|^5.0|^6.0",
                "symfony/form": "^5.2|^6.0",
                "symfony/http-client": "^4.4|^5.0|^6.0",
                "symfony/lock": "^4.4|^5.0|^6.0",
                "symfony/mailer": "^5.2|^6.0",
                "symfony/messenger": "^5.4|^6.0",
                "symfony/mime": "^4.4|^5.0|^6.0",
                "symfony/notifier": "^5.4|^6.0",
                "symfony/polyfill-intl-icu": "~1.0",
                "symfony/process": "^4.4|^5.0|^6.0",
                "symfony/property-info": "^4.4|^5.0|^6.0",
                "symfony/rate-limiter": "^5.2|^6.0",
                "symfony/security-bundle": "^5.4|^6.0",
                "symfony/serializer": "^5.4|^6.0",
                "symfony/stopwatch": "^4.4|^5.0|^6.0",
                "symfony/string": "^5.0|^6.0",
                "symfony/translation": "^5.3|^6.0",
                "symfony/twig-bundle": "^4.4|^5.0|^6.0",
                "symfony/validator": "^5.3.11|^6.0",
                "symfony/web-link": "^4.4|^5.0|^6.0",
                "symfony/workflow": "^5.2|^6.0",
                "symfony/yaml": "^4.4|^5.0|^6.0",
                "twig/twig": "^2.10|^3.0.4"
            },
            "suggest": {
                "ext-apcu": "For best performance of the system caches",
                "symfony/console": "For using the console commands",
                "symfony/form": "For using forms",
                "symfony/property-info": "For using the property_info service",
                "symfony/serializer": "For using the serializer service",
                "symfony/validator": "For using validation",
                "symfony/web-link": "For using web links, features such as preloading, prefetching or prerendering",
                "symfony/yaml": "For using the debug:config and lint:yaml commands"
            },
            "type": "symfony-bundle",
            "autoload": {
                "psr-4": {
                    "Symfony\\Bundle\\FrameworkBundle\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Provides a tight integration between Symfony components and the Symfony full-stack framework",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/framework-bundle/tree/v5.4.36"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2024-02-20T14:48:43+00:00"
        },
        {
            "name": "symfony/http-foundation",
            "version": "v5.4.35",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/http-foundation.git",
                "reference": "f2ab692a22aef1cd54beb893aa0068bdfb093928"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/http-foundation/zipball/f2ab692a22aef1cd54beb893aa0068bdfb093928",
                "reference": "f2ab692a22aef1cd54beb893aa0068bdfb093928",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "symfony/deprecation-contracts": "^2.1|^3",
                "symfony/polyfill-mbstring": "~1.1",
                "symfony/polyfill-php80": "^1.16"
            },
            "require-dev": {
                "predis/predis": "~1.0",
                "symfony/cache": "^4.4|^5.0|^6.0",
                "symfony/dependency-injection": "^5.4|^6.0",
                "symfony/expression-language": "^4.4|^5.0|^6.0",
                "symfony/http-kernel": "^5.4.12|^6.0.12|^6.1.4",
                "symfony/mime": "^4.4|^5.0|^6.0",
                "symfony/rate-limiter": "^5.2|^6.0"
            },
            "suggest": {
                "symfony/mime": "To use the file extension guesser"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\HttpFoundation\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Defines an object-oriented layer for the HTTP specification",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/http-foundation/tree/v5.4.35"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2024-01-23T13:51:25+00:00"
        },
        {
            "name": "symfony/http-kernel",
            "version": "v5.4.37",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/http-kernel.git",
                "reference": "4ef7ed872564852b3c6c15fecf492975a52cbff3"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/http-kernel/zipball/4ef7ed872564852b3c6c15fecf492975a52cbff3",
                "reference": "4ef7ed872564852b3c6c15fecf492975a52cbff3",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "psr/log": "^1|^2",
                "symfony/deprecation-contracts": "^2.1|^3",
                "symfony/error-handler": "^4.4|^5.0|^6.0",
                "symfony/event-dispatcher": "^5.0|^6.0",
                "symfony/http-foundation": "^5.4.21|^6.2.7",
                "symfony/polyfill-ctype": "^1.8",
                "symfony/polyfill-php73": "^1.9",
                "symfony/polyfill-php80": "^1.16"
            },
            "conflict": {
                "symfony/browser-kit": "<5.4",
                "symfony/cache": "<5.0",
                "symfony/config": "<5.0",
                "symfony/console": "<4.4",
                "symfony/dependency-injection": "<5.3",
                "symfony/doctrine-bridge": "<5.0",
                "symfony/form": "<5.0",
                "symfony/http-client": "<5.0",
                "symfony/mailer": "<5.0",
                "symfony/messenger": "<5.0",
                "symfony/translation": "<5.0",
                "symfony/twig-bridge": "<5.0",
                "symfony/validator": "<5.0",
                "twig/twig": "<2.13"
            },
            "provide": {
                "psr/log-implementation": "1.0|2.0"
            },
            "require-dev": {
                "psr/cache": "^1.0|^2.0|^3.0",
                "symfony/browser-kit": "^5.4|^6.0",
                "symfony/config": "^5.0|^6.0",
                "symfony/console": "^4.4|^5.0|^6.0",
                "symfony/css-selector": "^4.4|^5.0|^6.0",
                "symfony/dependency-injection": "^5.3|^6.0",
                "symfony/dom-crawler": "^4.4|^5.0|^6.0",
                "symfony/expression-language": "^4.4|^5.0|^6.0",
                "symfony/finder": "^4.4|^5.0|^6.0",
                "symfony/http-client-contracts": "^1.1|^2|^3",
                "symfony/process": "^4.4|^5.0|^6.0",
                "symfony/routing": "^4.4|^5.0|^6.0",
                "symfony/stopwatch": "^4.4|^5.0|^6.0",
                "symfony/translation": "^4.4|^5.0|^6.0",
                "symfony/translation-contracts": "^1.1|^2|^3",
                "twig/twig": "^2.13|^3.0.4"
            },
            "suggest": {
                "symfony/browser-kit": "",
                "symfony/config": "",
                "symfony/console": "",
                "symfony/dependency-injection": ""
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\HttpKernel\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Provides a structured process for converting a Request into a Response",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/http-kernel/tree/v5.4.37"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2024-03-04T20:55:44+00:00"
        },
        {
            "name": "symfony/polyfill-ctype",
            "version": "v1.29.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-ctype.git",
                "reference": "ef4d7e442ca910c4764bce785146269b30cb5fc4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/ef4d7e442ca910c4764bce785146269b30cb5fc4",
                "reference": "ef4d7e442ca910c4764bce785146269b30cb5fc4",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "provide": {
                "ext-ctype": "*"
            },
            "suggest": {
                "ext-ctype": "For best performance"
            },
            "type": "library",
            "extra": {
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "Symfony\\Polyfill\\Ctype\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Gert de Pagter",
                    "email": "BackEndTea@gmail.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill for ctype functions",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "ctype",
                "polyfill",
                "portable"
            ],
            "support": {
                "source": "https://github.com/symfony/polyfill-ctype/tree/v1.29.0"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2024-01-29T20:11:03+00:00"
        },
        {
            "name": "symfony/polyfill-intl-grapheme",
            "version": "v1.29.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
                "reference": "32a9da87d7b3245e09ac426c83d334ae9f06f80f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/32a9da87d7b3245e09ac426c83d334ae9f06f80f",
                "reference": "32a9da87d7b3245e09ac426c83d334ae9f06f80f",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "suggest": {
                "ext-intl": "For best performance"
            },
            "type": "library",
            "extra": {
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "Symfony\\Polyfill\\Intl\\Grapheme\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill for intl's grapheme_* functions",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "grapheme",
                "intl",
                "polyfill",
                "portable",
                "shim"
            ],
            "support": {
                "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.29.0"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2024-01-29T20:11:03+00:00"
        },
        {
            "name": "symfony/polyfill-intl-normalizer",
            "version": "v1.29.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
                "reference": "bc45c394692b948b4d383a08d7753968bed9a83d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/bc45c394692b948b4d383a08d7753968bed9a83d",
                "reference": "bc45c394692b948b4d383a08d7753968bed9a83d",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "suggest": {
                "ext-intl": "For best performance"
            },
            "type": "library",
            "extra": {
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
                },
                "classmap": [
                    "Resources/stubs"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill for intl's Normalizer class and related functions",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "intl",
                "normalizer",
                "polyfill",
                "portable",
                "shim"
            ],
            "support": {
                "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.29.0"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2024-01-29T20:11:03+00:00"
        },
        {
            "name": "symfony/polyfill-mbstring",
            "version": "v1.29.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-mbstring.git",
                "reference": "9773676c8a1bb1f8d4340a62efe641cf76eda7ec"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9773676c8a1bb1f8d4340a62efe641cf76eda7ec",
                "reference": "9773676c8a1bb1f8d4340a62efe641cf76eda7ec",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "provide": {
                "ext-mbstring": "*"
            },
            "suggest": {
                "ext-mbstring": "For best performance"
            },
            "type": "library",
            "extra": {
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "Symfony\\Polyfill\\Mbstring\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill for the Mbstring extension",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "mbstring",
                "polyfill",
                "portable",
                "shim"
            ],
            "support": {
                "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.29.0"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2024-01-29T20:11:03+00:00"
        },
        {
            "name": "symfony/polyfill-php72",
            "version": "v1.29.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-php72.git",
                "reference": "861391a8da9a04cbad2d232ddd9e4893220d6e25"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/861391a8da9a04cbad2d232ddd9e4893220d6e25",
                "reference": "861391a8da9a04cbad2d232ddd9e4893220d6e25",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "type": "library",
            "extra": {
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "Symfony\\Polyfill\\Php72\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "polyfill",
                "portable",
                "shim"
            ],
            "support": {
                "source": "https://github.com/symfony/polyfill-php72/tree/v1.29.0"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2024-01-29T20:11:03+00:00"
        },
        {
            "name": "symfony/polyfill-php73",
            "version": "v1.29.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-php73.git",
                "reference": "21bd091060673a1177ae842c0ef8fe30893114d2"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/21bd091060673a1177ae842c0ef8fe30893114d2",
                "reference": "21bd091060673a1177ae842c0ef8fe30893114d2",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "type": "library",
            "extra": {
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "Symfony\\Polyfill\\Php73\\": ""
                },
                "classmap": [
                    "Resources/stubs"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "polyfill",
                "portable",
                "shim"
            ],
            "support": {
                "source": "https://github.com/symfony/polyfill-php73/tree/v1.29.0"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2024-01-29T20:11:03+00:00"
        },
        {
            "name": "symfony/polyfill-php80",
            "version": "v1.29.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-php80.git",
                "reference": "87b68208d5c1188808dd7839ee1e6c8ec3b02f1b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/87b68208d5c1188808dd7839ee1e6c8ec3b02f1b",
                "reference": "87b68208d5c1188808dd7839ee1e6c8ec3b02f1b",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "type": "library",
            "extra": {
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "Symfony\\Polyfill\\Php80\\": ""
                },
                "classmap": [
                    "Resources/stubs"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Ion Bazan",
                    "email": "ion.bazan@gmail.com"
                },
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "polyfill",
                "portable",
                "shim"
            ],
            "support": {
                "source": "https://github.com/symfony/polyfill-php80/tree/v1.29.0"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2024-01-29T20:11:03+00:00"
        },
        {
            "name": "symfony/polyfill-php81",
            "version": "v1.29.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-php81.git",
                "reference": "c565ad1e63f30e7477fc40738343c62b40bc672d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/c565ad1e63f30e7477fc40738343c62b40bc672d",
                "reference": "c565ad1e63f30e7477fc40738343c62b40bc672d",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "type": "library",
            "extra": {
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "Symfony\\Polyfill\\Php81\\": ""
                },
                "classmap": [
                    "Resources/stubs"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "polyfill",
                "portable",
                "shim"
            ],
            "support": {
                "source": "https://github.com/symfony/polyfill-php81/tree/v1.29.0"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2024-01-29T20:11:03+00:00"
        },
        {
            "name": "symfony/routing",
            "version": "v5.4.37",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/routing.git",
                "reference": "48ae43e443693ddb4e574f7c12f0d17ce287694e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/routing/zipball/48ae43e443693ddb4e574f7c12f0d17ce287694e",
                "reference": "48ae43e443693ddb4e574f7c12f0d17ce287694e",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "symfony/deprecation-contracts": "^2.1|^3",
                "symfony/polyfill-php80": "^1.16"
            },
            "conflict": {
                "doctrine/annotations": "<1.12",
                "symfony/config": "<5.3",
                "symfony/dependency-injection": "<4.4",
                "symfony/yaml": "<4.4"
            },
            "require-dev": {
                "doctrine/annotations": "^1.12|^2",
                "psr/log": "^1|^2|^3",
                "symfony/config": "^5.3|^6.0",
                "symfony/dependency-injection": "^4.4|^5.0|^6.0",
                "symfony/expression-language": "^4.4|^5.0|^6.0",
                "symfony/http-foundation": "^4.4|^5.0|^6.0",
                "symfony/yaml": "^4.4|^5.0|^6.0"
            },
            "suggest": {
                "symfony/config": "For using the all-in-one router or any loader",
                "symfony/expression-language": "For using expression matching",
                "symfony/http-foundation": "For using a Symfony Request object",
                "symfony/yaml": "For using the YAML loader"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Routing\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Maps an HTTP request to a set of configuration variables",
            "homepage": "https://symfony.com",
            "keywords": [
                "router",
                "routing",
                "uri",
                "url"
            ],
            "support": {
                "source": "https://github.com/symfony/routing/tree/v5.4.37"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2024-02-27T09:52:32+00:00"
        },
        {
            "name": "symfony/service-contracts",
            "version": "v2.5.2",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/service-contracts.git",
                "reference": "4b426aac47d6427cc1a1d0f7e2ac724627f5966c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/service-contracts/zipball/4b426aac47d6427cc1a1d0f7e2ac724627f5966c",
                "reference": "4b426aac47d6427cc1a1d0f7e2ac724627f5966c",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "psr/container": "^1.1",
                "symfony/deprecation-contracts": "^2.1|^3"
            },
            "conflict": {
                "ext-psr": "<1.1|>=2"
            },
            "suggest": {
                "symfony/service-implementation": ""
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "2.5-dev"
                },
                "thanks": {
                    "name": "symfony/contracts",
                    "url": "https://github.com/symfony/contracts"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Contracts\\Service\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Generic abstractions related to writing services",
            "homepage": "https://symfony.com",
            "keywords": [
                "abstractions",
                "contracts",
                "decoupling",
                "interfaces",
                "interoperability",
                "standards"
            ],
            "support": {
                "source": "https://github.com/symfony/service-contracts/tree/v2.5.2"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2022-05-30T19:17:29+00:00"
        },
        {
            "name": "symfony/string",
            "version": "v5.4.36",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/string.git",
                "reference": "4e232c83622bd8cd32b794216aa29d0d266d353b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/string/zipball/4e232c83622bd8cd32b794216aa29d0d266d353b",
                "reference": "4e232c83622bd8cd32b794216aa29d0d266d353b",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "symfony/polyfill-ctype": "~1.8",
                "symfony/polyfill-intl-grapheme": "~1.0",
                "symfony/polyfill-intl-normalizer": "~1.0",
                "symfony/polyfill-mbstring": "~1.0",
                "symfony/polyfill-php80": "~1.15"
            },
            "conflict": {
                "symfony/translation-contracts": ">=3.0"
            },
            "require-dev": {
                "symfony/error-handler": "^4.4|^5.0|^6.0",
                "symfony/http-client": "^4.4|^5.0|^6.0",
                "symfony/translation-contracts": "^1.1|^2",
                "symfony/var-exporter": "^4.4|^5.0|^6.0"
            },
            "type": "library",
            "autoload": {
                "files": [
                    "Resources/functions.php"
                ],
                "psr-4": {
                    "Symfony\\Component\\String\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
            "homepage": "https://symfony.com",
            "keywords": [
                "grapheme",
                "i18n",
                "string",
                "unicode",
                "utf-8",
                "utf8"
            ],
            "support": {
                "source": "https://github.com/symfony/string/tree/v5.4.36"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2024-02-01T08:49:30+00:00"
        },
        {
            "name": "symfony/var-dumper",
            "version": "v5.4.36",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/var-dumper.git",
                "reference": "2e9c2b11267119d9c90d6b3fdce5e4e9f15e2e90"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/var-dumper/zipball/2e9c2b11267119d9c90d6b3fdce5e4e9f15e2e90",
                "reference": "2e9c2b11267119d9c90d6b3fdce5e4e9f15e2e90",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "symfony/polyfill-mbstring": "~1.0",
                "symfony/polyfill-php80": "^1.16"
            },
            "conflict": {
                "symfony/console": "<4.4"
            },
            "require-dev": {
                "ext-iconv": "*",
                "symfony/console": "^4.4|^5.0|^6.0",
                "symfony/http-kernel": "^4.4|^5.0|^6.0",
                "symfony/process": "^4.4|^5.0|^6.0",
                "symfony/uid": "^5.1|^6.0",
                "twig/twig": "^2.13|^3.0.4"
            },
            "suggest": {
                "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
                "ext-intl": "To show region name in time zone dump",
                "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
            },
            "bin": [
                "Resources/bin/var-dump-server"
            ],
            "type": "library",
            "autoload": {
                "files": [
                    "Resources/functions/dump.php"
                ],
                "psr-4": {
                    "Symfony\\Component\\VarDumper\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Provides mechanisms for walking through any arbitrary PHP variable",
            "homepage": "https://symfony.com",
            "keywords": [
                "debug",
                "dump"
            ],
            "support": {
                "source": "https://github.com/symfony/var-dumper/tree/v5.4.36"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2024-02-15T11:19:14+00:00"
        },
        {
            "name": "symfony/var-exporter",
            "version": "v5.4.35",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/var-exporter.git",
                "reference": "abb0a151b62d6b07e816487e20040464af96cae7"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/var-exporter/zipball/abb0a151b62d6b07e816487e20040464af96cae7",
                "reference": "abb0a151b62d6b07e816487e20040464af96cae7",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "symfony/polyfill-php80": "^1.16"
            },
            "require-dev": {
                "symfony/var-dumper": "^4.4.9|^5.0.9|^6.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\VarExporter\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Allows exporting any serializable PHP data structure to plain PHP code",
            "homepage": "https://symfony.com",
            "keywords": [
                "clone",
                "construct",
                "export",
                "hydrate",
                "instantiate",
                "serialize"
            ],
            "support": {
                "source": "https://github.com/symfony/var-exporter/tree/v5.4.35"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2024-01-23T13:51:25+00:00"
        },
        {
            "name": "symfony/yaml",
            "version": "v5.4.35",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/yaml.git",
                "reference": "e78db7f5c70a21f0417a31f414c4a95fe76c07e4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/yaml/zipball/e78db7f5c70a21f0417a31f414c4a95fe76c07e4",
                "reference": "e78db7f5c70a21f0417a31f414c4a95fe76c07e4",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "symfony/deprecation-contracts": "^2.1|^3",
                "symfony/polyfill-ctype": "^1.8"
            },
            "conflict": {
                "symfony/console": "<5.3"
            },
            "require-dev": {
                "symfony/console": "^5.3|^6.0"
            },
            "suggest": {
                "symfony/console": "For validating YAML files using the lint command"
            },
            "bin": [
                "Resources/bin/yaml-lint"
            ],
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Yaml\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Loads and dumps YAML files",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/yaml/tree/v5.4.35"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2024-01-23T13:51:25+00:00"
        },
        {
            "name": "twig/extensions",
            "version": "v1.5.4",
            "source": {
                "type": "git",
                "url": "https://github.com/twigphp/Twig-extensions.git",
                "reference": "57873c8b0c1be51caa47df2cdb824490beb16202"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/57873c8b0c1be51caa47df2cdb824490beb16202",
                "reference": "57873c8b0c1be51caa47df2cdb824490beb16202",
                "shasum": ""
            },
            "require": {
                "twig/twig": "^1.27|^2.0"
            },
            "require-dev": {
                "symfony/phpunit-bridge": "^3.4",
                "symfony/translation": "^2.7|^3.4"
            },
            "suggest": {
                "symfony/translation": "Allow the time_diff output to be translated"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.5-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Twig_Extensions_": "lib/"
                },
                "psr-4": {
                    "Twig\\Extensions\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                }
            ],
            "description": "Common additional features for Twig that do not directly belong in core",
            "keywords": [
                "i18n",
                "text"
            ],
            "support": {
                "issues": "https://github.com/twigphp/Twig-extensions/issues",
                "source": "https://github.com/twigphp/Twig-extensions/tree/master"
            },
            "abandoned": true,
            "time": "2018-12-05T18:34:18+00:00"
        },
        {
            "name": "twig/twig",
            "version": "v2.16.0",
            "source": {
                "type": "git",
                "url": "https://github.com/twigphp/Twig.git",
                "reference": "0c9cc7ef2e0ec6d20c5af1200522a89ba101f623"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/twigphp/Twig/zipball/0c9cc7ef2e0ec6d20c5af1200522a89ba101f623",
                "reference": "0c9cc7ef2e0ec6d20c5af1200522a89ba101f623",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1.3",
                "symfony/polyfill-ctype": "^1.8",
                "symfony/polyfill-mbstring": "^1.3",
                "symfony/polyfill-php72": "^1.8"
            },
            "require-dev": {
                "psr/container": "^1.0",
                "symfony/phpunit-bridge": "^5.4.9|^6.3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.16-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Twig_": "lib/"
                },
                "psr-4": {
                    "Twig\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com",
                    "homepage": "http://fabien.potencier.org",
                    "role": "Lead Developer"
                },
                {
                    "name": "Twig Team",
                    "role": "Contributors"
                },
                {
                    "name": "Armin Ronacher",
                    "email": "armin.ronacher@active-4.com",
                    "role": "Project Founder"
                }
            ],
            "description": "Twig, the flexible, fast, and secure template language for PHP",
            "homepage": "https://twig.symfony.com",
            "keywords": [
                "templating"
            ],
            "support": {
                "issues": "https://github.com/twigphp/Twig/issues",
                "source": "https://github.com/twigphp/Twig/tree/v2.16.0"
            },
            "funding": [
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/twig/twig",
                    "type": "tidelift"
                }
            ],
            "time": "2023-12-22T07:22:15+00:00"
        },
        {
            "name": "web-token/jwt-checker",
            "version": "v2.2.11",
            "source": {
                "type": "git",
                "url": "https://github.com/web-token/jwt-checker.git",
                "reference": "5f31d98155951739e2fae7455e8466ccddd08f50"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/web-token/jwt-checker/zipball/5f31d98155951739e2fae7455e8466ccddd08f50",
                "reference": "5f31d98155951739e2fae7455e8466ccddd08f50",
                "shasum": ""
            },
            "require": {
                "web-token/jwt-core": "^2.1"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Jose\\Component\\Checker\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Florent Morselli",
                    "homepage": "https://github.com/Spomky"
                },
                {
                    "name": "All contributors",
                    "homepage": "https://github.com/web-token/jwt-checker/contributors"
                }
            ],
            "description": "Checker component of the JWT Framework.",
            "homepage": "https://github.com/web-token",
            "keywords": [
                "JOSE",
                "JWE",
                "JWK",
                "JWKSet",
                "JWS",
                "Jot",
                "RFC7515",
                "RFC7516",
                "RFC7517",
                "RFC7518",
                "RFC7519",
                "RFC7520",
                "bundle",
                "jwa",
                "jwt",
                "symfony"
            ],
            "support": {
                "source": "https://github.com/web-token/jwt-checker/tree/v2.2.11"
            },
            "funding": [
                {
                    "url": "https://www.patreon.com/FlorentMorselli",
                    "type": "patreon"
                }
            ],
            "abandoned": "web-token/jwt-library",
            "time": "2021-03-17T14:55:52+00:00"
        },
        {
            "name": "web-token/jwt-core",
            "version": "v2.2.11",
            "source": {
                "type": "git",
                "url": "https://github.com/web-token/jwt-core.git",
                "reference": "53beb6f6c1eec4fa93c1c3e5d9e5701e71fa1678"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/web-token/jwt-core/zipball/53beb6f6c1eec4fa93c1c3e5d9e5701e71fa1678",
                "reference": "53beb6f6c1eec4fa93c1c3e5d9e5701e71fa1678",
                "shasum": ""
            },
            "require": {
                "brick/math": "^0.8.17|^0.9",
                "ext-json": "*",
                "ext-mbstring": "*",
                "fgrosse/phpasn1": "^2.0",
                "php": ">=7.2",
                "spomky-labs/base64url": "^1.0|^2.0"
            },
            "conflict": {
                "spomky-labs/jose": "*"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Jose\\Component\\Core\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Florent Morselli",
                    "homepage": "https://github.com/Spomky"
                },
                {
                    "name": "All contributors",
                    "homepage": "https://github.com/web-token/jwt-framework/contributors"
                }
            ],
            "description": "Core component of the JWT Framework.",
            "homepage": "https://github.com/web-token",
            "keywords": [
                "JOSE",
                "JWE",
                "JWK",
                "JWKSet",
                "JWS",
                "Jot",
                "RFC7515",
                "RFC7516",
                "RFC7517",
                "RFC7518",
                "RFC7519",
                "RFC7520",
                "bundle",
                "jwa",
                "jwt",
                "symfony"
            ],
            "support": {
                "source": "https://github.com/web-token/jwt-core/tree/v2.2.11"
            },
            "funding": [
                {
                    "url": "https://www.patreon.com/FlorentMorselli",
                    "type": "patreon"
                }
            ],
            "abandoned": "web-token/jwt-library",
            "time": "2021-03-17T14:55:52+00:00"
        },
        {
            "name": "web-token/jwt-easy",
            "version": "v2.2.11",
            "source": {
                "type": "git",
                "url": "https://github.com/web-token/jwt-easy.git",
                "reference": "01db23252bb53d4fd36975b55dd58466bab1bb30"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/web-token/jwt-easy/zipball/01db23252bb53d4fd36975b55dd58466bab1bb30",
                "reference": "01db23252bb53d4fd36975b55dd58466bab1bb30",
                "shasum": ""
            },
            "require": {
                "web-token/jwt-checker": "^2.1",
                "web-token/jwt-encryption": "^2.1",
                "web-token/jwt-signature": "^2.1"
            },
            "suggest": {
                "web-token/jwt-encryption-algorithm-aescbc": "Adds AES-CBC based encryption algorithms",
                "web-token/jwt-encryption-algorithm-aesgcm": "Adds AES-GCM based encryption algorithms",
                "web-token/jwt-encryption-algorithm-aesgcmkw": "Adds AES-GCM Key Wrapping based encryption algorithms",
                "web-token/jwt-encryption-algorithm-aeskw": "Adds AES Key Wrapping based encryption algorithms",
                "web-token/jwt-encryption-algorithm-dir": "Adds Direct encryption algorithm",
                "web-token/jwt-encryption-algorithm-ecdh-es": "Adds ECDH-ES based encryption algorithms",
                "web-token/jwt-encryption-algorithm-pbes2": "Adds PBES2 based encryption algorithms",
                "web-token/jwt-encryption-algorithm-rsa": "Adds RSA based encryption algorithms",
                "web-token/jwt-signature-algorithm-ecdsa": "Adds ECDSA based signature algorithms",
                "web-token/jwt-signature-algorithm-eddsa": "Adds EdDSA based signature algorithms",
                "web-token/jwt-signature-algorithm-hmac": "Adds HMAC based signature algorithms",
                "web-token/jwt-signature-algorithm-none": "Adds none signature algorithms",
                "web-token/jwt-signature-algorithm-rsa": "Adds RSA based signature algorithms"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Jose\\Easy\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Florent Morselli",
                    "homepage": "https://github.com/Spomky"
                },
                {
                    "name": "All contributors",
                    "homepage": "https://github.com/web-token/jwt-framework/contributors"
                }
            ],
            "description": "Easy toolset to use the JWT Framework.",
            "homepage": "https://github.com/web-token",
            "keywords": [
                "JOSE",
                "JWE",
                "JWK",
                "JWKSet",
                "JWS",
                "Jot",
                "RFC7515",
                "RFC7516",
                "RFC7517",
                "RFC7518",
                "RFC7519",
                "RFC7520",
                "bundle",
                "jwa",
                "jwt",
                "symfony"
            ],
            "support": {
                "source": "https://github.com/web-token/jwt-easy/tree/v2.2.11"
            },
            "funding": [
                {
                    "url": "https://www.patreon.com/FlorentMorselli",
                    "type": "patreon"
                }
            ],
            "abandoned": true,
            "time": "2021-03-17T14:55:52+00:00"
        },
        {
            "name": "web-token/jwt-encryption",
            "version": "v2.2.11",
            "source": {
                "type": "git",
                "url": "https://github.com/web-token/jwt-encryption.git",
                "reference": "3b8d67d7c5c013750703e7c27f1001544407bbb2"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/web-token/jwt-encryption/zipball/3b8d67d7c5c013750703e7c27f1001544407bbb2",
                "reference": "3b8d67d7c5c013750703e7c27f1001544407bbb2",
                "shasum": ""
            },
            "require": {
                "web-token/jwt-core": "^2.1"
            },
            "suggest": {
                "web-token/jwt-encryption-algorithm-aescbc": "AES CBC Based Content Encryption Algorithms",
                "web-token/jwt-encryption-algorithm-aesgcm": "AES GCM Based Content Encryption Algorithms",
                "web-token/jwt-encryption-algorithm-aesgcmkw": "AES GCM Key Wrapping Based Key Encryption Algorithms",
                "web-token/jwt-encryption-algorithm-aeskw": "AES Key Wrapping Based Key Encryption Algorithms",
                "web-token/jwt-encryption-algorithm-dir": "Direct Key Encryption Algorithms",
                "web-token/jwt-encryption-algorithm-ecdh-es": "ECDH-ES Based Key Encryption Algorithms",
                "web-token/jwt-encryption-algorithm-experimental": "Experimental Key and Signature Algorithms",
                "web-token/jwt-encryption-algorithm-pbes2": "PBES2 Based Key Encryption Algorithms",
                "web-token/jwt-encryption-algorithm-rsa": "RSA Based Key Encryption Algorithms"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Jose\\Component\\Encryption\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Florent Morselli",
                    "homepage": "https://github.com/Spomky"
                },
                {
                    "name": "All contributors",
                    "homepage": "https://github.com/web-token/jwt-encryption/contributors"
                }
            ],
            "description": "Encryption component of the JWT Framework.",
            "homepage": "https://github.com/web-token",
            "keywords": [
                "JOSE",
                "JWE",
                "JWK",
                "JWKSet",
                "JWS",
                "Jot",
                "RFC7515",
                "RFC7516",
                "RFC7517",
                "RFC7518",
                "RFC7519",
                "RFC7520",
                "bundle",
                "jwa",
                "jwt",
                "symfony"
            ],
            "support": {
                "source": "https://github.com/web-token/jwt-encryption/tree/v2.2.11"
            },
            "funding": [
                {
                    "url": "https://www.patreon.com/FlorentMorselli",
                    "type": "patreon"
                }
            ],
            "abandoned": "web-token/jwt-library",
            "time": "2021-03-17T14:55:52+00:00"
        },
        {
            "name": "web-token/jwt-key-mgmt",
            "version": "v2.2.11",
            "source": {
                "type": "git",
                "url": "https://github.com/web-token/jwt-key-mgmt.git",
                "reference": "0b116379515700d237b4e5de86879078ccb09d8a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/web-token/jwt-key-mgmt/zipball/0b116379515700d237b4e5de86879078ccb09d8a",
                "reference": "0b116379515700d237b4e5de86879078ccb09d8a",
                "shasum": ""
            },
            "require": {
                "ext-openssl": "*",
                "psr/http-client": "^1.0",
                "psr/http-factory": "^1.0",
                "web-token/jwt-core": "^2.0"
            },
            "suggest": {
                "ext-sodium": "Sodium is required for OKP key creation, EdDSA signature algorithm and ECDH-ES key encryption with OKP keys",
                "php-http/httplug": "To enable JKU/X5U support.",
                "php-http/message-factory": "To enable JKU/X5U support.",
                "web-token/jwt-util-ecc": "To use EC key analyzers."
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Jose\\Component\\KeyManagement\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Florent Morselli",
                    "homepage": "https://github.com/Spomky"
                },
                {
                    "name": "All contributors",
                    "homepage": "https://github.com/web-token/jwt-key-mgmt/contributors"
                }
            ],
            "description": "Key Management component of the JWT Framework.",
            "homepage": "https://github.com/web-token",
            "keywords": [
                "JOSE",
                "JWE",
                "JWK",
                "JWKSet",
                "JWS",
                "Jot",
                "RFC7515",
                "RFC7516",
                "RFC7517",
                "RFC7518",
                "RFC7519",
                "RFC7520",
                "bundle",
                "jwa",
                "jwt",
                "symfony"
            ],
            "support": {
                "source": "https://github.com/web-token/jwt-key-mgmt/tree/v2.2.11"
            },
            "funding": [
                {
                    "url": "https://www.patreon.com/FlorentMorselli",
                    "type": "patreon"
                }
            ],
            "abandoned": "web-token/jwt-library",
            "time": "2021-03-17T14:55:52+00:00"
        },
        {
            "name": "web-token/jwt-signature",
            "version": "v2.2.11",
            "source": {
                "type": "git",
                "url": "https://github.com/web-token/jwt-signature.git",
                "reference": "015b59aaf3b6e8fb9f5bd1338845b7464c7d8103"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/web-token/jwt-signature/zipball/015b59aaf3b6e8fb9f5bd1338845b7464c7d8103",
                "reference": "015b59aaf3b6e8fb9f5bd1338845b7464c7d8103",
                "shasum": ""
            },
            "require": {
                "web-token/jwt-core": "^2.1"
            },
            "suggest": {
                "web-token/jwt-signature-algorithm-ecdsa": "ECDSA Based Signature Algorithms",
                "web-token/jwt-signature-algorithm-eddsa": "EdDSA Based Signature Algorithms",
                "web-token/jwt-signature-algorithm-experimental": "Experimental Signature Algorithms",
                "web-token/jwt-signature-algorithm-hmac": "HMAC Based Signature Algorithms",
                "web-token/jwt-signature-algorithm-none": "None Signature Algorithm",
                "web-token/jwt-signature-algorithm-rsa": "RSA Based Signature Algorithms"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Jose\\Component\\Signature\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Florent Morselli",
                    "homepage": "https://github.com/Spomky"
                },
                {
                    "name": "All contributors",
                    "homepage": "https://github.com/web-token/jwt-signature/contributors"
                }
            ],
            "description": "Signature component of the JWT Framework.",
            "homepage": "https://github.com/web-token",
            "keywords": [
                "JOSE",
                "JWE",
                "JWK",
                "JWKSet",
                "JWS",
                "Jot",
                "RFC7515",
                "RFC7516",
                "RFC7517",
                "RFC7518",
                "RFC7519",
                "RFC7520",
                "bundle",
                "jwa",
                "jwt",
                "symfony"
            ],
            "support": {
                "source": "https://github.com/web-token/jwt-signature/tree/v2.2.11"
            },
            "funding": [
                {
                    "url": "https://www.patreon.com/FlorentMorselli",
                    "type": "patreon"
                }
            ],
            "abandoned": "web-token/jwt-library",
            "time": "2021-03-01T19:55:28+00:00"
        },
        {
            "name": "web-token/jwt-signature-algorithm-rsa",
            "version": "v2.2.11",
            "source": {
                "type": "git",
                "url": "https://github.com/web-token/jwt-signature-algorithm-rsa.git",
                "reference": "513ad90eb5ef1886ff176727a769bda4618141b0"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/web-token/jwt-signature-algorithm-rsa/zipball/513ad90eb5ef1886ff176727a769bda4618141b0",
                "reference": "513ad90eb5ef1886ff176727a769bda4618141b0",
                "shasum": ""
            },
            "require": {
                "brick/math": "^0.8.17|^0.9",
                "ext-openssl": "*",
                "web-token/jwt-signature": "^2.1"
            },
            "suggest": {
                "ext-bcmath": "GMP or BCMath is highly recommended to improve the library performance",
                "ext-gmp": "GMP or BCMath is highly recommended to improve the library performance"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Jose\\Component\\Signature\\Algorithm\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Florent Morselli",
                    "homepage": "https://github.com/Spomky"
                },
                {
                    "name": "All contributors",
                    "homepage": "https://github.com/web-token/jwt-framework/contributors"
                }
            ],
            "description": "RSA Based Signature Algorithms the JWT Framework.",
            "homepage": "https://github.com/web-token",
            "keywords": [
                "JOSE",
                "JWE",
                "JWK",
                "JWKSet",
                "JWS",
                "Jot",
                "RFC7515",
                "RFC7516",
                "RFC7517",
                "RFC7518",
                "RFC7519",
                "RFC7520",
                "bundle",
                "jwa",
                "jwt",
                "symfony"
            ],
            "support": {
                "source": "https://github.com/web-token/jwt-signature-algorithm-rsa/tree/v2.2.11"
            },
            "funding": [
                {
                    "url": "https://www.patreon.com/FlorentMorselli",
                    "type": "patreon"
                }
            ],
            "abandoned": "web-token/jwt-library",
            "time": "2021-01-21T19:18:03+00:00"
        },
        {
            "name": "webmozart/assert",
            "version": "1.11.0",
            "source": {
                "type": "git",
                "url": "https://github.com/webmozarts/assert.git",
                "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/webmozarts/assert/zipball/11cb2199493b2f8a3b53e7f19068fc6aac760991",
                "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991",
                "shasum": ""
            },
            "require": {
                "ext-ctype": "*",
                "php": "^7.2 || ^8.0"
            },
            "conflict": {
                "phpstan/phpstan": "<0.12.20",
                "vimeo/psalm": "<4.6.1 || 4.6.2"
            },
            "require-dev": {
                "phpunit/phpunit": "^8.5.13"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.10-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Webmozart\\Assert\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Bernhard Schussek",
                    "email": "bschussek@gmail.com"
                }
            ],
            "description": "Assertions to validate method input/output with nice error messages.",
            "keywords": [
                "assert",
                "check",
                "validate"
            ],
            "support": {
                "issues": "https://github.com/webmozarts/assert/issues",
                "source": "https://github.com/webmozarts/assert/tree/1.11.0"
            },
            "time": "2022-06-03T18:03:27+00:00"
        },
        {
            "name": "whitehat101/apr1-md5",
            "version": "v1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/whitehat101/apr1-md5.git",
                "reference": "8b261c9fc0481b4e9fa9d01c6ca70867b5d5e819"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/whitehat101/apr1-md5/zipball/8b261c9fc0481b4e9fa9d01c6ca70867b5d5e819",
                "reference": "8b261c9fc0481b4e9fa9d01c6ca70867b5d5e819",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "require-dev": {
                "phpunit/phpunit": "4.0.*"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "WhiteHat101\\Crypt\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jeremy Ebler",
                    "email": "jebler@gmail.com"
                }
            ],
            "description": "Apache's APR1-MD5 algorithm in pure PHP",
            "homepage": "https://github.com/whitehat101/apr1-md5",
            "keywords": [
                "MD5",
                "apr1"
            ],
            "support": {
                "issues": "https://github.com/whitehat101/apr1-md5/issues",
                "source": "https://github.com/whitehat101/apr1-md5/tree/master"
            },
            "time": "2015-02-11T11:06:42+00:00"
        }
    ],
    "packages-dev": [],
    "aliases": [],
    "minimum-stability": "stable",
    "stability-flags": [],
    "prefer-stable": false,
    "prefer-lowest": false,
    "platform": {
        "ext-json": "*",
        "ext-curl": "*",
        "ext-pdo": "*"
    },
    "platform-dev": [],
    "platform-overrides": {
        "php": "7.4"
    },
    "plugin-api-version": "2.6.0"
}