Skip to content
Snippets Groups Projects
composer.lock 821 KiB
Newer Older
  • Learn to ignore specific revisions
  • jurgenhaas's avatar
    jurgenhaas committed
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Ralph Khattar",
                        "email": "ralph.khattar@gmail.com"
                    }
                ],
                "description": "A polyfill for getallheaders.",
                "support": {
                    "issues": "https://github.com/ralouphie/getallheaders/issues",
                    "source": "https://github.com/ralouphie/getallheaders/tree/develop"
                },
                "time": "2019-03-08T08:55:37+00:00"
            },
            {
                "name": "simshaun/recurr",
                "version": "v4.0.5",
                "source": {
                    "type": "git",
                    "url": "https://github.com/simshaun/recurr.git",
                    "reference": "08b0b46879f598cd11dd42b4c1a9c221a0562749"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/simshaun/recurr/zipball/08b0b46879f598cd11dd42b4c1a9c221a0562749",
                    "reference": "08b0b46879f598cd11dd42b4c1a9c221a0562749",
                    "shasum": ""
                },
                "require": {
                    "doctrine/collections": "~1.3",
                    "php": ">=5.5.0"
                },
                "require-dev": {
                    "phpunit/phpunit": "~5.7"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "0.x-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Recurr\\": "src/Recurr/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Shaun Simmons",
                        "email": "shaun@shaun.pub",
                        "homepage": "https://shaun.pub"
                    }
                ],
                "description": "PHP library for working with recurrence rules",
                "homepage": "https://github.com/simshaun/recurr",
                "keywords": [
                    "dates",
                    "events",
                    "recurrence",
                    "recurring",
                    "rrule"
                ],
                "support": {
                    "issues": "https://github.com/simshaun/recurr/issues",
                    "source": "https://github.com/simshaun/recurr/tree/v4.0.5"
                },
                "time": "2021-03-25T23:00:49+00:00"
            },
            {
                "name": "stack/builder",
                "version": "v1.0.6",
                "source": {
                    "type": "git",
                    "url": "https://github.com/stackphp/builder.git",
                    "reference": "a4faaa6f532c6086bc66c29e1bc6c29593e1ca7c"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/stackphp/builder/zipball/a4faaa6f532c6086bc66c29e1bc6c29593e1ca7c",
                    "reference": "a4faaa6f532c6086bc66c29e1bc6c29593e1ca7c",
                    "shasum": ""
                },
                "require": {
                    "php": ">=7.2.0",
                    "symfony/http-foundation": "~2.1|~3.0|~4.0|~5.0",
                    "symfony/http-kernel": "~2.1|~3.0|~4.0|~5.0"
                },
                "require-dev": {
                    "phpunit/phpunit": "~8.0",
                    "symfony/routing": "^5.0"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "1.0-dev"
                    }
                },
                "autoload": {
                    "psr-0": {
                        "Stack": "src"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Igor Wiedler",
                        "email": "igor@wiedler.ch"
                    }
                ],
                "description": "Builder for stack middleware based on HttpKernelInterface.",
                "keywords": [
                    "stack"
                ],
                "support": {
                    "issues": "https://github.com/stackphp/builder/issues",
                    "source": "https://github.com/stackphp/builder/tree/v1.0.6"
                },
                "time": "2020-01-30T12:17:27+00:00"
            },
            {
                "name": "symfony-cmf/routing",
                "version": "2.3.4",
                "source": {
                    "type": "git",
                    "url": "https://github.com/symfony-cmf/Routing.git",
                    "reference": "bbcdf2f6301d740454ba9ebb8adaefd436c36a6b"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/symfony-cmf/Routing/zipball/bbcdf2f6301d740454ba9ebb8adaefd436c36a6b",
                    "reference": "bbcdf2f6301d740454ba9ebb8adaefd436c36a6b",
                    "shasum": ""
                },
                "require": {
                    "php": "^7.2 || ^8.0",
                    "psr/log": "^1.0 || ^2.0 || ^3.0",
                    "symfony/http-kernel": "^4.4 || ^5.0",
                    "symfony/routing": "^4.4 || ^5.0"
                },
                "require-dev": {
                    "symfony-cmf/testing": "^3@dev",
                    "symfony/config": "^4.4 || ^5.0",
                    "symfony/dependency-injection": "^4.4 || ^5.0",
                    "symfony/event-dispatcher": "^4.4 || ^5.0",
                    "symfony/phpunit-bridge": "^5.0"
                },
                "suggest": {
                    "symfony/event-dispatcher": "DynamicRouter can optionally trigger an event at the start of matching. Minimal version (^4.4 || ^5.0)"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "2.x-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Symfony\\Cmf\\Component\\Routing\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Symfony CMF Community",
                        "homepage": "https://github.com/symfony-cmf/Routing/contributors"
                    }
                ],
                "description": "Extends the Symfony routing component for dynamic routes and chaining several routers",
                "homepage": "http://cmf.symfony.com",
                "keywords": [
                    "database",
                    "routing"
                ],
                "support": {
                    "issues": "https://github.com/symfony-cmf/Routing/issues",
                    "source": "https://github.com/symfony-cmf/Routing/tree/2.3.4"
                },
                "time": "2021-11-08T16:33:10+00:00"
            },
            {
    
    jurgenhaas's avatar
    jurgenhaas committed
                "name": "symfony/cache",
    
                "version": "v5.4.10",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "source": {
                    "type": "git",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "url": "https://github.com/symfony/cache.git",
    
                    "reference": "c4e387b739022fd4b20abd8edb2143c44c5daa14"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "dist": {
                    "type": "zip",
    
                    "url": "https://api.github.com/repos/symfony/cache/zipball/c4e387b739022fd4b20abd8edb2143c44c5daa14",
                    "reference": "c4e387b739022fd4b20abd8edb2143c44c5daa14",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "shasum": ""
                },
                "require": {
    
    jurgenhaas's avatar
    jurgenhaas 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",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "symfony/polyfill-php80": "^1.16",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "symfony/service-contracts": "^1.1|^2|^3",
                    "symfony/var-exporter": "^4.4|^5.0|^6.0"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "conflict": {
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "doctrine/dbal": "<2.13.1",
                    "symfony/dependency-injection": "<4.4",
                    "symfony/http-kernel": "<4.4",
                    "symfony/var-dumper": "<4.4"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "provide": {
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "psr/cache-implementation": "1.0|2.0",
                    "psr/simple-cache-implementation": "1.0|2.0",
                    "symfony/cache-implementation": "1.0|2.0"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "require-dev": {
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "cache/integration-tests": "dev-master",
                    "doctrine/cache": "^1.6|^2.0",
                    "doctrine/dbal": "^2.13.1|^3.0",
                    "predis/predis": "^1.1",
                    "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"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
    
    jurgenhaas's avatar
    jurgenhaas committed
                        "Symfony\\Component\\Cache\\": ""
    
    jurgenhaas's avatar
    jurgenhaas committed
                    },
                    "exclude-from-classmap": [
                        "/Tests/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
    
    jurgenhaas's avatar
    jurgenhaas committed
                        "name": "Nicolas Grekas",
                        "email": "p@tchwork.com"
    
    jurgenhaas's avatar
    jurgenhaas committed
                    },
                    {
                        "name": "Symfony Community",
                        "homepage": "https://symfony.com/contributors"
                    }
                ],
    
    jurgenhaas's avatar
    jurgenhaas committed
                "description": "Provides an extended PSR-6, PSR-16 (and tags) implementation",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "homepage": "https://symfony.com",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "keywords": [
                    "caching",
                    "psr6"
                ],
    
    jurgenhaas's avatar
    jurgenhaas committed
                "support": {
    
                    "source": "https://github.com/symfony/cache/tree/v5.4.10"
    
    jurgenhaas's avatar
    jurgenhaas 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-06-19T12:03:50+00:00"
    
    jurgenhaas's avatar
    jurgenhaas committed
            },
            {
    
    jurgenhaas's avatar
    jurgenhaas committed
                "name": "symfony/cache-contracts",
    
                "version": "v2.5.2",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "source": {
                    "type": "git",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "url": "https://github.com/symfony/cache-contracts.git",
                    "reference": "64be4a7acb83b6f2bf6de9a02cee6dad41277ebc"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "dist": {
                    "type": "zip",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/64be4a7acb83b6f2bf6de9a02cee6dad41277ebc",
                    "reference": "64be4a7acb83b6f2bf6de9a02cee6dad41277ebc",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "shasum": ""
                },
                "require": {
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "php": ">=7.2.5",
                    "psr/cache": "^1.0|^2.0|^3.0"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
    
    jurgenhaas's avatar
    jurgenhaas committed
                "suggest": {
                    "symfony/cache-implementation": ""
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "type": "library",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "extra": {
                    "branch-alias": {
                        "dev-main": "2.5-dev"
                    },
                    "thanks": {
                        "name": "symfony/contracts",
                        "url": "https://github.com/symfony/contracts"
                    }
                },
    
    jurgenhaas's avatar
    jurgenhaas committed
                "autoload": {
                    "psr-4": {
    
    jurgenhaas's avatar
    jurgenhaas committed
                        "Symfony\\Contracts\\Cache\\": ""
                    }
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
    
    jurgenhaas's avatar
    jurgenhaas committed
                        "name": "Nicolas Grekas",
                        "email": "p@tchwork.com"
    
    jurgenhaas's avatar
    jurgenhaas committed
                    },
                    {
                        "name": "Symfony Community",
                        "homepage": "https://symfony.com/contributors"
                    }
                ],
    
    jurgenhaas's avatar
    jurgenhaas committed
                "description": "Generic abstractions related to caching",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "homepage": "https://symfony.com",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "keywords": [
                    "abstractions",
                    "contracts",
                    "decoupling",
                    "interfaces",
                    "interoperability",
                    "standards"
                ],
    
    jurgenhaas's avatar
    jurgenhaas committed
                "support": {
    
                    "source": "https://github.com/symfony/cache-contracts/tree/v2.5.2"
    
    jurgenhaas's avatar
    jurgenhaas 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"
                    }
                ],
    
    jurgenhaas's avatar
    jurgenhaas committed
                "time": "2022-01-02T09:53:40+00:00"
    
    jurgenhaas's avatar
    jurgenhaas committed
            },
            {
    
    jurgenhaas's avatar
    jurgenhaas committed
                "name": "symfony/config",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "version": "v4.4.42",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "source": {
                    "type": "git",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "url": "https://github.com/symfony/config.git",
                    "reference": "83cdafd1bd3370de23e3dc2ed01026908863be81"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "dist": {
                    "type": "zip",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "url": "https://api.github.com/repos/symfony/config/zipball/83cdafd1bd3370de23e3dc2ed01026908863be81",
                    "reference": "83cdafd1bd3370de23e3dc2ed01026908863be81",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "shasum": ""
                },
                "require": {
                    "php": ">=7.1.3",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "symfony/filesystem": "^3.4|^4.0|^5.0",
                    "symfony/polyfill-ctype": "~1.8",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "symfony/polyfill-php80": "^1.16",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "symfony/polyfill-php81": "^1.22"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "conflict": {
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "symfony/finder": "<3.4"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "require-dev": {
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "symfony/event-dispatcher": "^3.4|^4.0|^5.0",
                    "symfony/finder": "^3.4|^4.0|^5.0",
                    "symfony/messenger": "^4.1|^5.0",
                    "symfony/service-contracts": "^1.1|^2",
                    "symfony/yaml": "^3.4|^4.0|^5.0"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "suggest": {
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "symfony/yaml": "To use the yaml reference dumper"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
    
    jurgenhaas's avatar
    jurgenhaas committed
                        "Symfony\\Component\\Config\\": ""
    
    jurgenhaas's avatar
    jurgenhaas 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"
                    }
                ],
    
    jurgenhaas's avatar
    jurgenhaas committed
                "description": "Helps you find, load, combine, autofill and validate configuration values of any kind",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "homepage": "https://symfony.com",
                "support": {
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "source": "https://github.com/symfony/config/tree/v4.4.42"
    
    jurgenhaas's avatar
    jurgenhaas 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"
                    }
                ],
    
    jurgenhaas's avatar
    jurgenhaas committed
                "time": "2022-05-17T07:10:14+00:00"
    
    jurgenhaas's avatar
    jurgenhaas committed
            },
            {
    
    jurgenhaas's avatar
    jurgenhaas committed
                "name": "symfony/console",
    
                "version": "v4.4.43",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "source": {
                    "type": "git",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "url": "https://github.com/symfony/console.git",
    
                    "reference": "8a2628d2d5639f35113dc1b833ecd91e1ed1cf46"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "dist": {
                    "type": "zip",
    
                    "url": "https://api.github.com/repos/symfony/console/zipball/8a2628d2d5639f35113dc1b833ecd91e1ed1cf46",
                    "reference": "8a2628d2d5639f35113dc1b833ecd91e1ed1cf46",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "shasum": ""
                },
                "require": {
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "php": ">=7.1.3",
                    "symfony/polyfill-mbstring": "~1.0",
                    "symfony/polyfill-php73": "^1.8",
                    "symfony/polyfill-php80": "^1.16",
                    "symfony/service-contracts": "^1.1|^2"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
    
    jurgenhaas's avatar
    jurgenhaas committed
                "conflict": {
                    "psr/log": ">=3",
                    "symfony/dependency-injection": "<3.4",
                    "symfony/event-dispatcher": "<4.3|>=5",
                    "symfony/lock": "<4.4",
                    "symfony/process": "<3.3"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
    
    jurgenhaas's avatar
    jurgenhaas committed
                "provide": {
                    "psr/log-implementation": "1.0|2.0"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
    
    jurgenhaas's avatar
    jurgenhaas committed
                "require-dev": {
                    "psr/log": "^1|^2",
                    "symfony/config": "^3.4|^4.0|^5.0",
                    "symfony/dependency-injection": "^3.4|^4.0|^5.0",
                    "symfony/event-dispatcher": "^4.3",
                    "symfony/lock": "^4.4|^5.0",
                    "symfony/process": "^3.4|^4.0|^5.0",
                    "symfony/var-dumper": "^4.3|^5.0"
                },
                "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",
                "homepage": "https://symfony.com",
                "support": {
    
                    "source": "https://github.com/symfony/console/tree/v4.4.43"
    
    jurgenhaas's avatar
    jurgenhaas 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-06-23T12:22:25+00:00"
    
    jurgenhaas's avatar
    jurgenhaas committed
            },
            {
                "name": "symfony/debug",
                "version": "v4.4.41",
                "source": {
                    "type": "git",
                    "url": "https://github.com/symfony/debug.git",
                    "reference": "6637e62480b60817b9a6984154a533e8e64c6bd5"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/symfony/debug/zipball/6637e62480b60817b9a6984154a533e8e64c6bd5",
                    "reference": "6637e62480b60817b9a6984154a533e8e64c6bd5",
                    "shasum": ""
                },
                "require": {
                    "php": ">=7.1.3",
                    "psr/log": "^1|^2|^3"
                },
                "conflict": {
                    "symfony/http-kernel": "<3.4"
                },
                "require-dev": {
                    "symfony/http-kernel": "^3.4|^4.0|^5.0"
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "Symfony\\Component\\Debug\\": ""
                    },
                    "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 ease debugging PHP code",
                "homepage": "https://symfony.com",
                "support": {
                    "source": "https://github.com/symfony/debug/tree/v4.4.41"
                },
                "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"
                    }
                ],
                "abandoned": "symfony/error-handler",
                "time": "2022-04-12T15:19:55+00:00"
            },
            {
                "name": "symfony/dependency-injection",
    
                "version": "v4.4.43",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "source": {
                    "type": "git",
                    "url": "https://github.com/symfony/dependency-injection.git",
    
                    "reference": "8d0ae6d87ceea5f3a352413f9d1f71ed2234dcbd"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "dist": {
                    "type": "zip",
    
                    "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/8d0ae6d87ceea5f3a352413f9d1f71ed2234dcbd",
                    "reference": "8d0ae6d87ceea5f3a352413f9d1f71ed2234dcbd",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "shasum": ""
                },
                "require": {
                    "php": ">=7.1.3",
                    "psr/container": "^1.0",
                    "symfony/polyfill-php80": "^1.16",
                    "symfony/service-contracts": "^1.1.6|^2"
                },
                "conflict": {
                    "symfony/config": "<4.3|>=5.0",
                    "symfony/finder": "<3.4",
                    "symfony/proxy-manager-bridge": "<3.4",
                    "symfony/yaml": "<4.4.26"
                },
                "provide": {
                    "psr/container-implementation": "1.0",
                    "symfony/service-implementation": "1.0|2.0"
                },
                "require-dev": {
                    "symfony/config": "^4.3",
                    "symfony/expression-language": "^3.4|^4.0|^5.0",
                    "symfony/yaml": "^4.4.26|^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": ""
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "Symfony\\Component\\DependencyInjection\\": ""
                    },
                    "exclude-from-classmap": [
                        "/Tests/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Fabien Potencier",
                        "email": "fabien@symfony.com"
                    },
                    {
                        "name": "Symfony Community",
                        "homepage": "https://symfony.com/contributors"
                    }
                ],
                "description": "Allows you to standardize and centralize the way objects are constructed in your application",
                "homepage": "https://symfony.com",
                "support": {
    
                    "source": "https://github.com/symfony/dependency-injection/tree/v4.4.43"
    
    jurgenhaas's avatar
    jurgenhaas 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-06-22T15:01:38+00:00"
    
    jurgenhaas's avatar
    jurgenhaas committed
            },
            {
                "name": "symfony/deprecation-contracts",
    
                "version": "v2.5.2",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "source": {
                    "type": "git",
                    "url": "https://github.com/symfony/deprecation-contracts.git",
                    "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
                    "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
                    "shasum": ""
                },
                "require": {
                    "php": ">=7.1"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-main": "2.5-dev"
                    },
                    "thanks": {
                        "name": "symfony/contracts",
                        "url": "https://github.com/symfony/contracts"
                    }
                },
                "autoload": {
                    "files": [
                        "function.php"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Nicolas Grekas",
                        "email": "p@tchwork.com"
                    },
                    {
                        "name": "Symfony Community",
                        "homepage": "https://symfony.com/contributors"
                    }
    
    jurgenhaas's avatar
    jurgenhaas committed
                ],
                "description": "A generic function and convention to trigger deprecation notices",
                "homepage": "https://symfony.com",
                "support": {
    
                    "source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.2"
    
    jurgenhaas's avatar
    jurgenhaas 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"
            },
            {
                "name": "symfony/dotenv",
                "version": "v5.4.5",
                "source": {
                    "type": "git",
                    "url": "https://github.com/symfony/dotenv.git",
                    "reference": "83a2310904a4f5d4f42526227b5a578ac82232a9"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/symfony/dotenv/zipball/83a2310904a4f5d4f42526227b5a578ac82232a9",
                    "reference": "83a2310904a4f5d4f42526227b5a578ac82232a9",
                    "shasum": ""
                },
                "require": {
                    "php": ">=7.2.5",
                    "symfony/deprecation-contracts": "^2.1|^3"
                },
                "require-dev": {
                    "symfony/console": "^4.4|^5.0|^6.0",
                    "symfony/process": "^4.4|^5.0|^6.0"
                },
                "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.4.5"
                },
                "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-02-15T17:04:12+00:00"
            },
            {
                "name": "symfony/error-handler",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "version": "v4.4.41",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "source": {
                    "type": "git",
                    "url": "https://github.com/symfony/error-handler.git",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "reference": "529feb0e03133dbd5fd3707200147cc4903206da"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "dist": {
                    "type": "zip",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "url": "https://api.github.com/repos/symfony/error-handler/zipball/529feb0e03133dbd5fd3707200147cc4903206da",
                    "reference": "529feb0e03133dbd5fd3707200147cc4903206da",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "shasum": ""
                },
                "require": {
                    "php": ">=7.1.3",
                    "psr/log": "^1|^2|^3",
                    "symfony/debug": "^4.4.5",
                    "symfony/var-dumper": "^4.4|^5.0"
                },
                "require-dev": {
                    "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",
                "homepage": "https://symfony.com",
                "support": {
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "source": "https://github.com/symfony/error-handler/tree/v4.4.41"
    
    jurgenhaas's avatar
    jurgenhaas 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"
                    }
                ],
    
    jurgenhaas's avatar
    jurgenhaas committed
                "time": "2022-04-12T15:19:55+00:00"
    
    jurgenhaas's avatar
    jurgenhaas committed
            },
            {
                "name": "symfony/event-dispatcher",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "version": "v4.4.42",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "source": {
                    "type": "git",
                    "url": "https://github.com/symfony/event-dispatcher.git",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "reference": "708e761740c16b02c86e3f0c932018a06b895d40"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "dist": {
                    "type": "zip",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/708e761740c16b02c86e3f0c932018a06b895d40",
                    "reference": "708e761740c16b02c86e3f0c932018a06b895d40",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "shasum": ""
                },
                "require": {
                    "php": ">=7.1.3",
                    "symfony/event-dispatcher-contracts": "^1.1",
                    "symfony/polyfill-php80": "^1.16"
                },
                "conflict": {
                    "symfony/dependency-injection": "<3.4"
                },
                "provide": {
                    "psr/event-dispatcher-implementation": "1.0",
                    "symfony/event-dispatcher-implementation": "1.1"
                },
                "require-dev": {
                    "psr/log": "^1|^2|^3",
                    "symfony/config": "^3.4|^4.0|^5.0",
                    "symfony/dependency-injection": "^3.4|^4.0|^5.0",
                    "symfony/error-handler": "~3.4|~4.4",
                    "symfony/expression-language": "^3.4|^4.0|^5.0",
                    "symfony/http-foundation": "^3.4|^4.0|^5.0",
                    "symfony/service-contracts": "^1.1|^2",
                    "symfony/stopwatch": "^3.4|^4.0|^5.0"
                },
                "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",
                "homepage": "https://symfony.com",
                "support": {
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "source": "https://github.com/symfony/event-dispatcher/tree/v4.4.42"
    
    jurgenhaas's avatar
    jurgenhaas 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"
                    }
                ],
    
    jurgenhaas's avatar
    jurgenhaas committed
                "time": "2022-05-05T15:33:49+00:00"
    
    jurgenhaas's avatar
    jurgenhaas committed
            },
            {
                "name": "symfony/event-dispatcher-contracts",
    
                "version": "v1.1.13",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "source": {
                    "type": "git",
                    "url": "https://github.com/symfony/event-dispatcher-contracts.git",
                    "reference": "1d5cd762abaa6b2a4169d3e77610193a7157129e"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/1d5cd762abaa6b2a4169d3e77610193a7157129e",
                    "reference": "1d5cd762abaa6b2a4169d3e77610193a7157129e",
                    "shasum": ""
                },
                "require": {
                    "php": ">=7.1.3"
                },
                "suggest": {