Skip to content
Snippets Groups Projects
composer.lock 316 KiB
Newer Older
Reiter, Christoph's avatar
Reiter, Christoph committed
                    "type": "github"
                },
                {
                    "url": "https://www.patreon.com/FlorentMorselli",
                    "type": "patreon"
                }
            ],
Reiter, Christoph's avatar
Reiter, Christoph committed
            "time": "2020-11-03T09:10:25+00:00"
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
        },
        {
            "name": "symfony/apache-pack",
            "version": "v1.0.1",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/apache-pack.git",
                "reference": "3aa5818d73ad2551281fc58a75afd9ca82622e6c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/apache-pack/zipball/3aa5818d73ad2551281fc58a75afd9ca82622e6c",
                "reference": "3aa5818d73ad2551281fc58a75afd9ca82622e6c",
                "shasum": ""
            },
            "type": "symfony-pack",
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "A pack for Apache support in Symfony",
Reiter, Christoph's avatar
Reiter, Christoph committed
            "support": {
                "issues": "https://github.com/symfony/apache-pack/issues",
                "source": "https://github.com/symfony/apache-pack/tree/master"
            },
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
            "time": "2017-12-12T01:46:35+00:00"
        },
        {
            "name": "symfony/asset",
            "version": "v5.3.4",
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/asset.git",
                "reference": "9bd222a8fdd13ecca91384e403247103198f80a1"
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/asset/zipball/9bd222a8fdd13ecca91384e403247103198f80a1",
                "reference": "9bd222a8fdd13ecca91384e403247103198f80a1",
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
                "shasum": ""
            },
            "require": {
Reiter, Christoph's avatar
Reiter, Christoph committed
                "php": ">=7.2.5",
                "symfony/deprecation-contracts": "^2.1",
                "symfony/polyfill-php80": "^1.16"
Reiter, Christoph's avatar
Reiter, Christoph committed
            },
            "conflict": {
                "symfony/http-foundation": "<5.3"
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
            },
            "require-dev": {
Reiter, Christoph's avatar
Reiter, Christoph committed
                "symfony/http-client": "^4.4|^5.0",
Reiter, Christoph's avatar
Reiter, Christoph committed
                "symfony/http-foundation": "^5.3",
Reiter, Christoph's avatar
Reiter, Christoph committed
                "symfony/http-kernel": "^4.4|^5.0"
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
            },
            "suggest": {
                "symfony/http-foundation": ""
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Asset\\": ""
                },
                "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"
                }
            ],
Reiter, Christoph's avatar
Reiter, Christoph committed
            "description": "Manages URL generation and versioning of web assets such as CSS stylesheets, JavaScript files and image files",
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
            "homepage": "https://symfony.com",
Reiter, Christoph's avatar
Reiter, Christoph committed
            "support": {
                "source": "https://github.com/symfony/asset/tree/v5.3.4"
Reiter, Christoph's avatar
Reiter, Christoph 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": "2021-07-21T12:40:44+00:00"
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
        },
        {
            "name": "symfony/cache",
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/cache.git",
                "reference": "945bcebfef0aeef105de61843dd14105633ae38f"
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/cache/zipball/945bcebfef0aeef105de61843dd14105633ae38f",
                "reference": "945bcebfef0aeef105de61843dd14105633ae38f",
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
                "shasum": ""
            },
            "require": {
Reiter, Christoph's avatar
Reiter, Christoph committed
                "php": ">=7.2.5",
                "psr/cache": "^1.0|^2.0",
                "psr/log": "^1.1|^2|^3",
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
                "symfony/cache-contracts": "^1.1.7|^2",
                "symfony/deprecation-contracts": "^2.1",
                "symfony/polyfill-php73": "^1.9",
                "symfony/polyfill-php80": "^1.16",
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
                "symfony/service-contracts": "^1.1|^2",
Reiter, Christoph's avatar
Reiter, Christoph committed
                "symfony/var-exporter": "^4.4|^5.0"
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
            },
            "conflict": {
Reiter, Christoph's avatar
Reiter, Christoph committed
                "doctrine/dbal": "<2.10",
                "symfony/dependency-injection": "<4.4",
                "symfony/http-kernel": "<4.4",
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
                "symfony/var-dumper": "<4.4"
            },
            "provide": {
                "psr/cache-implementation": "1.0|2.0",
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
                "psr/simple-cache-implementation": "1.0",
                "symfony/cache-implementation": "1.0|2.0"
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
            },
            "require-dev": {
                "cache/integration-tests": "dev-master",
                "doctrine/cache": "^1.6|^2.0",
Reiter, Christoph's avatar
Reiter, Christoph committed
                "doctrine/dbal": "^2.10|^3.0",
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
                "predis/predis": "^1.1",
                "psr/simple-cache": "^1.0",
Reiter, Christoph's avatar
Reiter, Christoph committed
                "symfony/config": "^4.4|^5.0",
                "symfony/dependency-injection": "^4.4|^5.0",
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
                "symfony/filesystem": "^4.4|^5.0",
Reiter, Christoph's avatar
Reiter, Christoph committed
                "symfony/http-kernel": "^4.4|^5.0",
                "symfony/messenger": "^4.4|^5.0",
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
                "symfony/var-dumper": "^4.4|^5.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Cache\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Provides an extended PSR-6, PSR-16 (and tags) implementation",
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
            "homepage": "https://symfony.com",
            "keywords": [
                "caching",
                "psr6"
            ],
            "support": {
                "source": "https://github.com/symfony/cache/tree/v5.3.8"
            },
            "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": "2021-09-26T18:29:18+00:00"
        },
        {
            "name": "symfony/cache-contracts",
            "version": "v2.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/cache-contracts.git",
                "reference": "c0446463729b89dd4fa62e9aeecc80287323615d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/c0446463729b89dd4fa62e9aeecc80287323615d",
                "reference": "c0446463729b89dd4fa62e9aeecc80287323615d",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "psr/cache": "^1.0|^2.0|^3.0"
            },
            "suggest": {
                "symfony/cache-implementation": ""
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "2.4-dev"
                },
                "thanks": {
                    "name": "symfony/contracts",
                    "url": "https://github.com/symfony/contracts"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Contracts\\Cache\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Generic abstractions related to caching",
            "homepage": "https://symfony.com",
            "keywords": [
                "abstractions",
                "contracts",
                "decoupling",
                "interfaces",
                "interoperability",
                "standards"
            ],
            "support": {
                "source": "https://github.com/symfony/cache-contracts/tree/v2.4.0"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2021-03-23T23:28:01+00:00"
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
        },
        {
            "name": "symfony/config",
            "version": "v5.3.4",
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/config.git",
                "reference": "4268f3059c904c61636275182707f81645517a37"
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/config/zipball/4268f3059c904c61636275182707f81645517a37",
                "reference": "4268f3059c904c61636275182707f81645517a37",
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
                "shasum": ""
            },
            "require": {
Reiter, Christoph's avatar
Reiter, Christoph committed
                "php": ">=7.2.5",
                "symfony/deprecation-contracts": "^2.1",
                "symfony/filesystem": "^4.4|^5.0",
                "symfony/polyfill-ctype": "~1.8",
                "symfony/polyfill-php80": "^1.16",
                "symfony/polyfill-php81": "^1.22"
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
            },
            "conflict": {
Reiter, Christoph's avatar
Reiter, Christoph committed
                "symfony/finder": "<4.4"
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
            },
            "require-dev": {
Reiter, Christoph's avatar
Reiter, Christoph committed
                "symfony/event-dispatcher": "^4.4|^5.0",
                "symfony/finder": "^4.4|^5.0",
                "symfony/messenger": "^4.4|^5.0",
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
                "symfony/service-contracts": "^1.1|^2",
Reiter, Christoph's avatar
Reiter, Christoph committed
                "symfony/yaml": "^4.4|^5.0"
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
            },
            "suggest": {
                "symfony/yaml": "To use the yaml reference dumper"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Config\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Helps you find, load, combine, autofill and validate configuration values of any kind",
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/config/tree/v5.3.4"
            },
            "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": "2021-07-21T12:40:44+00:00"
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
        },
        {
            "name": "symfony/console",
            "version": "v5.3.7",
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/console.git",
                "reference": "8b1008344647462ae6ec57559da166c2bfa5e16a"
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/console/zipball/8b1008344647462ae6ec57559da166c2bfa5e16a",
                "reference": "8b1008344647462ae6ec57559da166c2bfa5e16a",
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
                "shasum": ""
            },
            "require": {
Reiter, Christoph's avatar
Reiter, Christoph committed
                "php": ">=7.2.5",
                "symfony/deprecation-contracts": "^2.1",
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
                "symfony/polyfill-mbstring": "~1.0",
                "symfony/polyfill-php73": "^1.8",
                "symfony/polyfill-php80": "^1.16",
Reiter, Christoph's avatar
Reiter, Christoph committed
                "symfony/service-contracts": "^1.1|^2",
                "symfony/string": "^5.1"
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
            },
            "conflict": {
Reiter, Christoph's avatar
Reiter, Christoph committed
                "symfony/dependency-injection": "<4.4",
                "symfony/dotenv": "<5.1",
                "symfony/event-dispatcher": "<4.4",
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
                "symfony/lock": "<4.4",
Reiter, Christoph's avatar
Reiter, Christoph committed
                "symfony/process": "<4.4"
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
            },
            "provide": {
                "psr/log-implementation": "1.0|2.0"
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
            },
            "require-dev": {
                "psr/log": "^1|^2",
Reiter, Christoph's avatar
Reiter, Christoph committed
                "symfony/config": "^4.4|^5.0",
                "symfony/dependency-injection": "^4.4|^5.0",
                "symfony/event-dispatcher": "^4.4|^5.0",
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
                "symfony/lock": "^4.4|^5.0",
Reiter, Christoph's avatar
Reiter, Christoph committed
                "symfony/process": "^4.4|^5.0",
                "symfony/var-dumper": "^4.4|^5.0"
Reiter, Christoph's avatar
wip
Reiter, Christoph 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",
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
            "homepage": "https://symfony.com",
Reiter, Christoph's avatar
Reiter, Christoph committed
            "keywords": [
                "cli",
                "command line",
                "console",
                "terminal"
            ],
                "source": "https://github.com/symfony/console/tree/v5.3.7"
            },
            "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": "2021-08-25T20:02:16+00:00"
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
        {
Reiter, Christoph's avatar
Reiter, Christoph committed
            "name": "symfony/dependency-injection",
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
            "source": {
                "type": "git",
Reiter, Christoph's avatar
Reiter, Christoph committed
                "url": "https://github.com/symfony/dependency-injection.git",
                "reference": "e39c344e06a3ceab531ebeb6c077e6652c4a0829"
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/e39c344e06a3ceab531ebeb6c077e6652c4a0829",
                "reference": "e39c344e06a3ceab531ebeb6c077e6652c4a0829",
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
                "shasum": ""
            },
            "require": {
Reiter, Christoph's avatar
Reiter, Christoph committed
                "php": ">=7.2.5",
                "psr/container": "^1.1.1",
Reiter, Christoph's avatar
Reiter, Christoph committed
                "symfony/deprecation-contracts": "^2.1",
                "symfony/polyfill-php80": "^1.16",
Reiter, Christoph's avatar
Reiter, Christoph committed
                "symfony/service-contracts": "^1.1.6|^2"
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
            },
            "conflict": {
                "ext-psr": "<1.1|>=2",
                "symfony/config": "<5.3",
Reiter, Christoph's avatar
Reiter, Christoph committed
                "symfony/finder": "<4.4",
                "symfony/proxy-manager-bridge": "<4.4",
                "symfony/yaml": "<4.4"
            },
            "provide": {
                "psr/container-implementation": "1.0",
                "symfony/service-implementation": "1.0|2.0"
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
            },
            "require-dev": {
                "symfony/config": "^5.3",
Reiter, Christoph's avatar
Reiter, Christoph committed
                "symfony/expression-language": "^4.4|^5.0",
                "symfony/yaml": "^4.4|^5.0"
            },
            "suggest": {
                "symfony/config": "",
                "symfony/expression-language": "For using expressions in service container configuration",
                "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required",
                "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
                "symfony/yaml": ""
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
            },
            "type": "library",
            "autoload": {
                "psr-4": {
Reiter, Christoph's avatar
Reiter, Christoph committed
                    "Symfony\\Component\\DependencyInjection\\": ""
Reiter, Christoph's avatar
wip
Reiter, Christoph 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"
                }
            ],
Reiter, Christoph's avatar
Reiter, Christoph committed
            "description": "Allows you to standardize and centralize the way objects are constructed in your application",
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
            "homepage": "https://symfony.com",
                "source": "https://github.com/symfony/dependency-injection/tree/v5.3.8"
            },
            "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": "2021-09-21T20:52:44+00:00"
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
        },
        {
Reiter, Christoph's avatar
Reiter, Christoph committed
            "name": "symfony/deprecation-contracts",
            "version": "v2.4.0",
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
            "source": {
                "type": "git",
Reiter, Christoph's avatar
Reiter, Christoph committed
                "url": "https://github.com/symfony/deprecation-contracts.git",
                "reference": "5f38c8804a9e97d23e0c8d63341088cd8a22d627"
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
            },
            "dist": {
                "type": "zip",
Reiter, Christoph's avatar
Reiter, Christoph committed
                "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/5f38c8804a9e97d23e0c8d63341088cd8a22d627",
                "reference": "5f38c8804a9e97d23e0c8d63341088cd8a22d627",
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
                "shasum": ""
            },
            "require": {
Reiter, Christoph's avatar
Reiter, Christoph committed
                "php": ">=7.1"
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
            },
            "type": "library",
Reiter, Christoph's avatar
Reiter, Christoph committed
            "extra": {
                "branch-alias": {
                    "dev-main": "2.4-dev"
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
                },
Reiter, Christoph's avatar
Reiter, Christoph committed
                "thanks": {
                    "name": "symfony/contracts",
                    "url": "https://github.com/symfony/contracts"
                }
            },
            "autoload": {
                "files": [
                    "function.php"
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
Reiter, Christoph's avatar
Reiter, Christoph committed
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
Reiter, Christoph's avatar
Reiter, Christoph committed
            "description": "A generic function and convention to trigger deprecation notices",
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
            "homepage": "https://symfony.com",
            "support": {
Reiter, Christoph's avatar
Reiter, Christoph committed
                "source": "https://github.com/symfony/deprecation-contracts/tree/v2.4.0"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
Reiter, Christoph's avatar
Reiter, Christoph committed
            "time": "2021-03-23T23:28:01+00:00"
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
        },
        {
            "name": "symfony/dotenv",
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/dotenv.git",
                "reference": "12888c9c46ac750ec5c1381db5bf3d534e7d70cb"
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/dotenv/zipball/12888c9c46ac750ec5c1381db5bf3d534e7d70cb",
                "reference": "12888c9c46ac750ec5c1381db5bf3d534e7d70cb",
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
                "shasum": ""
            },
            "require": {
Reiter, Christoph's avatar
Reiter, Christoph committed
                "php": ">=7.2.5",
                "symfony/deprecation-contracts": "^2.1"
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
            },
            "require-dev": {
Reiter, Christoph's avatar
Reiter, Christoph committed
                "symfony/process": "^4.4|^5.0"
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Dotenv\\": ""
                },
                "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": "Registers environment variables from a .env file",
            "homepage": "https://symfony.com",
            "keywords": [
                "dotenv",
                "env",
                "environment"
            ],
            "support": {
                "source": "https://github.com/symfony/dotenv/tree/v5.3.8"
            },
            "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": "2021-07-29T06:18:06+00:00"
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
        },
        {
            "name": "symfony/error-handler",
            "version": "v5.3.7",
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/error-handler.git",
                "reference": "3bc60d0fba00ae8d1eaa9eb5ab11a2bbdd1fc321"
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/error-handler/zipball/3bc60d0fba00ae8d1eaa9eb5ab11a2bbdd1fc321",
                "reference": "3bc60d0fba00ae8d1eaa9eb5ab11a2bbdd1fc321",
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
                "shasum": ""
            },
            "require": {
Reiter, Christoph's avatar
Reiter, Christoph committed
                "php": ">=7.2.5",
                "psr/log": "^1|^2|^3",
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
                "symfony/var-dumper": "^4.4|^5.0"
            },
            "require-dev": {
Reiter, Christoph's avatar
Reiter, Christoph committed
                "symfony/deprecation-contracts": "^2.1",
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
                "symfony/http-kernel": "^4.4|^5.0",
                "symfony/serializer": "^4.4|^5.0"
            },
            "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",
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
            "homepage": "https://symfony.com",
                "source": "https://github.com/symfony/error-handler/tree/v5.3.7"
            },
            "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": "2021-08-28T15:07:08+00:00"
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
        },
        {
            "name": "symfony/event-dispatcher",
            "version": "v5.3.7",
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/event-dispatcher.git",
                "reference": "ce7b20d69c66a20939d8952b617506a44d102130"
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/ce7b20d69c66a20939d8952b617506a44d102130",
                "reference": "ce7b20d69c66a20939d8952b617506a44d102130",
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
                "shasum": ""
            },
            "require": {
Reiter, Christoph's avatar
Reiter, Christoph committed
                "php": ">=7.2.5",
                "symfony/deprecation-contracts": "^2.1",
                "symfony/event-dispatcher-contracts": "^2",
                "symfony/polyfill-php80": "^1.16"
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
            },
            "conflict": {
Reiter, Christoph's avatar
Reiter, Christoph committed
                "symfony/dependency-injection": "<4.4"
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
            },
            "provide": {
                "psr/event-dispatcher-implementation": "1.0",
Reiter, Christoph's avatar
Reiter, Christoph committed
                "symfony/event-dispatcher-implementation": "2.0"
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
            },
            "require-dev": {
                "psr/log": "^1|^2|^3",
Reiter, Christoph's avatar
Reiter, Christoph committed
                "symfony/config": "^4.4|^5.0",
                "symfony/dependency-injection": "^4.4|^5.0",
                "symfony/error-handler": "^4.4|^5.0",
                "symfony/expression-language": "^4.4|^5.0",
                "symfony/http-foundation": "^4.4|^5.0",
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
                "symfony/service-contracts": "^1.1|^2",
Reiter, Christoph's avatar
Reiter, Christoph committed
                "symfony/stopwatch": "^4.4|^5.0"
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
            },
            "suggest": {
                "symfony/dependency-injection": "",
                "symfony/http-kernel": ""
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\EventDispatcher\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
            "homepage": "https://symfony.com",
                "source": "https://github.com/symfony/event-dispatcher/tree/v5.3.7"
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
                }
            ],
            "time": "2021-08-04T21:20:46+00:00"
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
        },
        {
            "name": "symfony/event-dispatcher-contracts",
Reiter, Christoph's avatar
Reiter, Christoph committed
            "version": "v2.4.0",
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/event-dispatcher-contracts.git",
Reiter, Christoph's avatar
Reiter, Christoph committed
                "reference": "69fee1ad2332a7cbab3aca13591953da9cdb7a11"
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
            },
            "dist": {
                "type": "zip",
Reiter, Christoph's avatar
Reiter, Christoph committed
                "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/69fee1ad2332a7cbab3aca13591953da9cdb7a11",
                "reference": "69fee1ad2332a7cbab3aca13591953da9cdb7a11",
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
                "shasum": ""
            },
            "require": {
Reiter, Christoph's avatar
Reiter, Christoph committed
                "php": ">=7.2.5",
                "psr/event-dispatcher": "^1"
            },
            "suggest": {
                "symfony/event-dispatcher-implementation": ""
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
            },
            "type": "library",
            "extra": {
                "branch-alias": {
Reiter, Christoph's avatar
Reiter, Christoph committed
                    "dev-main": "2.4-dev"
                },
                "thanks": {
                    "name": "symfony/contracts",
                    "url": "https://github.com/symfony/contracts"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Contracts\\EventDispatcher\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Generic abstractions related to dispatching event",
            "homepage": "https://symfony.com",
            "keywords": [
                "abstractions",
                "contracts",
                "decoupling",
                "interfaces",
                "interoperability",
                "standards"
            ],
            "support": {
Reiter, Christoph's avatar
Reiter, Christoph committed
                "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v2.4.0"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
Reiter, Christoph's avatar
Reiter, Christoph committed
            "time": "2021-03-23T23:28:01+00:00"
        },
        {
            "name": "symfony/expression-language",
            "version": "v5.3.7",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/expression-language.git",
                "reference": "fe696e2669cb47507e5635223ac4b64500339658"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/expression-language/zipball/fe696e2669cb47507e5635223ac4b64500339658",
                "reference": "fe696e2669cb47507e5635223ac4b64500339658",
                "shasum": ""
            },
            "require": {
Reiter, Christoph's avatar
Reiter, Christoph committed
                "php": ">=7.2.5",
                "symfony/cache": "^4.4|^5.0",
                "symfony/service-contracts": "^1.1|^2"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\ExpressionLanguage\\": ""
Reiter, Christoph's avatar
wip
Reiter, Christoph 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"
                }
            ],
Reiter, Christoph's avatar
Reiter, Christoph committed
            "description": "Provides an engine that can compile and evaluate expressions",
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
            "homepage": "https://symfony.com",
Reiter, Christoph's avatar
Reiter, Christoph committed
            "support": {
                "source": "https://github.com/symfony/expression-language/tree/v5.3.7"
Reiter, Christoph's avatar
Reiter, Christoph 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": "2021-08-23T12:57:24+00:00"
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
        },
        {
            "name": "symfony/filesystem",
            "version": "v5.3.4",
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/filesystem.git",
                "reference": "343f4fe324383ca46792cae728a3b6e2f708fb32"
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/filesystem/zipball/343f4fe324383ca46792cae728a3b6e2f708fb32",
                "reference": "343f4fe324383ca46792cae728a3b6e2f708fb32",
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
                "shasum": ""
            },
            "require": {
Reiter, Christoph's avatar
Reiter, Christoph committed
                "php": ">=7.2.5",
                "symfony/polyfill-ctype": "~1.8",