Skip to content
Snippets Groups Projects
composer.lock 244 KiB
Newer Older
      "homepage": "https://github.com/sebastianfeldmann/git",
      "keywords": ["git"],
      "support": {
        "issues": "https://github.com/sebastianfeldmann/git/issues",
        "source": "https://github.com/sebastianfeldmann/git/tree/3.7.2"
      },
      "funding": [
        {
          "url": "https://github.com/sebastianfeldmann",
          "type": "github"
        }
      ],
      "time": "2021-07-29T16:13:52+00:00"
    },
    {
      "name": "symfony/config",
      "version": "v5.3.4",
      "source": {
        "type": "git",
        "url": "https://github.com/symfony/config.git",
        "reference": "4268f3059c904c61636275182707f81645517a37"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/symfony/config/zipball/4268f3059c904c61636275182707f81645517a37",
        "reference": "4268f3059c904c61636275182707f81645517a37",
        "shasum": ""
      },
      "require": {
        "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"
      },
      "conflict": {
        "symfony/finder": "<4.4"
      },
      "require-dev": {
        "symfony/event-dispatcher": "^4.4|^5.0",
        "symfony/finder": "^4.4|^5.0",
        "symfony/messenger": "^4.4|^5.0",
        "symfony/service-contracts": "^1.1|^2",
        "symfony/yaml": "^4.4|^5.0"
      },
      "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",
      "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"
    },
    {
      "name": "symfony/console",
      "version": "v5.3.6",
      "source": {
        "type": "git",
        "url": "https://github.com/symfony/console.git",
        "reference": "51b71afd6d2dc8f5063199357b9880cea8d8bfe2"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/symfony/console/zipball/51b71afd6d2dc8f5063199357b9880cea8d8bfe2",
        "reference": "51b71afd6d2dc8f5063199357b9880cea8d8bfe2",
        "shasum": ""
      },
      "require": {
        "php": ">=7.2.5",
        "symfony/deprecation-contracts": "^2.1",
        "symfony/polyfill-mbstring": "~1.0",
        "symfony/polyfill-php73": "^1.8",
        "symfony/polyfill-php80": "^1.16",
        "symfony/service-contracts": "^1.1|^2",
        "symfony/string": "^5.1"
      },
      "conflict": {
        "psr/log": ">=3",
        "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|2.0"
      },
      "require-dev": {
        "psr/log": "^1|^2",
        "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.3.6"
      },
      "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-27T19:10:22+00:00"
    },
    {
      "name": "symfony/dependency-injection",
      "version": "v5.3.4",
      "source": {
        "type": "git",
        "url": "https://github.com/symfony/dependency-injection.git",
        "reference": "5a825e4b386066167a8b55487091cb62beec74c2"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/5a825e4b386066167a8b55487091cb62beec74c2",
        "reference": "5a825e4b386066167a8b55487091cb62beec74c2",
        "shasum": ""
      },
      "require": {
        "php": ">=7.2.5",
        "psr/container": "^1.1.1",
        "symfony/deprecation-contracts": "^2.1",
        "symfony/polyfill-php80": "^1.16",
        "symfony/service-contracts": "^1.1.6|^2"
      },
      "conflict": {
        "ext-psr": "<1.1|>=2",
        "symfony/config": "<5.3",
        "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.3",
        "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.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-23T15:55:36+00:00"
    },
    {
      "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",
      "version": "v5.3.4",
      "source": {
        "type": "git",
        "url": "https://github.com/symfony/error-handler.git",
        "reference": "281f6c4660bcf5844bb0346fe3a4664722fe4c73"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/symfony/error-handler/zipball/281f6c4660bcf5844bb0346fe3a4664722fe4c73",
        "reference": "281f6c4660bcf5844bb0346fe3a4664722fe4c73",
        "shasum": ""
      },
      "require": {
        "php": ">=7.2.5",
        "psr/log": "^1|^2|^3",
        "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.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-23T15:55:36+00:00"
    },
    {
      "name": "symfony/event-dispatcher",
      "version": "v5.3.4",
      "source": {
        "type": "git",
        "url": "https://github.com/symfony/event-dispatcher.git",
        "reference": "f2fd2208157553874560f3645d4594303058c4bd"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/f2fd2208157553874560f3645d4594303058c4bd",
        "reference": "f2fd2208157553874560f3645d4594303058c4bd",
        "shasum": ""
      },
      "require": {
        "php": ">=7.2.5",
        "symfony/deprecation-contracts": "^2.1",
        "symfony/event-dispatcher-contracts": "^2",
        "symfony/polyfill-php80": "^1.16"
      },
      "conflict": {
        "symfony/dependency-injection": "<4.4"
      },
      "provide": {
        "psr/event-dispatcher-implementation": "1.0",
        "symfony/event-dispatcher-implementation": "2.0"
      },
      "require-dev": {
        "psr/log": "^1|^2|^3",
        "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.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-23T15:55:36+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.3.4",
      "source": {
        "type": "git",
        "url": "https://github.com/symfony/filesystem.git",
        "reference": "343f4fe324383ca46792cae728a3b6e2f708fb32"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/symfony/filesystem/zipball/343f4fe324383ca46792cae728a3b6e2f708fb32",
        "reference": "343f4fe324383ca46792cae728a3b6e2f708fb32",
        "shasum": ""
      },
      "require": {
        "php": ">=7.2.5",
        "symfony/polyfill-ctype": "~1.8",
        "symfony/polyfill-php80": "^1.16"
      },
      "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.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"
    },
    {
      "name": "symfony/finder",
      "version": "v5.3.4",
      "source": {
        "type": "git",
        "url": "https://github.com/symfony/finder.git",
        "reference": "17f50e06018baec41551a71a15731287dbaab186"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/symfony/finder/zipball/17f50e06018baec41551a71a15731287dbaab186",
        "reference": "17f50e06018baec41551a71a15731287dbaab186",
        "shasum": ""
      },
      "require": {
        "php": ">=7.2.5",
        "symfony/polyfill-php80": "^1.16"
      },
      "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.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-23T15:54:19+00:00"
    },
    {
      "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",
      "version": "v5.3.6",
      "source": {
        "type": "git",
        "url": "https://github.com/symfony/http-foundation.git",
        "reference": "a8388f7b7054a7401997008ce9cd8c6b0ab7ac75"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/symfony/http-foundation/zipball/a8388f7b7054a7401997008ce9cd8c6b0ab7ac75",
        "reference": "a8388f7b7054a7401997008ce9cd8c6b0ab7ac75",
        "shasum": ""
      },
      "require": {
        "php": ">=7.2.5",
        "symfony/deprecation-contracts": "^2.1",
        "symfony/polyfill-mbstring": "~1.1",
        "symfony/polyfill-php80": "^1.16"
      },
      "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.3.6"
      },
      "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-27T17:08:17+00:00"
    },
    {
      "name": "symfony/http-kernel",
      "version": "v5.3.6",
      "source": {
        "type": "git",
        "url": "https://github.com/symfony/http-kernel.git",
        "reference": "60030f209018356b3b553b9dbd84ad2071c1b7e0"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/symfony/http-kernel/zipball/60030f209018356b3b553b9dbd84ad2071c1b7e0",
        "reference": "60030f209018356b3b553b9dbd84ad2071c1b7e0",
        "shasum": ""
      },
      "require": {
        "php": ">=7.2.5",
        "psr/log": "^1|^2",
        "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": "^5.3",
        "symfony/polyfill-ctype": "^1.8",
        "symfony/polyfill-php73": "^1.9",
        "symfony/polyfill-php80": "^1.16"
      },
      "conflict": {
        "symfony/browser-kit": "<4.4",
        "symfony/cache": "<5.0",
        "symfony/config": "<5.0",
        "symfony/console": "<4.4",
        "symfony/dependency-injection": "<5.3",
        "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|2.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.3",
        "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.3.6"
      },
      "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-29T07:06:27+00:00"
      "version": "v5.3.4",
      "source": {
        "type": "git",
        "url": "https://github.com/symfony/options-resolver.git",
        "reference": "a603e5701bd6e305cfc777a8b50bf081ef73105e"
        "url": "https://api.github.com/repos/symfony/options-resolver/zipball/a603e5701bd6e305cfc777a8b50bf081ef73105e",
        "reference": "a603e5701bd6e305cfc777a8b50bf081ef73105e",
        "shasum": ""
      },
      "require": {
        "php": ">=7.2.5",
        "symfony/deprecation-contracts": "^2.1",
        "symfony/polyfill-php73": "~1.0",
        "symfony/polyfill-php80": "^1.16"
      },
      "type": "library",
      "autoload": {
        "psr-4": {
          "Symfony\\Component\\OptionsResolver\\": ""
        },
        "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 an improved replacement for the array_replace PHP function",
      "homepage": "https://symfony.com",
      "keywords": ["config", "configuration", "options"],
      "support": {
        "source": "https://github.com/symfony/options-resolver/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-23T15:55:36+00:00"
    {
      "name": "symfony/polyfill-intl-grapheme",
      "version": "v1.23.1",
      "source": {
        "type": "git",
        "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
        "reference": "16880ba9c5ebe3642d1995ab866db29270b36535"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/16880ba9c5ebe3642d1995ab866db29270b36535",
        "reference": "16880ba9c5ebe3642d1995ab866db29270b36535",
        "shasum": ""
      },
      "require": {
        "php": ">=7.1"
      },
      "suggest": {
        "ext-intl": "For best performance"
      },
      "type": "library",