Skip to content
Snippets Groups Projects
composer.lock 261 KiB
Newer Older
  • Learn to ignore specific revisions
  •             "source": {
                    "type": "git",
                    "url": "https://github.com/symfony/console.git",
    
                    "reference": "864568fdc0208b3eba3638b6000b69d2386e6768"
    
                    "url": "https://api.github.com/repos/symfony/console/zipball/864568fdc0208b3eba3638b6000b69d2386e6768",
                    "reference": "864568fdc0208b3eba3638b6000b69d2386e6768",
    
                    "shasum": ""
                },
                "require": {
                    "php": ">=7.2.5",
                    "symfony/polyfill-mbstring": "~1.0",
                    "symfony/polyfill-php73": "^1.8",
                    "symfony/polyfill-php80": "^1.15",
                    "symfony/service-contracts": "^1.1|^2",
                    "symfony/string": "^5.1"
                },
                "conflict": {
                    "symfony/dependency-injection": "<4.4",
                    "symfony/dotenv": "<5.1",
                    "symfony/event-dispatcher": "<4.4",
                    "symfony/lock": "<4.4",
                    "symfony/process": "<4.4"
                },
                "provide": {
                    "psr/log-implementation": "1.0"
                },
                "require-dev": {
                    "psr/log": "~1.0",
                    "symfony/config": "^4.4|^5.0",
                    "symfony/dependency-injection": "^4.4|^5.0",
                    "symfony/event-dispatcher": "^4.4|^5.0",
                    "symfony/lock": "^4.4|^5.0",
                    "symfony/process": "^4.4|^5.0",
                    "symfony/var-dumper": "^4.4|^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",
                "keywords": [
                    "cli",
                    "command line",
                    "console",
                    "terminal"
                ],
                "support": {
    
                    "source": "https://github.com/symfony/console/tree/v5.2.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-05-11T15:45:21+00:00"
    
                "source": {
                    "type": "git",
                    "url": "https://github.com/symfony/dependency-injection.git",
    
                    "reference": "2761ca2f7e2f41af3a45951e1ce8c01f121245eb"
    
                    "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/2761ca2f7e2f41af3a45951e1ce8c01f121245eb",
                    "reference": "2761ca2f7e2f41af3a45951e1ce8c01f121245eb",
    
                    "shasum": ""
                },
                "require": {
                    "php": ">=7.2.5",
                    "psr/container": "^1.0",
                    "symfony/deprecation-contracts": "^2.1",
                    "symfony/polyfill-php80": "^1.15",
                    "symfony/service-contracts": "^1.1.6|^2"
                },
                "conflict": {
                    "symfony/config": "<5.1",
                    "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"
                },
                "require-dev": {
                    "symfony/config": "^5.1",
                    "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": ""
                },
                "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/v5.2.9"
    
                },
                "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"
                    }
                ],
    
            },
            {
                "name": "symfony/deprecation-contracts",
                "version": "v2.4.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/symfony/deprecation-contracts.git",
                    "reference": "5f38c8804a9e97d23e0c8d63341088cd8a22d627"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/5f38c8804a9e97d23e0c8d63341088cd8a22d627",
                    "reference": "5f38c8804a9e97d23e0c8d63341088cd8a22d627",
                    "shasum": ""
                },
                "require": {
                    "php": ">=7.1"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-main": "2.4-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"
                    }
                ],
                "description": "A generic function and convention to trigger deprecation notices",
                "homepage": "https://symfony.com",
                "support": {
                    "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"
                    }
                ],
                "time": "2021-03-23T23:28:01+00:00"
            },
            {
                "name": "symfony/error-handler",
    
                "source": {
                    "type": "git",
                    "url": "https://github.com/symfony/error-handler.git",
    
                    "reference": "1416bc16317a8188aabde251afef7618bf4687ac"
    
                    "url": "https://api.github.com/repos/symfony/error-handler/zipball/1416bc16317a8188aabde251afef7618bf4687ac",
                    "reference": "1416bc16317a8188aabde251afef7618bf4687ac",
    
                    "shasum": ""
                },
                "require": {
                    "php": ">=7.2.5",
                    "psr/log": "^1.0",
                    "symfony/polyfill-php80": "^1.15",
                    "symfony/var-dumper": "^4.4|^5.0"
                },
                "require-dev": {
                    "symfony/deprecation-contracts": "^2.1",
                    "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": {
    
                    "source": "https://github.com/symfony/error-handler/tree/v5.2.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-05-07T13:42:21+00:00"
    
            },
            {
                "name": "symfony/event-dispatcher",
                "version": "v5.2.4",
                "source": {
                    "type": "git",
                    "url": "https://github.com/symfony/event-dispatcher.git",
                    "reference": "d08d6ec121a425897951900ab692b612a61d6240"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/d08d6ec121a425897951900ab692b612a61d6240",
                    "reference": "d08d6ec121a425897951900ab692b612a61d6240",
                    "shasum": ""
                },
                "require": {
                    "php": ">=7.2.5",
                    "symfony/deprecation-contracts": "^2.1",
                    "symfony/event-dispatcher-contracts": "^2",
                    "symfony/polyfill-php80": "^1.15"
                },
                "conflict": {
                    "symfony/dependency-injection": "<4.4"
                },
                "provide": {
                    "psr/event-dispatcher-implementation": "1.0",
                    "symfony/event-dispatcher-implementation": "2.0"
                },
                "require-dev": {
                    "psr/log": "~1.0",
                    "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",
                    "symfony/service-contracts": "^1.1|^2",
                    "symfony/stopwatch": "^4.4|^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": {
                    "source": "https://github.com/symfony/event-dispatcher/tree/v5.2.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-02-18T17:12:37+00:00"
            },
            {
                "name": "symfony/event-dispatcher-contracts",
                "version": "v2.4.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/symfony/event-dispatcher-contracts.git",
                    "reference": "69fee1ad2332a7cbab3aca13591953da9cdb7a11"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/69fee1ad2332a7cbab3aca13591953da9cdb7a11",
                    "reference": "69fee1ad2332a7cbab3aca13591953da9cdb7a11",
                    "shasum": ""
                },
                "require": {
                    "php": ">=7.2.5",
                    "psr/event-dispatcher": "^1"
                },
                "suggest": {
                    "symfony/event-dispatcher-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\\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": {
                    "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"
                    }
                ],
                "time": "2021-03-23T23:28:01+00:00"
            },
            {
                "name": "symfony/filesystem",
                "version": "v5.2.7",
                "source": {
                    "type": "git",
                    "url": "https://github.com/symfony/filesystem.git",
                    "reference": "056e92acc21d977c37e6ea8e97374b2a6c8551b0"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/symfony/filesystem/zipball/056e92acc21d977c37e6ea8e97374b2a6c8551b0",
                    "reference": "056e92acc21d977c37e6ea8e97374b2a6c8551b0",
                    "shasum": ""
                },
                "require": {
                    "php": ">=7.2.5",
                    "symfony/polyfill-ctype": "~1.8"
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "Symfony\\Component\\Filesystem\\": ""
                    },
                    "exclude-from-classmap": [
                        "/Tests/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Fabien Potencier",
                        "email": "fabien@symfony.com"
                    },
                    {
                        "name": "Symfony Community",
                        "homepage": "https://symfony.com/contributors"
                    }
                ],
                "description": "Provides basic utilities for the filesystem",
                "homepage": "https://symfony.com",
                "support": {
                    "source": "https://github.com/symfony/filesystem/tree/v5.2.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-04-01T10:42:13+00:00"
            },
            {
                "name": "symfony/finder",
    
                "source": {
                    "type": "git",
                    "url": "https://github.com/symfony/finder.git",
    
                    "reference": "ccccb9d48ca42757dd12f2ca4bf857a4e217d90d"
    
                    "url": "https://api.github.com/repos/symfony/finder/zipball/ccccb9d48ca42757dd12f2ca4bf857a4e217d90d",
                    "reference": "ccccb9d48ca42757dd12f2ca4bf857a4e217d90d",
    
                    "shasum": ""
                },
                "require": {
                    "php": ">=7.2.5"
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "Symfony\\Component\\Finder\\": ""
                    },
                    "exclude-from-classmap": [
                        "/Tests/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Fabien Potencier",
                        "email": "fabien@symfony.com"
                    },
                    {
                        "name": "Symfony Community",
                        "homepage": "https://symfony.com/contributors"
                    }
                ],
                "description": "Finds files and directories via an intuitive fluent interface",
                "homepage": "https://symfony.com",
                "support": {
    
                    "source": "https://github.com/symfony/finder/tree/v5.2.9"
    
                },
                "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"
                    }
                ],
    
            },
            {
                "name": "symfony/http-client-contracts",
                "version": "v2.4.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/symfony/http-client-contracts.git",
                    "reference": "7e82f6084d7cae521a75ef2cb5c9457bbda785f4"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/7e82f6084d7cae521a75ef2cb5c9457bbda785f4",
                    "reference": "7e82f6084d7cae521a75ef2cb5c9457bbda785f4",
                    "shasum": ""
                },
                "require": {
                    "php": ">=7.2.5"
                },
                "suggest": {
                    "symfony/http-client-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\\HttpClient\\": ""
                    }
                },
                "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 HTTP clients",
                "homepage": "https://symfony.com",
                "keywords": [
                    "abstractions",
                    "contracts",
                    "decoupling",
                    "interfaces",
                    "interoperability",
                    "standards"
                ],
                "support": {
                    "source": "https://github.com/symfony/http-client-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-04-11T23:07:08+00:00"
            },
            {
                "name": "symfony/http-foundation",
    
                "source": {
                    "type": "git",
                    "url": "https://github.com/symfony/http-foundation.git",
    
                    "reference": "e8fbbab7c4a71592985019477532629cb2e142dc"
    
                    "url": "https://api.github.com/repos/symfony/http-foundation/zipball/e8fbbab7c4a71592985019477532629cb2e142dc",
                    "reference": "e8fbbab7c4a71592985019477532629cb2e142dc",
    
                    "shasum": ""
                },
                "require": {
                    "php": ">=7.2.5",
                    "symfony/deprecation-contracts": "^2.1",
                    "symfony/polyfill-mbstring": "~1.1",
                    "symfony/polyfill-php80": "^1.15"
                },
                "require-dev": {
                    "predis/predis": "~1.0",
                    "symfony/cache": "^4.4|^5.0",
                    "symfony/expression-language": "^4.4|^5.0",
                    "symfony/mime": "^4.4|^5.0"
                },
                "suggest": {
                    "symfony/mime": "To use the file extension guesser"
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "Symfony\\Component\\HttpFoundation\\": ""
                    },
                    "exclude-from-classmap": [
                        "/Tests/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Fabien Potencier",
                        "email": "fabien@symfony.com"
                    },
                    {
                        "name": "Symfony Community",
                        "homepage": "https://symfony.com/contributors"
                    }
                ],
                "description": "Defines an object-oriented layer for the HTTP specification",
                "homepage": "https://symfony.com",
                "support": {
    
                    "source": "https://github.com/symfony/http-foundation/tree/v5.2.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-05-07T13:41:16+00:00"
    
                "source": {
                    "type": "git",
                    "url": "https://github.com/symfony/http-kernel.git",
    
                    "reference": "eb540ef6870dbf33c92e372cfb869ebf9649e6cb"
    
                    "url": "https://api.github.com/repos/symfony/http-kernel/zipball/eb540ef6870dbf33c92e372cfb869ebf9649e6cb",
                    "reference": "eb540ef6870dbf33c92e372cfb869ebf9649e6cb",
    
                    "shasum": ""
                },
                "require": {
                    "php": ">=7.2.5",
                    "psr/log": "~1.0",
                    "symfony/deprecation-contracts": "^2.1",
                    "symfony/error-handler": "^4.4|^5.0",
                    "symfony/event-dispatcher": "^5.0",
                    "symfony/http-client-contracts": "^1.1|^2",
                    "symfony/http-foundation": "^4.4|^5.0",
                    "symfony/polyfill-ctype": "^1.8",
                    "symfony/polyfill-php73": "^1.9",
                    "symfony/polyfill-php80": "^1.15"
                },
                "conflict": {
                    "symfony/browser-kit": "<4.4",
                    "symfony/cache": "<5.0",
                    "symfony/config": "<5.0",
                    "symfony/console": "<4.4",
                    "symfony/dependency-injection": "<5.1.8",
                    "symfony/doctrine-bridge": "<5.0",
                    "symfony/form": "<5.0",
                    "symfony/http-client": "<5.0",
                    "symfony/mailer": "<5.0",
                    "symfony/messenger": "<5.0",
                    "symfony/translation": "<5.0",
                    "symfony/twig-bridge": "<5.0",
                    "symfony/validator": "<5.0",
                    "twig/twig": "<2.13"
                },
                "provide": {
                    "psr/log-implementation": "1.0"
                },
                "require-dev": {
                    "psr/cache": "^1.0|^2.0|^3.0",
                    "symfony/browser-kit": "^4.4|^5.0",
                    "symfony/config": "^5.0",
                    "symfony/console": "^4.4|^5.0",
                    "symfony/css-selector": "^4.4|^5.0",
                    "symfony/dependency-injection": "^5.1.8",
                    "symfony/dom-crawler": "^4.4|^5.0",
                    "symfony/expression-language": "^4.4|^5.0",
                    "symfony/finder": "^4.4|^5.0",
                    "symfony/process": "^4.4|^5.0",
                    "symfony/routing": "^4.4|^5.0",
                    "symfony/stopwatch": "^4.4|^5.0",
                    "symfony/translation": "^4.4|^5.0",
                    "symfony/translation-contracts": "^1.1|^2",
                    "twig/twig": "^2.13|^3.0.4"
                },
                "suggest": {
                    "symfony/browser-kit": "",
                    "symfony/config": "",
                    "symfony/console": "",
                    "symfony/dependency-injection": ""
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "Symfony\\Component\\HttpKernel\\": ""
                    },
                    "exclude-from-classmap": [
                        "/Tests/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Fabien Potencier",
                        "email": "fabien@symfony.com"
                    },
                    {
                        "name": "Symfony Community",
                        "homepage": "https://symfony.com/contributors"
                    }
                ],
                "description": "Provides a structured process for converting a Request into a Response",
                "homepage": "https://symfony.com",
                "support": {
    
                    "source": "https://github.com/symfony/http-kernel/tree/v5.2.9"
    
                },
                "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"
                    }
                ],
    
            },
            {
                "name": "symfony/polyfill-intl-grapheme",
                "version": "v1.22.1",
                "source": {
                    "type": "git",
                    "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
                    "reference": "5601e09b69f26c1828b13b6bb87cb07cddba3170"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/5601e09b69f26c1828b13b6bb87cb07cddba3170",
                    "reference": "5601e09b69f26c1828b13b6bb87cb07cddba3170",
                    "shasum": ""
                },
                "require": {
                    "php": ">=7.1"
                },
                "suggest": {
                    "ext-intl": "For best performance"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-main": "1.22-dev"
                    },
                    "thanks": {
                        "name": "symfony/polyfill",
                        "url": "https://github.com/symfony/polyfill"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Symfony\\Polyfill\\Intl\\Grapheme\\": ""
                    },
                    "files": [
                        "bootstrap.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"
                    }
                ],
                "description": "Symfony polyfill for intl's grapheme_* functions",
                "homepage": "https://symfony.com",
                "keywords": [
                    "compatibility",
                    "grapheme",
                    "intl",
                    "polyfill",
                    "portable",
                    "shim"
                ],
                "support": {
                    "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.22.1"
                },
                "funding": [
                    {
                        "url": "https://symfony.com/sponsor",
                        "type": "custom"
                    },
                    {
                        "url": "https://github.com/fabpot",
                        "type": "github"
                    },
                    {
                        "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                        "type": "tidelift"
                    }
                ],
                "time": "2021-01-22T09:19:47+00:00"
            },
            {
                "name": "symfony/polyfill-intl-normalizer",
                "version": "v1.22.1",
                "source": {
                    "type": "git",
                    "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
                    "reference": "43a0283138253ed1d48d352ab6d0bdb3f809f248"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/43a0283138253ed1d48d352ab6d0bdb3f809f248",
                    "reference": "43a0283138253ed1d48d352ab6d0bdb3f809f248",
                    "shasum": ""
                },
                "require": {
                    "php": ">=7.1"
                },
                "suggest": {
                    "ext-intl": "For best performance"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-main": "1.22-dev"
                    },
                    "thanks": {
                        "name": "symfony/polyfill",
                        "url": "https://github.com/symfony/polyfill"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
                    },
                    "files": [
                        "bootstrap.php"
                    ],
                    "classmap": [
                        "Resources/stubs"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Nicolas Grekas",
                        "email": "p@tchwork.com"
                    },