Skip to content
Snippets Groups Projects
composer.lock 266 KiB
Newer Older
{
    "_readme": [
        "This file locks the dependencies of your project to a known state",
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
Jaime Perez's avatar
Jaime Perez committed
        "This file is @generated automatically"
    "content-hash": "754b6791c360a125a5ada8d86ca12c35",
    "packages": [
        {
            "name": "composer/ca-bundle",
            "version": "1.3.5",
            "source": {
                "type": "git",
                "url": "https://github.com/composer/ca-bundle.git",
                "reference": "74780ccf8c19d6acb8d65c5f39cd72110e132bbd"
                "url": "https://api.github.com/repos/composer/ca-bundle/zipball/74780ccf8c19d6acb8d65c5f39cd72110e132bbd",
                "reference": "74780ccf8c19d6acb8d65c5f39cd72110e132bbd",
                "shasum": ""
            },
            "require": {
                "ext-openssl": "*",
                "ext-pcre": "*",
                "php": "^5.3.2 || ^7.0 || ^8.0"
            },
            "require-dev": {
                "phpstan/phpstan": "^0.12.55",
                "psr/log": "^1.0",
                "symfony/phpunit-bridge": "^4.2 || ^5",
                "symfony/process": "^2.5 || ^3.0 || ^4.0 || ^5.0 || ^6.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Composer\\CaBundle\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jordi Boggiano",
                    "email": "j.boggiano@seld.be",
                    "homepage": "http://seld.be"
                }
            ],
            "description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.",
            "keywords": [
                "cabundle",
                "cacert",
                "certificate",
                "ssl",
                "tls"
            ],
            "support": {
                "irc": "irc://irc.freenode.org/composer",
                "issues": "https://github.com/composer/ca-bundle/issues",
                "source": "https://github.com/composer/ca-bundle/tree/1.3.5"
            },
            "funding": [
                {
                    "url": "https://packagist.com",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/composer",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/composer/composer",
                    "type": "tidelift"
                }
            ],
            "time": "2023-01-11T08:27:00+00:00"
Tim van Dijen's avatar
Tim van Dijen committed
        {
            "name": "composer/class-map-generator",
            "version": "1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/composer/class-map-generator.git",
                "reference": "1e1cb2b791facb2dfe32932a7718cf2571187513"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/composer/class-map-generator/zipball/1e1cb2b791facb2dfe32932a7718cf2571187513",
                "reference": "1e1cb2b791facb2dfe32932a7718cf2571187513",
                "shasum": ""
            },
            "require": {
                "composer/pcre": "^2 || ^3",
                "php": "^7.2 || ^8.0",
                "symfony/finder": "^4.4 || ^5.3 || ^6"
            },
            "require-dev": {
                "phpstan/phpstan": "^1.6",
                "phpstan/phpstan-deprecation-rules": "^1",
                "phpstan/phpstan-phpunit": "^1",
                "phpstan/phpstan-strict-rules": "^1.1",
                "symfony/filesystem": "^5.4 || ^6",
                "symfony/phpunit-bridge": "^5"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Composer\\ClassMapGenerator\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jordi Boggiano",
                    "email": "j.boggiano@seld.be",
                    "homepage": "https://seld.be"
                }
            ],
            "description": "Utilities to scan PHP code and generate class maps.",
            "keywords": [
                "classmap"
            ],
            "support": {
                "issues": "https://github.com/composer/class-map-generator/issues",
                "source": "https://github.com/composer/class-map-generator/tree/1.0.0"
            },
            "funding": [
                {
                    "url": "https://packagist.com",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/composer",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/composer/composer",
                    "type": "tidelift"
                }
            ],
            "time": "2022-06-19T11:31:27+00:00"
        },
        {
            "name": "composer/composer",
            "version": "2.5.1",
            "source": {
                "type": "git",
                "url": "https://github.com/composer/composer.git",
                "reference": "923278ad13e1621946eb76ab2882655d2cc396a4"
                "url": "https://api.github.com/repos/composer/composer/zipball/923278ad13e1621946eb76ab2882655d2cc396a4",
                "reference": "923278ad13e1621946eb76ab2882655d2cc396a4",
                "shasum": ""
            },
            "require": {
                "composer/ca-bundle": "^1.0",
Tim van Dijen's avatar
Tim van Dijen committed
                "composer/class-map-generator": "^1.0",
                "composer/metadata-minifier": "^1.0",
                "composer/pcre": "^2.1 || ^3.1",
                "composer/semver": "^3.0",
Tim van Dijen's avatar
Tim van Dijen committed
                "composer/spdx-licenses": "^1.5.7",
                "composer/xdebug-handler": "^2.0.2 || ^3.0.3",
                "justinrainbow/json-schema": "^5.2.11",
                "php": "^7.2.5 || ^8.0",
                "psr/log": "^1.0 || ^2.0 || ^3.0",
                "react/promise": "^2.8",
                "seld/jsonlint": "^1.4",
                "seld/phar-utils": "^1.2",
Tim van Dijen's avatar
Tim van Dijen committed
                "seld/signal-handler": "^2.0",
                "symfony/console": "^5.4.11 || ^6.0.11",
                "symfony/filesystem": "^5.4 || ^6.0",
                "symfony/finder": "^5.4 || ^6.0",
                "symfony/polyfill-php73": "^1.24",
                "symfony/polyfill-php80": "^1.24",
                "symfony/polyfill-php81": "^1.24",
                "symfony/process": "^5.4 || ^6.0"
            },
            "require-dev": {
                "phpstan/phpstan": "^1.9.3",
                "phpstan/phpstan-deprecation-rules": "^1",
                "phpstan/phpstan-phpunit": "^1.0",
                "phpstan/phpstan-strict-rules": "^1",
Tim van Dijen's avatar
Tim van Dijen committed
                "phpstan/phpstan-symfony": "^1.2.10",
                "symfony/phpunit-bridge": "^6.0"
            },
            "suggest": {
                "ext-openssl": "Enabling the openssl extension allows you to access https URLs for repositories and packages",
                "ext-zip": "Enabling the zip extension allows you to unzip archives",
                "ext-zlib": "Allow gzip compression of HTTP requests"
            },
            "bin": [
                "bin/composer"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "2.5-dev"
                },
                "phpstan": {
                    "includes": [
                        "phpstan/rules.neon"
                    ]
                }
            },
            "autoload": {
                "psr-4": {
                    "Composer\\": "src/Composer"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nils Adermann",
                    "email": "naderman@naderman.de",
                    "homepage": "https://www.naderman.de"
                },
                {
                    "name": "Jordi Boggiano",
                    "email": "j.boggiano@seld.be",
                    "homepage": "https://seld.be"
                }
            ],
            "description": "Composer helps you declare, manage and install dependencies of PHP projects. It ensures you have the right stack everywhere.",
            "homepage": "https://getcomposer.org/",
            "keywords": [
                "autoload",
                "dependency",
                "package"
            ],
            "support": {
                "irc": "ircs://irc.libera.chat:6697/composer",
                "issues": "https://github.com/composer/composer/issues",
                "source": "https://github.com/composer/composer/tree/2.5.1"
            },
            "funding": [
                {
                    "url": "https://packagist.com",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/composer",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/composer/composer",
                    "type": "tidelift"
                }
            ],
            "time": "2022-12-22T14:33:54+00:00"
        },
        {
            "name": "composer/metadata-minifier",
            "version": "1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/composer/metadata-minifier.git",
                "reference": "c549d23829536f0d0e984aaabbf02af91f443207"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/composer/metadata-minifier/zipball/c549d23829536f0d0e984aaabbf02af91f443207",
                "reference": "c549d23829536f0d0e984aaabbf02af91f443207",
                "shasum": ""
            },
            "require": {
                "php": "^5.3.2 || ^7.0 || ^8.0"
            },
            "require-dev": {
                "composer/composer": "^2",
                "phpstan/phpstan": "^0.12.55",
                "symfony/phpunit-bridge": "^4.2 || ^5"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Composer\\MetadataMinifier\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jordi Boggiano",
                    "email": "j.boggiano@seld.be",
                    "homepage": "http://seld.be"
                }
            ],
            "description": "Small utility library that handles metadata minification and expansion.",
            "keywords": [
                "composer",
                "compression"
            ],
            "support": {
                "issues": "https://github.com/composer/metadata-minifier/issues",
                "source": "https://github.com/composer/metadata-minifier/tree/1.0.0"
            },
            "funding": [
                {
                    "url": "https://packagist.com",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/composer",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/composer/composer",
                    "type": "tidelift"
                }
            ],
            "time": "2021-04-07T13:37:33+00:00"
        },
        {
            "name": "composer/pcre",
            "version": "3.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/composer/pcre.git",
                "reference": "4bff79ddd77851fe3cdd11616ed3f92841ba5bd2"
                "url": "https://api.github.com/repos/composer/pcre/zipball/4bff79ddd77851fe3cdd11616ed3f92841ba5bd2",
                "reference": "4bff79ddd77851fe3cdd11616ed3f92841ba5bd2",
                "shasum": ""
            },
            "require": {
                "php": "^7.4 || ^8.0"
            },
            "require-dev": {
                "phpstan/phpstan": "^1.3",
                "phpstan/phpstan-strict-rules": "^1.1",
                "symfony/phpunit-bridge": "^5"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "3.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Composer\\Pcre\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jordi Boggiano",
                    "email": "j.boggiano@seld.be",
                    "homepage": "http://seld.be"
                }
            ],
            "description": "PCRE wrapping library that offers type-safe preg_* replacements.",
            "keywords": [
                "PCRE",
                "preg",
                "regex",
                "regular expression"
            ],
            "support": {
                "issues": "https://github.com/composer/pcre/issues",
                "source": "https://github.com/composer/pcre/tree/3.1.0"
            },
            "funding": [
                {
                    "url": "https://packagist.com",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/composer",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/composer/composer",
                    "type": "tidelift"
                }
            ],
            "time": "2022-11-17T09:50:14+00:00"
        },
        {
            "name": "composer/semver",
            "version": "3.3.2",
            "source": {
                "type": "git",
                "url": "https://github.com/composer/semver.git",
                "reference": "3953f23262f2bff1919fc82183ad9acb13ff62c9"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/composer/semver/zipball/3953f23262f2bff1919fc82183ad9acb13ff62c9",
                "reference": "3953f23262f2bff1919fc82183ad9acb13ff62c9",
                "shasum": ""
            },
            "require": {
                "php": "^5.3.2 || ^7.0 || ^8.0"
            },
            "require-dev": {
                "phpstan/phpstan": "^1.4",
                "symfony/phpunit-bridge": "^4.2 || ^5"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "3.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Composer\\Semver\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nils Adermann",
                    "email": "naderman@naderman.de",
                    "homepage": "http://www.naderman.de"
                },
                {
                    "name": "Jordi Boggiano",
                    "email": "j.boggiano@seld.be",
                    "homepage": "http://seld.be"
                },
                {
                    "name": "Rob Bast",
                    "email": "rob.bast@gmail.com",
                    "homepage": "http://robbast.nl"
                }
            ],
            "description": "Semver library that offers utilities, version constraint parsing and validation.",
            "keywords": [
                "semantic",
                "semver",
                "validation",
                "versioning"
            ],
            "support": {
                "irc": "irc://irc.freenode.org/composer",
                "issues": "https://github.com/composer/semver/issues",
                "source": "https://github.com/composer/semver/tree/3.3.2"
            },
            "funding": [
                {
                    "url": "https://packagist.com",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/composer",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/composer/composer",
                    "type": "tidelift"
                }
            ],
            "time": "2022-04-01T19:23:25+00:00"
        },
        {
            "name": "composer/spdx-licenses",
            "version": "1.5.7",
            "source": {
                "type": "git",
                "url": "https://github.com/composer/spdx-licenses.git",
                "reference": "c848241796da2abf65837d51dce1fae55a960149"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/composer/spdx-licenses/zipball/c848241796da2abf65837d51dce1fae55a960149",
                "reference": "c848241796da2abf65837d51dce1fae55a960149",
                "shasum": ""
            },
            "require": {
                "php": "^5.3.2 || ^7.0 || ^8.0"
            },
            "require-dev": {
                "phpstan/phpstan": "^0.12.55",
                "symfony/phpunit-bridge": "^4.2 || ^5"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Composer\\Spdx\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nils Adermann",
                    "email": "naderman@naderman.de",
                    "homepage": "http://www.naderman.de"
                },
                {
                    "name": "Jordi Boggiano",
                    "email": "j.boggiano@seld.be",
                    "homepage": "http://seld.be"
                },
                {
                    "name": "Rob Bast",
                    "email": "rob.bast@gmail.com",
                    "homepage": "http://robbast.nl"
                }
            ],
            "description": "SPDX licenses list and validation library.",
            "keywords": [
                "license",
                "spdx",
                "validator"
            ],
            "support": {
                "irc": "irc://irc.freenode.org/composer",
                "issues": "https://github.com/composer/spdx-licenses/issues",
                "source": "https://github.com/composer/spdx-licenses/tree/1.5.7"
            },
            "funding": [
                {
                    "url": "https://packagist.com",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/composer",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/composer/composer",
                    "type": "tidelift"
                }
            ],
            "time": "2022-05-23T07:37:50+00:00"
        },
        {
            "name": "composer/xdebug-handler",
            "version": "3.0.3",
            "source": {
                "type": "git",
                "url": "https://github.com/composer/xdebug-handler.git",
                "reference": "ced299686f41dce890debac69273b47ffe98a40c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/ced299686f41dce890debac69273b47ffe98a40c",
                "reference": "ced299686f41dce890debac69273b47ffe98a40c",
                "shasum": ""
            },
            "require": {
                "composer/pcre": "^1 || ^2 || ^3",
                "php": "^7.2.5 || ^8.0",
                "psr/log": "^1 || ^2 || ^3"
            },
            "require-dev": {
                "phpstan/phpstan": "^1.0",
                "phpstan/phpstan-strict-rules": "^1.1",
                "symfony/phpunit-bridge": "^6.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Composer\\XdebugHandler\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "John Stevenson",
                    "email": "john-stevenson@blueyonder.co.uk"
                }
            ],
            "description": "Restarts a process without Xdebug.",
            "keywords": [
                "Xdebug",
                "performance"
            ],
            "support": {
                "irc": "irc://irc.freenode.org/composer",
                "issues": "https://github.com/composer/xdebug-handler/issues",
                "source": "https://github.com/composer/xdebug-handler/tree/3.0.3"
            },
            "funding": [
                {
                    "url": "https://packagist.com",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/composer",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/composer/composer",
                    "type": "tidelift"
                }
            ],
            "time": "2022-02-25T21:32:43+00:00"
        },
        {
            "name": "gettext/gettext",
Sascha Grossenbacher's avatar
Sascha Grossenbacher committed
            "version": "v5.7.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-gettext/Gettext.git",
Sascha Grossenbacher's avatar
Sascha Grossenbacher committed
                "reference": "8657e580747bb3baacccdcebe69cac094661e404"
            },
            "dist": {
                "type": "zip",
Sascha Grossenbacher's avatar
Sascha Grossenbacher committed
                "url": "https://api.github.com/repos/php-gettext/Gettext/zipball/8657e580747bb3baacccdcebe69cac094661e404",
                "reference": "8657e580747bb3baacccdcebe69cac094661e404",
                "shasum": ""
            },
            "require": {
                "gettext/languages": "^2.3",
                "php": "^7.2|^8.0"
            },
            "require-dev": {
                "brick/varexporter": "^0.3.5",
                "friendsofphp/php-cs-fixer": "^3.2",
                "oscarotero/php-cs-fixer-config": "^2.0",
                "phpunit/phpunit": "^8.0|^9.0",
                "squizlabs/php_codesniffer": "^3.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Gettext\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Oscar Otero",
                    "email": "oom@oscarotero.com",
Tim van Dijen's avatar
Tim van Dijen committed
                    "homepage": "http://oscarotero.com",
                    "role": "Developer"
                }
            ],
            "description": "PHP gettext manager",
            "homepage": "https://github.com/php-gettext/Gettext",
            "keywords": [
                "JS",
                "gettext",
                "i18n",
                "mo",
                "po",
                "translation"
            ],
Tim van Dijen's avatar
Tim van Dijen committed
            "support": {
                "email": "oom@oscarotero.com",
                "issues": "https://github.com/php-gettext/Gettext/issues",
Sascha Grossenbacher's avatar
Sascha Grossenbacher committed
                "source": "https://github.com/php-gettext/Gettext/tree/v5.7.0"
Tim van Dijen's avatar
Tim van Dijen committed
            },
            "funding": [
                {
                    "url": "https://paypal.me/oscarotero",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/oscarotero",
                    "type": "github"
                },
                {
                    "url": "https://www.patreon.com/misteroom",
                    "type": "patreon"
                }
            ],
Sascha Grossenbacher's avatar
Sascha Grossenbacher committed
            "time": "2022-07-27T19:54:55+00:00"
        },
        {
            "name": "gettext/languages",
Tim van Dijen's avatar
Tim van Dijen committed
            "version": "2.10.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-gettext/Languages.git",
Tim van Dijen's avatar
Tim van Dijen committed
                "reference": "4d61d67fe83a2ad85959fe6133d6d9ba7dddd1ab"
            },
            "dist": {
                "type": "zip",
Tim van Dijen's avatar
Tim van Dijen committed
                "url": "https://api.github.com/repos/php-gettext/Languages/zipball/4d61d67fe83a2ad85959fe6133d6d9ba7dddd1ab",
                "reference": "4d61d67fe83a2ad85959fe6133d6d9ba7dddd1ab",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3"
            },
                "phpunit/phpunit": "^4.8 || ^5.7 || ^6.5 || ^7.5 || ^8.4"
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Gettext\\Languages\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Michele Locati",
Tim van Dijen's avatar
Tim van Dijen committed
                    "email": "mlocati@gmail.com",
                    "role": "Developer"
                }
            ],
            "description": "gettext languages with plural rules",
            "homepage": "https://github.com/php-gettext/Languages",
            "keywords": [
                "cldr",
                "i18n",
                "internationalization",
                "l10n",
                "language",
                "languages",
                "localization",
                "php",
                "plural",
                "plural rules",
                "plurals",
                "translate",
                "translations",
                "unicode"
            ],
Tim van Dijen's avatar
Tim van Dijen committed
            "support": {
                "issues": "https://github.com/php-gettext/Languages/issues",
Tim van Dijen's avatar
Tim van Dijen committed
                "source": "https://github.com/php-gettext/Languages/tree/2.10.0"
Tim van Dijen's avatar
Tim van Dijen committed
            },
            "funding": [
                {
                    "url": "https://paypal.me/mlocati",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/mlocati",
                    "type": "github"
                }
            ],
Tim van Dijen's avatar
Tim van Dijen committed
            "time": "2022-10-18T15:00:10+00:00"
        {
            "name": "gettext/translator",
            "version": "v1.1.1",
            "source": {
                "type": "git",
                "url": "https://github.com/php-gettext/Translator.git",
                "reference": "b18ff33e8203de623854561f5e47e992fc5c50bb"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-gettext/Translator/zipball/b18ff33e8203de623854561f5e47e992fc5c50bb",
                "reference": "b18ff33e8203de623854561f5e47e992fc5c50bb",
                "shasum": ""
            },
            "require": {
                "php": "^7.2|^8.0"
            },
            "require-dev": {
                "friendsofphp/php-cs-fixer": "^2.15",
                "gettext/gettext": "^5.0.0",
                "oscarotero/php-cs-fixer-config": "^1.0",
                "phpunit/phpunit": "^8.0",
                "squizlabs/php_codesniffer": "^3.0"
            },
            "suggest": {
                "gettext/gettext": "Is necessary to load and generate array files used by the translator"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Gettext\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Oscar Otero",
                    "email": "oom@oscarotero.com",
                    "homepage": "http://oscarotero.com",
                    "role": "Developer"
                }
            ],
            "description": "Gettext translator functions",
            "homepage": "https://github.com/php-gettext/Translator",
            "keywords": [
                "gettext",
                "i18n",
                "php",
                "translator"
            ],
            "support": {
                "email": "oom@oscarotero.com",
                "issues": "https://github.com/php-gettext/Translator/issues",
                "source": "https://github.com/php-gettext/Translator/tree/v1.1.1"
            },
            "funding": [
                {
                    "url": "https://paypal.me/oscarotero",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/oscarotero",
                    "type": "github"
                },
                {
                    "url": "https://www.patreon.com/misteroom",
                    "type": "patreon"
                }
            ],
            "time": "2022-02-23T20:29:40+00:00"
        },
        {
            "name": "justinrainbow/json-schema",
            "version": "5.2.12",
            "source": {
                "type": "git",
                "url": "https://github.com/justinrainbow/json-schema.git",
                "reference": "ad87d5a5ca981228e0e205c2bc7dfb8e24559b60"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/ad87d5a5ca981228e0e205c2bc7dfb8e24559b60",
                "reference": "ad87d5a5ca981228e0e205c2bc7dfb8e24559b60",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "require-dev": {
                "friendsofphp/php-cs-fixer": "~2.2.20||~2.15.1",
                "json-schema/json-schema-test-suite": "1.2.0",
                "phpunit/phpunit": "^4.8.35"
            },
            "bin": [
                "bin/validate-json"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "5.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "JsonSchema\\": "src/JsonSchema/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Bruno Prieto Reis",
                    "email": "bruno.p.reis@gmail.com"
                },
                {
                    "name": "Justin Rainbow",
                    "email": "justin.rainbow@gmail.com"
                },
                {
                    "name": "Igor Wiedler",
                    "email": "igor@wiedler.ch"
                },
                {
                    "name": "Robert Schönthal",
                    "email": "seroscho@googlemail.com"
                }
            ],
            "description": "A library to validate a json schema.",
            "homepage": "https://github.com/justinrainbow/json-schema",
            "keywords": [
                "json",
                "schema"
            ],
            "support": {
                "issues": "https://github.com/justinrainbow/json-schema/issues",
                "source": "https://github.com/justinrainbow/json-schema/tree/5.2.12"
            },
            "time": "2022-04-13T08:02:27+00:00"
        },
        {
            "name": "phpmailer/phpmailer",
            "version": "v6.7.1",
            "source": {
                "type": "git",
                "url": "https://github.com/PHPMailer/PHPMailer.git",
                "reference": "49cd7ea3d2563f028d7811f06864a53b1f15ff55"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/49cd7ea3d2563f028d7811f06864a53b1f15ff55",
                "reference": "49cd7ea3d2563f028d7811f06864a53b1f15ff55",
                "shasum": ""
            },
            "require": {
                "ext-ctype": "*",
                "ext-filter": "*",
Tim van Dijen's avatar
Tim van Dijen committed
                "ext-hash": "*",
                "php": ">=5.5.0"
            },
            "require-dev": {
                "dealerdirect/phpcodesniffer-composer-installer": "^0.7.2",
                "doctrine/annotations": "^1.2.6 || ^1.13.3",
Tim van Dijen's avatar
Tim van Dijen committed
                "php-parallel-lint/php-console-highlighter": "^1.0.0",
                "php-parallel-lint/php-parallel-lint": "^1.3.2",
Tim van Dijen's avatar
Tim van Dijen committed
                "phpcompatibility/php-compatibility": "^9.3.5",
                "roave/security-advisories": "dev-latest",
                "squizlabs/php_codesniffer": "^3.7.1",
                "yoast/phpunit-polyfills": "^1.0.4"
                "ext-mbstring": "Needed to send email in multibyte encoding charset or decode encoded addresses",
                "ext-openssl": "Needed for secure SMTP sending and DKIM signing",
                "greew/oauth2-azure-provider": "Needed for Microsoft Azure XOAUTH2 authentication",
                "hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication",
                "league/oauth2-google": "Needed for Google XOAUTH2 authentication",
                "psr/log": "For optional PSR-3 debug logging",
Tim van Dijen's avatar
Tim van Dijen committed
                "symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)",
                "thenetworg/oauth2-azure": "Needed for Microsoft XOAUTH2 authentication"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "PHPMailer\\PHPMailer\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
Tim van Dijen's avatar
Tim van Dijen committed
                "LGPL-2.1-only"
            ],
            "authors": [
                {
                    "name": "Marcus Bointon",
                    "email": "phpmailer@synchromedia.co.uk"
                },
Tim van Dijen's avatar
Tim van Dijen committed
                {
                    "name": "Jim Jagielski",
                    "email": "jimjag@gmail.com"
                },
                {
                    "name": "Andy Prevost",
                    "email": "codeworxtech@users.sourceforge.net"
                },
                {
                    "name": "Brent R. Matzelle"
                }
            ],
            "description": "PHPMailer is a full-featured email creation and transfer class for PHP",
Tim van Dijen's avatar
Tim van Dijen committed
            "support": {
                "issues": "https://github.com/PHPMailer/PHPMailer/issues",
                "source": "https://github.com/PHPMailer/PHPMailer/tree/v6.7.1"
Tim van Dijen's avatar
Tim van Dijen committed
            },
Tim van Dijen's avatar
Tim van Dijen committed
                    "url": "https://github.com/Synchro",
            "time": "2022-12-08T13:30:06+00:00"
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
        },
        {
            "name": "psr/cache",
Sascha Grossenbacher's avatar
Sascha Grossenbacher committed
            "version": "3.0.0",
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/cache.git",
Sascha Grossenbacher's avatar
Sascha Grossenbacher committed
                "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf"
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
            },
            "dist": {
                "type": "zip",
Sascha Grossenbacher's avatar
Sascha Grossenbacher committed
                "url": "https://api.github.com/repos/php-fig/cache/zipball/aa5030cfa5405eccfdcb1083ce040c2cb8d253bf",
                "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf",
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
                "shasum": ""
            },
            "require": {
Tim van Dijen's avatar
Tim van Dijen committed
                "php": ">=8.0.0"
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Psr\\Cache\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
Tim van Dijen's avatar
Tim van Dijen committed
                    "homepage": "https://www.php-fig.org/"
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
                }
            ],
            "description": "Common interface for caching libraries",
            "keywords": [
                "cache",
                "psr",
                "psr-6"
            ],
Tim van Dijen's avatar
Tim van Dijen committed
            "support": {
Sascha Grossenbacher's avatar
Sascha Grossenbacher committed
                "source": "https://github.com/php-fig/cache/tree/3.0.0"
Tim van Dijen's avatar
Tim van Dijen committed
            },
Sascha Grossenbacher's avatar
Sascha Grossenbacher committed
            "time": "2021-02-03T23:26:27+00:00"
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/container.git",
                "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963"
                "url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963",
                "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963",
Tim van Dijen's avatar
Tim van Dijen committed
                "php": ">=7.4.0"
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Psr\\Container\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "https://www.php-fig.org/"
                }
            ],
            "description": "Common Container Interface (PHP FIG PSR-11)",
            "homepage": "https://github.com/php-fig/container",
            "keywords": [
                "PSR-11",
                "container",
                "container-interface",
                "container-interop",
                "psr"
            ],
Tim van Dijen's avatar
Tim van Dijen committed
            "support": {
                "issues": "https://github.com/php-fig/container/issues",
                "source": "https://github.com/php-fig/container/tree/2.0.2"
Tim van Dijen's avatar
Tim van Dijen committed
            },
            "time": "2021-11-05T16:47:00+00:00"
Tim van Dijen's avatar
Tim van Dijen committed
        {
            "name": "psr/event-dispatcher",
            "version": "1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/event-dispatcher.git",
                "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
                "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Psr\\EventDispatcher\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "http://www.php-fig.org/"
                }
            ],
            "description": "Standard interfaces for event handling.",
            "keywords": [
                "events",
                "psr",
                "psr-14"
            ],
Tim van Dijen's avatar
Tim van Dijen committed
            "support": {
                "issues": "https://github.com/php-fig/event-dispatcher/issues",
                "source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0"
            },
Tim van Dijen's avatar
Tim van Dijen committed
            "time": "2019-01-08T18:20:26+00:00"
        },
        {
            "name": "psr/log",
Sascha Grossenbacher's avatar
Sascha Grossenbacher committed
            "version": "3.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/log.git",
Sascha Grossenbacher's avatar
Sascha Grossenbacher committed
                "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001"
            },
            "dist": {
                "type": "zip",
Sascha Grossenbacher's avatar
Sascha Grossenbacher committed
                "url": "https://api.github.com/repos/php-fig/log/zipball/fe5ea303b0887d5caefd3d431c3e61ad47037001",
                "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001",
Hanne Moa's avatar
Hanne Moa committed
            "require": {
Tim van Dijen's avatar
Tim van Dijen committed
                "php": ">=8.0.0"
Hanne Moa's avatar
Hanne Moa committed
            },
            "type": "library",
Hanne Moa's avatar
Hanne Moa committed
            "extra": {
                "branch-alias": {
Sascha Grossenbacher's avatar
Sascha Grossenbacher committed
                    "dev-master": "3.x-dev"
            "autoload": {
Hanne Moa's avatar
Hanne Moa committed
                "psr-4": {
Tim van Dijen's avatar
Tim van Dijen committed
                    "Psr\\Log\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "https://www.php-fig.org/"
                }
            ],
            "description": "Common interface for logging libraries",
Hanne Moa's avatar
Hanne Moa committed
            "homepage": "https://github.com/php-fig/log",
            "keywords": [
                "log",
                "psr",
                "psr-3"
            ],
Tim van Dijen's avatar
Tim van Dijen committed
            "support": {
Sascha Grossenbacher's avatar
Sascha Grossenbacher committed
                "source": "https://github.com/php-fig/log/tree/3.0.0"
Tim van Dijen's avatar
Tim van Dijen committed
            },
Sascha Grossenbacher's avatar
Sascha Grossenbacher committed
            "time": "2021-07-14T16:46:02+00:00"
        {
            "name": "react/promise",
            "version": "v2.9.0",
            "source": {
                "type": "git",
                "url": "https://github.com/reactphp/promise.git",
                "reference": "234f8fd1023c9158e2314fa9d7d0e6a83db42910"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/reactphp/promise/zipball/234f8fd1023c9158e2314fa9d7d0e6a83db42910",
                "reference": "234f8fd1023c9158e2314fa9d7d0e6a83db42910",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^9.3 || ^5.7 || ^4.8.36"
            },
            "type": "library",
            "autoload": {
                "files": [
                    "src/functions_include.php"
                ],
                "psr-4": {
                    "React\\Promise\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jan Sorgalla",
                    "email": "jsorgalla@gmail.com",
                    "homepage": "https://sorgalla.com/"
                },
                {
                    "name": "Christian Lück",
                    "email": "christian@clue.engineering",
                    "homepage": "https://clue.engineering/"
                },
                {
                    "name": "Cees-Jan Kiewiet",
                    "email": "reactphp@ceesjankiewiet.nl",
                    "homepage": "https://wyrihaximus.net/"
                },
                {
                    "name": "Chris Boden",
                    "email": "cboden@gmail.com",
                    "homepage": "https://cboden.dev/"
                }
            ],
            "description": "A lightweight implementation of CommonJS Promises/A for PHP",
            "keywords": [
                "promise",
                "promises"
            ],
            "support": {
                "issues": "https://github.com/reactphp/promise/issues",
                "source": "https://github.com/reactphp/promise/tree/v2.9.0"
            },
            "funding": [
                {
                    "url": "https://github.com/WyriHaximus",
                    "type": "github"
                },
                {
                    "url": "https://github.com/clue",
                    "type": "github"
                }
            ],
            "time": "2022-02-11T10:27:51+00:00"
        },
        {
            "name": "robrichards/xmlseclibs",
Tim van Dijen's avatar
Tim van Dijen committed
            "version": "3.1.1",
            "source": {
                "type": "git",
                "url": "https://github.com/robrichards/xmlseclibs.git",
Tim van Dijen's avatar
Tim van Dijen committed
                "reference": "f8f19e58f26cdb42c54b214ff8a820760292f8df"
            },
            "dist": {
                "type": "zip",
Tim van Dijen's avatar
Tim van Dijen committed
                "url": "https://api.github.com/repos/robrichards/xmlseclibs/zipball/f8f19e58f26cdb42c54b214ff8a820760292f8df",
                "reference": "f8f19e58f26cdb42c54b214ff8a820760292f8df",
                "shasum": ""
            },
            "require": {
                "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"
            ],
Tim van Dijen's avatar
Tim van Dijen committed
            "support": {
                "issues": "https://github.com/robrichards/xmlseclibs/issues",
                "source": "https://github.com/robrichards/xmlseclibs/tree/3.1.1"
            },
Tim van Dijen's avatar
Tim van Dijen committed
            "time": "2020-09-05T13:00:25+00:00"
Tim van Dijen's avatar
Tim van Dijen committed
        },
        {
            "name": "seld/jsonlint",
            "version": "1.9.0",
            "source": {
                "type": "git",
                "url": "https://github.com/Seldaek/jsonlint.git",
                "reference": "4211420d25eba80712bff236a98960ef68b866b7"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/4211420d25eba80712bff236a98960ef68b866b7",
                "reference": "4211420d25eba80712bff236a98960ef68b866b7",
                "shasum": ""
            },
            "require": {
                "php": "^5.3 || ^7.0 || ^8.0"
            },
            "require-dev": {
                "phpstan/phpstan": "^1.5",
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0 || ^8.5.13"
            },
            "bin": [
                "bin/jsonlint"
            ],
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Seld\\JsonLint\\": "src/Seld/JsonLint/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jordi Boggiano",
                    "email": "j.boggiano@seld.be",
                    "homepage": "http://seld.be"
                }
            ],
            "description": "JSON Linter",
            "keywords": [
                "json",
                "linter",
                "parser",
                "validator"
            ],
            "support": {
                "issues": "https://github.com/Seldaek/jsonlint/issues",
                "source": "https://github.com/Seldaek/jsonlint/tree/1.9.0"
            },
            "funding": [
                {
                    "url": "https://github.com/Seldaek",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/seld/jsonlint",
                    "type": "tidelift"
                }
            ],
            "time": "2022-04-01T13:37:23+00:00"
        },
        {
            "name": "seld/phar-utils",
Tim van Dijen's avatar
Tim van Dijen committed
            "version": "1.2.1",
            "source": {
                "type": "git",
                "url": "https://github.com/Seldaek/phar-utils.git",
Tim van Dijen's avatar
Tim van Dijen committed
                "reference": "ea2f4014f163c1be4c601b9b7bd6af81ba8d701c"
Tim van Dijen's avatar
Tim van Dijen committed
                "url": "https://api.github.com/repos/Seldaek/phar-utils/zipball/ea2f4014f163c1be4c601b9b7bd6af81ba8d701c",
                "reference": "ea2f4014f163c1be4c601b9b7bd6af81ba8d701c",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Seld\\PharUtils\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jordi Boggiano",
                    "email": "j.boggiano@seld.be"
                }
            ],
            "description": "PHAR file format utilities, for when PHP phars you up",
            "keywords": [
                "phar"
            ],
            "support": {
                "issues": "https://github.com/Seldaek/phar-utils/issues",
Tim van Dijen's avatar
Tim van Dijen committed
                "source": "https://github.com/Seldaek/phar-utils/tree/1.2.1"
            },
            "time": "2022-08-31T10:31:18+00:00"
        },
        {
            "name": "seld/signal-handler",
            "version": "2.0.1",
            "source": {
                "type": "git",
                "url": "https://github.com/Seldaek/signal-handler.git",
                "reference": "f69d119511dc0360440cdbdaa71829c149b7be75"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Seldaek/signal-handler/zipball/f69d119511dc0360440cdbdaa71829c149b7be75",
                "reference": "f69d119511dc0360440cdbdaa71829c149b7be75",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.0"
            },
            "require-dev": {
                "phpstan/phpstan": "^1",
                "phpstan/phpstan-deprecation-rules": "^1.0",
                "phpstan/phpstan-phpunit": "^1",
                "phpstan/phpstan-strict-rules": "^1.3",
                "phpunit/phpunit": "^7.5.20 || ^8.5.23",
                "psr/log": "^1 || ^2 || ^3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "2.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Seld\\Signal\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jordi Boggiano",
                    "email": "j.boggiano@seld.be",
                    "homepage": "http://seld.be"
                }
            ],
            "description": "Simple unix signal handler that silently fails where signals are not supported for easy cross-platform development",
            "keywords": [
                "posix",
                "sigint",
                "signal",
                "sigterm",
                "unix"
            ],
            "support": {
                "issues": "https://github.com/Seldaek/signal-handler/issues",
                "source": "https://github.com/Seldaek/signal-handler/tree/2.0.1"
Tim van Dijen's avatar
Tim van Dijen committed
            "time": "2022-07-20T18:31:45+00:00"
        {
            "name": "simplesamlphp/assert",
Tim van Dijen's avatar
Tim van Dijen committed
            "version": "v0.8.0",
            "source": {
                "type": "git",
                "url": "https://github.com/simplesamlphp/assert.git",
Tim van Dijen's avatar
Tim van Dijen committed
                "reference": "d3b0f38f4ae083822471c15e3c4a0401ddaeac73"
            },
            "dist": {
                "type": "zip",
Tim van Dijen's avatar
Tim van Dijen committed
                "url": "https://api.github.com/repos/simplesamlphp/assert/zipball/d3b0f38f4ae083822471c15e3c4a0401ddaeac73",
                "reference": "d3b0f38f4ae083822471c15e3c4a0401ddaeac73",
                "shasum": ""
            },
            "require": {
                "ext-spl": "*",
                "php": "^7.4 || ^8.0",
Tim van Dijen's avatar
Tim van Dijen committed
                "webmozart/assert": "^1.11"
                "simplesamlphp/simplesamlphp-test-framework": "^1.2.1"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
Tim van Dijen's avatar
Tim van Dijen committed
                    "dev-master": "v0.8.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "SimpleSAML\\Assert\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-2.1-or-later"
            ],
            "authors": [
Tim van Dijen's avatar
Tim van Dijen committed
                {
                    "name": "Tim van Dijen",
                    "email": "tvdijen@gmail.com"
                },
Tim van Dijen's avatar
Tim van Dijen committed
                    "name": "Jaime Perez Crespo",
                    "email": "jaimepc@gmail.com"
                }
            ],
            "description": "A wrapper around webmozart/assert to make it useful beyond checking method arguments",
Tim van Dijen's avatar
Tim van Dijen committed
            "support": {
                "issues": "https://github.com/simplesamlphp/assert/issues",
Tim van Dijen's avatar
Tim van Dijen committed
                "source": "https://github.com/simplesamlphp/assert/tree/v0.8.0"
Tim van Dijen's avatar
Tim van Dijen committed
            },
Tim van Dijen's avatar
Tim van Dijen committed
            "time": "2022-09-20T20:18:55+00:00"
        {
            "name": "simplesamlphp/composer-module-installer",
            "version": "v1.3.2",
            "source": {
                "type": "git",
                "url": "https://github.com/simplesamlphp/composer-module-installer.git",
                "reference": "24422673102843d42411098245e37b68c951d650"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/simplesamlphp/composer-module-installer/zipball/24422673102843d42411098245e37b68c951d650",
                "reference": "24422673102843d42411098245e37b68c951d650",
                "shasum": ""
            },
            "require": {
                "composer-plugin-api": "^1.1 || ^2.0",
                "php": "^7.4 || ^8.0",
                "simplesamlphp/assert": "^0.8.0"
            },
            "require-dev": {
                "composer/composer": "^2.4",
                "simplesamlphp/simplesamlphp-test-framework": "^1.2.1"
            },
            "type": "composer-plugin",
            "extra": {
                "class": "SimpleSAML\\Composer\\ModuleInstallerPlugin"
            },
            "autoload": {
                "psr-4": {
                    "SimpleSAML\\Composer\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-2.1-only"
            ],
            "description": "A Composer plugin that allows installing SimpleSAMLphp modules through Composer.",
            "support": {
                "issues": "https://github.com/simplesamlphp/composer-module-installer/issues",
                "source": "https://github.com/simplesamlphp/composer-module-installer/tree/v1.3.2"
            },
            "time": "2023-01-10T17:03:58+00:00"
        },
Tim van Dijen's avatar
Tim van Dijen committed
        {
            "name": "simplesamlphp/saml2",
            "version": "v4.6.5",
Tim van Dijen's avatar
Tim van Dijen committed
            "source": {
                "type": "git",
                "url": "https://github.com/simplesamlphp/saml2.git",
                "reference": "35e4cac48ef97d454d25a92eb24c85cadf96de9d"
Tim van Dijen's avatar
Tim van Dijen committed
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/simplesamlphp/saml2/zipball/35e4cac48ef97d454d25a92eb24c85cadf96de9d",
                "reference": "35e4cac48ef97d454d25a92eb24c85cadf96de9d",
Tim van Dijen's avatar
Tim van Dijen committed
                "shasum": ""
            },
            "require": {
                "ext-dom": "*",
                "ext-openssl": "*",
                "ext-zlib": "*",
Tim van Dijen's avatar
Tim van Dijen committed
                "php": ">=7.1 || ^8.0",
Tim van Dijen's avatar
Tim van Dijen committed
                "psr/log": "~1.1 || ^2.0 || ^3.0",
Tim van Dijen's avatar
Tim van Dijen committed
                "robrichards/xmlseclibs": "^3.1.1",
                "webmozart/assert": "^1.9"
Tim van Dijen's avatar
Tim van Dijen committed
            },
            "require-dev": {
Tim van Dijen's avatar
Tim van Dijen committed
                "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"
Tim van Dijen's avatar
Tim van Dijen committed
            },
            "type": "library",
            "extra": {
                "branch-alias": {
Tim van Dijen's avatar
Tim van Dijen committed
                    "dev-master": "v4.2.x-dev"
Tim van Dijen's avatar
Tim van Dijen committed
                }
            },
            "autoload": {
                "psr-4": {
                    "SAML2\\": "src/SAML2"
                }
Tim van Dijen's avatar
Tim van Dijen committed
            },
            "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",
Tim van Dijen's avatar
Tim van Dijen committed
            "support": {
                "issues": "https://github.com/simplesamlphp/saml2/issues",
                "source": "https://github.com/simplesamlphp/saml2/tree/v4.6.5"
Tim van Dijen's avatar
Tim van Dijen committed
            },
            "time": "2022-11-23T12:50:43+00:00"
        },
        {
            "name": "simplesamlphp/simplesamlphp-assets-base",
            "version": "v2.0.2",
            "source": {
                "type": "git",
                "url": "https://github.com/simplesamlphp/simplesamlphp-assets-base.git",
                "reference": "23d8bd528a13284f48070114fa20934cb826c644"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-assets-base/zipball/23d8bd528a13284f48070114fa20934cb826c644",
                "reference": "23d8bd528a13284f48070114fa20934cb826c644",
                "shasum": ""
            },
            "require": {
                "php": ">=7.4 || ^8.0",
                "simplesamlphp/composer-module-installer": "^1.3.2"
            },
            "type": "simplesamlphp-module",
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-2.1-or-later"
            ],
            "authors": [
                {
                    "name": "Tim van Dijen",
                    "email": "tvdijen@gmail.com"
                }
            ],
            "description": "Assets for the SimpleSAMLphp main repository",
            "support": {
                "issues": "https://github.com/simplesamlphp/simplesamlphp-assets-base/issues",
                "source": "https://github.com/simplesamlphp/simplesamlphp-assets-base/tree/v2.0.2"
            "time": "2023-01-27T18:20:32+00:00"
Tim van Dijen's avatar
Tim van Dijen committed
        },
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
            "name": "symfony/cache",
            "version": "v6.0.19",
            "source": {
                "type": "git",
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
                "url": "https://github.com/symfony/cache.git",
                "reference": "81ca309f056e836480928b20280ec52ce8369bb3"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/cache/zipball/81ca309f056e836480928b20280ec52ce8369bb3",
                "reference": "81ca309f056e836480928b20280ec52ce8369bb3",
                "shasum": ""
            },
            "require": {
Sascha Grossenbacher's avatar
Sascha Grossenbacher committed
                "php": ">=8.0.2",
                "psr/cache": "^2.0|^3.0",
                "psr/log": "^1.1|^2|^3",
Sascha Grossenbacher's avatar
Sascha Grossenbacher committed
                "symfony/cache-contracts": "^1.1.7|^2|^3",
                "symfony/service-contracts": "^1.1|^2|^3",
Sascha Grossenbacher's avatar
Sascha Grossenbacher committed
                "symfony/var-exporter": "^5.4|^6.0"
Sascha Grossenbacher's avatar
Sascha Grossenbacher committed
                "symfony/dependency-injection": "<5.4",
                "symfony/http-kernel": "<5.4",
                "symfony/var-dumper": "<5.4"
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
            "provide": {
Sascha Grossenbacher's avatar
Sascha Grossenbacher committed
                "psr/cache-implementation": "2.0|3.0",
                "psr/simple-cache-implementation": "1.0|2.0|3.0",
                "symfony/cache-implementation": "1.1|2.0|3.0"
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
            "require-dev": {
                "cache/integration-tests": "dev-master",
Tim van Dijen's avatar
Tim van Dijen committed
                "predis/predis": "^1.1",
Sascha Grossenbacher's avatar
Sascha Grossenbacher committed
                "psr/simple-cache": "^1.0|^2.0|^3.0",
                "symfony/config": "^5.4|^6.0",
                "symfony/dependency-injection": "^5.4|^6.0",
                "symfony/filesystem": "^5.4|^6.0",
                "symfony/http-kernel": "^5.4|^6.0",
                "symfony/messenger": "^5.4|^6.0",
                "symfony/var-dumper": "^5.4|^6.0"
            },
            "type": "library",
            "autoload": {
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
                    "Symfony\\Component\\Cache\\": ""
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
Tim van Dijen's avatar
Tim van Dijen committed
            "description": "Provides extended PSR-6, PSR-16 (and tags) implementations",
            "homepage": "https://symfony.com",
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
            "keywords": [
                "caching",
                "psr6"
            ],
Tim van Dijen's avatar
Tim van Dijen committed
            "support": {
                "source": "https://github.com/symfony/cache/tree/v6.0.19"
Tim van Dijen's avatar
Tim van Dijen committed
            },
            "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": "2023-01-20T17:44:14+00:00"
Hanne Moa's avatar
Hanne Moa committed
        {
            "name": "symfony/cache-contracts",
Sascha Grossenbacher's avatar
Sascha Grossenbacher committed
            "version": "v3.0.2",
Hanne Moa's avatar
Hanne Moa committed
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/cache-contracts.git",
Sascha Grossenbacher's avatar
Sascha Grossenbacher committed
                "reference": "1c0a181c9ee221afe4fa55b2d13fc63c5ae14348"
Hanne Moa's avatar
Hanne Moa committed
            },
            "dist": {
                "type": "zip",
Sascha Grossenbacher's avatar
Sascha Grossenbacher committed
                "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/1c0a181c9ee221afe4fa55b2d13fc63c5ae14348",
                "reference": "1c0a181c9ee221afe4fa55b2d13fc63c5ae14348",
Hanne Moa's avatar
Hanne Moa committed
                "shasum": ""
            },
            "require": {
Sascha Grossenbacher's avatar
Sascha Grossenbacher committed
                "php": ">=8.0.2",
                "psr/cache": "^3.0"
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
            },
            "suggest": {
                "symfony/cache-implementation": ""
Hanne Moa's avatar
Hanne Moa committed
            },
            "type": "library",
            "extra": {
                "branch-alias": {
Sascha Grossenbacher's avatar
Sascha Grossenbacher committed
                    "dev-main": "3.0-dev"
Tim van Dijen's avatar
Tim van Dijen committed
                },
                "thanks": {
                    "name": "symfony/contracts",
                    "url": "https://github.com/symfony/contracts"
Hanne Moa's avatar
Hanne Moa committed
                }
            },
            "autoload": {
                    "Symfony\\Contracts\\Cache\\": ""
                }
Hanne Moa's avatar
Hanne Moa committed
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
Hanne Moa's avatar
Hanne Moa committed
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
Hanne Moa's avatar
Hanne Moa committed
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
Hanne Moa's avatar
Hanne Moa committed
                }
            ],
            "description": "Generic abstractions related to caching",
            "homepage": "https://symfony.com",
            "keywords": [
                "abstractions",
                "contracts",
                "decoupling",
                "interfaces",
                "interoperability",
                "standards"
            ],
Tim van Dijen's avatar
Tim van Dijen committed
            "support": {
Sascha Grossenbacher's avatar
Sascha Grossenbacher committed
                "source": "https://github.com/symfony/cache-contracts/tree/v3.0.2"
Tim van Dijen's avatar
Tim van Dijen committed
            },
Tim van Dijen's avatar
Tim van Dijen committed
            "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"
                }
            ],
Sascha Grossenbacher's avatar
Sascha Grossenbacher committed
            "time": "2022-01-02T09:55:41+00:00"
Hanne Moa's avatar
Hanne Moa committed
        },
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
            "name": "symfony/config",
            "version": "v6.0.19",
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
                "url": "https://github.com/symfony/config.git",
                "reference": "db4fc45c24e0c3e2198e68ada9d7f90daa1f97e3"
                "url": "https://api.github.com/repos/symfony/config/zipball/db4fc45c24e0c3e2198e68ada9d7f90daa1f97e3",
                "reference": "db4fc45c24e0c3e2198e68ada9d7f90daa1f97e3",
Sascha Grossenbacher's avatar
Sascha Grossenbacher committed
                "php": ">=8.0.2",
                "symfony/deprecation-contracts": "^2.1|^3",
Sascha Grossenbacher's avatar
Sascha Grossenbacher committed
                "symfony/filesystem": "^5.4|^6.0",
Tim van Dijen's avatar
Tim van Dijen committed
                "symfony/polyfill-ctype": "~1.8",
Tim van Dijen's avatar
Tim van Dijen committed
                "symfony/polyfill-php81": "^1.22"
Tim van Dijen's avatar
Tim van Dijen committed
                "symfony/finder": "<4.4"
Sascha Grossenbacher's avatar
Sascha Grossenbacher committed
                "symfony/event-dispatcher": "^5.4|^6.0",
                "symfony/finder": "^5.4|^6.0",
                "symfony/messenger": "^5.4|^6.0",
                "symfony/service-contracts": "^1.1|^2|^3",
Sascha Grossenbacher's avatar
Sascha Grossenbacher committed
                "symfony/yaml": "^5.4|^6.0"
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
                "symfony/yaml": "To use the yaml reference dumper"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
                    "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",
Tim van Dijen's avatar
Tim van Dijen committed
            "support": {
                "source": "https://github.com/symfony/config/tree/v6.0.19"
Tim van Dijen's avatar
Tim van Dijen committed
            },
            "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": "2023-01-09T04:36:00+00:00"
Jaime Perez Crespo's avatar
Jaime Perez Crespo committed
        {
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
            "name": "symfony/console",
            "version": "v6.0.19",
Jaime Perez Crespo's avatar
Jaime Perez Crespo committed
            "source": {
                "type": "git",
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
                "url": "https://github.com/symfony/console.git",
                "reference": "c3ebc83d031b71c39da318ca8b7a07ecc67507ed"
Jaime Perez Crespo's avatar
Jaime Perez Crespo committed
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/console/zipball/c3ebc83d031b71c39da318ca8b7a07ecc67507ed",
                "reference": "c3ebc83d031b71c39da318ca8b7a07ecc67507ed",
Jaime Perez Crespo's avatar
Jaime Perez Crespo committed
                "shasum": ""
            },
            "require": {
Sascha Grossenbacher's avatar
Sascha Grossenbacher committed
                "php": ">=8.0.2",
                "symfony/polyfill-mbstring": "~1.0",
                "symfony/service-contracts": "^1.1|^2|^3",
Sascha Grossenbacher's avatar
Sascha Grossenbacher committed
                "symfony/string": "^5.4|^6.0"
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
            },
            "conflict": {
Sascha Grossenbacher's avatar
Sascha Grossenbacher committed
                "symfony/dependency-injection": "<5.4",
                "symfony/dotenv": "<5.4",
                "symfony/event-dispatcher": "<5.4",
                "symfony/lock": "<5.4",
                "symfony/process": "<5.4"
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
            },
            "provide": {
Sascha Grossenbacher's avatar
Sascha Grossenbacher committed
                "psr/log-implementation": "1.0|2.0|3.0"
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
            },
            "require-dev": {
Sascha Grossenbacher's avatar
Sascha Grossenbacher committed
                "psr/log": "^1|^2|^3",
                "symfony/config": "^5.4|^6.0",
                "symfony/dependency-injection": "^5.4|^6.0",
                "symfony/event-dispatcher": "^5.4|^6.0",
                "symfony/lock": "^5.4|^6.0",
                "symfony/process": "^5.4|^6.0",
                "symfony/var-dumper": "^5.4|^6.0"
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
            },
            "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",
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
            "homepage": "https://symfony.com",
Tim van Dijen's avatar
Tim van Dijen committed
            "keywords": [
                "cli",
                "command line",
                "console",
                "terminal"
            ],
Tim van Dijen's avatar
Tim van Dijen committed
            "support": {
                "source": "https://github.com/symfony/console/tree/v6.0.19"
Tim van Dijen's avatar
Tim van Dijen committed
            },
            "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": "2023-01-01T08:36:10+00:00"
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
        },
        {
Tim van Dijen's avatar
Tim van Dijen committed
            "name": "symfony/dependency-injection",
            "version": "v6.0.19",
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
            "source": {
                "type": "git",
Tim van Dijen's avatar
Tim van Dijen committed
                "url": "https://github.com/symfony/dependency-injection.git",
                "reference": "34302da3d0b723114484c49d0a8740422439f9c6"
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/34302da3d0b723114484c49d0a8740422439f9c6",
                "reference": "34302da3d0b723114484c49d0a8740422439f9c6",
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
                "shasum": ""
            },
            "require": {
                "php": ">=8.0.2",
                "psr/container": "^1.1|^2.0",
                "symfony/deprecation-contracts": "^2.1|^3",
                "symfony/polyfill-php81": "^1.22",
                "symfony/service-contracts": "^1.1.6|^2.0|^3.0"
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
            },
            "conflict": {
Tim van Dijen's avatar
Tim van Dijen committed
                "ext-psr": "<1.1|>=2",
                "symfony/config": "<5.4",
                "symfony/finder": "<5.4",
                "symfony/proxy-manager-bridge": "<5.4",
                "symfony/yaml": "<5.4"
Tim van Dijen's avatar
Tim van Dijen committed
            },
            "provide": {
                "psr/container-implementation": "1.1|2.0",
                "symfony/service-implementation": "1.1|2.0|3.0"
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
            },
            "require-dev": {
                "symfony/config": "^5.4|^6.0",
                "symfony/expression-language": "^5.4|^6.0",
                "symfony/yaml": "^5.4|^6.0"
Tim van Dijen's avatar
Tim van Dijen committed
            },
            "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": ""
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
            },
            "type": "library",
            "autoload": {
                "psr-4": {
Tim van Dijen's avatar
Tim van Dijen committed
                    "Symfony\\Component\\DependencyInjection\\": ""
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
                },
                "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",
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
            "homepage": "https://symfony.com",
Tim van Dijen's avatar
Tim van Dijen committed
            "support": {
                "source": "https://github.com/symfony/dependency-injection/tree/v6.0.19"
Tim van Dijen's avatar
Tim van Dijen committed
            },
            "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": "2023-01-23T15:49:22+00:00"
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
        },
        {
Tim van Dijen's avatar
Tim van Dijen committed
            "name": "symfony/deprecation-contracts",
Tim van Dijen's avatar
Tim van Dijen committed
            "version": "v3.0.2",
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
            "source": {
                "type": "git",
Tim van Dijen's avatar
Tim van Dijen committed
                "url": "https://github.com/symfony/deprecation-contracts.git",
Tim van Dijen's avatar
Tim van Dijen committed
                "reference": "26954b3d62a6c5fd0ea8a2a00c0353a14978d05c"
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
            },
            "dist": {
                "type": "zip",
Tim van Dijen's avatar
Tim van Dijen committed
                "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/26954b3d62a6c5fd0ea8a2a00c0353a14978d05c",
                "reference": "26954b3d62a6c5fd0ea8a2a00c0353a14978d05c",
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
                "shasum": ""
            },
            "require": {
Tim van Dijen's avatar
Tim van Dijen committed
                "php": ">=8.0.2"
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
            },
            "type": "library",
            "extra": {
                "branch-alias": {
Tim van Dijen's avatar
Tim van Dijen committed
                    "dev-main": "3.0-dev"
Tim van Dijen's avatar
Tim van Dijen committed
                },
                "thanks": {
                    "name": "symfony/contracts",
                    "url": "https://github.com/symfony/contracts"
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
                }
            },
            "autoload": {
Tim van Dijen's avatar
Tim van Dijen committed
                "files": [
                    "function.php"
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
Tim van Dijen's avatar
Tim van Dijen committed
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
Tim van Dijen's avatar
Tim van Dijen committed
            "description": "A generic function and convention to trigger deprecation notices",
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
            "homepage": "https://symfony.com",
Tim van Dijen's avatar
Tim van Dijen committed
            "support": {
Tim van Dijen's avatar
Tim van Dijen committed
                "source": "https://github.com/symfony/deprecation-contracts/tree/v3.0.2"
Tim van Dijen's avatar
Tim van Dijen committed
            },
            "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"
                }
            ],
Tim van Dijen's avatar
Tim van Dijen committed
            "time": "2022-01-02T09:55:41+00:00"
        },
        {
            "name": "symfony/error-handler",
            "version": "v6.0.19",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/error-handler.git",
                "reference": "c7df52182f43a68522756ac31a532dd5b1e6db67"
Loading
Loading full blame...