Skip to content
Snippets Groups Projects
composer.lock 205 KiB
Newer Older
  • Learn to ignore specific revisions
  •       "source": {
            "type": "git",
            "url": "https://github.com/symfony/console.git",
    
            "reference": "7fa3b9cf17363468795e539231a5c91b02b608fc"
    
            "url": "https://api.github.com/repos/symfony/console/zipball/7fa3b9cf17363468795e539231a5c91b02b608fc",
            "reference": "7fa3b9cf17363468795e539231a5c91b02b608fc",
    
            "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.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": "2022-10-07T08:04:03+00:00"
    
        },
        {
          "name": "symfony/dependency-injection",
    
          "source": {
            "type": "git",
            "url": "https://github.com/symfony/dependency-injection.git",
    
            "reference": "b9c797c9d56afc290d4265854bafd01b4e379240"
    
            "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/b9c797c9d56afc290d4265854bafd01b4e379240",
            "reference": "b9c797c9d56afc290d4265854bafd01b4e379240",
    
            "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.5"
    
          },
          "funding": [
            {
              "url": "https://symfony.com/sponsor",
              "type": "custom"
            },
            {
              "url": "https://github.com/fabpot",
              "type": "github"
            },
            {
              "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
              "type": "tidelift"
            }
          ],
    
          "time": "2022-09-28T16:00:52+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": "4d216a2beef096edf040a070117c39ca2abce307"
    
            "url": "https://api.github.com/repos/symfony/filesystem/zipball/4d216a2beef096edf040a070117c39ca2abce307",
            "reference": "4d216a2beef096edf040a070117c39ca2abce307",
    
            "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.5"
    
          },
          "funding": [
            {
              "url": "https://symfony.com/sponsor",
              "type": "custom"
            },
            {
              "url": "https://github.com/fabpot",
              "type": "github"
            },
            {
              "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
              "type": "tidelift"
            }
          ],
    
          "time": "2022-09-21T20:29:40+00:00"
    
          "source": {
            "type": "git",
            "url": "https://github.com/symfony/finder.git",
    
            "reference": "39696bff2c2970b3779a5cac7bf9f0b88fc2b709"
    
            "url": "https://api.github.com/repos/symfony/finder/zipball/39696bff2c2970b3779a5cac7bf9f0b88fc2b709",
            "reference": "39696bff2c2970b3779a5cac7bf9f0b88fc2b709",
    
            "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.3"
    
          },
          "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-07-29T07:42:06+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": "a6506e99cfad7059b1ab5cab395854a0a0c21292"
    
            "url": "https://api.github.com/repos/symfony/process/zipball/a6506e99cfad7059b1ab5cab395854a0a0c21292",
            "reference": "a6506e99cfad7059b1ab5cab395854a0a0c21292",
    
          },
          "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.3"
    
          },
          "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-27T17:24:16+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": {
    
            },
            "thanks": {
              "name": "symfony/contracts",
              "url": "https://github.com/symfony/contracts"
            }
          },
          "autoload": {
            "psr-4": {
              "Symfony\\Contracts\\Service\\": ""
    
            },
            "exclude-from-classmap": ["/Test/"]
    
          },
          "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 writing services",
          "homepage": "https://symfony.com",
          "keywords": [
            "abstractions",
            "contracts",
            "decoupling",
            "interfaces",
            "interoperability",
            "standards"
          ],
          "support": {
    
            "source": "https://github.com/symfony/service-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-05-30T19:18:58+00:00"
    
          "source": {
            "type": "git",
            "url": "https://github.com/symfony/stopwatch.git",
    
            "reference": "266636bb8f3fbdccc302491df7b3a1b9a8c238a7"
    
            "url": "https://api.github.com/repos/symfony/stopwatch/zipball/266636bb8f3fbdccc302491df7b3a1b9a8c238a7",
            "reference": "266636bb8f3fbdccc302491df7b3a1b9a8c238a7",
    
            "symfony/service-contracts": "^1|^2|^3"
          },
          "type": "library",
          "autoload": {
            "psr-4": {
              "Symfony\\Component\\Stopwatch\\": ""
            },
            "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 way to profile code",
          "homepage": "https://symfony.com",
          "support": {
    
            "source": "https://github.com/symfony/stopwatch/tree/v6.1.5"
    
          },
          "funding": [
            {
              "url": "https://symfony.com/sponsor",
              "type": "custom"
            },
            {
              "url": "https://github.com/fabpot",
              "type": "github"
            },
            {
              "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
              "type": "tidelift"
            }
          ],
    
          "time": "2022-09-28T16:00:52+00:00"
    
          "source": {
            "type": "git",
            "url": "https://github.com/symfony/string.git",
    
            "reference": "7e7e0ff180d4c5a6636eaad57b65092014b61864"
    
            "url": "https://api.github.com/repos/symfony/string/zipball/7e7e0ff180d4c5a6636eaad57b65092014b61864",
            "reference": "7e7e0ff180d4c5a6636eaad57b65092014b61864",
    
            "symfony/polyfill-ctype": "~1.8",
            "symfony/polyfill-intl-grapheme": "~1.0",
            "symfony/polyfill-intl-normalizer": "~1.0",
            "symfony/polyfill-mbstring": "~1.0"
          },
          "conflict": {
            "symfony/translation-contracts": "<2.0"
          },
          "require-dev": {
            "symfony/error-handler": "^5.4|^6.0",
            "symfony/http-client": "^5.4|^6.0",
            "symfony/translation-contracts": "^2.0|^3.0",
            "symfony/var-exporter": "^5.4|^6.0"
          },
          "type": "library",
          "autoload": {
            "files": ["Resources/functions.php"],
            "psr-4": {
              "Symfony\\Component\\String\\": ""
            },
            "exclude-from-classmap": ["/Tests/"]
          },
          "notification-url": "https://packagist.org/downloads/",
          "license": ["MIT"],
          "authors": [
            {
              "name": "Nicolas Grekas",
              "email": "p@tchwork.com"
            },
            {
              "name": "Symfony Community",
              "homepage": "https://symfony.com/contributors"
            }
          ],
          "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
          "homepage": "https://symfony.com",
          "keywords": ["grapheme", "i18n", "string", "unicode", "utf-8", "utf8"],
          "support": {
    
            "source": "https://github.com/symfony/string/tree/v6.1.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": "2022-10-10T09:34:31+00:00"
    
        },
        {
          "name": "symplify/autowire-array-parameter",
    
          "source": {
            "type": "git",
            "url": "https://github.com/symplify/autowire-array-parameter.git",
    
            "reference": "e3ca795122712fab224a5c10339b1fb278505420"
    
            "url": "https://api.github.com/repos/symplify/autowire-array-parameter/zipball/e3ca795122712fab224a5c10339b1fb278505420",
            "reference": "e3ca795122712fab224a5c10339b1fb278505420",
    
            "shasum": ""
          },
          "require": {
            "nette/utils": "^3.2",
            "php": ">=8.0",
    
            "symfony/dependency-injection": "^6.0",
            "symplify/package-builder": "^10.3.3"
    
            "symplify/astral": "<10.3.3",
            "symplify/coding-standard": "<10.3.3",
            "symplify/composer-json-manipulator": "<10.3.3",
            "symplify/config-transformer": "<10.3.3",
            "symplify/easy-ci": "<10.3.3",
            "symplify/easy-coding-standard": "<10.3.3",
            "symplify/easy-parallel": "<10.3.3",
            "symplify/easy-testing": "<10.3.3",
            "symplify/monorepo-builder": "<10.3.3",
            "symplify/neon-config-dumper": "<10.3.3",
            "symplify/php-config-printer": "<10.3.3",
            "symplify/phpstan-extensions": "<10.3.3",
            "symplify/phpstan-rules": "<10.3.3",
            "symplify/rule-doc-generator": "<10.3.3",
            "symplify/rule-doc-generator-contracts": "<10.3.3",
            "symplify/skipper": "<10.3.3",
            "symplify/smart-file-system": "<10.3.3",
            "symplify/symfony-static-dumper": "<10.3.3",
            "symplify/symplify-kernel": "<10.3.3",
            "symplify/vendor-patches": "<10.3.3"
    
          },
          "require-dev": {
            "phpunit/phpunit": "^9.5"
          },
          "type": "library",
          "extra": {
            "branch-alias": {
    
            }
          },
          "autoload": {
            "psr-4": {
              "Symplify\\AutowireArrayParameter\\": "src"
            }
          },
          "notification-url": "https://packagist.org/downloads/",
          "license": ["MIT"],
          "description": "Autowire array parameters for your Symfony applications",
          "support": {
    
            "source": "https://github.com/symplify/autowire-array-parameter/tree/10.3.3"
    
          },
          "funding": [
            {
              "url": "https://www.paypal.me/rectorphp",
              "type": "custom"
            },
            {
              "url": "https://github.com/tomasvotruba",
              "type": "github"
            }
          ],