Skip to content
Snippets Groups Projects
composer.lock 213 KiB
Newer Older
  • Learn to ignore specific revisions
  •       "authors": [
            {
              "name": "Sebastian Bergmann",
              "email": "sebastian@phpunit.de",
              "role": "lead"
            }
          ],
          "description": "Library that helps with managing the version number of Git-hosted PHP projects",
          "homepage": "https://github.com/sebastianbergmann/version",
          "support": {
            "issues": "https://github.com/sebastianbergmann/version/issues",
            "source": "https://github.com/sebastianbergmann/version/tree/3.0.2"
          },
          "funding": [
            {
              "url": "https://github.com/sebastianbergmann",
              "type": "github"
            }
          ],
          "time": "2020-09-28T06:39:44+00:00"
        },
        {
          "name": "sebastianfeldmann/camino",
          "version": "0.9.5",
          "source": {
            "type": "git",
            "url": "https://github.com/sebastianfeldmann/camino.git",
            "reference": "bf2e4c8b2a029e9eade43666132b61331e3e8184"
          },
          "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianfeldmann/camino/zipball/bf2e4c8b2a029e9eade43666132b61331e3e8184",
            "reference": "bf2e4c8b2a029e9eade43666132b61331e3e8184",
            "shasum": ""
          },
          "require": {
            "php": ">=7.1"
          },
          "type": "library",
          "extra": {
            "branch-alias": {
              "dev-master": "1.0.x-dev"
            }
          },
          "autoload": {
            "psr-4": {
              "SebastianFeldmann\\Camino\\": "src/"
            }
          },
          "notification-url": "https://packagist.org/downloads/",
          "license": ["MIT"],
          "authors": [
            {
              "name": "Sebastian Feldmann",
              "email": "sf@sebastian-feldmann.info"
            }
          ],
          "description": "Path management the OO way",
          "homepage": "https://github.com/sebastianfeldmann/camino",
          "keywords": ["file system", "path"],
          "support": {
            "issues": "https://github.com/sebastianfeldmann/camino/issues",
            "source": "https://github.com/sebastianfeldmann/camino/tree/0.9.5"
          },
          "funding": [
            {
              "url": "https://github.com/sebastianfeldmann",
              "type": "github"
            }
          ],
          "time": "2022-01-03T13:15:10+00:00"
    
        {
          "name": "sebastianfeldmann/cli",
          "version": "3.4.1",
          "source": {
            "type": "git",
            "url": "https://github.com/sebastianfeldmann/cli.git",
            "reference": "8a932e99e9455981fb32fa6c085492462fe8f8cf"
          },
          "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianfeldmann/cli/zipball/8a932e99e9455981fb32fa6c085492462fe8f8cf",
            "reference": "8a932e99e9455981fb32fa6c085492462fe8f8cf",
            "shasum": ""
          },
          "require": {
            "php": ">=7.2"
          },
          "require-dev": {
            "symfony/process": "^4.3 | ^5.0"
          },
          "type": "library",
          "extra": {
            "branch-alias": {
              "dev-master": "3.4.x-dev"
            }
          },
          "autoload": {
            "psr-4": {
              "SebastianFeldmann\\Cli\\": "src/"
            }
          },
          "notification-url": "https://packagist.org/downloads/",
          "license": ["MIT"],
          "authors": [
            {
              "name": "Sebastian Feldmann",
              "email": "sf@sebastian-feldmann.info"
            }
          ],
          "description": "PHP cli helper classes",
          "homepage": "https://github.com/sebastianfeldmann/cli",
          "keywords": ["cli"],
          "support": {
            "issues": "https://github.com/sebastianfeldmann/cli/issues",
            "source": "https://github.com/sebastianfeldmann/cli/tree/3.4.1"
          },
          "funding": [
            {
              "url": "https://github.com/sebastianfeldmann",
              "type": "github"
            }
          ],
          "time": "2021-12-20T14:59:49+00:00"
        },
        {
          "name": "sebastianfeldmann/git",
          "version": "3.8.2",
          "source": {
            "type": "git",
            "url": "https://github.com/sebastianfeldmann/git.git",
            "reference": "e30b5ed4a87c6b16339bfc6a79c141aba83bade4"
          },
          "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianfeldmann/git/zipball/e30b5ed4a87c6b16339bfc6a79c141aba83bade4",
            "reference": "e30b5ed4a87c6b16339bfc6a79c141aba83bade4",
            "shasum": ""
          },
          "require": {
            "ext-json": "*",
            "ext-xml": "*",
            "php": ">=7.2",
            "sebastianfeldmann/cli": "^3.0"
          },
          "require-dev": {
            "mikey179/vfsstream": "^1.6"
          },
          "type": "library",
          "extra": {
            "branch-alias": {
              "dev-master": "4.0.x-dev"
            }
          },
          "autoload": {
            "psr-4": {
              "SebastianFeldmann\\Git\\": "src/"
            }
          },
          "notification-url": "https://packagist.org/downloads/",
          "license": ["MIT"],
          "authors": [
            {
              "name": "Sebastian Feldmann",
              "email": "sf@sebastian-feldmann.info"
            }
          ],
          "description": "PHP git wrapper",
          "homepage": "https://github.com/sebastianfeldmann/git",
          "keywords": ["git"],
          "support": {
            "issues": "https://github.com/sebastianfeldmann/git/issues",
            "source": "https://github.com/sebastianfeldmann/git/tree/3.8.2"
          },
          "funding": [
            {
              "url": "https://github.com/sebastianfeldmann",
              "type": "github"
            }
          ],
          "time": "2022-02-17T19:43:52+00:00"
        },
        {
          "name": "symfony/config",
    
          "source": {
            "type": "git",
            "url": "https://github.com/symfony/config.git",
    
            "reference": "ed8d12417bcacd2d969750feb1fe1aab1c11e613"
    
            "url": "https://api.github.com/repos/symfony/config/zipball/ed8d12417bcacd2d969750feb1fe1aab1c11e613",
            "reference": "ed8d12417bcacd2d969750feb1fe1aab1c11e613",
    
            "symfony/deprecation-contracts": "^2.1|^3",
            "symfony/filesystem": "^5.4|^6.0",
    
            "symfony/polyfill-ctype": "~1.8"
    
          },
          "require-dev": {
            "symfony/event-dispatcher": "^5.4|^6.0",
            "symfony/finder": "^5.4|^6.0",
            "symfony/messenger": "^5.4|^6.0",
            "symfony/service-contracts": "^1.1|^2|^3",
            "symfony/yaml": "^5.4|^6.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/v6.1.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": "2022-05-17T12:56:32+00:00"
    
          "source": {
            "type": "git",
            "url": "https://github.com/symfony/console.git",
    
            "reference": "7a86c1c42fbcb69b59768504c7bca1d3767760b7"
    
            "url": "https://api.github.com/repos/symfony/console/zipball/7a86c1c42fbcb69b59768504c7bca1d3767760b7",
            "reference": "7a86c1c42fbcb69b59768504c7bca1d3767760b7",
    
            "php": ">=8.1",
            "symfony/deprecation-contracts": "^2.1|^3",
    
            "symfony/polyfill-mbstring": "~1.0",
            "symfony/service-contracts": "^1.1|^2|^3",
            "symfony/string": "^5.4|^6.0"
          },
          "conflict": {
            "symfony/dependency-injection": "<5.4",
            "symfony/dotenv": "<5.4",
            "symfony/event-dispatcher": "<5.4",
            "symfony/lock": "<5.4",
            "symfony/process": "<5.4"
          },
          "provide": {
            "psr/log-implementation": "1.0|2.0|3.0"
          },
          "require-dev": {
            "psr/log": "^1|^2|^3",
            "symfony/config": "^5.4|^6.0",
            "symfony/dependency-injection": "^5.4|^6.0",
            "symfony/event-dispatcher": "^5.4|^6.0",
            "symfony/lock": "^5.4|^6.0",
            "symfony/process": "^5.4|^6.0",
            "symfony/var-dumper": "^5.4|^6.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/v6.1.2"
    
          },
          "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-26T13:01:30+00:00"
    
        },
        {
          "name": "symfony/dependency-injection",
    
          "source": {
            "type": "git",
            "url": "https://github.com/symfony/dependency-injection.git",
    
            "reference": "5635ff016a814d7984b1c4644ad28e7df546077b"
    
            "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/5635ff016a814d7984b1c4644ad28e7df546077b",
            "reference": "5635ff016a814d7984b1c4644ad28e7df546077b",
    
            "psr/container": "^1.1|^2.0",
            "symfony/deprecation-contracts": "^2.1|^3",
            "symfony/service-contracts": "^1.1.6|^2.0|^3.0"
          },
          "conflict": {
            "ext-psr": "<1.1|>=2",
    
            "symfony/finder": "<5.4",
            "symfony/proxy-manager-bridge": "<5.4",
            "symfony/yaml": "<5.4"
          },
          "provide": {
            "psr/container-implementation": "1.1|2.0",
            "symfony/service-implementation": "1.1|2.0|3.0"
          },
          "require-dev": {
    
            "symfony/expression-language": "^5.4|^6.0",
            "symfony/yaml": "^5.4|^6.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/v6.1.2"
    
          },
          "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-26T13:01:30+00:00"
    
        },
        {
          "name": "symfony/event-dispatcher",
    
          "source": {
            "type": "git",
            "url": "https://github.com/symfony/event-dispatcher.git",
    
            "reference": "a0449a7ad7daa0f7c0acd508259f80544ab5a347"
    
            "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/a0449a7ad7daa0f7c0acd508259f80544ab5a347",
            "reference": "a0449a7ad7daa0f7c0acd508259f80544ab5a347",
    
            "symfony/event-dispatcher-contracts": "^2|^3"
          },
          "conflict": {
            "symfony/dependency-injection": "<5.4"
          },
          "provide": {
            "psr/event-dispatcher-implementation": "1.0",
            "symfony/event-dispatcher-implementation": "2.0|3.0"
          },
          "require-dev": {
            "psr/log": "^1|^2|^3",
            "symfony/config": "^5.4|^6.0",
            "symfony/dependency-injection": "^5.4|^6.0",
            "symfony/error-handler": "^5.4|^6.0",
            "symfony/expression-language": "^5.4|^6.0",
            "symfony/http-foundation": "^5.4|^6.0",
            "symfony/service-contracts": "^1.1|^2|^3",
            "symfony/stopwatch": "^5.4|^6.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/v6.1.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": "2022-05-05T16:51:07+00:00"
    
        },
        {
          "name": "symfony/event-dispatcher-contracts",
    
          "source": {
            "type": "git",
            "url": "https://github.com/symfony/event-dispatcher-contracts.git",
    
            "reference": "02ff5eea2f453731cfbc6bc215e456b781480448"
    
            "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/02ff5eea2f453731cfbc6bc215e456b781480448",
            "reference": "02ff5eea2f453731cfbc6bc215e456b781480448",
    
            "psr/event-dispatcher": "^1"
          },
          "suggest": {
            "symfony/event-dispatcher-implementation": ""
          },
          "type": "library",
          "extra": {
            "branch-alias": {
    
            },
            "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/v3.1.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": "2022-02-25T11:15:52+00:00"
    
        },
        {
          "name": "symfony/filesystem",
    
          "source": {
            "type": "git",
            "url": "https://github.com/symfony/filesystem.git",
    
            "reference": "3132d2f43ca799c2aa099f9738d98228c56baa5d"
    
            "url": "https://api.github.com/repos/symfony/filesystem/zipball/3132d2f43ca799c2aa099f9738d98228c56baa5d",
            "reference": "3132d2f43ca799c2aa099f9738d98228c56baa5d",
    
            "symfony/polyfill-ctype": "~1.8",
            "symfony/polyfill-mbstring": "~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/v6.1.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": "2022-05-21T13:34:40+00:00"
    
          "source": {
            "type": "git",
            "url": "https://github.com/symfony/finder.git",
    
            "reference": "45b8beb69d6eb3b05a65689ebfd4222326773f8f"
    
            "url": "https://api.github.com/repos/symfony/finder/zipball/45b8beb69d6eb3b05a65689ebfd4222326773f8f",
            "reference": "45b8beb69d6eb3b05a65689ebfd4222326773f8f",
    
            "php": ">=8.1"
          },
          "require-dev": {
            "symfony/filesystem": "^6.0"
    
          },
          "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/v6.1.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": "2022-04-15T08:08:08+00:00"
    
        },
        {
          "name": "symfony/options-resolver",
    
          "source": {
            "type": "git",
            "url": "https://github.com/symfony/options-resolver.git",
    
            "reference": "a3016f5442e28386ded73c43a32a5b68586dd1c4"
    
            "url": "https://api.github.com/repos/symfony/options-resolver/zipball/a3016f5442e28386ded73c43a32a5b68586dd1c4",
            "reference": "a3016f5442e28386ded73c43a32a5b68586dd1c4",
    
            "symfony/deprecation-contracts": "^2.1|^3"
          },
          "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/v6.1.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": "2022-02-25T11:15:52+00:00"
    
        },
        {
          "name": "symfony/polyfill-intl-grapheme",
    
          "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
    
            "reference": "433d05519ce6990bf3530fba6957499d327395c2"
    
            "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/433d05519ce6990bf3530fba6957499d327395c2",
            "reference": "433d05519ce6990bf3530fba6957499d327395c2",
    
            "shasum": ""
          },
          "require": {
            "php": ">=7.1"
          },
          "suggest": {
            "ext-intl": "For best performance"
          },
          "type": "library",
          "extra": {
            "branch-alias": {
    
            },
            "thanks": {
              "name": "symfony/polyfill",
              "url": "https://github.com/symfony/polyfill"
            }
          },
          "autoload": {
            "files": ["bootstrap.php"],
            "psr-4": {
              "Symfony\\Polyfill\\Intl\\Grapheme\\": ""
            }
          },
          "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.26.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": "2022-05-24T11:49:31+00:00"
    
        },
        {
          "name": "symfony/polyfill-intl-normalizer",
    
          "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
    
            "reference": "219aa369ceff116e673852dce47c3a41794c14bd"
    
            "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/219aa369ceff116e673852dce47c3a41794c14bd",
            "reference": "219aa369ceff116e673852dce47c3a41794c14bd",
    
            "shasum": ""
          },
          "require": {
            "php": ">=7.1"
          },
          "suggest": {
            "ext-intl": "For best performance"
          },
          "type": "library",
          "extra": {
            "branch-alias": {
    
            },
            "thanks": {
              "name": "symfony/polyfill",
              "url": "https://github.com/symfony/polyfill"
            }
          },
          "autoload": {
            "files": ["bootstrap.php"],
            "psr-4": {
              "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
            },
            "classmap": ["Resources/stubs"]
          },
          "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 Normalizer class and related functions",
          "homepage": "https://symfony.com",
          "keywords": [
            "compatibility",
            "intl",
            "normalizer",
            "polyfill",
            "portable",
            "shim"
          ],
          "support": {
    
            "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.26.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": "2022-05-24T11:49:31+00:00"
    
          "source": {
            "type": "git",
            "url": "https://github.com/symfony/process.git",
    
            "reference": "318718453c2be58266f1a9e74063d13cb8dd4165"
    
            "url": "https://api.github.com/repos/symfony/process/zipball/318718453c2be58266f1a9e74063d13cb8dd4165",
            "reference": "318718453c2be58266f1a9e74063d13cb8dd4165",
    
          },
          "type": "library",
          "autoload": {
            "psr-4": {
              "Symfony\\Component\\Process\\": ""
            },
            "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": "Executes commands in sub-processes",
          "homepage": "https://symfony.com",
          "support": {
    
            "source": "https://github.com/symfony/process/tree/v6.1.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": "2022-05-11T12:12:29+00:00"
    
        },
        {
          "name": "symfony/service-contracts",
    
          "source": {
            "type": "git",
            "url": "https://github.com/symfony/service-contracts.git",
    
            "reference": "925e713fe8fcacf6bc05e936edd8dd5441a21239"
    
            "url": "https://api.github.com/repos/symfony/service-contracts/zipball/925e713fe8fcacf6bc05e936edd8dd5441a21239",
            "reference": "925e713fe8fcacf6bc05e936edd8dd5441a21239",
    
            "psr/container": "^2.0"
          },
          "conflict": {
            "ext-psr": "<1.1|>=2"
          },
          "suggest": {
            "symfony/service-implementation": ""
          },
          "type": "library",
          "extra": {
            "branch-alias": {