Skip to content
Snippets Groups Projects
composer.lock 240 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": "78f6f739f06c9f84d5c7c367ff2c7aa0",
    "packages": [
        {
            "name": "gettext/gettext",
            "version": "v5.6.1",
            "source": {
                "type": "git",
                "url": "https://github.com/php-gettext/Gettext.git",
                "reference": "017e249601d32b9a88c2eb4c10eac89bf582a7d3"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-gettext/Gettext/zipball/017e249601d32b9a88c2eb4c10eac89bf582a7d3",
                "reference": "017e249601d32b9a88c2eb4c10eac89bf582a7d3",
                "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",
                "source": "https://github.com/php-gettext/Gettext/tree/v5.6.1"
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"
                }
            ],
            "time": "2021-12-04T11:33:21+00:00"
        },
        {
            "name": "gettext/languages",
Tim van Dijen's avatar
Tim van Dijen committed
            "version": "2.9.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-gettext/Languages.git",
Tim van Dijen's avatar
Tim van Dijen committed
                "reference": "ed56dd2c7f4024cc953ed180d25f02f2640e3ffa"
            },
            "dist": {
                "type": "zip",
Tim van Dijen's avatar
Tim van Dijen committed
                "url": "https://api.github.com/repos/php-gettext/Languages/zipball/ed56dd2c7f4024cc953ed180d25f02f2640e3ffa",
                "reference": "ed56dd2c7f4024cc953ed180d25f02f2640e3ffa",
                "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.9.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": "2021-11-11T17:30:39+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": "phpmailer/phpmailer",
Tim van Dijen's avatar
Tim van Dijen committed
            "version": "v6.6.0",
            "source": {
                "type": "git",
                "url": "https://github.com/PHPMailer/PHPMailer.git",
Tim van Dijen's avatar
Tim van Dijen committed
                "reference": "e43bac82edc26ca04b36143a48bde1c051cfd5b1"
            },
            "dist": {
                "type": "zip",
Tim van Dijen's avatar
Tim van Dijen committed
                "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/e43bac82edc26ca04b36143a48bde1c051cfd5b1",
                "reference": "e43bac82edc26ca04b36143a48bde1c051cfd5b1",
                "shasum": ""
            },
            "require": {
                "ext-ctype": "*",
                "ext-filter": "*",
Tim van Dijen's avatar
Tim van Dijen committed
                "ext-hash": "*",
                "php": ">=5.5.0"
            },
            "require-dev": {
Tim van Dijen's avatar
Tim van Dijen committed
                "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
                "doctrine/annotations": "^1.2",
                "php-parallel-lint/php-console-highlighter": "^0.5.0",
                "php-parallel-lint/php-parallel-lint": "^1.3.1",
Tim van Dijen's avatar
Tim van Dijen committed
                "phpcompatibility/php-compatibility": "^9.3.5",
                "roave/security-advisories": "dev-latest",
                "squizlabs/php_codesniffer": "^3.6.2",
                "yoast/phpunit-polyfills": "^1.0.0"
                "ext-mbstring": "Needed to send email in multibyte encoding charset or decode encoded addresses",
                "hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication",
                "league/oauth2-google": "Needed for Google XOAUTH2 authentication",
                "psr/log": "For optional PSR-3 debug logging",
                "stevenmaguire/oauth2-microsoft": "Needed for Microsoft XOAUTH2 authentication",
                "symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "PHPMailer\\PHPMailer\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-2.1-only"
            ],
            "authors": [
                {
                    "name": "Marcus Bointon",
                    "email": "phpmailer@synchromedia.co.uk"
                },
                {
                    "name": "Jim Jagielski",
                    "email": "jimjag@gmail.com"
                },
                {
                    "name": "Andy Prevost",
                    "email": "codeworxtech@users.sourceforge.net"
                },
                {
                    "name": "Brent R. Matzelle"
                }
            ],
            "description": "PHPMailer is a full-featured email creation and transfer class for PHP",
Tim van Dijen's avatar
Tim van Dijen committed
            "support": {
                "issues": "https://github.com/PHPMailer/PHPMailer/issues",
Tim van Dijen's avatar
Tim van Dijen committed
                "source": "https://github.com/PHPMailer/PHPMailer/tree/v6.6.0"
Tim van Dijen's avatar
Tim van Dijen committed
            },
Tim van Dijen's avatar
Tim van Dijen committed
                    "url": "https://github.com/Synchro",
Tim van Dijen's avatar
Tim van Dijen committed
            "time": "2022-02-28T15:31:21+00:00"
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
        },
        {
            "name": "psr/cache",
            "version": "1.0.1",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/cache.git",
                "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
                "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Psr\\Cache\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "http://www.php-fig.org/"
                }
            ],
            "description": "Common interface for caching libraries",
            "keywords": [
                "cache",
                "psr",
                "psr-6"
            ],
Tim van Dijen's avatar
Tim van Dijen committed
            "support": {
                "source": "https://github.com/php-fig/cache/tree/master"
            },
            "time": "2016-08-06T20:24:11+00:00"
Tim van Dijen's avatar
Tim van Dijen committed
            "version": "1.1.2",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/container.git",
Tim van Dijen's avatar
Tim van Dijen committed
                "reference": "513e0666f7216c7459170d56df27dfcefe1689ea"
Tim van Dijen's avatar
Tim van Dijen committed
                "url": "https://api.github.com/repos/php-fig/container/zipball/513e0666f7216c7459170d56df27dfcefe1689ea",
                "reference": "513e0666f7216c7459170d56df27dfcefe1689ea",
Tim van Dijen's avatar
Tim van Dijen committed
                "php": ">=7.4.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Psr\\Container\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "https://www.php-fig.org/"
                }
            ],
            "description": "Common Container Interface (PHP FIG PSR-11)",
            "homepage": "https://github.com/php-fig/container",
            "keywords": [
                "PSR-11",
                "container",
                "container-interface",
                "container-interop",
                "psr"
            ],
Tim van Dijen's avatar
Tim van Dijen committed
            "support": {
                "issues": "https://github.com/php-fig/container/issues",
Tim van Dijen's avatar
Tim van Dijen committed
                "source": "https://github.com/php-fig/container/tree/1.1.2"
Tim van Dijen's avatar
Tim van Dijen committed
            },
Tim van Dijen's avatar
Tim van Dijen committed
            "time": "2021-11-05T16:50:12+00:00"
Tim van Dijen's avatar
Tim van Dijen committed
        {
            "name": "psr/event-dispatcher",
            "version": "1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/event-dispatcher.git",
                "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
                "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Psr\\EventDispatcher\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "http://www.php-fig.org/"
                }
            ],
            "description": "Standard interfaces for event handling.",
            "keywords": [
                "events",
                "psr",
                "psr-14"
            ],
Tim van Dijen's avatar
Tim van Dijen committed
            "support": {
                "issues": "https://github.com/php-fig/event-dispatcher/issues",
                "source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0"
            },
Tim van Dijen's avatar
Tim van Dijen committed
            "time": "2019-01-08T18:20:26+00:00"
        },
        {
            "name": "psr/log",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/log.git",
                "reference": "d49695b909c3b7628b6289db5479a1c204601f11"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
                "reference": "d49695b909c3b7628b6289db5479a1c204601f11",
                "shasum": ""
            },
Hanne Moa's avatar
Hanne Moa committed
            "require": {
                "php": ">=5.3.0"
            },
            "type": "library",
Hanne Moa's avatar
Hanne Moa committed
            "extra": {
                "branch-alias": {
                    "dev-master": "1.1.x-dev"
            "autoload": {
Hanne Moa's avatar
Hanne Moa committed
                "psr-4": {
                    "Psr\\Log\\": "Psr/Log/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "https://www.php-fig.org/"
                }
            ],
            "description": "Common interface for logging libraries",
Hanne Moa's avatar
Hanne Moa committed
            "homepage": "https://github.com/php-fig/log",
            "keywords": [
                "log",
                "psr",
                "psr-3"
            ],
Tim van Dijen's avatar
Tim van Dijen committed
            "support": {
                "source": "https://github.com/php-fig/log/tree/1.1.4"
            },
        {
            "name": "robrichards/xmlseclibs",
Tim van Dijen's avatar
Tim van Dijen committed
            "version": "3.1.1",
            "source": {
                "type": "git",
                "url": "https://github.com/robrichards/xmlseclibs.git",
Tim van Dijen's avatar
Tim van Dijen committed
                "reference": "f8f19e58f26cdb42c54b214ff8a820760292f8df"
            },
            "dist": {
                "type": "zip",
Tim van Dijen's avatar
Tim van Dijen committed
                "url": "https://api.github.com/repos/robrichards/xmlseclibs/zipball/f8f19e58f26cdb42c54b214ff8a820760292f8df",
                "reference": "f8f19e58f26cdb42c54b214ff8a820760292f8df",
                "shasum": ""
            },
            "require": {
                "php": ">= 5.4"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "RobRichards\\XMLSecLibs\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "A PHP library for XML Security",
            "homepage": "https://github.com/robrichards/xmlseclibs",
            "keywords": [
                "security",
                "signature",
                "xml",
                "xmldsig"
            ],
Tim van Dijen's avatar
Tim van Dijen committed
            "support": {
                "issues": "https://github.com/robrichards/xmlseclibs/issues",
                "source": "https://github.com/robrichards/xmlseclibs/tree/3.1.1"
            },
Tim van Dijen's avatar
Tim van Dijen committed
            "time": "2020-09-05T13:00:25+00:00"
Tim van Dijen's avatar
Tim van Dijen committed
        },
        {
            "name": "simplesamlphp/assert",
            "version": "v0.2.13",
            "source": {
                "type": "git",
                "url": "https://github.com/simplesamlphp/assert.git",
                "reference": "72a16329cf95b148717aadd258fbe36ac96cf004"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/simplesamlphp/assert/zipball/72a16329cf95b148717aadd258fbe36ac96cf004",
                "reference": "72a16329cf95b148717aadd258fbe36ac96cf004",
                "shasum": ""
            },
            "require": {
                "ext-spl": "*",
                "php": "^7.4 || ^8.0",
Tim van Dijen's avatar
Tim van Dijen committed
                "webmozart/assert": "^1.10"
Tim van Dijen's avatar
Tim van Dijen committed
                "simplesamlphp/simplesamlphp-test-framework": "^1.0.5"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "v0.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/v0.2.13"
Tim van Dijen's avatar
Tim van Dijen committed
            },
            "time": "2022-02-17T21:38:59+00:00"
Tim van Dijen's avatar
Tim van Dijen committed
        {
            "name": "simplesamlphp/saml2",
            "version": "v4.6.0",
Tim van Dijen's avatar
Tim van Dijen committed
            "source": {
                "type": "git",
                "url": "https://github.com/simplesamlphp/saml2.git",
                "reference": "46d93daa9a96a1d896fe35cb75897a91e1795442"
Tim van Dijen's avatar
Tim van Dijen committed
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/simplesamlphp/saml2/zipball/46d93daa9a96a1d896fe35cb75897a91e1795442",
                "reference": "46d93daa9a96a1d896fe35cb75897a91e1795442",
Tim van Dijen's avatar
Tim van Dijen committed
                "shasum": ""
            },
            "require": {
                "ext-dom": "*",
                "ext-openssl": "*",
                "ext-zlib": "*",
Tim van Dijen's avatar
Tim van Dijen committed
                "php": ">=7.1 || ^8.0",
                "psr/log": "~1.1",
Tim van Dijen's avatar
Tim van Dijen committed
                "robrichards/xmlseclibs": "^3.1.1",
                "webmozart/assert": "^1.9"
Tim van Dijen's avatar
Tim van Dijen committed
            },
            "require-dev": {
Tim van Dijen's avatar
Tim van Dijen committed
                "mockery/mockery": "^1.3",
                "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
                "sebastian/phpcpd": "~4.1 || ^5.0 || ^6.0",
                "simplesamlphp/simplesamlphp-test-framework": "~0.1.0",
                "squizlabs/php_codesniffer": "~3.5"
Tim van Dijen's avatar
Tim van Dijen committed
            },
            "type": "library",
            "extra": {
                "branch-alias": {
Tim van Dijen's avatar
Tim van Dijen committed
                    "dev-master": "v4.2.x-dev"
Tim van Dijen's avatar
Tim van Dijen committed
                }
            },
            "autoload": {
                "psr-4": {
                    "SAML2\\": "src/SAML2"
                }
Tim van Dijen's avatar
Tim van Dijen committed
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-2.1-or-later"
            ],
            "authors": [
                {
                    "name": "Andreas Åkre Solberg",
                    "email": "andreas.solberg@uninett.no"
                }
            ],
            "description": "SAML2 PHP library from SimpleSAMLphp",
Tim van Dijen's avatar
Tim van Dijen committed
            "support": {
                "issues": "https://github.com/simplesamlphp/saml2/issues",
                "source": "https://github.com/simplesamlphp/saml2/tree/v4.6.0"
Tim van Dijen's avatar
Tim van Dijen committed
            },
            "time": "2022-04-08T13:47:36+00:00"
Tim van Dijen's avatar
Tim van Dijen committed
        },
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
            "name": "symfony/cache",
            "version": "v5.4.7",
            "source": {
                "type": "git",
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
                "url": "https://github.com/symfony/cache.git",
                "reference": "ba06841ed293fcaf79a592f59fdaba471f7c756c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/cache/zipball/ba06841ed293fcaf79a592f59fdaba471f7c756c",
                "reference": "ba06841ed293fcaf79a592f59fdaba471f7c756c",
                "shasum": ""
            },
            "require": {
Tim van Dijen's avatar
Tim van Dijen committed
                "php": ">=7.2.5",
                "psr/cache": "^1.0|^2.0",
                "psr/log": "^1.1|^2|^3",
                "symfony/cache-contracts": "^1.1.7|^2",
                "symfony/deprecation-contracts": "^2.1|^3",
                "symfony/polyfill-php73": "^1.9",
                "symfony/polyfill-php80": "^1.16",
                "symfony/service-contracts": "^1.1|^2|^3",
                "symfony/var-exporter": "^4.4|^5.0|^6.0"
Tim van Dijen's avatar
Tim van Dijen committed
                "symfony/dependency-injection": "<4.4",
                "symfony/http-kernel": "<4.4",
                "symfony/var-dumper": "<4.4"
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
            "provide": {
                "psr/cache-implementation": "1.0|2.0",
Tim van Dijen's avatar
Tim van Dijen committed
                "psr/simple-cache-implementation": "1.0|2.0",
                "symfony/cache-implementation": "1.0|2.0"
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
            "require-dev": {
                "cache/integration-tests": "dev-master",
Tim van Dijen's avatar
Tim van Dijen committed
                "doctrine/cache": "^1.6|^2.0",
Tim van Dijen's avatar
Tim van Dijen committed
                "predis/predis": "^1.1",
Tim van Dijen's avatar
Tim van Dijen committed
                "psr/simple-cache": "^1.0|^2.0",
                "symfony/config": "^4.4|^5.0|^6.0",
                "symfony/dependency-injection": "^4.4|^5.0|^6.0",
                "symfony/filesystem": "^4.4|^5.0|^6.0",
                "symfony/http-kernel": "^4.4|^5.0|^6.0",
                "symfony/messenger": "^4.4|^5.0|^6.0",
                "symfony/var-dumper": "^4.4|^5.0|^6.0"
            },
            "type": "library",
            "autoload": {
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"
            "description": "Provides an extended PSR-6, PSR-16 (and tags) implementation",
            "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/v5.4.7"
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-03-22T15:31:03+00:00"
Hanne Moa's avatar
Hanne Moa committed
        {
            "name": "symfony/cache-contracts",
            "version": "v2.5.1",
Hanne Moa's avatar
Hanne Moa committed
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/cache-contracts.git",
                "reference": "64be4a7acb83b6f2bf6de9a02cee6dad41277ebc"
Hanne Moa's avatar
Hanne Moa committed
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/64be4a7acb83b6f2bf6de9a02cee6dad41277ebc",
                "reference": "64be4a7acb83b6f2bf6de9a02cee6dad41277ebc",
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
            },
            "suggest": {
                "symfony/cache-implementation": ""
Hanne Moa's avatar
Hanne Moa committed
            },
            "type": "library",
            "extra": {
                "branch-alias": {
Tim van Dijen's avatar
Tim van Dijen committed
                    "dev-main": "2.5-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": {
                "source": "https://github.com/symfony/cache-contracts/tree/v2.5.1"
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-01-02T09:53:40+00:00"
Hanne Moa's avatar
Hanne Moa committed
        },
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
            "name": "symfony/config",
            "version": "v5.4.7",
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
                "url": "https://github.com/symfony/config.git",
                "reference": "05624c386afa1b4ccc1357463d830fade8d9d404"
                "url": "https://api.github.com/repos/symfony/config/zipball/05624c386afa1b4ccc1357463d830fade8d9d404",
                "reference": "05624c386afa1b4ccc1357463d830fade8d9d404",
Tim van Dijen's avatar
Tim van Dijen committed
                "php": ">=7.2.5",
                "symfony/deprecation-contracts": "^2.1|^3",
                "symfony/filesystem": "^4.4|^5.0|^6.0",
Tim van Dijen's avatar
Tim van Dijen committed
                "symfony/polyfill-ctype": "~1.8",
                "symfony/polyfill-php80": "^1.16",
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"
                "symfony/event-dispatcher": "^4.4|^5.0|^6.0",
                "symfony/finder": "^4.4|^5.0|^6.0",
                "symfony/messenger": "^4.4|^5.0|^6.0",
                "symfony/service-contracts": "^1.1|^2|^3",
                "symfony/yaml": "^4.4|^5.0|^6.0"
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/v5.4.7"
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-03-21T13:42:03+00:00"
Jaime Perez Crespo's avatar
Jaime Perez Crespo committed
        {
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
            "name": "symfony/console",
            "version": "v5.4.7",
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": "900275254f0a1a2afff1ab0e11abd5587a10e1d6"
Jaime Perez Crespo's avatar
Jaime Perez Crespo committed
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/console/zipball/900275254f0a1a2afff1ab0e11abd5587a10e1d6",
                "reference": "900275254f0a1a2afff1ab0e11abd5587a10e1d6",
Jaime Perez Crespo's avatar
Jaime Perez Crespo committed
                "shasum": ""
            },
            "require": {
Tim van Dijen's avatar
Tim van Dijen committed
                "php": ">=7.2.5",
                "symfony/deprecation-contracts": "^2.1|^3",
                "symfony/polyfill-mbstring": "~1.0",
Tim van Dijen's avatar
Tim van Dijen committed
                "symfony/polyfill-php73": "^1.9",
                "symfony/polyfill-php80": "^1.16",
                "symfony/service-contracts": "^1.1|^2|^3",
                "symfony/string": "^5.1|^6.0"
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
            },
            "conflict": {
Tim van Dijen's avatar
Tim van Dijen committed
                "symfony/dependency-injection": "<4.4",
                "symfony/dotenv": "<5.1",
                "symfony/event-dispatcher": "<4.4",
                "symfony/lock": "<4.4",
Tim van Dijen's avatar
Tim van Dijen committed
                "symfony/process": "<4.4"
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
            },
            "provide": {
                "psr/log-implementation": "1.0|2.0"
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
            },
            "require-dev": {
                "psr/log": "^1|^2",
                "symfony/config": "^4.4|^5.0|^6.0",
                "symfony/dependency-injection": "^4.4|^5.0|^6.0",
                "symfony/event-dispatcher": "^4.4|^5.0|^6.0",
                "symfony/lock": "^4.4|^5.0|^6.0",
                "symfony/process": "^4.4|^5.0|^6.0",
                "symfony/var-dumper": "^4.4|^5.0|^6.0"
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/v5.4.7"
Tim van Dijen's avatar
Tim van Dijen committed
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",