Skip to content
Snippets Groups Projects
composer.lock 266 KiB
Newer Older
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-08-22T09:22:00+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",
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",
                }
            ],
            "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": "react/promise",
            "version": "v2.9.0",
            "source": {
                "type": "git",
                "url": "https://github.com/reactphp/promise.git",
                "reference": "234f8fd1023c9158e2314fa9d7d0e6a83db42910"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/reactphp/promise/zipball/234f8fd1023c9158e2314fa9d7d0e6a83db42910",
                "reference": "234f8fd1023c9158e2314fa9d7d0e6a83db42910",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^9.3 || ^5.7 || ^4.8.36"
            },
            "type": "library",
            "autoload": {
                "files": [
                    "src/functions_include.php"
                ],
                "psr-4": {
                    "React\\Promise\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jan Sorgalla",
                    "email": "jsorgalla@gmail.com",
                    "homepage": "https://sorgalla.com/"
                },
                {
                    "name": "Christian Lück",
                    "email": "christian@clue.engineering",
                    "homepage": "https://clue.engineering/"
                },
                {
                    "name": "Cees-Jan Kiewiet",
                    "email": "reactphp@ceesjankiewiet.nl",
                    "homepage": "https://wyrihaximus.net/"
                },
                {
                    "name": "Chris Boden",
                    "email": "cboden@gmail.com",
                    "homepage": "https://cboden.dev/"
                }
            ],
            "description": "A lightweight implementation of CommonJS Promises/A for PHP",
            "keywords": [
                "promise",
                "promises"
            ],
            "support": {
                "issues": "https://github.com/reactphp/promise/issues",
                "source": "https://github.com/reactphp/promise/tree/v2.9.0"
            },
            "funding": [
                {
                    "url": "https://github.com/WyriHaximus",
                    "type": "github"
                },
                {
                    "url": "https://github.com/clue",
                    "type": "github"
                }
            ],
            "time": "2022-02-11T10:27:51+00:00"
        },
        {
            "name": "robrichards/xmlseclibs",
Tim van Dijen's avatar
Tim van Dijen committed
            "version": "3.1.1",
            "source": {
                "type": "git",
                "url": "https://github.com/robrichards/xmlseclibs.git",
Tim van Dijen's avatar
Tim van Dijen committed
                "reference": "f8f19e58f26cdb42c54b214ff8a820760292f8df"
            },
            "dist": {
                "type": "zip",
Tim van Dijen's avatar
Tim van Dijen committed
                "url": "https://api.github.com/repos/robrichards/xmlseclibs/zipball/f8f19e58f26cdb42c54b214ff8a820760292f8df",
                "reference": "f8f19e58f26cdb42c54b214ff8a820760292f8df",
                "shasum": ""
            },
            "require": {
                "php": ">= 5.4"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "RobRichards\\XMLSecLibs\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "A PHP library for XML Security",
            "homepage": "https://github.com/robrichards/xmlseclibs",
            "keywords": [
                "security",
                "signature",
                "xml",
                "xmldsig"
            ],
Tim van Dijen's avatar
Tim van Dijen committed
            "support": {
                "issues": "https://github.com/robrichards/xmlseclibs/issues",
                "source": "https://github.com/robrichards/xmlseclibs/tree/3.1.1"
            },
Tim van Dijen's avatar
Tim van Dijen committed
            "time": "2020-09-05T13:00:25+00:00"
Tim van Dijen's avatar
Tim van Dijen committed
        },
        {
            "name": "seld/jsonlint",
            "version": "1.9.0",
            "source": {
                "type": "git",
                "url": "https://github.com/Seldaek/jsonlint.git",
                "reference": "4211420d25eba80712bff236a98960ef68b866b7"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/4211420d25eba80712bff236a98960ef68b866b7",
                "reference": "4211420d25eba80712bff236a98960ef68b866b7",
                "shasum": ""
            },
            "require": {
                "php": "^5.3 || ^7.0 || ^8.0"
            },
            "require-dev": {
                "phpstan/phpstan": "^1.5",
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0 || ^8.5.13"
            },
            "bin": [
                "bin/jsonlint"
            ],
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Seld\\JsonLint\\": "src/Seld/JsonLint/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jordi Boggiano",
                    "email": "j.boggiano@seld.be",
                    "homepage": "http://seld.be"
                }
            ],
            "description": "JSON Linter",
            "keywords": [
                "json",
                "linter",
                "parser",
                "validator"
            ],
            "support": {
                "issues": "https://github.com/Seldaek/jsonlint/issues",
                "source": "https://github.com/Seldaek/jsonlint/tree/1.9.0"
            },
            "funding": [
                {
                    "url": "https://github.com/Seldaek",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/seld/jsonlint",
                    "type": "tidelift"
                }
            ],
            "time": "2022-04-01T13:37:23+00:00"
        },
        {
            "name": "seld/phar-utils",
Tim van Dijen's avatar
Tim van Dijen committed
            "version": "1.2.1",
            "source": {
                "type": "git",
                "url": "https://github.com/Seldaek/phar-utils.git",
Tim van Dijen's avatar
Tim van Dijen committed
                "reference": "ea2f4014f163c1be4c601b9b7bd6af81ba8d701c"
Tim van Dijen's avatar
Tim van Dijen committed
                "url": "https://api.github.com/repos/Seldaek/phar-utils/zipball/ea2f4014f163c1be4c601b9b7bd6af81ba8d701c",
                "reference": "ea2f4014f163c1be4c601b9b7bd6af81ba8d701c",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Seld\\PharUtils\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jordi Boggiano",
                    "email": "j.boggiano@seld.be"
                }
            ],
            "description": "PHAR file format utilities, for when PHP phars you up",
            "keywords": [
                "phar"
            ],
            "support": {
                "issues": "https://github.com/Seldaek/phar-utils/issues",
Tim van Dijen's avatar
Tim van Dijen committed
                "source": "https://github.com/Seldaek/phar-utils/tree/1.2.1"
Tim van Dijen's avatar
Tim van Dijen committed
            "time": "2022-08-31T10:31:18+00:00"
Tim van Dijen's avatar
Tim van Dijen committed
        {
            "name": "seld/signal-handler",
            "version": "2.0.1",
            "source": {
                "type": "git",
                "url": "https://github.com/Seldaek/signal-handler.git",
                "reference": "f69d119511dc0360440cdbdaa71829c149b7be75"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Seldaek/signal-handler/zipball/f69d119511dc0360440cdbdaa71829c149b7be75",
                "reference": "f69d119511dc0360440cdbdaa71829c149b7be75",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.0"
            },
            "require-dev": {
                "phpstan/phpstan": "^1",
                "phpstan/phpstan-deprecation-rules": "^1.0",
                "phpstan/phpstan-phpunit": "^1",
                "phpstan/phpstan-strict-rules": "^1.3",
                "phpunit/phpunit": "^7.5.20 || ^8.5.23",
                "psr/log": "^1 || ^2 || ^3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "2.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Seld\\Signal\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jordi Boggiano",
                    "email": "j.boggiano@seld.be",
                    "homepage": "http://seld.be"
                }
            ],
            "description": "Simple unix signal handler that silently fails where signals are not supported for easy cross-platform development",
            "keywords": [
                "posix",
                "sigint",
                "signal",
                "sigterm",
                "unix"
            ],
            "support": {
                "issues": "https://github.com/Seldaek/signal-handler/issues",
                "source": "https://github.com/Seldaek/signal-handler/tree/2.0.1"
            },
            "time": "2022-07-20T18:31:45+00:00"
        },
        {
            "name": "simplesamlphp/assert",
Tim van Dijen's avatar
Tim van Dijen committed
            "version": "v0.6.3",
            "source": {
                "type": "git",
                "url": "https://github.com/simplesamlphp/assert.git",
Tim van Dijen's avatar
Tim van Dijen committed
                "reference": "d1b43494997a8853645f3e3f4f6e0eed5a1ed103"
            },
            "dist": {
                "type": "zip",
Tim van Dijen's avatar
Tim van Dijen committed
                "url": "https://api.github.com/repos/simplesamlphp/assert/zipball/d1b43494997a8853645f3e3f4f6e0eed5a1ed103",
                "reference": "d1b43494997a8853645f3e3f4f6e0eed5a1ed103",
                "shasum": ""
            },
            "require": {
                "ext-spl": "*",
                "php": "^7.4 || ^8.0",
Tim van Dijen's avatar
Tim van Dijen committed
                "webmozart/assert": "^1.11"
                "simplesamlphp/simplesamlphp-test-framework": "^1.2.1"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "v0.2.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "SimpleSAML\\Assert\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-2.1-or-later"
            ],
            "authors": [
Tim van Dijen's avatar
Tim van Dijen committed
                {
                    "name": "Tim van Dijen",
                    "email": "tvdijen@gmail.com"
                },
Tim van Dijen's avatar
Tim van Dijen committed
                    "name": "Jaime Perez Crespo",
                    "email": "jaimepc@gmail.com"
                }
            ],
            "description": "A wrapper around webmozart/assert to make it useful beyond checking method arguments",
Tim van Dijen's avatar
Tim van Dijen committed
            "support": {
                "issues": "https://github.com/simplesamlphp/assert/issues",
Tim van Dijen's avatar
Tim van Dijen committed
                "source": "https://github.com/simplesamlphp/assert/tree/v0.6.3"
Tim van Dijen's avatar
Tim van Dijen committed
            },
Tim van Dijen's avatar
Tim van Dijen committed
            "time": "2022-09-13T12:38:31+00:00"
Tim van Dijen's avatar
Tim van Dijen committed
        {
            "name": "simplesamlphp/saml2",
            "version": "v4.6.3",
Tim van Dijen's avatar
Tim van Dijen committed
            "source": {
                "type": "git",
                "url": "https://github.com/simplesamlphp/saml2.git",
                "reference": "bfc9c79dd6b728a41d1de988f545f6e64728a51d"
Tim van Dijen's avatar
Tim van Dijen committed
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/simplesamlphp/saml2/zipball/bfc9c79dd6b728a41d1de988f545f6e64728a51d",
                "reference": "bfc9c79dd6b728a41d1de988f545f6e64728a51d",
Tim van Dijen's avatar
Tim van Dijen committed
                "shasum": ""
            },
            "require": {
                "ext-dom": "*",
                "ext-openssl": "*",
                "ext-zlib": "*",
Tim van Dijen's avatar
Tim van Dijen committed
                "php": ">=7.1 || ^8.0",
Tim van Dijen's avatar
Tim van Dijen committed
                "psr/log": "~1.1 || ^2.0 || ^3.0",
Tim van Dijen's avatar
Tim van Dijen committed
                "robrichards/xmlseclibs": "^3.1.1",
                "webmozart/assert": "^1.9"
Tim van Dijen's avatar
Tim van Dijen committed
            },
            "require-dev": {
Tim van Dijen's avatar
Tim van Dijen committed
                "mockery/mockery": "^1.3",
                "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
                "sebastian/phpcpd": "~4.1 || ^5.0 || ^6.0",
                "simplesamlphp/simplesamlphp-test-framework": "~0.1.0",
                "squizlabs/php_codesniffer": "~3.5"
Tim van Dijen's avatar
Tim van Dijen committed
            },
            "type": "library",
            "extra": {
                "branch-alias": {
Tim van Dijen's avatar
Tim van Dijen committed
                    "dev-master": "v4.2.x-dev"
Tim van Dijen's avatar
Tim van Dijen committed
                }
            },
            "autoload": {
                "psr-4": {
                    "SAML2\\": "src/SAML2"
                }
Tim van Dijen's avatar
Tim van Dijen committed
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-2.1-or-later"
            ],
            "authors": [
                {
                    "name": "Andreas Åkre Solberg",
                    "email": "andreas.solberg@uninett.no"
                }
            ],
            "description": "SAML2 PHP library from SimpleSAMLphp",
Tim van Dijen's avatar
Tim van Dijen committed
            "support": {
                "issues": "https://github.com/simplesamlphp/saml2/issues",
                "source": "https://github.com/simplesamlphp/saml2/tree/v4.6.3"
Tim van Dijen's avatar
Tim van Dijen committed
            },
            "time": "2022-06-13T14:04:10+00:00"
Tim van Dijen's avatar
Tim van Dijen committed
        },
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
            "name": "symfony/cache",
Tim van Dijen's avatar
Tim van Dijen committed
            "version": "v5.4.11",
            "source": {
                "type": "git",
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
                "url": "https://github.com/symfony/cache.git",
Tim van Dijen's avatar
Tim van Dijen committed
                "reference": "5a0fff46df349f0db3fe242263451fddf5277362"
            },
            "dist": {
                "type": "zip",
Tim van Dijen's avatar
Tim van Dijen committed
                "url": "https://api.github.com/repos/symfony/cache/zipball/5a0fff46df349f0db3fe242263451fddf5277362",
                "reference": "5a0fff46df349f0db3fe242263451fddf5277362",
                "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": {
Tim van Dijen's avatar
Tim van Dijen committed
                "source": "https://github.com/symfony/cache/tree/v5.4.11"
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-07-28T15:25:17+00:00"
Hanne Moa's avatar
Hanne Moa committed
        {
            "name": "symfony/cache-contracts",
Tim van Dijen's avatar
Tim van Dijen committed
            "version": "v2.5.2",
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": {
Tim van Dijen's avatar
Tim van Dijen committed
                "source": "https://github.com/symfony/cache-contracts/tree/v2.5.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-01-02T09:53:40+00:00"
Hanne Moa's avatar
Hanne Moa committed
        },
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
            "name": "symfony/config",
Tim van Dijen's avatar
Tim van Dijen committed
            "version": "v5.4.11",
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
                "url": "https://github.com/symfony/config.git",
Tim van Dijen's avatar
Tim van Dijen committed
                "reference": "ec79e03125c1d2477e43dde8528535d90cc78379"
Tim van Dijen's avatar
Tim van Dijen committed
                "url": "https://api.github.com/repos/symfony/config/zipball/ec79e03125c1d2477e43dde8528535d90cc78379",
                "reference": "ec79e03125c1d2477e43dde8528535d90cc78379",
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"
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": {
Tim van Dijen's avatar
Tim van Dijen committed
                "source": "https://github.com/symfony/config/tree/v5.4.11"
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-07-20T13:00:38+00:00"
Jaime Perez Crespo's avatar
Jaime Perez Crespo committed
        {
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
            "name": "symfony/console",
Tim van Dijen's avatar
Tim van Dijen committed
            "version": "v5.4.12",
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",
Tim van Dijen's avatar
Tim van Dijen committed
                "reference": "c072aa8f724c3af64e2c7a96b796a4863d24dba1"
Jaime Perez Crespo's avatar
Jaime Perez Crespo committed
            },
            "dist": {
                "type": "zip",
Tim van Dijen's avatar
Tim van Dijen committed
                "url": "https://api.github.com/repos/symfony/console/zipball/c072aa8f724c3af64e2c7a96b796a4863d24dba1",
                "reference": "c072aa8f724c3af64e2c7a96b796a4863d24dba1",
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": {
Tim van Dijen's avatar
Tim van Dijen committed
                "source": "https://github.com/symfony/console/tree/v5.4.12"
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-08-17T13:18:05+00:00"
Tim van Dijen's avatar
Tim van Dijen committed
            "name": "symfony/dependency-injection",
Tim van Dijen's avatar
Tim van Dijen committed
            "version": "v5.4.11",
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",
Tim van Dijen's avatar
Tim van Dijen committed
                "reference": "a8b9251016e9476db73e25fa836904bc0bf74c62"
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/dependency-injection/zipball/a8b9251016e9476db73e25fa836904bc0bf74c62",
                "reference": "a8b9251016e9476db73e25fa836904bc0bf74c62",
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
                "shasum": ""
            },
            "require": {
Tim van Dijen's avatar
Tim van Dijen committed
                "php": ">=7.2.5",
Tim van Dijen's avatar
Tim van Dijen committed
                "psr/container": "^1.1.1",
                "symfony/deprecation-contracts": "^2.1|^3",
                "symfony/polyfill-php80": "^1.16",
Tim van Dijen's avatar
Tim van Dijen committed
                "symfony/service-contracts": "^1.1.6|^2"
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.3",
Tim van Dijen's avatar
Tim van Dijen committed
                "symfony/finder": "<4.4",
                "symfony/proxy-manager-bridge": "<4.4",
Tim van Dijen's avatar
Tim van Dijen committed
                "symfony/yaml": "<4.4.26"
Tim van Dijen's avatar
Tim van Dijen committed
            },
            "provide": {
                "psr/container-implementation": "1.0",
                "symfony/service-implementation": "1.0|2.0"
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
            },
            "require-dev": {
                "symfony/config": "^5.3|^6.0",
                "symfony/expression-language": "^4.4|^5.0|^6.0",
Tim van Dijen's avatar
Tim van Dijen committed
                "symfony/yaml": "^4.4.26|^5.0|^6.0"
Tim van Dijen's avatar
Tim van Dijen committed
            },
            "suggest": {
                "symfony/config": "",