Skip to content
Snippets Groups Projects
composer.lock 212 KiB
Newer Older
{
    "_readme": [
        "This file locks the dependencies of your project to a known state",
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
Jaime Perez's avatar
Jaime Perez committed
        "This file is @generated automatically"
    "content-hash": "b99388057791be12347355244c21af5c",
    "packages": [
        {
            "name": "beste/clock",
            "version": "3.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/beste/clock.git",
                "reference": "7004b55fcd54737b539886244b3a3b2188181974"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/beste/clock/zipball/7004b55fcd54737b539886244b3a3b2188181974",
                "reference": "7004b55fcd54737b539886244b3a3b2188181974",
                "shasum": ""
            },
            "require": {
                "php": "^8.0",
                "psr/clock": "^1.0"
            },
            "provide": {
                "psr/clock-implementation": "1.0"
            },
            "require-dev": {
                "phpstan/extension-installer": "^1.2",
                "phpstan/phpstan": "^1.9.1",
                "phpstan/phpstan-phpunit": "^1.2.2",
                "phpstan/phpstan-strict-rules": "^1.4.4",
                "phpunit/phpunit": "^9.5.26",
                "psalm/plugin-phpunit": "^0.16.1",
                "vimeo/psalm": "^4.29"
            },
            "type": "library",
            "autoload": {
                "files": [
                    "src/Clock.php"
                ],
                "psr-4": {
                    "Beste\\Clock\\": "src/Clock"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jérôme Gamez",
                    "email": "jerome@gamez.name"
                }
            ],
            "description": "A collection of Clock implementations",
            "keywords": [
                "clock",
                "clock-interface",
                "psr-20",
                "psr20"
            ],
            "support": {
                "issues": "https://github.com/beste/clock/issues",
                "source": "https://github.com/beste/clock/tree/3.0.0"
            },
            "funding": [
                {
                    "url": "https://github.com/jeromegamez",
                    "type": "github"
                }
            ],
            "time": "2022-11-26T18:03:05+00:00"
        },
        {
            "name": "gettext/gettext",
Sascha Grossenbacher's avatar
Sascha Grossenbacher committed
            "version": "v5.7.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-gettext/Gettext.git",
Sascha Grossenbacher's avatar
Sascha Grossenbacher committed
                "reference": "8657e580747bb3baacccdcebe69cac094661e404"
            },
            "dist": {
                "type": "zip",
Sascha Grossenbacher's avatar
Sascha Grossenbacher committed
                "url": "https://api.github.com/repos/php-gettext/Gettext/zipball/8657e580747bb3baacccdcebe69cac094661e404",
                "reference": "8657e580747bb3baacccdcebe69cac094661e404",
                "shasum": ""
            },
            "require": {
                "gettext/languages": "^2.3",
                "php": "^7.2|^8.0"
            },
            "require-dev": {
                "brick/varexporter": "^0.3.5",
                "friendsofphp/php-cs-fixer": "^3.2",
                "oscarotero/php-cs-fixer-config": "^2.0",
                "phpunit/phpunit": "^8.0|^9.0",
                "squizlabs/php_codesniffer": "^3.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Gettext\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Oscar Otero",
                    "email": "oom@oscarotero.com",
                    "homepage": "http://oscarotero.com",
                    "role": "Developer"
                }
            ],
            "description": "PHP gettext manager",
            "homepage": "https://github.com/php-gettext/Gettext",
            "keywords": [
                "JS",
                "gettext",
                "i18n",
                "mo",
                "po",
                "translation"
            ],
Tim van Dijen's avatar
Tim van Dijen committed
            "support": {
                "email": "oom@oscarotero.com",
                "issues": "https://github.com/php-gettext/Gettext/issues",
Sascha Grossenbacher's avatar
Sascha Grossenbacher committed
                "source": "https://github.com/php-gettext/Gettext/tree/v5.7.0"
Tim van Dijen's avatar
Tim van Dijen committed
            },
            "funding": [
                {
                    "url": "https://paypal.me/oscarotero",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/oscarotero",
                    "type": "github"
                },
                {
                    "url": "https://www.patreon.com/misteroom",
                    "type": "patreon"
                }
            ],
Sascha Grossenbacher's avatar
Sascha Grossenbacher committed
            "time": "2022-07-27T19:54:55+00:00"
        },
        {
            "name": "gettext/languages",
Tim van Dijen's avatar
Tim van Dijen committed
            "version": "2.10.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-gettext/Languages.git",
Tim van Dijen's avatar
Tim van Dijen committed
                "reference": "4d61d67fe83a2ad85959fe6133d6d9ba7dddd1ab"
            },
            "dist": {
                "type": "zip",
Tim van Dijen's avatar
Tim van Dijen committed
                "url": "https://api.github.com/repos/php-gettext/Languages/zipball/4d61d67fe83a2ad85959fe6133d6d9ba7dddd1ab",
                "reference": "4d61d67fe83a2ad85959fe6133d6d9ba7dddd1ab",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3"
            },
                "phpunit/phpunit": "^4.8 || ^5.7 || ^6.5 || ^7.5 || ^8.4"
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Gettext\\Languages\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Michele Locati",
                    "email": "mlocati@gmail.com",
                    "role": "Developer"
                }
            ],
            "description": "gettext languages with plural rules",
            "homepage": "https://github.com/php-gettext/Languages",
            "keywords": [
                "cldr",
                "i18n",
                "internationalization",
                "l10n",
                "language",
                "languages",
                "localization",
                "php",
                "plural",
                "plural rules",
                "plurals",
                "translate",
                "translations",
                "unicode"
            ],
Tim van Dijen's avatar
Tim van Dijen committed
            "support": {
                "issues": "https://github.com/php-gettext/Languages/issues",
Tim van Dijen's avatar
Tim van Dijen committed
                "source": "https://github.com/php-gettext/Languages/tree/2.10.0"
Tim van Dijen's avatar
Tim van Dijen committed
            },
            "funding": [
                {
                    "url": "https://paypal.me/mlocati",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/mlocati",
                    "type": "github"
                }
            ],
Tim van Dijen's avatar
Tim van Dijen committed
            "time": "2022-10-18T15:00:10+00:00"
        {
            "name": "gettext/translator",
            "version": "v1.1.1",
            "source": {
                "type": "git",
                "url": "https://github.com/php-gettext/Translator.git",
                "reference": "b18ff33e8203de623854561f5e47e992fc5c50bb"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-gettext/Translator/zipball/b18ff33e8203de623854561f5e47e992fc5c50bb",
                "reference": "b18ff33e8203de623854561f5e47e992fc5c50bb",
                "shasum": ""
            },
            "require": {
                "php": "^7.2|^8.0"
            },
            "require-dev": {
                "friendsofphp/php-cs-fixer": "^2.15",
                "gettext/gettext": "^5.0.0",
                "oscarotero/php-cs-fixer-config": "^1.0",
                "phpunit/phpunit": "^8.0",
                "squizlabs/php_codesniffer": "^3.0"
            },
            "suggest": {
                "gettext/gettext": "Is necessary to load and generate array files used by the translator"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Gettext\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Oscar Otero",
                    "email": "oom@oscarotero.com",
                    "homepage": "http://oscarotero.com",
                    "role": "Developer"
                }
            ],
            "description": "Gettext translator functions",
            "homepage": "https://github.com/php-gettext/Translator",
            "keywords": [
                "gettext",
                "i18n",
                "php",
                "translator"
            ],
            "support": {
                "email": "oom@oscarotero.com",
                "issues": "https://github.com/php-gettext/Translator/issues",
                "source": "https://github.com/php-gettext/Translator/tree/v1.1.1"
            },
            "funding": [
                {
                    "url": "https://paypal.me/oscarotero",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/oscarotero",
                    "type": "github"
                },
                {
                    "url": "https://www.patreon.com/misteroom",
                    "type": "patreon"
                }
            ],
            "time": "2022-02-23T20:29:40+00:00"
        },
        {
            "name": "nyholm/psr7",
            "version": "1.8.0",
            "source": {
                "type": "git",
                "url": "https://github.com/Nyholm/psr7.git",
                "reference": "3cb4d163b58589e47b35103e8e5e6a6a475b47be"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Nyholm/psr7/zipball/3cb4d163b58589e47b35103e8e5e6a6a475b47be",
                "reference": "3cb4d163b58589e47b35103e8e5e6a6a475b47be",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2",
                "psr/http-factory": "^1.0",
                "psr/http-message": "^1.1 || ^2.0"
            },
            "provide": {
                "php-http/message-factory-implementation": "1.0",
                "psr/http-factory-implementation": "1.0",
                "psr/http-message-implementation": "1.0"
            },
            "require-dev": {
                "http-interop/http-factory-tests": "^0.9",
                "php-http/message-factory": "^1.0",
                "php-http/psr7-integration-tests": "^1.0",
                "phpunit/phpunit": "^7.5 || ^8.5 || ^9.4",
                "symfony/error-handler": "^4.4"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.8-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Nyholm\\Psr7\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Tobias Nyholm",
                    "email": "tobias.nyholm@gmail.com"
                },
                {
                    "name": "Martijn van der Ven",
                    "email": "martijn@vanderven.se"
                }
            ],
            "description": "A fast PHP7 implementation of PSR-7",
            "homepage": "https://tnyholm.se",
            "keywords": [
                "psr-17",
                "psr-7"
            ],
            "support": {
                "issues": "https://github.com/Nyholm/psr7/issues",
                "source": "https://github.com/Nyholm/psr7/tree/1.8.0"
            },
            "funding": [
                {
                    "url": "https://github.com/Zegnat",
                    "type": "github"
                },
                {
                    "url": "https://github.com/nyholm",
                    "type": "github"
                }
            ],
            "time": "2023-05-02T11:26:24+00:00"
        },
        {
            "name": "phpmailer/phpmailer",
            "version": "v6.8.1",
            "source": {
                "type": "git",
                "url": "https://github.com/PHPMailer/PHPMailer.git",
                "reference": "e88da8d679acc3824ff231fdc553565b802ac016"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/e88da8d679acc3824ff231fdc553565b802ac016",
                "reference": "e88da8d679acc3824ff231fdc553565b802ac016",
                "shasum": ""
            },
            "require": {
                "ext-ctype": "*",
                "ext-filter": "*",
Tim van Dijen's avatar
Tim van Dijen committed
                "ext-hash": "*",
                "php": ">=5.5.0"
            },
            "require-dev": {
                "dealerdirect/phpcodesniffer-composer-installer": "^1.0",
                "doctrine/annotations": "^1.2.6 || ^1.13.3",
Tim van Dijen's avatar
Tim van Dijen committed
                "php-parallel-lint/php-console-highlighter": "^1.0.0",
                "php-parallel-lint/php-parallel-lint": "^1.3.2",
Tim van Dijen's avatar
Tim van Dijen committed
                "phpcompatibility/php-compatibility": "^9.3.5",
                "roave/security-advisories": "dev-latest",
                "squizlabs/php_codesniffer": "^3.7.2",
                "yoast/phpunit-polyfills": "^1.0.4"
                "ext-mbstring": "Needed to send email in multibyte encoding charset or decode encoded addresses",
                "ext-openssl": "Needed for secure SMTP sending and DKIM signing",
                "greew/oauth2-azure-provider": "Needed for Microsoft Azure XOAUTH2 authentication",
                "hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication",
                "league/oauth2-google": "Needed for Google XOAUTH2 authentication",
                "psr/log": "For optional PSR-3 debug logging",
Tim van Dijen's avatar
Tim van Dijen committed
                "symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)",
                "thenetworg/oauth2-azure": "Needed for Microsoft XOAUTH2 authentication"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "PHPMailer\\PHPMailer\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
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.8.1"
Tim van Dijen's avatar
Tim van Dijen committed
            },
Tim van Dijen's avatar
Tim van Dijen committed
                    "url": "https://github.com/Synchro",
            "time": "2023-08-29T08:26:30+00:00"
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
        },
        {
            "name": "psr/cache",
Sascha Grossenbacher's avatar
Sascha Grossenbacher committed
            "version": "3.0.0",
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/cache.git",
Sascha Grossenbacher's avatar
Sascha Grossenbacher committed
                "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf"
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
            },
            "dist": {
                "type": "zip",
Sascha Grossenbacher's avatar
Sascha Grossenbacher committed
                "url": "https://api.github.com/repos/php-fig/cache/zipball/aa5030cfa5405eccfdcb1083ce040c2cb8d253bf",
                "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf",
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
                "shasum": ""
            },
            "require": {
Tim van Dijen's avatar
Tim van Dijen committed
                "php": ">=8.0.0"
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Psr\\Cache\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
Tim van Dijen's avatar
Tim van Dijen committed
                    "homepage": "https://www.php-fig.org/"
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
                }
            ],
            "description": "Common interface for caching libraries",
            "keywords": [
                "cache",
                "psr",
                "psr-6"
            ],
Tim van Dijen's avatar
Tim van Dijen committed
            "support": {
Sascha Grossenbacher's avatar
Sascha Grossenbacher committed
                "source": "https://github.com/php-fig/cache/tree/3.0.0"
Tim van Dijen's avatar
Tim van Dijen committed
            },
Sascha Grossenbacher's avatar
Sascha Grossenbacher committed
            "time": "2021-02-03T23:26:27+00:00"
        {
            "name": "psr/clock",
            "version": "1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/clock.git",
                "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/clock/zipball/e41a24703d4560fd0acb709162f73b8adfc3aa0d",
                "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d",
                "shasum": ""
            },
            "require": {
                "php": "^7.0 || ^8.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Psr\\Clock\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "https://www.php-fig.org/"
                }
            ],
            "description": "Common interface for reading the clock.",
            "homepage": "https://github.com/php-fig/clock",
            "keywords": [
                "clock",
                "now",
                "psr",
                "psr-20",
                "time"
            ],
            "support": {
                "issues": "https://github.com/php-fig/clock/issues",
                "source": "https://github.com/php-fig/clock/tree/1.0.0"
            },
            "time": "2022-11-25T14:36:26+00:00"
        },
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/container.git",
                "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963"
                "url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963",
                "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963",
Tim van Dijen's avatar
Tim van Dijen committed
                "php": ">=7.4.0"
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Psr\\Container\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "https://www.php-fig.org/"
                }
            ],
            "description": "Common Container Interface (PHP FIG PSR-11)",
            "homepage": "https://github.com/php-fig/container",
            "keywords": [
                "PSR-11",
                "container",
                "container-interface",
                "container-interop",
                "psr"
            ],
Tim van Dijen's avatar
Tim van Dijen committed
            "support": {
                "issues": "https://github.com/php-fig/container/issues",
                "source": "https://github.com/php-fig/container/tree/2.0.2"
Tim van Dijen's avatar
Tim van Dijen committed
            },
            "time": "2021-11-05T16:47:00+00:00"
Tim van Dijen's avatar
Tim van Dijen committed
        {
            "name": "psr/event-dispatcher",
            "version": "1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/event-dispatcher.git",
                "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
                "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Psr\\EventDispatcher\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "http://www.php-fig.org/"
                }
            ],
            "description": "Standard interfaces for event handling.",
            "keywords": [
                "events",
            "support": {
                "issues": "https://github.com/php-fig/event-dispatcher/issues",
                "source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0"
            },
            "time": "2019-01-08T18:20:26+00:00"
        {
            "name": "psr/http-factory",
            "version": "1.0.2",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/http-factory.git",
                "reference": "e616d01114759c4c489f93b099585439f795fe35"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/http-factory/zipball/e616d01114759c4c489f93b099585439f795fe35",
                "reference": "e616d01114759c4c489f93b099585439f795fe35",
                "shasum": ""
            },
            "require": {
                "php": ">=7.0.0",
                "psr/http-message": "^1.0 || ^2.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Psr\\Http\\Message\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "https://www.php-fig.org/"
                }
            ],
            "description": "Common interfaces for PSR-7 HTTP message factories",
            "keywords": [
                "factory",
                "http",
                "message",
                "psr",
                "psr-17",
                "psr-7",
                "request",
                "response"
            ],
            "support": {
                "source": "https://github.com/php-fig/http-factory/tree/1.0.2"
            },
            "time": "2023-04-10T20:10:41+00:00"
        },
        {
            "name": "psr/http-message",
            "version": "2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/http-message.git",
                "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/http-message/zipball/402d35bcb92c70c026d1a6a9883f06b2ead23d71",
                "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71",
                "shasum": ""
            },
            "require": {
                "php": "^7.2 || ^8.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Psr\\Http\\Message\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "https://www.php-fig.org/"
                }
            ],
            "description": "Common interface for HTTP messages",
            "homepage": "https://github.com/php-fig/http-message",
            "keywords": [
                "http",
                "http-message",
                "psr",
                "psr-7",
                "request",
                "response"
Tim van Dijen's avatar
Tim van Dijen committed
            ],
            "support": {
                "source": "https://github.com/php-fig/http-message/tree/2.0"
Tim van Dijen's avatar
Tim van Dijen committed
            },
            "time": "2023-04-04T09:54:51+00:00"
            "name": "psr/log",
            "version": "3.0.0",
                "url": "https://github.com/php-fig/log.git",
                "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001"
                "url": "https://api.github.com/repos/php-fig/log/zipball/fe5ea303b0887d5caefd3d431c3e61ad47037001",
                "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001",
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.x-dev"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "https://www.php-fig.org/"
            "description": "Common interface for logging libraries",
            "homepage": "https://github.com/php-fig/log",
                "source": "https://github.com/php-fig/log/tree/3.0.0"
Tim van Dijen's avatar
Tim van Dijen committed
            },
            "time": "2021-07-14T16:46:02+00:00"
Tim van Dijen's avatar
Tim van Dijen committed
        },
        {
            "name": "robrichards/xmlseclibs",
            "version": "3.1.1",
Tim van Dijen's avatar
Tim van Dijen committed
            "source": {
                "type": "git",
                "url": "https://github.com/robrichards/xmlseclibs.git",
                "reference": "f8f19e58f26cdb42c54b214ff8a820760292f8df"
Tim van Dijen's avatar
Tim van Dijen committed
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/robrichards/xmlseclibs/zipball/f8f19e58f26cdb42c54b214ff8a820760292f8df",
                "reference": "f8f19e58f26cdb42c54b214ff8a820760292f8df",
Tim van Dijen's avatar
Tim van Dijen committed
                "shasum": ""
            },
            "require": {
                "ext-openssl": "*",
                "php": ">= 5.4"
Tim van Dijen's avatar
Tim van Dijen committed
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "RobRichards\\XMLSecLibs\\": "src"
Tim van Dijen's avatar
Tim van Dijen committed
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
Tim van Dijen's avatar
Tim van Dijen committed
            ],
            "description": "A PHP library for XML Security",
            "homepage": "https://github.com/robrichards/xmlseclibs",
Tim van Dijen's avatar
Tim van Dijen committed
            "keywords": [
                "security",
                "signature",
                "xml",
                "xmldsig"
Tim van Dijen's avatar
Tim van Dijen committed
            ],
            "support": {
                "issues": "https://github.com/robrichards/xmlseclibs/issues",
                "source": "https://github.com/robrichards/xmlseclibs/tree/3.1.1"
            "time": "2020-09-05T13:00:25+00:00"
        {
            "name": "simplesamlphp/assert",
            "version": "v1.0.5",
            "source": {
                "type": "git",
                "url": "https://github.com/simplesamlphp/assert.git",
                "reference": "014d722cd2fc316e458a982648f10e17ab498c92"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/simplesamlphp/assert/zipball/014d722cd2fc316e458a982648f10e17ab498c92",
                "reference": "014d722cd2fc316e458a982648f10e17ab498c92",
                "shasum": ""
            },
            "require": {
Tim van Dijen's avatar
Tim van Dijen committed
                "ext-date": "*",
Tim van Dijen's avatar
Tim van Dijen committed
                "ext-filter": "*",
Tim van Dijen's avatar
Tim van Dijen committed
                "ext-pcre": "*",
                "ext-spl": "*",
                "php": "^8.0",
Tim van Dijen's avatar
Tim van Dijen committed
                "webmozart/assert": "^1.11"
Tim van Dijen's avatar
Tim van Dijen committed
                "simplesamlphp/simplesamlphp-test-framework": "^1.5.1"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
Tim van Dijen's avatar
Tim van Dijen committed
                    "dev-master": "v1.1.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "SimpleSAML\\Assert\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-2.1-or-later"
            ],
            "authors": [
Tim van Dijen's avatar
Tim van Dijen committed
                {
                    "name": "Tim van Dijen",
                    "email": "tvdijen@gmail.com"
                },
Tim van Dijen's avatar
Tim van Dijen committed
                    "name": "Jaime Perez Crespo",
                    "email": "jaimepc@gmail.com"
                }
            ],
            "description": "A wrapper around webmozart/assert to make it useful beyond checking method arguments",
Tim van Dijen's avatar
Tim van Dijen committed
            "support": {
                "issues": "https://github.com/simplesamlphp/assert/issues",
                "source": "https://github.com/simplesamlphp/assert/tree/v1.0.5"
Tim van Dijen's avatar
Tim van Dijen committed
            },
            "time": "2023-08-15T15:00:10+00:00"
        {
            "name": "simplesamlphp/composer-module-installer",
            "version": "v1.3.4",
            "source": {
                "type": "git",
                "url": "https://github.com/simplesamlphp/composer-module-installer.git",
                "reference": "36508ed9580a30c4d5ab0bb3c25c00d0b5d42946"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/simplesamlphp/composer-module-installer/zipball/36508ed9580a30c4d5ab0bb3c25c00d0b5d42946",
                "reference": "36508ed9580a30c4d5ab0bb3c25c00d0b5d42946",
                "shasum": ""
            },
            "require": {
                "composer-plugin-api": "^1.1 || ^2.0",
                "php": "^7.4 || ^8.0",
                "simplesamlphp/assert": "^0.8.0 || ^1.0"
            },
            "require-dev": {
                "composer/composer": "^2.4",
                "simplesamlphp/simplesamlphp-test-framework": "^1.2.1"
            },
            "type": "composer-plugin",
            "extra": {
                "class": "SimpleSAML\\Composer\\ModuleInstallerPlugin"
            },
            "autoload": {
                "psr-4": {
                    "SimpleSAML\\Composer\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-2.1-only"
            ],
            "description": "A Composer plugin that allows installing SimpleSAMLphp modules through Composer.",
            "support": {
                "issues": "https://github.com/simplesamlphp/composer-module-installer/issues",
                "source": "https://github.com/simplesamlphp/composer-module-installer/tree/v1.3.4"
            "time": "2023-03-08T20:58:22+00:00"
Tim van Dijen's avatar
Tim van Dijen committed
        {
            "name": "simplesamlphp/saml2",
            "version": "v5.0.0-alpha.10",
Tim van Dijen's avatar
Tim van Dijen committed
            "source": {
                "type": "git",
                "url": "https://github.com/simplesamlphp/saml2.git",
                "reference": "20c50b4e6d357c903530cec7ca02a50e1377a759"
Tim van Dijen's avatar
Tim van Dijen committed
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/simplesamlphp/saml2/zipball/20c50b4e6d357c903530cec7ca02a50e1377a759",
                "reference": "20c50b4e6d357c903530cec7ca02a50e1377a759",
Tim van Dijen's avatar
Tim van Dijen committed
                "shasum": ""
            },
            "require": {
Tim van Dijen's avatar
Tim van Dijen committed
                "ext-dom": "*",
                "ext-filter": "*",
                "ext-libxml": "*",
Tim van Dijen's avatar
Tim van Dijen committed
                "ext-openssl": "*",
                "ext-pcre": "*",
                "ext-soap": "*",
Tim van Dijen's avatar
Tim van Dijen committed
                "ext-zlib": "*",
                "nyholm/psr7": "^1.8",
                "php": "^8.0",
                "psr/http-message": "^2.0",
                "psr/log": "^2.0 || ^3.0",
Tim van Dijen's avatar
Tim van Dijen committed
                "robrichards/xmlseclibs": "^3.1.1",
                "simplesamlphp/assert": "^1.0.4",
                "simplesamlphp/xml-common": "^1.11.2",
                "simplesamlphp/xml-security": "^1.6.5",
                "simplesamlphp/xml-soap": "^1.2.0"
Tim van Dijen's avatar
Tim van Dijen committed
            },
            "require-dev": {
                "beste/clock": "^3.0",
                "mockery/mockery": "^1.5",
                "simplesamlphp/simplesamlphp-test-framework": "^1.5.3"
Tim van Dijen's avatar
Tim van Dijen committed
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "v5.0.x-dev"
Tim van Dijen's avatar
Tim van Dijen committed
                }
            },
            "autoload": {
                "psr-4": {
                    "SimpleSAML\\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/v5.0.0-alpha.10"
Tim van Dijen's avatar
Tim van Dijen committed
            },
            "time": "2023-08-01T22:02:26+00:00"
        },
        {
            "name": "simplesamlphp/simplesamlphp-assets-base",
Tim van Dijen's avatar
Tim van Dijen committed
            "version": "v2.1.5",
            "source": {
                "type": "git",
                "url": "https://github.com/simplesamlphp/simplesamlphp-assets-base.git",
Tim van Dijen's avatar
Tim van Dijen committed
                "reference": "f462dacce8bdda4e87e02ed4f209f6dd73f8342b"
            },
            "dist": {
                "type": "zip",
Tim van Dijen's avatar
Tim van Dijen committed
                "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-assets-base/zipball/f462dacce8bdda4e87e02ed4f209f6dd73f8342b",
                "reference": "f462dacce8bdda4e87e02ed4f209f6dd73f8342b",
                "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",
Tim van Dijen's avatar
Tim van Dijen committed
                "source": "https://github.com/simplesamlphp/simplesamlphp-assets-base/tree/v2.1.5"
Tim van Dijen's avatar
Tim van Dijen committed
            "time": "2023-07-29T13:14:53+00:00"
Tim van Dijen's avatar
Tim van Dijen committed
        },
Tim van Dijen's avatar
Tim van Dijen committed
        {
            "name": "simplesamlphp/simplesamlphp-module-adfs",
Tim van Dijen's avatar
Tim van Dijen committed
            "version": "dev-release-2.1",
Tim van Dijen's avatar
Tim van Dijen committed
            "source": {
                "type": "git",
                "url": "https://github.com/simplesamlphp/simplesamlphp-module-adfs.git",
                "reference": "29bc02792b36b940e5a3c27db4bf41d2da9001d3"
Tim van Dijen's avatar
Tim van Dijen committed
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-adfs/zipball/29bc02792b36b940e5a3c27db4bf41d2da9001d3",
                "reference": "29bc02792b36b940e5a3c27db4bf41d2da9001d3",
Tim van Dijen's avatar
Tim van Dijen committed
                "shasum": ""
            },
            "require": {
                "php": "^8.0",
Tim van Dijen's avatar
Tim van Dijen committed
                "simplesamlphp/assert": "^1.0",
                "simplesamlphp/composer-module-installer": "^1.3.2",
                "simplesamlphp/xml-security": "^1.6"
Tim van Dijen's avatar
Tim van Dijen committed
            },
            "require-dev": {
Tim van Dijen's avatar
Tim van Dijen committed
                "simplesamlphp/simplesamlphp": "^3@dev",
                "simplesamlphp/simplesamlphp-test-framework": "^1.5.4"
Tim van Dijen's avatar
Tim van Dijen committed
            },
            "type": "simplesamlphp-module",
            "extra": {
                "branch-alias": {
Tim van Dijen's avatar
Tim van Dijen committed
                    "dev-master": "2.1.x-dev"
Tim van Dijen's avatar
Tim van Dijen committed
                }
            },
            "autoload": {
                "psr-4": {
                    "SimpleSAML\\Module\\adfs\\": "src/"
                }
            },
            "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": "2023-08-11T19:30:22+00:00"
Tim van Dijen's avatar
Tim van Dijen committed
        },
        {
            "name": "simplesamlphp/xml-common",
Tim van Dijen's avatar
Tim van Dijen committed
            "version": "v1.12.3",
            "source": {
                "type": "git",
                "url": "https://github.com/simplesamlphp/xml-common.git",
Tim van Dijen's avatar
Tim van Dijen committed
                "reference": "0bb3c5c11c7b98a018700797fb4b4afe5913bd18"
Tim van Dijen's avatar
Tim van Dijen committed
                "url": "https://api.github.com/repos/simplesamlphp/xml-common/zipball/0bb3c5c11c7b98a018700797fb4b4afe5913bd18",
                "reference": "0bb3c5c11c7b98a018700797fb4b4afe5913bd18",
                "shasum": ""
            },
            "require": {
                "ext-date": "*",
                "ext-dom": "*",
                "ext-libxml": "*",
                "ext-pcre": "*",
                "ext-spl": "*",
                "ext-xmlreader": "*",
                "php": "^8.0",
                "simplesamlphp/assert": "^1.0.4"
                "simplesamlphp/simplesamlphp-test-framework": "^1.5.5"
            },
            "type": "project",
            "autoload": {
                "psr-4": {
                    "SimpleSAML\\XML\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-2.1-or-later"
            ],
            "authors": [
                {
                    "name": "Jaime Perez",
                    "email": "jaime.perez@uninett.no"
                },
                {
                    "name": "Tim van Dijen",
                    "email": "tvdijen@gmail.com"
                }
            ],
            "description": "A library with classes and utilities for handling XML structures.",
            "homepage": "http://simplesamlphp.org",
            "keywords": [
                "saml",
                "xml"
            ],
            "support": {
                "issues": "https://github.com/simplesamlphp/xml-common/issues",
                "source": "https://github.com/simplesamlphp/xml-common"
            },
Tim van Dijen's avatar
Tim van Dijen committed
            "time": "2023-07-29T15:51:57+00:00"
        },
        {
            "name": "simplesamlphp/xml-security",
            "version": "v1.6.10",
            "source": {
                "type": "git",
                "url": "https://github.com/simplesamlphp/xml-security.git",
                "reference": "d5aa494ad3909029e7fe14735e344532e67ab7d6"
                "url": "https://api.github.com/repos/simplesamlphp/xml-security/zipball/d5aa494ad3909029e7fe14735e344532e67ab7d6",
                "reference": "d5aa494ad3909029e7fe14735e344532e67ab7d6",
                "shasum": ""
            },
            "require": {
                "ext-dom": "*",
                "ext-hash": "*",
                "ext-mbstring": "*",
                "ext-openssl": "*",
                "ext-pcre": "*",
                "ext-spl": "*",
                "php": "^8.0",
                "simplesamlphp/assert": "^1.0.4",
                "simplesamlphp/xml-common": "^1.12.2"
                "simplesamlphp/simplesamlphp-test-framework": "^1.5.5"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "SimpleSAML\\XMLSecurity\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-2.1-or-later"
            ],
            "authors": [
                {
                    "name": "Jaime Perez Crespo",
                    "email": "jaime.perez@uninett.no",
                    "role": "Maintainer"
                },
                {
                    "name": "Tim van Dijen",
                    "email": "tvdijen@gmail.com",
                    "role": "Maintainer"
                }
            ],
            "description": "SimpleSAMLphp library for XML Security",
            "homepage": "https://github.com/simplesamlphp/xml-security",
            "keywords": [
                "security",
                "signature",
                "xml",
                "xmldsig"
            ],
            "support": {
                "issues": "https://github.com/simplesamlphp/xml-security/issues",
                "source": "https://github.com/simplesamlphp/xml-security/tree/v1.6.10"
            "time": "2023-07-30T22:12:05+00:00"
        },
        {
            "name": "simplesamlphp/xml-soap",
Tim van Dijen's avatar
Tim van Dijen committed
            "version": "v1.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/simplesamlphp/xml-soap.git",
Tim van Dijen's avatar
Tim van Dijen committed
                "reference": "a5eb5dff4d1aab8ebc0edc280da853615bd34a2e"
Tim van Dijen's avatar
Tim van Dijen committed
                "url": "https://api.github.com/repos/simplesamlphp/xml-soap/zipball/a5eb5dff4d1aab8ebc0edc280da853615bd34a2e",
                "reference": "a5eb5dff4d1aab8ebc0edc280da853615bd34a2e",
                "shasum": ""
            },
            "require": {
                "ext-dom": "*",
                "ext-pcre": "*",
                "php": "^8.0",
                "simplesamlphp/assert": "^1.0.4",
Tim van Dijen's avatar
Tim van Dijen committed
                "simplesamlphp/xml-common": "^1.11.0"
Tim van Dijen's avatar
Tim van Dijen committed
                "simplesamlphp/simplesamlphp-test-framework": "^1.5.5"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "v2.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "SimpleSAML\\SOAP\\": "src/",
                    "SimpleSAML\\SOAP11\\": "src/SOAP11/",
                    "SimpleSAML\\SOAP12\\": "src/SOAP12/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-2.1-or-later"
            ],
            "authors": [
                {
                    "name": "Tim van Dijen",
                    "email": "tvdijen@gmail.com"
                }
            ],
            "description": "SimpleSAMLphp library for XML SOAP",
            "support": {
                "issues": "https://github.com/simplesamlphp/xml-soap/issues",
Tim van Dijen's avatar
Tim van Dijen committed
                "source": "https://github.com/simplesamlphp/xml-soap/tree/v1.3.0"
Tim van Dijen's avatar
Tim van Dijen committed
            "time": "2023-06-03T21:18:58+00:00"
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.20",
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": "359806e1adebd1c43e18e5ea22acd14bef7fcf8c"
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/359806e1adebd1c43e18e5ea22acd14bef7fcf8c",
                "reference": "359806e1adebd1c43e18e5ea22acd14bef7fcf8c",
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.20"
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-30T15:41:07+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"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/error-handler/zipball/c7df52182f43a68522756ac31a532dd5b1e6db67",
                "reference": "c7df52182f43a68522756ac31a532dd5b1e6db67",
                "shasum": ""
            },
            "require": {
Tim van Dijen's avatar
Tim van Dijen committed
                "php": ">=8.0.2",
                "psr/log": "^1|^2|^3",
Tim van Dijen's avatar
Tim van Dijen committed
                "symfony/var-dumper": "^5.4|^6.0"
            },
            "require-dev": {
                "symfony/deprecation-contracts": "^2.1|^3",
Tim van Dijen's avatar
Tim van Dijen committed
                "symfony/http-kernel": "^5.4|^6.0",
                "symfony/serializer": "^5.4|^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",
Tim van Dijen's avatar
Tim van Dijen committed
            "support": {
                "source": "https://github.com/symfony/error-handler/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
        },
        {
            "name": "symfony/event-dispatcher",
            "version": "v6.0.19",
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/event-dispatcher.git",
                "reference": "2eaf8e63bc5b8cefabd4a800157f0d0c094f677a"
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/2eaf8e63bc5b8cefabd4a800157f0d0c094f677a",
                "reference": "2eaf8e63bc5b8cefabd4a800157f0d0c094f677a",
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
                "shasum": ""
            },
            "require": {
Tim van Dijen's avatar
Tim van Dijen committed
                "php": ">=8.0.2",
                "symfony/event-dispatcher-contracts": "^2|^3"
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
            },
            "conflict": {
Tim van Dijen's avatar
Tim van Dijen committed
                "symfony/dependency-injection": "<5.4"
            },
            "provide": {
                "psr/event-dispatcher-implementation": "1.0",
Tim van Dijen's avatar
Tim van Dijen committed
                "symfony/event-dispatcher-implementation": "2.0|3.0"
Jaime Perez Crespo's avatar
Jaime Perez Crespo committed
            },
            "require-dev": {
                "psr/log": "^1|^2|^3",
Tim van Dijen's avatar
Tim van Dijen committed
                "symfony/config": "^5.4|^6.0",
                "symfony/dependency-injection": "^5.4|^6.0",
                "symfony/error-handler": "^5.4|^6.0",
                "symfony/expression-language": "^5.4|^6.0",
                "symfony/http-foundation": "^5.4|^6.0",
                "symfony/service-contracts": "^1.1|^2|^3",
Tim van Dijen's avatar
Tim van Dijen committed
                "symfony/stopwatch": "^5.4|^6.0"
            },
            "suggest": {
                "symfony/dependency-injection": "",
                "symfony/http-kernel": ""
Jaime Perez Crespo's avatar
Jaime Perez Crespo committed
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\EventDispatcher\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
Jaime Perez Crespo's avatar
Jaime Perez Crespo committed
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
Jaime Perez Crespo's avatar
Jaime Perez Crespo committed
                }
            ],
            "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
            "homepage": "https://symfony.com",
Tim van Dijen's avatar
Tim van Dijen committed
            "support": {
                "source": "https://github.com/symfony/event-dispatcher/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"
        },
        {
            "name": "symfony/event-dispatcher-contracts",
Tim van Dijen's avatar
Tim van Dijen committed
            "version": "v3.0.2",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/event-dispatcher-contracts.git",
Tim van Dijen's avatar
Tim van Dijen committed
                "reference": "7bc61cc2db649b4637d331240c5346dcc7708051"
            },
            "dist": {
                "type": "zip",
Tim van Dijen's avatar
Tim van Dijen committed
                "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/7bc61cc2db649b4637d331240c5346dcc7708051",
                "reference": "7bc61cc2db649b4637d331240c5346dcc7708051",
                "shasum": ""
            },
            "require": {
Tim van Dijen's avatar
Tim van Dijen committed
                "php": ">=8.0.2",
Tim van Dijen's avatar
Tim van Dijen committed
                "psr/event-dispatcher": "^1"
            },
            "suggest": {
                "symfony/event-dispatcher-implementation": ""
            },
            "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"
                }
            },
            "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"
            ],
Tim van Dijen's avatar
Tim van Dijen committed
            "support": {
Tim van Dijen's avatar
Tim van Dijen committed
                "source": "https://github.com/symfony/event-dispatcher-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"
                }
            ],
Tim van Dijen's avatar
Tim van Dijen committed
            "time": "2022-01-02T09:55:41+00:00"
            "version": "v6.0.19",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/filesystem.git",
                "reference": "3d49eec03fda1f0fc19b7349fbbe55ebc1004214"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/filesystem/zipball/3d49eec03fda1f0fc19b7349fbbe55ebc1004214",
                "reference": "3d49eec03fda1f0fc19b7349fbbe55ebc1004214",
                "shasum": ""
            },
            "require": {
Sascha Grossenbacher's avatar
Sascha Grossenbacher committed
                "php": ">=8.0.2",
                "symfony/polyfill-ctype": "~1.8",
Sascha Grossenbacher's avatar
Sascha Grossenbacher committed
                "symfony/polyfill-mbstring": "~1.8"
            },
            "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",
Tim van Dijen's avatar
Tim van Dijen committed
            "support": {
                "source": "https://github.com/symfony/filesystem/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"
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
        },
        {
            "name": "symfony/finder",
            "version": "v6.0.19",
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/finder.git",
                "reference": "5cc9cac6586fc0c28cd173780ca696e419fefa11"
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/finder/zipball/5cc9cac6586fc0c28cd173780ca696e419fefa11",
                "reference": "5cc9cac6586fc0c28cd173780ca696e419fefa11",
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
                "shasum": ""
            },
            "require": {
Sascha Grossenbacher's avatar
Sascha Grossenbacher committed
                "php": ">=8.0.2"
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
            },
            "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",
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/finder/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"
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
        },
        {
            "name": "symfony/framework-bundle",
            "version": "v6.0.19",
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/framework-bundle.git",
                "reference": "ee403597484be1073222373fc2962b44c36f5dd4"
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/ee403597484be1073222373fc2962b44c36f5dd4",
                "reference": "ee403597484be1073222373fc2962b44c36f5dd4",
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
                "shasum": ""
            },
            "require": {
Sascha Grossenbacher's avatar
Sascha Grossenbacher committed
                "composer-runtime-api": ">=2.1",
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
                "ext-xml": "*",
Sascha Grossenbacher's avatar
Sascha Grossenbacher committed
                "php": ">=8.0.2",
                "symfony/cache": "^5.4|^6.0",
                "symfony/config": "^5.4|^6.0",
Tim van Dijen's avatar
Tim van Dijen committed
                "symfony/dependency-injection": "^5.4.5|^6.0.5",
Sascha Grossenbacher's avatar
Sascha Grossenbacher committed
                "symfony/error-handler": "^5.4|^6.0",
                "symfony/event-dispatcher": "^5.4|^6.0",
                "symfony/filesystem": "^5.4|^6.0",
                "symfony/finder": "^5.4|^6.0",
                "symfony/http-foundation": "^5.4|^6.0",
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
                "symfony/polyfill-mbstring": "~1.0",
Sascha Grossenbacher's avatar
Sascha Grossenbacher committed
                "symfony/routing": "^5.4|^6.0"
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
            },
            "conflict": {
                "doctrine/persistence": "<1.3",
                "phpdocumentor/reflection-docblock": "<3.2.2",
                "phpdocumentor/type-resolver": "<1.4.0",
Tim van Dijen's avatar
Tim van Dijen committed
                "phpunit/phpunit": "<5.4.3",
Sascha Grossenbacher's avatar
Sascha Grossenbacher committed
                "symfony/asset": "<5.4",
                "symfony/console": "<5.4",
                "symfony/dom-crawler": "<5.4",
                "symfony/dotenv": "<5.4",
                "symfony/form": "<5.4",
                "symfony/http-client": "<5.4",
                "symfony/lock": "<5.4",
                "symfony/mailer": "<5.4",
Sascha Grossenbacher's avatar
Sascha Grossenbacher committed
                "symfony/mime": "<5.4",
                "symfony/property-access": "<5.4",
                "symfony/property-info": "<5.4",
                "symfony/security-core": "<5.4",
                "symfony/security-csrf": "<5.4",
                "symfony/serializer": "<5.4",
Sascha Grossenbacher's avatar
Sascha Grossenbacher committed
                "symfony/stopwatch": "<5.4",
                "symfony/translation": "<5.4",
                "symfony/twig-bridge": "<5.4",
                "symfony/twig-bundle": "<5.4",
                "symfony/validator": "<5.4",
                "symfony/web-profiler-bundle": "<5.4",
                "symfony/workflow": "<5.4"
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
            },
            "require-dev": {
                "doctrine/annotations": "^1.13.1|^2",
Tim van Dijen's avatar
Tim van Dijen committed
                "doctrine/persistence": "^1.3|^2|^3",
Tim van Dijen's avatar
Tim van Dijen committed
                "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
Sascha Grossenbacher's avatar
Sascha Grossenbacher committed
                "symfony/asset": "^5.4|^6.0",
                "symfony/console": "^5.4.9|^6.0.9",
Sascha Grossenbacher's avatar
Sascha Grossenbacher committed
                "symfony/css-selector": "^5.4|^6.0",
                "symfony/dom-crawler": "^5.4|^6.0",
                "symfony/dotenv": "^5.4|^6.0",
                "symfony/expression-language": "^5.4|^6.0",
                "symfony/form": "^5.4|^6.0",
                "symfony/http-client": "^5.4|^6.0",
                "symfony/lock": "^5.4|^6.0",
                "symfony/mailer": "^5.4|^6.0",
Sascha Grossenbacher's avatar
Sascha Grossenbacher committed
                "symfony/mime": "^5.4|^6.0",
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
                "symfony/polyfill-intl-icu": "~1.0",
Sascha Grossenbacher's avatar
Sascha Grossenbacher committed
                "symfony/process": "^5.4|^6.0",
                "symfony/property-info": "^5.4|^6.0",
                "symfony/rate-limiter": "^5.4|^6.0",
                "symfony/security-bundle": "^5.4|^6.0",
                "symfony/serializer": "^5.4|^6.0",
Sascha Grossenbacher's avatar
Sascha Grossenbacher committed
                "symfony/stopwatch": "^5.4|^6.0",
                "symfony/string": "^5.4|^6.0",
                "symfony/translation": "^5.4|^6.0",
                "symfony/twig-bundle": "^5.4|^6.0",
                "symfony/validator": "^5.4|^6.0",
                "symfony/web-link": "^5.4|^6.0",
                "symfony/workflow": "^5.4|^6.0",
                "symfony/yaml": "^5.4|^6.0",
Tim van Dijen's avatar
Tim van Dijen committed
                "twig/twig": "^2.10|^3.0"
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
            },
            "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",
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/framework-bundle/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-11T11:50:03+00:00"
            "name": "symfony/http-foundation",
            "version": "v6.0.20",
                "url": "https://github.com/symfony/http-foundation.git",
                "reference": "e16b2676a4b3b1fa12378a20b29c364feda2a8d6"
                "url": "https://api.github.com/repos/symfony/http-foundation/zipball/e16b2676a4b3b1fa12378a20b29c364feda2a8d6",
                "reference": "e16b2676a4b3b1fa12378a20b29c364feda2a8d6",
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/polyfill-mbstring": "~1.1"
                "predis/predis": "~1.0",
Sascha Grossenbacher's avatar
Sascha Grossenbacher committed
                "symfony/cache": "^5.4|^6.0",
Tim van Dijen's avatar
Tim van Dijen committed
                "symfony/dependency-injection": "^5.4|^6.0",
Sascha Grossenbacher's avatar
Sascha Grossenbacher committed
                "symfony/expression-language": "^5.4|^6.0",
Tim van Dijen's avatar
Tim van Dijen committed
                "symfony/http-kernel": "^5.4.12|^6.0.12|^6.1.4",
                "symfony/mime": "^5.4|^6.0",
                "symfony/rate-limiter": "^5.2|^6.0"
Tim van Dijen's avatar
Tim van Dijen committed
            },
            "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",
Tim van Dijen's avatar
Tim van Dijen committed
            "support": {
                "source": "https://github.com/symfony/http-foundation/tree/v6.0.20"
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-30T15:41:07+00:00"
            "version": "v6.0.20",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/http-kernel.git",
                "reference": "6dc70833fd0ef5e861e17c7854c12d7d86679349"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/http-kernel/zipball/6dc70833fd0ef5e861e17c7854c12d7d86679349",
                "reference": "6dc70833fd0ef5e861e17c7854c12d7d86679349",
                "shasum": ""
            },
            "require": {
Sascha Grossenbacher's avatar
Sascha Grossenbacher committed
                "php": ">=8.0.2",
                "psr/log": "^1|^2|^3",
                "symfony/error-handler": "^5.4|^6.0",
                "symfony/event-dispatcher": "^5.4|^6.0",
                "symfony/http-foundation": "^5.4|^6.0",
                "symfony/polyfill-ctype": "^1.8"
Sascha Grossenbacher's avatar
Sascha Grossenbacher committed
                "symfony/cache": "<5.4",
                "symfony/config": "<5.4",
                "symfony/console": "<5.4",
                "symfony/dependency-injection": "<5.4",
                "symfony/doctrine-bridge": "<5.4",
                "symfony/form": "<5.4",
                "symfony/http-client": "<5.4",
                "symfony/mailer": "<5.4",
                "symfony/messenger": "<5.4",
                "symfony/translation": "<5.4",
                "symfony/twig-bridge": "<5.4",
                "symfony/validator": "<5.4",
Sascha Grossenbacher's avatar
Sascha Grossenbacher committed
                "psr/log-implementation": "1.0|2.0|3.0"
            },
            "require-dev": {
                "psr/cache": "^1.0|^2.0|^3.0",
Sascha Grossenbacher's avatar
Sascha Grossenbacher committed
                "symfony/config": "^5.4|^6.0",
                "symfony/console": "^5.4|^6.0",
                "symfony/css-selector": "^5.4|^6.0",
                "symfony/dependency-injection": "^5.4|^6.0",
                "symfony/dom-crawler": "^5.4|^6.0",
                "symfony/expression-language": "^5.4|^6.0",
                "symfony/finder": "^5.4|^6.0",
                "symfony/http-client-contracts": "^1.1|^2|^3",
Sascha Grossenbacher's avatar
Sascha Grossenbacher committed
                "symfony/process": "^5.4|^6.0",
                "symfony/routing": "^5.4|^6.0",
                "symfony/stopwatch": "^5.4|^6.0",
                "symfony/translation": "^5.4|^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",
Tim van Dijen's avatar
Tim van Dijen committed
            "support": {
                "source": "https://github.com/symfony/http-kernel/tree/v6.0.20"
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-02-01T08:22:55+00:00"
            "version": "v6.0.19",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/intl.git",
                "reference": "a2e1ce9048ea549ee1e8d9ce521cbe9a9ec7d92c"
                "url": "https://api.github.com/repos/symfony/intl/zipball/a2e1ce9048ea549ee1e8d9ce521cbe9a9ec7d92c",
                "reference": "a2e1ce9048ea549ee1e8d9ce521cbe9a9ec7d92c",
Sascha Grossenbacher's avatar
Sascha Grossenbacher committed
                "php": ">=8.0.2"
Sascha Grossenbacher's avatar
Sascha Grossenbacher committed
                "symfony/filesystem": "^5.4|^6.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Intl\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Bernhard Schussek",
                    "email": "bschussek@gmail.com"
                },
                {
                    "name": "Eriksen Costa",
                    "email": "eriksen.costa@infranology.com.br"
                },
                {
                    "name": "Igor Wiedler",
                    "email": "igor@wiedler.ch"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Provides a PHP replacement layer for the C intl extension that includes additional data from the ICU library",
            "homepage": "https://symfony.com",
            "keywords": [
                "i18n",
                "icu",
                "internationalization",
                "intl",
                "l10n",
                "localization"
            ],
            "support": {
                "source": "https://github.com/symfony/intl/tree/v6.0.19"
            },
            "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"
        {
            "name": "symfony/polyfill-ctype",
            "version": "v1.28.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-ctype.git",
                "reference": "ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb"
                "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb",
                "reference": "ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb",
Tim van Dijen's avatar
Tim van Dijen committed
                "php": ">=7.1"
            "provide": {
                "ext-ctype": "*"
            },
            "suggest": {
                "ext-ctype": "For best performance"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.28-dev"
Tim van Dijen's avatar
Tim van Dijen committed
                },
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "autoload": {
                "files": [
                    "bootstrap.php"
Tim van Dijen's avatar
Tim van Dijen committed
                ],
                "psr-4": {
                    "Symfony\\Polyfill\\Ctype\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Gert de Pagter",
                    "email": "BackEndTea@gmail.com"
Tim van Dijen's avatar
Tim van Dijen committed
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill for ctype functions",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "ctype",
                "polyfill",
                "portable"
            ],
Tim van Dijen's avatar
Tim van Dijen committed
            "support": {
                "source": "https://github.com/symfony/polyfill-ctype/tree/v1.28.0"
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-26T09:26:14+00:00"
Tim van Dijen's avatar
Tim van Dijen committed
            "name": "symfony/polyfill-intl-grapheme",
            "version": "v1.28.0",
            "source": {
                "type": "git",
Tim van Dijen's avatar
Tim van Dijen committed
                "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
                "reference": "875e90aeea2777b6f135677f618529449334a612"
                "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/875e90aeea2777b6f135677f618529449334a612",
                "reference": "875e90aeea2777b6f135677f618529449334a612",
Tim van Dijen's avatar
Tim van Dijen committed
                "php": ">=7.1"
                "ext-intl": "For best performance"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.28-dev"
Tim van Dijen's avatar
Tim van Dijen committed
                },
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "autoload": {
                "files": [
                    "bootstrap.php"
Tim van Dijen's avatar
Tim van Dijen committed
                ],
                "psr-4": {
                    "Symfony\\Polyfill\\Intl\\Grapheme\\": ""
                }
            },
            "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"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
Tim van Dijen's avatar
Tim van Dijen committed
            "description": "Symfony polyfill for intl's grapheme_* functions",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
Tim van Dijen's avatar
Tim van Dijen committed
                "grapheme",
Tim van Dijen's avatar
Tim van Dijen committed
            "support": {
                "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.28.0"
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-26T09:26:14+00:00"
Tim van Dijen's avatar
Tim van Dijen committed
            "name": "symfony/polyfill-intl-normalizer",
            "version": "v1.28.0",
Tim van Dijen's avatar
Tim van Dijen committed
                "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
                "reference": "8c4ad05dd0120b6a53c1ca374dca2ad0a1c4ed92"
                "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/8c4ad05dd0120b6a53c1ca374dca2ad0a1c4ed92",
                "reference": "8c4ad05dd0120b6a53c1ca374dca2ad0a1c4ed92",
Tim van Dijen's avatar
Tim van Dijen committed
                "php": ">=7.1"
            },
            "suggest": {
Tim van Dijen's avatar
Tim van Dijen committed
                "ext-intl": "For best performance"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.28-dev"
Tim van Dijen's avatar
Tim van Dijen committed
                },
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
Tim van Dijen's avatar
Tim van Dijen committed
                ],
Tim van Dijen's avatar
Tim van Dijen committed
                "psr-4": {
                    "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
                },
Tim van Dijen's avatar
Tim van Dijen committed
                "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"
                }
            ],
Tim van Dijen's avatar
Tim van Dijen committed
            "description": "Symfony polyfill for intl's Normalizer class and related functions",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
Tim van Dijen's avatar
Tim van Dijen committed
                "intl",
                "normalizer",
Tim van Dijen's avatar
Tim van Dijen committed
            "support": {
                "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.28.0"
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-26T09:26:14+00:00"
Tim van Dijen's avatar
Tim van Dijen committed
            "name": "symfony/polyfill-mbstring",
            "version": "v1.28.0",
Tim van Dijen's avatar
Tim van Dijen committed
                "url": "https://github.com/symfony/polyfill-mbstring.git",
                "reference": "42292d99c55abe617799667f454222c54c60e229"
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/42292d99c55abe617799667f454222c54c60e229",
                "reference": "42292d99c55abe617799667f454222c54c60e229",
Tim van Dijen's avatar
Tim van Dijen committed
                "php": ">=7.1"
            "provide": {
                "ext-mbstring": "*"
            },
Tim van Dijen's avatar
Tim van Dijen committed
            "suggest": {
                "ext-mbstring": "For best performance"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.28-dev"
Tim van Dijen's avatar
Tim van Dijen committed
                },
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
Tim van Dijen's avatar
Tim van Dijen committed
                ],
                "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"
                }
            ],
Tim van Dijen's avatar
Tim van Dijen committed
            "description": "Symfony polyfill for the Mbstring extension",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
Tim van Dijen's avatar
Tim van Dijen committed
                "mbstring",
Tim van Dijen's avatar
Tim van Dijen committed
            "support": {
                "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.28.0"
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-07-28T09:04:16+00:00"
Tim van Dijen's avatar
Tim van Dijen committed
        },
Tim van Dijen's avatar
Tim van Dijen committed
        {
            "name": "symfony/polyfill-php81",
            "version": "v1.28.0",
Tim van Dijen's avatar
Tim van Dijen committed
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-php81.git",
                "reference": "7581cd600fa9fd681b797d00b02f068e2f13263b"
Tim van Dijen's avatar
Tim van Dijen committed
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/7581cd600fa9fd681b797d00b02f068e2f13263b",
                "reference": "7581cd600fa9fd681b797d00b02f068e2f13263b",
Tim van Dijen's avatar
Tim van Dijen committed
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.28-dev"
                },
                "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.28.0"
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-26T09:26:14+00:00"
Tim van Dijen's avatar
Tim van Dijen committed
        },
        {
            "name": "symfony/psr-http-message-bridge",
Tim van Dijen's avatar
Tim van Dijen committed
            "version": "v2.3.1",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/psr-http-message-bridge.git",
Tim van Dijen's avatar
Tim van Dijen committed
                "reference": "581ca6067eb62640de5ff08ee1ba6850a0ee472e"
Tim van Dijen's avatar
Tim van Dijen committed
                "url": "https://api.github.com/repos/symfony/psr-http-message-bridge/zipball/581ca6067eb62640de5ff08ee1ba6850a0ee472e",
                "reference": "581ca6067eb62640de5ff08ee1ba6850a0ee472e",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "psr/http-message": "^1.0 || ^2.0",
Tim van Dijen's avatar
Tim van Dijen committed
                "symfony/deprecation-contracts": "^2.5 || ^3.0",
                "symfony/http-foundation": "^5.4 || ^6.0"
            },
            "require-dev": {
                "nyholm/psr7": "^1.1",
                "psr/log": "^1.1 || ^2 || ^3",
                "symfony/browser-kit": "^5.4 || ^6.0",
                "symfony/config": "^5.4 || ^6.0",
                "symfony/event-dispatcher": "^5.4 || ^6.0",
                "symfony/framework-bundle": "^5.4 || ^6.0",
                "symfony/http-kernel": "^5.4 || ^6.0",
                "symfony/phpunit-bridge": "^6.2"
            },
            "suggest": {
                "nyholm/psr7": "For a super lightweight PSR-7/17 implementation"
            },
            "type": "symfony-bridge",
            "extra": {
                "branch-alias": {
Tim van Dijen's avatar
Tim van Dijen committed
                    "dev-main": "2.3-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Bridge\\PsrHttpMessage\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "http://symfony.com/contributors"
                }
            ],
            "description": "PSR HTTP message bridge",
            "homepage": "http://symfony.com",
            "keywords": [
                "http",
                "http-message",
                "psr-17",
                "psr-7"
            ],
            "support": {
                "issues": "https://github.com/symfony/psr-http-message-bridge/issues",
Tim van Dijen's avatar
Tim van Dijen committed
                "source": "https://github.com/symfony/psr-http-message-bridge/tree/v2.3.1"
            },
            "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": "2023-07-26T11:53:26+00:00"
            "version": "v6.0.19",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/routing.git",
                "reference": "e56ca9b41c1ec447193474cd86ad7c0b547755ac"
                "url": "https://api.github.com/repos/symfony/routing/zipball/e56ca9b41c1ec447193474cd86ad7c0b547755ac",
                "reference": "e56ca9b41c1ec447193474cd86ad7c0b547755ac",
Sascha Grossenbacher's avatar
Sascha Grossenbacher committed
                "php": ">=8.0.2"
Tim van Dijen's avatar
Tim van Dijen committed
                "doctrine/annotations": "<1.12",
Sascha Grossenbacher's avatar
Sascha Grossenbacher committed
                "symfony/config": "<5.4",
                "symfony/dependency-injection": "<5.4",
                "symfony/yaml": "<5.4"
                "doctrine/annotations": "^1.12|^2",
                "psr/log": "^1|^2|^3",
Sascha Grossenbacher's avatar
Sascha Grossenbacher committed
                "symfony/config": "^5.4|^6.0",
                "symfony/dependency-injection": "^5.4|^6.0",
                "symfony/expression-language": "^5.4|^6.0",
                "symfony/http-foundation": "^5.4|^6.0",
                "symfony/yaml": "^5.4|^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"
            ],
Tim van Dijen's avatar
Tim van Dijen committed
            "support": {
                "source": "https://github.com/symfony/routing/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"
            "name": "symfony/service-contracts",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/service-contracts.git",
                "reference": "d78d39c1599bd1188b8e26bb341da52c3c6d8a66"
                "url": "https://api.github.com/repos/symfony/service-contracts/zipball/d78d39c1599bd1188b8e26bb341da52c3c6d8a66",
                "reference": "d78d39c1599bd1188b8e26bb341da52c3c6d8a66",
                "php": ">=8.0.2",
                "psr/container": "^2.0"
Tim van Dijen's avatar
Tim van Dijen committed
            },
            "conflict": {
                "ext-psr": "<1.1|>=2"
Tim van Dijen's avatar
Tim van Dijen committed
            },
            "suggest": {
                "symfony/service-implementation": ""
            },
            "type": "library",
            "extra": {
                "branch-alias": {
Tim van Dijen's avatar
Tim van Dijen committed
                },
                "thanks": {
                    "name": "symfony/contracts",
                    "url": "https://github.com/symfony/contracts"
Tim van Dijen's avatar
Tim van Dijen committed
                }
            },
            "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"
            ],
Tim van Dijen's avatar
Tim van Dijen committed
            "support": {
                "source": "https://github.com/symfony/service-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"
                }
            ],
            "time": "2022-05-30T19:17:58+00:00"
Tim van Dijen's avatar
Tim van Dijen committed
        },
        {
            "name": "symfony/string",
            "version": "v6.0.19",
Tim van Dijen's avatar
Tim van Dijen committed
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/string.git",
                "reference": "d9e72497367c23e08bf94176d2be45b00a9d232a"
Tim van Dijen's avatar
Tim van Dijen committed
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/string/zipball/d9e72497367c23e08bf94176d2be45b00a9d232a",
                "reference": "d9e72497367c23e08bf94176d2be45b00a9d232a",
Tim van Dijen's avatar
Tim van Dijen committed
                "shasum": ""
            },
            "require": {
Tim van Dijen's avatar
Tim van Dijen committed
                "php": ">=8.0.2",
Tim van Dijen's avatar
Tim van Dijen committed
                "symfony/polyfill-ctype": "~1.8",
                "symfony/polyfill-intl-grapheme": "~1.0",
                "symfony/polyfill-intl-normalizer": "~1.0",
Tim van Dijen's avatar
Tim van Dijen committed
                "symfony/polyfill-mbstring": "~1.0"
Tim van Dijen's avatar
Tim van Dijen committed
                "symfony/translation-contracts": "<2.0"
Tim van Dijen's avatar
Tim van Dijen committed
            "require-dev": {
Tim van Dijen's avatar
Tim van Dijen committed
                "symfony/error-handler": "^5.4|^6.0",
                "symfony/http-client": "^5.4|^6.0",
                "symfony/translation-contracts": "^2.0|^3.0",
                "symfony/var-exporter": "^5.4|^6.0"
            },
            "type": "library",
            "autoload": {
Tim van Dijen's avatar
Tim van Dijen committed
                "files": [
                    "Resources/functions.php"
                ],
Tim van Dijen's avatar
Tim van Dijen committed
                "psr-4": {
                    "Symfony\\Component\\String\\": ""
                },
Tim van Dijen's avatar
Tim van Dijen committed
                "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": [
Tim van Dijen's avatar
Tim van Dijen committed
                "grapheme",
                "i18n",
                "string",
                "unicode",
                "utf-8",
                "utf8"
Tim van Dijen's avatar
Tim van Dijen committed
            "support": {
                "source": "https://github.com/symfony/string/tree/v6.0.19"
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"
                }
            ],
            "time": "2023-01-01T08:36:10+00:00"
        {
            "name": "symfony/translation-contracts",
            "version": "v3.0.2",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/translation-contracts.git",
                "reference": "acbfbb274e730e5a0236f619b6168d9dedb3e282"
                "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/acbfbb274e730e5a0236f619b6168d9dedb3e282",
                "reference": "acbfbb274e730e5a0236f619b6168d9dedb3e282",
                "php": ">=8.0.2"
            },
            "suggest": {
                "symfony/translation-implementation": ""
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "3.0-dev"
                },
                "thanks": {
                    "name": "symfony/contracts",
                    "url": "https://github.com/symfony/contracts"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Contracts\\Translation\\": ""
                }
            },
            "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 translation",
            "homepage": "https://symfony.com",
            "keywords": [
                "abstractions",
                "contracts",
                "decoupling",
                "interfaces",
                "interoperability",
                "standards"
            ],
            "support": {
                "source": "https://github.com/symfony/translation-contracts/tree/v3.0.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-06-27T17:10:44+00:00"
            "version": "v6.0.19",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/twig-bridge.git",
                "reference": "bcd79f7845f887defec9d6737a535a3c602159e9"
                "url": "https://api.github.com/repos/symfony/twig-bridge/zipball/bcd79f7845f887defec9d6737a535a3c602159e9",
                "reference": "bcd79f7845f887defec9d6737a535a3c602159e9",
Sascha Grossenbacher's avatar
Sascha Grossenbacher committed
                "php": ">=8.0.2",
                "symfony/translation-contracts": "^1.1|^2|^3",
                "twig/twig": "^2.13|^3.0.4"
            },
            "conflict": {
                "phpdocumentor/reflection-docblock": "<3.2.2",
                "phpdocumentor/type-resolver": "<1.4.0",
Sascha Grossenbacher's avatar
Sascha Grossenbacher committed
                "symfony/console": "<5.4",
                "symfony/form": "<5.4",
                "symfony/http-foundation": "<5.4",
                "symfony/http-kernel": "<5.4",
                "symfony/translation": "<5.4",
                "symfony/workflow": "<5.4"
                "doctrine/annotations": "^1.12|^2",
                "egulias/email-validator": "^2.1.10|^3|^4",
                "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
Sascha Grossenbacher's avatar
Sascha Grossenbacher committed
                "symfony/asset": "^5.4|^6.0",
                "symfony/console": "^5.4|^6.0",
                "symfony/dependency-injection": "^5.4|^6.0",
                "symfony/expression-language": "^5.4|^6.0",
                "symfony/finder": "^5.4|^6.0",
                "symfony/form": "^5.4|^6.0",
                "symfony/http-foundation": "^5.4|^6.0",
                "symfony/http-kernel": "^5.4|^6.0",
                "symfony/intl": "^5.4|^6.0",
                "symfony/mime": "^5.4|^6.0",
                "symfony/polyfill-intl-icu": "~1.0",
Sascha Grossenbacher's avatar
Sascha Grossenbacher committed
                "symfony/property-info": "^5.4|^6.0",
                "symfony/routing": "^5.4|^6.0",
                "symfony/security-acl": "^2.8|^3.0",
Sascha Grossenbacher's avatar
Sascha Grossenbacher committed
                "symfony/security-core": "^5.4|^6.0",
                "symfony/security-csrf": "^5.4|^6.0",
                "symfony/security-http": "^5.4|^6.0",
                "symfony/serializer": "^5.4|^6.0",
                "symfony/stopwatch": "^5.4|^6.0",
                "symfony/translation": "^5.4|^6.0",
                "symfony/web-link": "^5.4|^6.0",
                "symfony/workflow": "^5.4|^6.0",
                "symfony/yaml": "^5.4|^6.0",
                "twig/cssinliner-extra": "^2.12|^3",
                "twig/inky-extra": "^2.12|^3",
                "twig/markdown-extra": "^2.12|^3"
            },
            "suggest": {
                "symfony/asset": "For using the AssetExtension",
                "symfony/expression-language": "For using the ExpressionExtension",
                "symfony/finder": "",
                "symfony/form": "For using the FormExtension",
                "symfony/http-kernel": "For using the HttpKernelExtension",
                "symfony/routing": "For using the RoutingExtension",
                "symfony/security-core": "For using the SecurityExtension",
                "symfony/security-csrf": "For using the CsrfExtension",
                "symfony/security-http": "For using the LogoutUrlExtension",
                "symfony/stopwatch": "For using the StopwatchExtension",
                "symfony/translation": "For using the TranslationExtension",
                "symfony/var-dumper": "For using the DumpExtension",
                "symfony/web-link": "For using the WebLinkExtension",
                "symfony/yaml": "For using the YamlExtension"
            },
            "type": "symfony-bridge",
            "autoload": {
                "psr-4": {
                    "Symfony\\Bridge\\Twig\\": ""
                },
                "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 integration for Twig with various Symfony components",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/twig-bridge/tree/v6.0.19"
            },
            "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-11T11:50:03+00:00"
        {
            "name": "symfony/var-dumper",
            "version": "v6.0.19",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/var-dumper.git",
                "reference": "eb980457fa6899840fe1687e8627a03a7d8a3d52"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/var-dumper/zipball/eb980457fa6899840fe1687e8627a03a7d8a3d52",
                "reference": "eb980457fa6899840fe1687e8627a03a7d8a3d52",
                "shasum": ""
            },
            "require": {
Tim van Dijen's avatar
Tim van Dijen committed
                "php": ">=8.0.2",
                "symfony/polyfill-mbstring": "~1.0"
            },
            "conflict": {
                "phpunit/phpunit": "<5.4.3",
Tim van Dijen's avatar
Tim van Dijen committed
                "symfony/console": "<5.4"
            },
            "require-dev": {
                "ext-iconv": "*",
Tim van Dijen's avatar
Tim van Dijen committed
                "symfony/console": "^5.4|^6.0",
                "symfony/process": "^5.4|^6.0",
                "symfony/uid": "^5.4|^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"
            ],
Tim van Dijen's avatar
Tim van Dijen committed
            "support": {
                "source": "https://github.com/symfony/var-dumper/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"
        },
        {
            "name": "symfony/var-exporter",
            "version": "v6.0.19",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/var-exporter.git",
                "reference": "df56f53818c2d5d9f683f4ad2e365ba73a3b69d2"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/var-exporter/zipball/df56f53818c2d5d9f683f4ad2e365ba73a3b69d2",
                "reference": "df56f53818c2d5d9f683f4ad2e365ba73a3b69d2",
                "shasum": ""
            },
            "require": {
Sascha Grossenbacher's avatar
Sascha Grossenbacher committed
                "php": ">=8.0.2"
            },
            "require-dev": {
Sascha Grossenbacher's avatar
Sascha Grossenbacher committed
                "symfony/var-dumper": "^5.4|^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"
            ],
Tim van Dijen's avatar
Tim van Dijen committed
            "support": {
                "source": "https://github.com/symfony/var-exporter/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-13T08:34:10+00:00"
        },
        {
            "name": "symfony/yaml",
            "version": "v6.0.19",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/yaml.git",
                "reference": "deec3a812a0305a50db8ae689b183f43d915c884"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/yaml/zipball/deec3a812a0305a50db8ae689b183f43d915c884",
                "reference": "deec3a812a0305a50db8ae689b183f43d915c884",
                "shasum": ""
            },
            "require": {
Sascha Grossenbacher's avatar
Sascha Grossenbacher committed
                "php": ">=8.0.2",
            },
            "conflict": {
Sascha Grossenbacher's avatar
Sascha Grossenbacher committed
                "symfony/console": "<5.4"
            },
            "require-dev": {
Sascha Grossenbacher's avatar
Sascha Grossenbacher committed
                "symfony/console": "^5.4|^6.0"
            },
            "suggest": {
                "symfony/console": "For validating YAML files using the lint command"
            },
Tim van Dijen's avatar
Tim van Dijen committed
            "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",
Tim van Dijen's avatar
Tim van Dijen committed
            "support": {
                "source": "https://github.com/symfony/yaml/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-11T11:50:03+00:00"
            "source": {
                "type": "git",
                "url": "https://github.com/twigphp/intl-extra.git",
                "reference": "4f4fe572f635534649cc069e1dafe4a8ad63774d"
                "url": "https://api.github.com/repos/twigphp/intl-extra/zipball/4f4fe572f635534649cc069e1dafe4a8ad63774d",
                "reference": "4f4fe572f635534649cc069e1dafe4a8ad63774d",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1.3",
                "symfony/intl": "^5.4|^6.0",
                "symfony/phpunit-bridge": "^5.4|^6.3"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Twig\\Extra\\Intl\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com",
                    "homepage": "http://fabien.potencier.org",
                    "role": "Lead Developer"
                }
            ],
            "description": "A Twig extension for Intl",
            "homepage": "https://twig.symfony.com",
            "keywords": [
                "intl",
                "twig"
            ],
            "support": {
                "source": "https://github.com/twigphp/intl-extra/tree/v3.7.1"
            },
            "funding": [
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/twig/twig",
                    "type": "tidelift"
                }
            ],
            "time": "2023-07-29T15:34:56+00:00"
Hanne Moa's avatar
Hanne Moa committed
        {
            "name": "twig/twig",
Hanne Moa's avatar
Hanne Moa committed
            "source": {
                "type": "git",
                "url": "https://github.com/twigphp/Twig.git",
                "reference": "a0ce373a0ca3bf6c64b9e3e2124aca502ba39554"
Hanne Moa's avatar
Hanne Moa committed
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/twigphp/Twig/zipball/a0ce373a0ca3bf6c64b9e3e2124aca502ba39554",
                "reference": "a0ce373a0ca3bf6c64b9e3e2124aca502ba39554",
Hanne Moa's avatar
Hanne Moa committed
                "shasum": ""
            },
            "require": {
Tim van Dijen's avatar
Tim van Dijen committed
                "php": ">=7.2.5",
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
                "symfony/polyfill-ctype": "^1.8",
                "symfony/polyfill-mbstring": "^1.3"
Hanne Moa's avatar
Hanne Moa committed
            },
            "require-dev": {
                "psr/container": "^1.0|^2.0",
                "symfony/phpunit-bridge": "^5.4.9|^6.3"
Hanne Moa's avatar
Hanne Moa committed
            },
            "type": "library",
            "autoload": {
Hanne Moa's avatar
Hanne Moa committed
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com",
Tim van Dijen's avatar
Tim van Dijen committed
                    "homepage": "http://fabien.potencier.org",
                    "role": "Lead Developer"
Hanne Moa's avatar
Hanne Moa committed
                },
                {
Tim van Dijen's avatar
Tim van Dijen committed
                    "name": "Twig Team",
Tim van Dijen's avatar
Tim van Dijen committed
                    "role": "Contributors"
Hanne Moa's avatar
Hanne Moa committed
                },
                {
Tim van Dijen's avatar
Tim van Dijen committed
                    "name": "Armin Ronacher",
Tim van Dijen's avatar
Tim van Dijen committed
                    "email": "armin.ronacher@active-4.com",
                    "role": "Project Founder"
Hanne Moa's avatar
Hanne Moa committed
                }
            ],
            "description": "Twig, the flexible, fast, and secure template language for PHP",
            "homepage": "https://twig.symfony.com",
Hanne Moa's avatar
Hanne Moa committed
            "keywords": [
                "templating"
            ],
Tim van Dijen's avatar
Tim van Dijen committed
            "support": {
                "issues": "https://github.com/twigphp/Twig/issues",
                "source": "https://github.com/twigphp/Twig/tree/v3.7.1"
Tim van Dijen's avatar
Tim van Dijen committed
            },
Tim van Dijen's avatar
Tim van Dijen committed
            "funding": [
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/twig/twig",
                    "type": "tidelift"
                }
            ],
            "time": "2023-08-28T11:09:02+00:00"
Tim van Dijen's avatar
Tim van Dijen committed
        },
        {
            "name": "webmozart/assert",
            "version": "1.11.0",
Tim van Dijen's avatar
Tim van Dijen committed
            "source": {
                "type": "git",
                "url": "https://github.com/webmozarts/assert.git",
                "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991"
Tim van Dijen's avatar
Tim van Dijen committed
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/webmozarts/assert/zipball/11cb2199493b2f8a3b53e7f19068fc6aac760991",
                "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991",
Tim van Dijen's avatar
Tim van Dijen committed
                "shasum": ""
            },
            "require": {
                "ext-ctype": "*",
                "php": "^7.2 || ^8.0"
Tim van Dijen's avatar
Tim van Dijen committed
            },
            "conflict": {
Tim van Dijen's avatar
Tim van Dijen committed
                "phpstan/phpstan": "<0.12.20",
                "vimeo/psalm": "<4.6.1 || 4.6.2"
Tim van Dijen's avatar
Tim van Dijen committed
            "require-dev": {
                "phpunit/phpunit": "^8.5.13"
Tim van Dijen's avatar
Tim van Dijen committed
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.10-dev"
                }
            },
Tim van Dijen's avatar
Tim van Dijen committed
            "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"
            ],
Tim van Dijen's avatar
Tim van Dijen committed
            "support": {
                "issues": "https://github.com/webmozarts/assert/issues",
                "source": "https://github.com/webmozarts/assert/tree/1.11.0"
Tim van Dijen's avatar
Tim van Dijen committed
            },
            "time": "2022-06-03T18:03:27+00:00"
Brook Schofield's avatar
Brook Schofield committed
    "packages-dev": [
        {
            "name": "doctrine/instantiator",
            "version": "1.5.0",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/instantiator.git",
                "reference": "0a0fa9780f5d4e507415a065172d26a98d02047b"
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/0a0fa9780f5d4e507415a065172d26a98d02047b",
                "reference": "0a0fa9780f5d4e507415a065172d26a98d02047b",
Tim van Dijen's avatar
Tim van Dijen committed
                "php": "^7.1 || ^8.0"
                "doctrine/coding-standard": "^9 || ^11",
                "ext-pdo": "*",
                "ext-phar": "*",
Tim van Dijen's avatar
Tim van Dijen committed
                "phpbench/phpbench": "^0.16 || ^1",
                "phpstan/phpstan": "^1.4",
                "phpstan/phpstan-phpunit": "^1",
                "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
                "vimeo/psalm": "^4.30 || ^5.4"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Marco Pivetta",
                    "email": "ocramius@gmail.com",
Tim van Dijen's avatar
Tim van Dijen committed
                    "homepage": "https://ocramius.github.io/"
                }
            ],
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
            "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
            "keywords": [
                "constructor",
                "instantiate"
            ],
Tim van Dijen's avatar
Tim van Dijen committed
            "support": {
                "issues": "https://github.com/doctrine/instantiator/issues",
                "source": "https://github.com/doctrine/instantiator/tree/1.5.0"
Tim van Dijen's avatar
Tim van Dijen committed
            },
Tim van Dijen's avatar
Tim van Dijen committed
            "funding": [
                {
                    "url": "https://www.doctrine-project.org/sponsorship.html",
                    "type": "custom"
                },
                {
                    "url": "https://www.patreon.com/phpdoctrine",
                    "type": "patreon"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator",
                    "type": "tidelift"
                }
            ],
            "time": "2022-12-30T00:15:36+00:00"
        {
            "name": "gettext/php-scanner",
            "version": "v1.3.1",
            "source": {
                "type": "git",
                "url": "https://github.com/php-gettext/PHP-Scanner.git",
                "reference": "989a2cffa1d0f43d13b14c83a50429119b5eb8e4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-gettext/PHP-Scanner/zipball/989a2cffa1d0f43d13b14c83a50429119b5eb8e4",
                "reference": "989a2cffa1d0f43d13b14c83a50429119b5eb8e4",
                "shasum": ""
            },
            "require": {
                "gettext/gettext": "^5.5.0",
                "nikic/php-parser": "^4.2",
                "php": ">=7.2"
            },
            "require-dev": {
                "friendsofphp/php-cs-fixer": "^2.15",
                "oscarotero/php-cs-fixer-config": "^1.0",
                "phpunit/phpunit": "^8.0",
                "squizlabs/php_codesniffer": "^3.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Gettext\\Scanner\\": "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 scanner for gettext",
            "homepage": "https://github.com/php-gettext/PHP-Scanner",
            "keywords": [
                "gettext",
                "i18n",
                "php",
                "scanner",
                "translation"
            ],
            "support": {
                "email": "oom@oscarotero.com",
                "issues": "https://github.com/php-gettext/PHP-Scanner/issues",
                "source": "https://github.com/php-gettext/PHP-Scanner/tree/v1.3.1"
            },
            "time": "2022-03-18T11:47:55+00:00"
        },
            "name": "mikey179/vfsstream",
Sascha Grossenbacher's avatar
Sascha Grossenbacher committed
            "version": "v1.6.11",
            "source": {
                "type": "git",
                "url": "https://github.com/bovigo/vfsStream.git",
Sascha Grossenbacher's avatar
Sascha Grossenbacher committed
                "reference": "17d16a85e6c26ce1f3e2fa9ceeacdc2855db1e9f"
Sascha Grossenbacher's avatar
Sascha Grossenbacher committed
                "url": "https://api.github.com/repos/bovigo/vfsStream/zipball/17d16a85e6c26ce1f3e2fa9ceeacdc2855db1e9f",
                "reference": "17d16a85e6c26ce1f3e2fa9ceeacdc2855db1e9f",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "require-dev": {
Tim van Dijen's avatar
Tim van Dijen committed
                "phpunit/phpunit": "^4.5|^5.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.6.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "org\\bovigo\\vfs\\": "src/main/php"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Frank Kleine",
Tim van Dijen's avatar
Tim van Dijen committed
                    "homepage": "http://frankkleine.de/",
                    "role": "Developer"
                }
            ],
            "description": "Virtual file system to mock the real file system in unit tests.",
            "homepage": "http://vfs.bovigo.org/",
Tim van Dijen's avatar
Tim van Dijen committed
            "support": {
                "issues": "https://github.com/bovigo/vfsStream/issues",
                "source": "https://github.com/bovigo/vfsStream/tree/master",
                "wiki": "https://github.com/bovigo/vfsStream/wiki"
            },
Sascha Grossenbacher's avatar
Sascha Grossenbacher committed
            "time": "2022-02-23T02:02:42+00:00"
Tim van Dijen's avatar
Tim van Dijen committed
        {
            "name": "myclabs/deep-copy",
Tim van Dijen's avatar
Tim van Dijen committed
            "version": "1.11.1",
Tim van Dijen's avatar
Tim van Dijen committed
            "source": {
                "type": "git",
                "url": "https://github.com/myclabs/DeepCopy.git",
Tim van Dijen's avatar
Tim van Dijen committed
                "reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c"
Tim van Dijen's avatar
Tim van Dijen committed
            },
            "dist": {
                "type": "zip",
Tim van Dijen's avatar
Tim van Dijen committed
                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/7284c22080590fb39f2ffa3e9057f10a4ddd0e0c",
                "reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c",
Tim van Dijen's avatar
Tim van Dijen committed
                "shasum": ""
            },
            "require": {
Tim van Dijen's avatar
Tim van Dijen committed
                "php": "^7.1 || ^8.0"
Tim van Dijen's avatar
Tim van Dijen committed
            "conflict": {
                "doctrine/collections": "<1.6.8",
                "doctrine/common": "<2.13.3 || >=3,<3.2.2"
            },
Tim van Dijen's avatar
Tim van Dijen committed
            "require-dev": {
Tim van Dijen's avatar
Tim van Dijen committed
                "doctrine/collections": "^1.6.8",
                "doctrine/common": "^2.13.3 || ^3.2.2",
                "phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13"
Tim van Dijen's avatar
Tim van Dijen committed
            },
            "type": "library",
            "autoload": {
                "files": [
                    "src/DeepCopy/deep_copy.php"
                ],
                "psr-4": {
                    "DeepCopy\\": "src/DeepCopy/"
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
            ],
            "description": "Create deep copies (clones) of your objects",
            "keywords": [
                "clone",
                "copy",
                "duplicate",
                "object",
                "object graph"
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
            ],
Tim van Dijen's avatar
Tim van Dijen committed
            "support": {
                "issues": "https://github.com/myclabs/DeepCopy/issues",
                "source": "https://github.com/myclabs/DeepCopy/tree/1.11.1"
Tim van Dijen's avatar
Tim van Dijen committed
            },
            "funding": [
                {
                    "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
                    "type": "tidelift"
                }
            ],
            "time": "2023-03-08T13:26:56+00:00"
Tim van Dijen's avatar
Tim van Dijen committed
        },
        {
            "name": "nikic/php-parser",
            "version": "v4.17.1",
            "source": {
                "type": "git",
                "url": "https://github.com/nikic/PHP-Parser.git",
                "reference": "a6303e50c90c355c7eeee2c4a8b27fe8dc8fef1d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/a6303e50c90c355c7eeee2c4a8b27fe8dc8fef1d",
                "reference": "a6303e50c90c355c7eeee2c4a8b27fe8dc8fef1d",
                "shasum": ""
            },
            "require": {
                "ext-tokenizer": "*",
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
                "php": ">=7.0"
            },
            "require-dev": {
Tim van Dijen's avatar
Tim van Dijen committed
                "ircmaxell/php-yacc": "^0.0.7",
Tim van Dijen's avatar
Tim van Dijen committed
                "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0"
            },
            "bin": [
                "bin/php-parse"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
Tim van Dijen's avatar
Tim van Dijen committed
                    "dev-master": "4.9-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "PhpParser\\": "lib/PhpParser"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Nikita Popov"
                }
            ],
            "description": "A PHP parser written in PHP",
            "keywords": [
                "parser",
                "php"
            ],
Tim van Dijen's avatar
Tim van Dijen committed
            "support": {
                "issues": "https://github.com/nikic/PHP-Parser/issues",
                "source": "https://github.com/nikic/PHP-Parser/tree/v4.17.1"
Tim van Dijen's avatar
Tim van Dijen committed
            },
            "time": "2023-08-13T19:53:39+00:00"
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
            "name": "phar-io/manifest",
            "version": "2.0.3",
            "source": {
                "type": "git",
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
                "url": "https://github.com/phar-io/manifest.git",
                "reference": "97803eca37d319dfa7826cc2437fc020857acb53"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phar-io/manifest/zipball/97803eca37d319dfa7826cc2437fc020857acb53",
                "reference": "97803eca37d319dfa7826cc2437fc020857acb53",
                "shasum": ""
            },
            "require": {
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
                "ext-dom": "*",
                "ext-phar": "*",
Tim van Dijen's avatar
Tim van Dijen committed
                "ext-xmlwriter": "*",
                "phar-io/version": "^3.0.1",
                "php": "^7.2 || ^8.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
Tim van Dijen's avatar
Tim van Dijen committed
                    "dev-master": "2.0.x-dev"
                }
            },
            "autoload": {
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
                "BSD-3-Clause"
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
                    "name": "Arne Blankerts",
                    "email": "arne@blankerts.de",
                    "role": "Developer"
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
                    "name": "Sebastian Heuer",
                    "email": "sebastian@phpeople.de",
                    "role": "Developer"
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de",
                    "role": "Developer"
                }
            ],
            "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
Tim van Dijen's avatar
Tim van Dijen committed
            "support": {
                "issues": "https://github.com/phar-io/manifest/issues",
                "source": "https://github.com/phar-io/manifest/tree/2.0.3"
Tim van Dijen's avatar
Tim van Dijen committed
            },
            "time": "2021-07-20T11:28:43+00:00"
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
        },
        {
            "name": "phar-io/version",
Tim van Dijen's avatar
Tim van Dijen committed
            "version": "3.2.1",
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
            "source": {
                "type": "git",
                "url": "https://github.com/phar-io/version.git",
Tim van Dijen's avatar
Tim van Dijen committed
                "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74"
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/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
                "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
                "shasum": ""
            },
            "require": {
Tim van Dijen's avatar
Tim van Dijen committed
                "php": "^7.2 || ^8.0"
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
            },
            "type": "library",
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Arne Blankerts",
                    "email": "arne@blankerts.de",
                    "role": "Developer"
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
                    "name": "Sebastian Heuer",
                    "email": "sebastian@phpeople.de",
                    "role": "Developer"
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de",
                    "role": "Developer"
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
            "description": "Library for handling version information and constraints",
Tim van Dijen's avatar
Tim van Dijen committed
            "support": {
                "issues": "https://github.com/phar-io/version/issues",
Tim van Dijen's avatar
Tim van Dijen committed
                "source": "https://github.com/phar-io/version/tree/3.2.1"
Tim van Dijen's avatar
Tim van Dijen committed
            },
Tim van Dijen's avatar
Tim van Dijen committed
            "time": "2022-02-21T01:04:05+00:00"
        {
            "name": "phpunit/php-code-coverage",
Tim van Dijen's avatar
Tim van Dijen committed
            "version": "9.2.27",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
Tim van Dijen's avatar
Tim van Dijen committed
                "reference": "b0a88255cb70d52653d80c890bd7f38740ea50d1"
Tim van Dijen's avatar
Tim van Dijen committed
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/b0a88255cb70d52653d80c890bd7f38740ea50d1",
                "reference": "b0a88255cb70d52653d80c890bd7f38740ea50d1",
                "shasum": ""
            },
            "require": {
Tim van Dijen's avatar
Tim van Dijen committed
                "ext-dom": "*",
Tim van Dijen's avatar
Tim van Dijen committed
                "ext-libxml": "*",
Tim van Dijen's avatar
Tim van Dijen committed
                "ext-xmlwriter": "*",
Tim van Dijen's avatar
Tim van Dijen committed
                "nikic/php-parser": "^4.15",
Tim van Dijen's avatar
Tim van Dijen committed
                "php": ">=7.3",
Tim van Dijen's avatar
Tim van Dijen committed
                "phpunit/php-file-iterator": "^3.0.3",
                "phpunit/php-text-template": "^2.0.2",
                "sebastian/code-unit-reverse-lookup": "^2.0.2",
                "sebastian/complexity": "^2.0",
                "sebastian/environment": "^5.1.2",
Tim van Dijen's avatar
Tim van Dijen committed
                "sebastian/lines-of-code": "^1.0.3",
Tim van Dijen's avatar
Tim van Dijen committed
                "sebastian/version": "^3.0.1",
                "theseer/tokenizer": "^1.2.0"
Tim van Dijen's avatar
Tim van Dijen committed
                "phpunit/phpunit": "^9.3"
Tim van Dijen's avatar
Tim van Dijen committed
                "ext-pcov": "PHP extension that provides line coverage",
                "ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
Tim van Dijen's avatar
Tim van Dijen committed
                    "dev-master": "9.2-dev"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
                    "email": "sebastian@phpunit.de",
Tim van Dijen's avatar
Tim van Dijen committed
                    "role": "lead"
                }
            ],
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
            "keywords": [
                "coverage",
                "testing",
                "xunit"
            ],
Tim van Dijen's avatar
Tim van Dijen committed
            "support": {
                "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
Tim van Dijen's avatar
Tim van Dijen committed
                "security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy",
                "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.27"
Tim van Dijen's avatar
Tim van Dijen committed
            },
Tim van Dijen's avatar
Tim van Dijen committed
            "funding": [
                {
                    "url": "https://github.com/sebastianbergmann",
                    "type": "github"
                }
            ],
Tim van Dijen's avatar
Tim van Dijen committed
            "time": "2023-07-26T13:44:30+00:00"
        },
        {
            "name": "phpunit/php-file-iterator",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
                "reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf"
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf",
                "reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf",
                "shasum": ""
            },
            "require": {
Tim van Dijen's avatar
Tim van Dijen committed
                "php": ">=7.3"
            },
            "require-dev": {
Tim van Dijen's avatar
Tim van Dijen committed
                "phpunit/phpunit": "^9.3"
Jaime Perez Crespo's avatar
Jaime Perez Crespo committed
            "extra": {
                "branch-alias": {
Tim van Dijen's avatar
Tim van Dijen committed
                    "dev-master": "3.0-dev"
Jaime Perez Crespo's avatar
Jaime Perez Crespo committed
                }
            },
            "autoload": {
                "classmap": [
Jaime Perez Crespo's avatar
Jaime Perez Crespo committed
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de",
Tim van Dijen's avatar
Tim van Dijen committed
                    "role": "lead"
                }
            ],
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
            "keywords": [
                "filesystem",
                "iterator"
            ],
Tim van Dijen's avatar
Tim van Dijen committed
            "support": {
                "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
                "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/3.0.6"
Tim van Dijen's avatar
Tim van Dijen committed
            },
Tim van Dijen's avatar
Tim van Dijen committed
            "funding": [
                {
                    "url": "https://github.com/sebastianbergmann",
                    "type": "github"
                }
            ],
Tim van Dijen's avatar
Tim van Dijen committed
            "name": "phpunit/php-invoker",
Tim van Dijen's avatar
Tim van Dijen committed
            "version": "3.1.1",
            "source": {
                "type": "git",
Tim van Dijen's avatar
Tim van Dijen committed
                "url": "https://github.com/sebastianbergmann/php-invoker.git",
Tim van Dijen's avatar
Tim van Dijen committed
                "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67"
Tim van Dijen's avatar
Tim van Dijen committed
                "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/5a10147d0aaf65b58940a0b72f71c9ac0423cc67",
                "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67",
                "shasum": ""
            },
            "require": {
Tim van Dijen's avatar
Tim van Dijen committed
                "php": ">=7.3"
Tim van Dijen's avatar
Tim van Dijen committed
            },
            "require-dev": {
                "ext-pcntl": "*",
Tim van Dijen's avatar
Tim van Dijen committed
                "phpunit/phpunit": "^9.3"
Tim van Dijen's avatar
Tim van Dijen committed
            },
            "suggest": {
                "ext-pcntl": "*"
Tim van Dijen's avatar
Tim van Dijen committed
            "extra": {
                "branch-alias": {
                    "dev-master": "3.1-dev"
                }
            },
            "autoload": {
                "classmap": [
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
Tim van Dijen's avatar
Tim van Dijen committed
                    "email": "sebastian@phpunit.de",
                    "role": "lead"
Tim van Dijen's avatar
Tim van Dijen committed
            "description": "Invoke callables with a timeout",
            "homepage": "https://github.com/sebastianbergmann/php-invoker/",
Tim van Dijen's avatar
Tim van Dijen committed
                "process"
            ],
Tim van Dijen's avatar
Tim van Dijen committed
            "support": {
                "issues": "https://github.com/sebastianbergmann/php-invoker/issues",
                "source": "https://github.com/sebastianbergmann/php-invoker/tree/3.1.1"
            },
Tim van Dijen's avatar
Tim van Dijen committed
            "funding": [
                {
                    "url": "https://github.com/sebastianbergmann",
                    "type": "github"
                }
Tim van Dijen's avatar
Tim van Dijen committed
            "time": "2020-09-28T05:58:55+00:00"
Tim van Dijen's avatar
Tim van Dijen committed
            "name": "phpunit/php-text-template",
Tim van Dijen's avatar
Tim van Dijen committed
            "version": "2.0.4",
            "source": {
                "type": "git",
Tim van Dijen's avatar
Tim van Dijen committed
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
Tim van Dijen's avatar
Tim van Dijen committed
                "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28"
Tim van Dijen's avatar
Tim van Dijen committed
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28",
                "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28",
                "shasum": ""
            },
            "require": {
Tim van Dijen's avatar
Tim van Dijen committed
                "php": ">=7.3"
Hanne Moa's avatar
Hanne Moa committed
            "require-dev": {
Tim van Dijen's avatar
Tim van Dijen committed
                "phpunit/phpunit": "^9.3"
            "type": "library",
Tim van Dijen's avatar
Tim van Dijen committed
                    "dev-master": "2.0-dev"
            "autoload": {
                "classmap": [
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de",
Tim van Dijen's avatar
Tim van Dijen committed
                    "role": "lead"
Tim van Dijen's avatar
Tim van Dijen committed
            "description": "Simple template engine.",
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
Tim van Dijen's avatar
Tim van Dijen committed
                "template"
            ],
Tim van Dijen's avatar
Tim van Dijen committed
            "support": {
                "issues": "https://github.com/sebastianbergmann/php-text-template/issues",
                "source": "https://github.com/sebastianbergmann/php-text-template/tree/2.0.4"
            },
Tim van Dijen's avatar
Tim van Dijen committed
            "funding": [
                {
                    "url": "https://github.com/sebastianbergmann",
                    "type": "github"
                }
Tim van Dijen's avatar
Tim van Dijen committed
            "time": "2020-10-26T05:33:50+00:00"
Tim van Dijen's avatar
Tim van Dijen committed
            "name": "phpunit/php-timer",
Tim van Dijen's avatar
Tim van Dijen committed
            "version": "5.0.3",
            "source": {
                "type": "git",
Tim van Dijen's avatar
Tim van Dijen committed
                "url": "https://github.com/sebastianbergmann/php-timer.git",
Tim van Dijen's avatar
Tim van Dijen committed
                "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2"
Tim van Dijen's avatar
Tim van Dijen committed
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2",
                "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2",
                "shasum": ""
            },
            "require": {
Tim van Dijen's avatar
Tim van Dijen committed
                "php": ">=7.3"
Tim van Dijen's avatar
Tim van Dijen committed
                "phpunit/phpunit": "^9.3"
            "type": "library",
            "extra": {
                "branch-alias": {
Tim van Dijen's avatar
Tim van Dijen committed
                    "dev-master": "5.0-dev"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
Tim van Dijen's avatar
Tim van Dijen committed
                    "email": "sebastian@phpunit.de",
                    "role": "lead"
Tim van Dijen's avatar
Tim van Dijen committed
            "description": "Utility class for timing",
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
Tim van Dijen's avatar
Tim van Dijen committed
                "timer"
            ],
Tim van Dijen's avatar
Tim van Dijen committed
            "support": {
                "issues": "https://github.com/sebastianbergmann/php-timer/issues",
                "source": "https://github.com/sebastianbergmann/php-timer/tree/5.0.3"
            },
Tim van Dijen's avatar
Tim van Dijen committed
            "funding": [
                {
                    "url": "https://github.com/sebastianbergmann",
                    "type": "github"
                }
Tim van Dijen's avatar
Tim van Dijen committed
            "time": "2020-10-26T13:16:10+00:00"
        },
        {
            "name": "phpunit/phpunit",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/phpunit.git",
                "reference": "810500e92855eba8a7a5319ae913be2da6f957b0"
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/810500e92855eba8a7a5319ae913be2da6f957b0",
                "reference": "810500e92855eba8a7a5319ae913be2da6f957b0",
                "shasum": ""
            },
            "require": {
                "doctrine/instantiator": "^1.3.1 || ^2",
                "ext-dom": "*",
                "ext-json": "*",
Tim van Dijen's avatar
Tim van Dijen committed
                "ext-libxml": "*",
                "ext-mbstring": "*",
                "ext-xml": "*",
                "ext-xmlwriter": "*",
Tim van Dijen's avatar
Tim van Dijen committed
                "myclabs/deep-copy": "^1.10.1",
                "phar-io/manifest": "^2.0.3",
Tim van Dijen's avatar
Tim van Dijen committed
                "phar-io/version": "^3.0.2",
Tim van Dijen's avatar
Tim van Dijen committed
                "php": ">=7.3",
Tim van Dijen's avatar
Tim van Dijen committed
                "phpunit/php-code-coverage": "^9.2.13",
Tim van Dijen's avatar
Tim van Dijen committed
                "phpunit/php-file-iterator": "^3.0.5",
                "phpunit/php-invoker": "^3.1.1",
                "phpunit/php-text-template": "^2.0.3",
                "phpunit/php-timer": "^5.0.2",
                "sebastian/cli-parser": "^1.0.1",
                "sebastian/code-unit": "^1.0.6",
Tim van Dijen's avatar
Tim van Dijen committed
                "sebastian/comparator": "^4.0.8",
Tim van Dijen's avatar
Tim van Dijen committed
                "sebastian/diff": "^4.0.3",
                "sebastian/environment": "^5.1.3",
Tim van Dijen's avatar
Tim van Dijen committed
                "sebastian/exporter": "^4.0.5",
Tim van Dijen's avatar
Tim van Dijen committed
                "sebastian/global-state": "^5.0.1",
                "sebastian/object-enumerator": "^4.0.3",
                "sebastian/resource-operations": "^3.0.3",
Tim van Dijen's avatar
Tim van Dijen committed
                "sebastian/type": "^3.2",
Tim van Dijen's avatar
Tim van Dijen committed
                "sebastian/version": "^3.0.2"
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
            "suggest": {
                "ext-soap": "To be able to generate mocks based on WSDL files",
                "ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage"
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
            "bin": [
                "phpunit"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
Tim van Dijen's avatar
Tim van Dijen committed
                    "dev-master": "9.6-dev"
                }
            },
            "autoload": {
Tim van Dijen's avatar
Tim van Dijen committed
                "files": [
                    "src/Framework/Assert/Functions.php"
Tim van Dijen's avatar
Tim van Dijen committed
                ],
                "classmap": [
                    "src/"
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
                "BSD-3-Clause"
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de",
                    "role": "lead"
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
            "description": "The PHP Unit Testing framework.",
            "homepage": "https://phpunit.de/",
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
                "phpunit",
                "testing",
                "xunit"
Tim van Dijen's avatar
Tim van Dijen committed
            "support": {
                "issues": "https://github.com/sebastianbergmann/phpunit/issues",
                "security": "https://github.com/sebastianbergmann/phpunit/security/policy",
                "source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.11"
Tim van Dijen's avatar
Tim van Dijen committed
            },
Tim van Dijen's avatar
Tim van Dijen committed
                    "url": "https://phpunit.de/sponsors.html",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/sebastianbergmann",
                    "type": "github"
Tim van Dijen's avatar
Tim van Dijen committed
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/phpunit/phpunit",
                    "type": "tidelift"
            "time": "2023-08-19T07:10:56+00:00"
Tim van Dijen's avatar
Tim van Dijen committed
        },
        {
            "name": "sebastian/cli-parser",
Tim van Dijen's avatar
Tim van Dijen committed
            "version": "1.0.1",
Tim van Dijen's avatar
Tim van Dijen committed
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/cli-parser.git",
Tim van Dijen's avatar
Tim van Dijen committed
                "reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2"
Tim van Dijen's avatar
Tim van Dijen committed
            },
            "dist": {
                "type": "zip",
Tim van Dijen's avatar
Tim van Dijen committed
                "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/442e7c7e687e42adc03470c7b668bc4b2402c0b2",
                "reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2",
Tim van Dijen's avatar
Tim van Dijen committed
                "shasum": ""
            },
            "require": {
Tim van Dijen's avatar
Tim van Dijen committed
                "php": ">=7.3"
Tim van Dijen's avatar
Tim van Dijen committed
            },
            "require-dev": {
                "phpunit/phpunit": "^9.3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de",
                    "role": "lead"
                }
            ],
            "description": "Library for parsing CLI options",
            "homepage": "https://github.com/sebastianbergmann/cli-parser",
Tim van Dijen's avatar
Tim van Dijen committed
            "support": {
                "issues": "https://github.com/sebastianbergmann/cli-parser/issues",
                "source": "https://github.com/sebastianbergmann/cli-parser/tree/1.0.1"
            },
Tim van Dijen's avatar
Tim van Dijen committed
            "funding": [
                {
                    "url": "https://github.com/sebastianbergmann",
                    "type": "github"
                }
            ],
Tim van Dijen's avatar
Tim van Dijen committed
            "time": "2020-09-28T06:08:49+00:00"
Tim van Dijen's avatar
Tim van Dijen committed
        },
        {
            "name": "sebastian/code-unit",
Tim van Dijen's avatar
Tim van Dijen committed
            "version": "1.0.8",
Tim van Dijen's avatar
Tim van Dijen committed
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/code-unit.git",
Tim van Dijen's avatar
Tim van Dijen committed
                "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120"
Tim van Dijen's avatar
Tim van Dijen committed
            },
            "dist": {
                "type": "zip",
Tim van Dijen's avatar
Tim van Dijen committed
                "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/1fc9f64c0927627ef78ba436c9b17d967e68e120",
                "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120",
Tim van Dijen's avatar
Tim van Dijen committed
                "shasum": ""
            },
            "require": {
Tim van Dijen's avatar
Tim van Dijen committed
                "php": ">=7.3"
Tim van Dijen's avatar
Tim van Dijen committed
            },
            "require-dev": {
Tim van Dijen's avatar
Tim van Dijen committed
                "phpunit/phpunit": "^9.3"
Tim van Dijen's avatar
Tim van Dijen committed
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de",
                    "role": "lead"
                }
            ],
            "description": "Collection of value objects that represent the PHP code units",
            "homepage": "https://github.com/sebastianbergmann/code-unit",
Tim van Dijen's avatar
Tim van Dijen committed
            "support": {
                "issues": "https://github.com/sebastianbergmann/code-unit/issues",
                "source": "https://github.com/sebastianbergmann/code-unit/tree/1.0.8"
            },
Tim van Dijen's avatar
Tim van Dijen committed
            "funding": [
                {
                    "url": "https://github.com/sebastianbergmann",
                    "type": "github"
                }
            ],
Tim van Dijen's avatar
Tim van Dijen committed
            "time": "2020-10-26T13:08:54+00:00"
Tim van Dijen's avatar
Tim van Dijen committed
        },
        {
            "name": "sebastian/code-unit-reverse-lookup",
Tim van Dijen's avatar
Tim van Dijen committed
            "version": "2.0.3",
Tim van Dijen's avatar
Tim van Dijen committed
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
Tim van Dijen's avatar
Tim van Dijen committed
                "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5"
Tim van Dijen's avatar
Tim van Dijen committed
            },
            "dist": {
                "type": "zip",
Tim van Dijen's avatar
Tim van Dijen committed
                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5",
                "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5",
Tim van Dijen's avatar
Tim van Dijen committed
                "shasum": ""
            },
            "require": {
Tim van Dijen's avatar
Tim van Dijen committed
                "php": ">=7.3"
Tim van Dijen's avatar
Tim van Dijen committed
            },
            "require-dev": {
Tim van Dijen's avatar
Tim van Dijen committed
                "phpunit/phpunit": "^9.3"
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": "2.0-dev"
Tim van Dijen's avatar
Tim van Dijen committed
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                }
            ],
            "description": "Looks up which function or method a line of code belongs to",
            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
Tim van Dijen's avatar
Tim van Dijen committed
            "support": {
                "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
                "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/2.0.3"
            },
Tim van Dijen's avatar
Tim van Dijen committed
            "funding": [
                {
                    "url": "https://github.com/sebastianbergmann",
                    "type": "github"
                }
            ],
Tim van Dijen's avatar
Tim van Dijen committed
            "time": "2020-09-28T05:30:19+00:00"
        {
            "name": "sebastian/comparator",
Tim van Dijen's avatar
Tim van Dijen committed
            "version": "4.0.8",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/comparator.git",
Tim van Dijen's avatar
Tim van Dijen committed
                "reference": "fa0f136dd2334583309d32b62544682ee972b51a"
Tim van Dijen's avatar
Tim van Dijen committed
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/fa0f136dd2334583309d32b62544682ee972b51a",
                "reference": "fa0f136dd2334583309d32b62544682ee972b51a",
Tim van Dijen's avatar
Tim van Dijen committed
                "php": ">=7.3",
Tim van Dijen's avatar
Tim van Dijen committed
                "sebastian/diff": "^4.0",
                "sebastian/exporter": "^4.0"
Tim van Dijen's avatar
Tim van Dijen committed
                "phpunit/phpunit": "^9.3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
Tim van Dijen's avatar
Tim van Dijen committed
                    "dev-master": "4.0-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
Tim van Dijen's avatar
Tim van Dijen committed
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                },
                {
                    "name": "Jeff Welch",
                    "email": "whatthejeff@gmail.com"
                },
                {
                    "name": "Volker Dusch",
                    "email": "github@wallbash.com"
                },
                {
                    "name": "Bernhard Schussek",
                    "email": "bschussek@2bepublished.at"
                }
            ],
            "description": "Provides the functionality to compare PHP values for equality",
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
            "homepage": "https://github.com/sebastianbergmann/comparator",
            "keywords": [
                "comparator",
                "compare",
                "equality"
            ],
Tim van Dijen's avatar
Tim van Dijen committed
            "support": {
                "issues": "https://github.com/sebastianbergmann/comparator/issues",
Tim van Dijen's avatar
Tim van Dijen committed
                "source": "https://github.com/sebastianbergmann/comparator/tree/4.0.8"
Tim van Dijen's avatar
Tim van Dijen committed
            },
Tim van Dijen's avatar
Tim van Dijen committed
            "funding": [
                {
                    "url": "https://github.com/sebastianbergmann",
                    "type": "github"
                }
            ],
Tim van Dijen's avatar
Tim van Dijen committed
            "time": "2022-09-14T12:41:17+00:00"
Tim van Dijen's avatar
Tim van Dijen committed
        },
        {
            "name": "sebastian/complexity",
Tim van Dijen's avatar
Tim van Dijen committed
            "version": "2.0.2",
Tim van Dijen's avatar
Tim van Dijen committed
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/complexity.git",
Tim van Dijen's avatar
Tim van Dijen committed
                "reference": "739b35e53379900cc9ac327b2147867b8b6efd88"
Tim van Dijen's avatar
Tim van Dijen committed
            },
            "dist": {
                "type": "zip",
Tim van Dijen's avatar
Tim van Dijen committed
                "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/739b35e53379900cc9ac327b2147867b8b6efd88",
                "reference": "739b35e53379900cc9ac327b2147867b8b6efd88",
Tim van Dijen's avatar
Tim van Dijen committed
                "shasum": ""
            },
            "require": {
                "nikic/php-parser": "^4.7",
Tim van Dijen's avatar
Tim van Dijen committed
                "php": ">=7.3"
Tim van Dijen's avatar
Tim van Dijen committed
            },
            "require-dev": {
Tim van Dijen's avatar
Tim van Dijen committed
                "phpunit/phpunit": "^9.3"
Tim van Dijen's avatar
Tim van Dijen committed
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de",
                    "role": "lead"
                }
            ],
            "description": "Library for calculating the complexity of PHP code units",
            "homepage": "https://github.com/sebastianbergmann/complexity",
Tim van Dijen's avatar
Tim van Dijen committed
            "support": {
                "issues": "https://github.com/sebastianbergmann/complexity/issues",
                "source": "https://github.com/sebastianbergmann/complexity/tree/2.0.2"
            },
Tim van Dijen's avatar
Tim van Dijen committed
            "funding": [
                {
                    "url": "https://github.com/sebastianbergmann",
                    "type": "github"
                }
            ],
Tim van Dijen's avatar
Tim van Dijen committed
            "time": "2020-10-26T15:52:27+00:00"
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/diff.git",
                "reference": "74be17022044ebaaecfdf0c5cd504fc9cd5a7131"
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/74be17022044ebaaecfdf0c5cd504fc9cd5a7131",
                "reference": "74be17022044ebaaecfdf0c5cd504fc9cd5a7131",
Tim van Dijen's avatar
Tim van Dijen committed
                "php": ">=7.3"
Tim van Dijen's avatar
Tim van Dijen committed
                "phpunit/phpunit": "^9.3",
Tim van Dijen's avatar
Tim van Dijen committed
                "symfony/process": "^4.2 || ^5"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
Tim van Dijen's avatar
Tim van Dijen committed
                    "dev-master": "4.0-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
Tim van Dijen's avatar
Tim van Dijen committed
                },
                {
                    "name": "Kore Nordmann",
                    "email": "mail@kore-nordmann.de"
                }
            ],
            "description": "Diff implementation",
            "homepage": "https://github.com/sebastianbergmann/diff",
            "keywords": [
                "diff",
                "udiff",
                "unidiff",
                "unified diff"
Tim van Dijen's avatar
Tim van Dijen committed
            "support": {
                "issues": "https://github.com/sebastianbergmann/diff/issues",
                "source": "https://github.com/sebastianbergmann/diff/tree/4.0.5"
Tim van Dijen's avatar
Tim van Dijen committed
            },
Tim van Dijen's avatar
Tim van Dijen committed
            "funding": [
                {
                    "url": "https://github.com/sebastianbergmann",
                    "type": "github"
                }
            ],
            "time": "2023-05-07T05:35:17+00:00"
        },
        {
            "name": "sebastian/environment",
Tim van Dijen's avatar
Tim van Dijen committed
            "version": "5.1.5",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/environment.git",
Tim van Dijen's avatar
Tim van Dijen committed
                "reference": "830c43a844f1f8d5b7a1f6d6076b784454d8b7ed"
Tim van Dijen's avatar
Tim van Dijen committed
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/830c43a844f1f8d5b7a1f6d6076b784454d8b7ed",
                "reference": "830c43a844f1f8d5b7a1f6d6076b784454d8b7ed",
Tim van Dijen's avatar
Tim van Dijen committed
                "php": ">=7.3"
Tim van Dijen's avatar
Tim van Dijen committed
                "phpunit/phpunit": "^9.3"
            },
            "suggest": {
                "ext-posix": "*"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
Tim van Dijen's avatar
Tim van Dijen committed
                    "dev-master": "5.1-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                }
            ],
            "description": "Provides functionality to handle HHVM/PHP environments",
            "homepage": "http://www.github.com/sebastianbergmann/environment",
            "keywords": [
                "Xdebug",
                "environment",
                "hhvm"
            ],
Tim van Dijen's avatar
Tim van Dijen committed
            "support": {
                "issues": "https://github.com/sebastianbergmann/environment/issues",
Tim van Dijen's avatar
Tim van Dijen committed
                "source": "https://github.com/sebastianbergmann/environment/tree/5.1.5"
Tim van Dijen's avatar
Tim van Dijen committed
            },
Tim van Dijen's avatar
Tim van Dijen committed
            "funding": [
                {
                    "url": "https://github.com/sebastianbergmann",
                    "type": "github"
                }
            ],
Tim van Dijen's avatar
Tim van Dijen committed
            "time": "2023-02-03T06:03:51+00:00"
Tim van Dijen's avatar
Tim van Dijen committed
            "version": "4.0.5",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/exporter.git",
Tim van Dijen's avatar
Tim van Dijen committed
                "reference": "ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d"
Tim van Dijen's avatar
Tim van Dijen committed
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d",
                "reference": "ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d",
Tim van Dijen's avatar
Tim van Dijen committed
                "php": ">=7.3",
Tim van Dijen's avatar
Tim van Dijen committed
                "sebastian/recursion-context": "^4.0"
            },
            "require-dev": {
                "ext-mbstring": "*",
Tim van Dijen's avatar
Tim van Dijen committed
                "phpunit/phpunit": "^9.3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
Tim van Dijen's avatar
Tim van Dijen committed
                    "dev-master": "4.0-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                },
                {
                    "name": "Jeff Welch",
                    "email": "whatthejeff@gmail.com"
                },
                {
                    "name": "Volker Dusch",
                    "email": "github@wallbash.com"
                },
                {
                    "name": "Adam Harvey",
                    "email": "aharvey@php.net"
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
                },
                {
                    "name": "Bernhard Schussek",
                    "email": "bschussek@gmail.com"
                }
            ],
            "description": "Provides the functionality to export PHP variables for visualization",
Tim van Dijen's avatar
Tim van Dijen committed
            "homepage": "https://www.github.com/sebastianbergmann/exporter",
Tim van Dijen's avatar
Tim van Dijen committed
            "support": {
                "issues": "https://github.com/sebastianbergmann/exporter/issues",
Tim van Dijen's avatar
Tim van Dijen committed
                "source": "https://github.com/sebastianbergmann/exporter/tree/4.0.5"
Tim van Dijen's avatar
Tim van Dijen committed
            },
Tim van Dijen's avatar
Tim van Dijen committed
            "funding": [
                {
                    "url": "https://github.com/sebastianbergmann",
                    "type": "github"
                }
            ],
Tim van Dijen's avatar
Tim van Dijen committed
            "time": "2022-09-14T06:03:37+00:00"
        },
        {
            "name": "sebastian/global-state",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/global-state.git",
                "reference": "bde739e7565280bda77be70044ac1047bc007e34"
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bde739e7565280bda77be70044ac1047bc007e34",
                "reference": "bde739e7565280bda77be70044ac1047bc007e34",
Tim van Dijen's avatar
Tim van Dijen committed
                "php": ">=7.3",
Tim van Dijen's avatar
Tim van Dijen committed
                "sebastian/object-reflector": "^2.0",
                "sebastian/recursion-context": "^4.0"
                "ext-dom": "*",
Tim van Dijen's avatar
Tim van Dijen committed
                "phpunit/phpunit": "^9.3"
            },
            "suggest": {
                "ext-uopz": "*"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
Tim van Dijen's avatar
Tim van Dijen committed
                    "dev-master": "5.0-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                }
            ],
            "description": "Snapshotting of global state",
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
            "keywords": [
                "global state"
            ],
Tim van Dijen's avatar
Tim van Dijen committed
            "support": {
                "issues": "https://github.com/sebastianbergmann/global-state/issues",
                "source": "https://github.com/sebastianbergmann/global-state/tree/5.0.6"
Tim van Dijen's avatar
Tim van Dijen committed
            },
Tim van Dijen's avatar
Tim van Dijen committed
            "funding": [
                {
                    "url": "https://github.com/sebastianbergmann",
                    "type": "github"
                }
            ],
            "time": "2023-08-02T09:26:13+00:00"
Tim van Dijen's avatar
Tim van Dijen committed
        },
        {
            "name": "sebastian/lines-of-code",
Tim van Dijen's avatar
Tim van Dijen committed
            "version": "1.0.3",
Tim van Dijen's avatar
Tim van Dijen committed
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/lines-of-code.git",
Tim van Dijen's avatar
Tim van Dijen committed
                "reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc"
Tim van Dijen's avatar
Tim van Dijen committed
            },
            "dist": {
                "type": "zip",
Tim van Dijen's avatar
Tim van Dijen committed
                "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/c1c2e997aa3146983ed888ad08b15470a2e22ecc",
                "reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc",
Tim van Dijen's avatar
Tim van Dijen committed
                "shasum": ""
            },
            "require": {
                "nikic/php-parser": "^4.6",
Tim van Dijen's avatar
Tim van Dijen committed
                "php": ">=7.3"
Tim van Dijen's avatar
Tim van Dijen committed
            },
            "require-dev": {
Tim van Dijen's avatar
Tim van Dijen committed
                "phpunit/phpunit": "^9.3"
Tim van Dijen's avatar
Tim van Dijen committed
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de",
                    "role": "lead"
                }
            ],
            "description": "Library for counting the lines of code in PHP source code",
            "homepage": "https://github.com/sebastianbergmann/lines-of-code",
Tim van Dijen's avatar
Tim van Dijen committed
            "support": {
                "issues": "https://github.com/sebastianbergmann/lines-of-code/issues",
                "source": "https://github.com/sebastianbergmann/lines-of-code/tree/1.0.3"
            },
Tim van Dijen's avatar
Tim van Dijen committed
            "funding": [
                {
                    "url": "https://github.com/sebastianbergmann",
                    "type": "github"
                }
            ],
Tim van Dijen's avatar
Tim van Dijen committed
            "time": "2020-11-28T06:42:11+00:00"
Tim van Dijen's avatar
Tim van Dijen committed
        {
            "name": "sebastian/object-enumerator",
Tim van Dijen's avatar
Tim van Dijen committed
            "version": "4.0.4",
Tim van Dijen's avatar
Tim van Dijen committed
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
Tim van Dijen's avatar
Tim van Dijen committed
                "reference": "5c9eeac41b290a3712d88851518825ad78f45c71"
Tim van Dijen's avatar
Tim van Dijen committed
            },
            "dist": {
                "type": "zip",
Tim van Dijen's avatar
Tim van Dijen committed
                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/5c9eeac41b290a3712d88851518825ad78f45c71",
                "reference": "5c9eeac41b290a3712d88851518825ad78f45c71",
Tim van Dijen's avatar
Tim van Dijen committed
                "shasum": ""
            },
            "require": {
Tim van Dijen's avatar
Tim van Dijen committed
                "php": ">=7.3",
Tim van Dijen's avatar
Tim van Dijen committed
                "sebastian/object-reflector": "^2.0",
                "sebastian/recursion-context": "^4.0"
Tim van Dijen's avatar
Tim van Dijen committed
            },
            "require-dev": {
Tim van Dijen's avatar
Tim van Dijen committed
                "phpunit/phpunit": "^9.3"
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": "4.0-dev"
Tim van Dijen's avatar
Tim van Dijen committed
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                }
            ],
            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
Tim van Dijen's avatar
Tim van Dijen committed
            "support": {
                "issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
                "source": "https://github.com/sebastianbergmann/object-enumerator/tree/4.0.4"
            },
Tim van Dijen's avatar
Tim van Dijen committed
            "funding": [
                {
                    "url": "https://github.com/sebastianbergmann",
                    "type": "github"
                }
            ],
Tim van Dijen's avatar
Tim van Dijen committed
            "time": "2020-10-26T13:12:34+00:00"
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
        },
        {
            "name": "sebastian/object-reflector",
Tim van Dijen's avatar
Tim van Dijen committed
            "version": "2.0.4",
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/object-reflector.git",
Tim van Dijen's avatar
Tim van Dijen committed
                "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7"
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/sebastianbergmann/object-reflector/zipball/b4f479ebdbf63ac605d183ece17d8d7fe49c15c7",
                "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7",
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
                "shasum": ""
            },
            "require": {
Tim van Dijen's avatar
Tim van Dijen committed
                "php": ">=7.3"
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
            },
            "require-dev": {
Tim van Dijen's avatar
Tim van Dijen committed
                "phpunit/phpunit": "^9.3"
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
            },
            "type": "library",
            "extra": {
                "branch-alias": {
Tim van Dijen's avatar
Tim van Dijen committed
                    "dev-master": "2.0-dev"
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                }
            ],
            "description": "Allows reflection of object attributes, including inherited and non-public ones",
            "homepage": "https://github.com/sebastianbergmann/object-reflector/",
Tim van Dijen's avatar
Tim van Dijen committed
            "support": {
                "issues": "https://github.com/sebastianbergmann/object-reflector/issues",
                "source": "https://github.com/sebastianbergmann/object-reflector/tree/2.0.4"
            },
Tim van Dijen's avatar
Tim van Dijen committed
            "funding": [
                {
                    "url": "https://github.com/sebastianbergmann",
                    "type": "github"
                }
            ],
Tim van Dijen's avatar
Tim van Dijen committed
            "time": "2020-10-26T13:14:26+00:00"
Tim van Dijen's avatar
Tim van Dijen committed
        },
        {
            "name": "sebastian/recursion-context",
Tim van Dijen's avatar
Tim van Dijen committed
            "version": "4.0.5",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
Tim van Dijen's avatar
Tim van Dijen committed
                "reference": "e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1"
Tim van Dijen's avatar
Tim van Dijen committed
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1",
                "reference": "e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1",
Tim van Dijen's avatar
Tim van Dijen committed
                "php": ">=7.3"
Tim van Dijen's avatar
Tim van Dijen committed
                "phpunit/phpunit": "^9.3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
Tim van Dijen's avatar
Tim van Dijen committed
                    "dev-master": "4.0-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                },
Tim van Dijen's avatar
Tim van Dijen committed
                {
                    "name": "Jeff Welch",
                    "email": "whatthejeff@gmail.com"
                },
                {
                    "name": "Adam Harvey",
                    "email": "aharvey@php.net"
                }
            ],
            "description": "Provides functionality to recursively process PHP variables",
Tim van Dijen's avatar
Tim van Dijen committed
            "homepage": "https://github.com/sebastianbergmann/recursion-context",
Tim van Dijen's avatar
Tim van Dijen committed
            "support": {
                "issues": "https://github.com/sebastianbergmann/recursion-context/issues",
Tim van Dijen's avatar
Tim van Dijen committed
                "source": "https://github.com/sebastianbergmann/recursion-context/tree/4.0.5"
Tim van Dijen's avatar
Tim van Dijen committed
            },
Tim van Dijen's avatar
Tim van Dijen committed
            "funding": [
                {
                    "url": "https://github.com/sebastianbergmann",
                    "type": "github"
                }
            ],
Tim van Dijen's avatar
Tim van Dijen committed
            "time": "2023-02-03T06:07:39+00:00"
Tim van Dijen's avatar
Tim van Dijen committed
            "name": "sebastian/resource-operations",
Tim van Dijen's avatar
Tim van Dijen committed
            "version": "3.0.3",
Tim van Dijen's avatar
Tim van Dijen committed
                "url": "https://github.com/sebastianbergmann/resource-operations.git",
Tim van Dijen's avatar
Tim van Dijen committed
                "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8"
Tim van Dijen's avatar
Tim van Dijen committed
                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8",
                "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8",
Tim van Dijen's avatar
Tim van Dijen committed
            "require": {
Tim van Dijen's avatar
Tim van Dijen committed
                "php": ">=7.3"
Tim van Dijen's avatar
Tim van Dijen committed
            },
            "require-dev": {
                "phpunit/phpunit": "^9.0"
Tim van Dijen's avatar
Tim van Dijen committed
            },
Tim van Dijen's avatar
Tim van Dijen committed
            "extra": {
                "branch-alias": {
Tim van Dijen's avatar
Tim van Dijen committed
                    "dev-master": "3.0-dev"
Tim van Dijen's avatar
Tim van Dijen committed
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
Tim van Dijen's avatar
Tim van Dijen committed
                    "email": "sebastian@phpunit.de"
Tim van Dijen's avatar
Tim van Dijen committed
            "description": "Provides a list of PHP built-in functions that operate on resources",
            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
Tim van Dijen's avatar
Tim van Dijen committed
            "support": {
                "issues": "https://github.com/sebastianbergmann/resource-operations/issues",
                "source": "https://github.com/sebastianbergmann/resource-operations/tree/3.0.3"
            },
Tim van Dijen's avatar
Tim van Dijen committed
            "funding": [
                {
                    "url": "https://github.com/sebastianbergmann",
                    "type": "github"
                }
            ],
Tim van Dijen's avatar
Tim van Dijen committed
            "time": "2020-09-28T06:45:17+00:00"
        },
        {
            "name": "sebastian/type",
Tim van Dijen's avatar
Tim van Dijen committed
            "version": "3.2.1",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/type.git",
Tim van Dijen's avatar
Tim van Dijen committed
                "reference": "75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7"
            },
            "dist": {
                "type": "zip",
Tim van Dijen's avatar
Tim van Dijen committed
                "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7",
                "reference": "75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7",
                "shasum": ""
            },
            "require": {
Tim van Dijen's avatar
Tim van Dijen committed
                "php": ">=7.3"
            },
            "require-dev": {
Tim van Dijen's avatar
Tim van Dijen committed
                "phpunit/phpunit": "^9.5"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
Tim van Dijen's avatar
Tim van Dijen committed
                    "dev-master": "3.2-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de",
                    "role": "lead"
                }
            ],
            "description": "Collection of value objects that represent the types of the PHP type system",
            "homepage": "https://github.com/sebastianbergmann/type",
Tim van Dijen's avatar
Tim van Dijen committed
            "support": {
                "issues": "https://github.com/sebastianbergmann/type/issues",
Tim van Dijen's avatar
Tim van Dijen committed
                "source": "https://github.com/sebastianbergmann/type/tree/3.2.1"
Tim van Dijen's avatar
Tim van Dijen committed
            },
Tim van Dijen's avatar
Tim van Dijen committed
            "funding": [
                {
                    "url": "https://github.com/sebastianbergmann",
                    "type": "github"
                }
            ],
Tim van Dijen's avatar
Tim van Dijen committed
            "time": "2023-02-03T06:13:03+00:00"
Tim van Dijen's avatar
Tim van Dijen committed
            "name": "sebastian/version",
Tim van Dijen's avatar
Tim van Dijen committed
            "version": "3.0.2",
Tim van Dijen's avatar
Tim van Dijen committed
                "url": "https://github.com/sebastianbergmann/version.git",
Tim van Dijen's avatar
Tim van Dijen committed
                "reference": "c6c1022351a901512170118436c764e473f6de8c"
Tim van Dijen's avatar
Tim van Dijen committed
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c6c1022351a901512170118436c764e473f6de8c",
                "reference": "c6c1022351a901512170118436c764e473f6de8c",
Tim van Dijen's avatar
Tim van Dijen committed
                "php": ">=7.3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
Tim van Dijen's avatar
Tim van Dijen committed
                    "dev-master": "3.0-dev"
Tim van Dijen's avatar
Tim van Dijen committed
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
Tim van Dijen's avatar
Tim van Dijen committed
                "BSD-3-Clause"
Tim van Dijen's avatar
Tim van Dijen committed
                    "name": "Sebastian Bergmann",
Tim van Dijen's avatar
Tim van Dijen committed
                    "email": "sebastian@phpunit.de",
                    "role": "lead"
Tim van Dijen's avatar
Tim van Dijen committed
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
            "homepage": "https://github.com/sebastianbergmann/version",
Tim van Dijen's avatar
Tim van Dijen committed
            "support": {
                "issues": "https://github.com/sebastianbergmann/version/issues",
                "source": "https://github.com/sebastianbergmann/version/tree/3.0.2"
            },
Tim van Dijen's avatar
Tim van Dijen committed
            "funding": [
                {
                    "url": "https://github.com/sebastianbergmann",
                    "type": "github"
                }
            ],
Tim van Dijen's avatar
Tim van Dijen committed
            "time": "2020-09-28T06:39:44+00:00"
        {
            "name": "simplesamlphp/simplesamlphp-test-framework",
            "version": "v1.5.5",
            "source": {
                "type": "git",
                "url": "https://github.com/simplesamlphp/simplesamlphp-test-framework.git",
                "reference": "98e550a86b3c630820b363575a72b7f7073ef589"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-test-framework/zipball/98e550a86b3c630820b363575a72b7f7073ef589",
                "reference": "98e550a86b3c630820b363575a72b7f7073ef589",
                "shasum": ""
            },
            "require": {
                "phpunit/phpunit": "^9.6 || ^10.0"
            },
            "require-dev": {
                "ext-curl": "*",
                "simplesamlphp/simplesamlphp": "^2.0.0"
            },
            "type": "project",
            "autoload": {
                "psr-4": {
                    "SimpleSAML\\TestUtils\\": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-2.1-or-later"
            ],
            "authors": [
                {
                    "name": "Tim van Dijen",
                    "email": "tvdijen@gmail.com"
                }
            ],
            "description": "Test framework for SimpleSAMLphp and related repositories ",
            "keywords": [
                "test-framework"
            ],
Tim van Dijen's avatar
Tim van Dijen committed
            "support": {
                "issues": "https://github.com/simplesamlphp/simplesamlphp-test-framework/issues",
                "source": "https://github.com/simplesamlphp/simplesamlphp-test-framework"
            },
            "time": "2023-05-20T08:39:41+00:00"
Tim van Dijen's avatar
Tim van Dijen committed
        },
        {
            "name": "symfony/translation",
            "version": "v6.0.19",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/translation.git",
                "reference": "9c24b3fdbbe9fb2ef3a6afd8bbaadfd72dad681f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/translation/zipball/9c24b3fdbbe9fb2ef3a6afd8bbaadfd72dad681f",
                "reference": "9c24b3fdbbe9fb2ef3a6afd8bbaadfd72dad681f",
                "shasum": ""
            },
            "require": {
                "php": ">=8.0.2",
                "symfony/polyfill-mbstring": "~1.0",
                "symfony/translation-contracts": "^2.3|^3.0"
            },
            "conflict": {
                "symfony/config": "<5.4",
                "symfony/console": "<5.4",
                "symfony/dependency-injection": "<5.4",
                "symfony/http-kernel": "<5.4",
                "symfony/twig-bundle": "<5.4",
                "symfony/yaml": "<5.4"
            },
            "provide": {
                "symfony/translation-implementation": "2.3|3.0"
            },
            "require-dev": {
                "psr/log": "^1|^2|^3",
                "symfony/config": "^5.4|^6.0",
                "symfony/console": "^5.4|^6.0",
                "symfony/dependency-injection": "^5.4|^6.0",
                "symfony/finder": "^5.4|^6.0",
                "symfony/http-client-contracts": "^1.1|^2.0|^3.0",
                "symfony/http-kernel": "^5.4|^6.0",
                "symfony/intl": "^5.4|^6.0",
                "symfony/polyfill-intl-icu": "^1.21",
                "symfony/service-contracts": "^1.1.2|^2|^3",
                "symfony/yaml": "^5.4|^6.0"
            },
            "suggest": {
                "psr/log-implementation": "To use logging capability in translator",
                "symfony/config": "",
                "symfony/yaml": ""
            },
            "type": "library",
            "autoload": {
                "files": [
                    "Resources/functions.php"
                ],
                "psr-4": {
                    "Symfony\\Component\\Translation\\": ""
                },
                "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 internationalize your application",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/translation/tree/v6.0.19"
            },
            "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
            "name": "theseer/tokenizer",
            "version": "1.2.1",
            "source": {
                "type": "git",
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
                "url": "https://github.com/theseer/tokenizer.git",
                "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/theseer/tokenizer/zipball/34a41e998c2183e22995f158c581e7b5e755ab9e",
                "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e",
                "shasum": ""
            },
            "require": {
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
                "ext-dom": "*",
                "ext-tokenizer": "*",
                "ext-xmlwriter": "*",
Tim van Dijen's avatar
Tim van Dijen committed
                "php": "^7.2 || ^8.0"
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
            "type": "library",
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Arne Blankerts",
                    "email": "arne@blankerts.de",
                    "role": "Developer"
                }
            ],
            "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
Tim van Dijen's avatar
Tim van Dijen committed
            "support": {
                "issues": "https://github.com/theseer/tokenizer/issues",
                "source": "https://github.com/theseer/tokenizer/tree/1.2.1"
Tim van Dijen's avatar
Tim van Dijen committed
            },
Tim van Dijen's avatar
Tim van Dijen committed
            "funding": [
                {
                    "url": "https://github.com/theseer",
                    "type": "github"
                }
            ],
            "time": "2021-07-28T10:34:58+00:00"
    "minimum-stability": "stable",
    "stability-flags": {
        "simplesamlphp/saml2": 15,
Tim van Dijen's avatar
Tim van Dijen committed
        "simplesamlphp/simplesamlphp-module-adfs": 20
Jaime Perez's avatar
Jaime Perez committed
    "prefer-stable": false,
Jaime Perez Crespo's avatar
Jaime Perez Crespo committed
    "prefer-lowest": false,
    "platform": {
Tim van Dijen's avatar
Tim van Dijen committed
        "php": "^8.0",
Tim van Dijen's avatar
Tim van Dijen committed
        "ext-fileinfo": "*",
        "ext-filter": "*",
Tim van Dijen's avatar
Tim van Dijen committed
        "ext-libxml": "*",
        "ext-mbstring": "*",
        "ext-openssl": "*",
Tim van Dijen's avatar
Tim van Dijen committed
        "ext-posix": "*",
Tim van Dijen's avatar
Tim van Dijen committed
        "ext-session": "*",
        "ext-simplexml": "*",
Tim van Dijen's avatar
Tim van Dijen committed
        "ext-xml": "*",
        "ext-zlib": "*"
    "platform-dev": {
        "ext-curl": "*",
        "ext-pdo_sqlite": "*"
    },
    "plugin-api-version": "2.3.0"