{
    "packages": [
        {
            "name": "doctrine\/instantiator",
            "version": "2.0.0",
            "version_normalized": "2.0.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/doctrine\/instantiator.git",
                "reference": "c6222283fa3f4ac679f8b9ced9a4e23f163e80d0"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/doctrine\/instantiator\/zipball\/c6222283fa3f4ac679f8b9ced9a4e23f163e80d0",
                "reference": "c6222283fa3f4ac679f8b9ced9a4e23f163e80d0",
                "shasum": ""
            },
            "require": {
                "php": "^8.1"
            },
            "require-dev": {
                "doctrine\/coding-standard": "^11",
                "ext-pdo": "*",
                "ext-phar": "*",
                "phpbench\/phpbench": "^1.2",
                "phpstan\/phpstan": "^1.9.4",
                "phpstan\/phpstan-phpunit": "^1.3",
                "phpunit\/phpunit": "^9.5.27",
                "vimeo\/psalm": "^5.4"
            },
            "time": "2022-12-30T00:23:10+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "YamlCF\\Vendor\\Doctrine\\Instantiator\\": "src\/Doctrine\/Instantiator\/"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Marco Pivetta",
                    "email": "ocramius@gmail.com",
                    "homepage": "https:\/\/ocramius.github.io\/"
                }
            ],
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
            "homepage": "https:\/\/www.doctrine-project.org\/projects\/instantiator.html",
            "keywords": [
                "constructor",
                "instantiate"
            ],
            "support": {
                "issues": "https:\/\/github.com\/doctrine\/instantiator\/issues",
                "source": "https:\/\/github.com\/doctrine\/instantiator\/tree\/2.0.0"
            },
            "funding": [
                {
                    "url": "https:\/\/www.doctrine-project.org\/sponsorship.html",
                    "type": "custom"
                },
                {
                    "url": "https:\/\/www.patreon.com\/phpdoctrine",
                    "type": "patreon"
                },
                {
                    "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/doctrine%2Finstantiator",
                    "type": "tidelift"
                }
            ],
            "install-path": "..\/doctrine\/instantiator"
        },
        {
            "name": "fidry\/console",
            "version": "0.5.5",
            "version_normalized": "0.5.5.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/theofidry\/console.git",
                "reference": "bc1fe03f600c63f12ec0a39c6b746c1a1fb77bf7"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/theofidry\/console\/zipball\/bc1fe03f600c63f12ec0a39c6b746c1a1fb77bf7",
                "reference": "bc1fe03f600c63f12ec0a39c6b746c1a1fb77bf7",
                "shasum": ""
            },
            "require": {
                "php": "^7.4.0 || ^8.0.0",
                "symfony\/console": "^4.4 || ^5.4 || ^6.1",
                "symfony\/event-dispatcher-contracts": "^1.0 || ^2.5 || ^3.0",
                "symfony\/service-contracts": "^1.0 || ^2.5 || ^3.0",
                "thecodingmachine\/safe": "^1.3 || ^2.0",
                "webmozart\/assert": "^1.11"
            },
            "conflict": {
                "symfony\/dependency-injection": "<5.3.0",
                "symfony\/framework-bundle": "<5.3.0",
                "symfony\/http-kernel": "<5.3.0"
            },
            "require-dev": {
                "bamarni\/composer-bin-plugin": "^1.4",
                "composer\/semver": "^3.3",
                "ergebnis\/composer-normalize": "^2.28",
                "infection\/infection": "^0.26",
                "phpspec\/prophecy-phpunit": "^2.0",
                "phpunit\/phpunit": "^9.4.3",
                "symfony\/dependency-injection": "^4.4 || ^5.4 || ^6.1",
                "symfony\/framework-bundle": "^4.4 || ^5.4 || ^6.1",
                "symfony\/http-kernel": "^4.4 || ^5.4 || ^6.1",
                "symfony\/phpunit-bridge": "^4.4.47 || ^5.4 || ^6.0",
                "symfony\/yaml": "^4.4 || ^5.4 || ^6.1",
                "webmozarts\/strict-phpunit": "^7.3"
            },
            "time": "2022-12-18T10:49:34+00:00",
            "type": "library",
            "extra": {
                "bamarni-bin": {
                    "bin-links": false,
                    "forward-command": false
                },
                "branch-alias": {
                    "dev-main": "1.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "YamlCF\\Vendor\\Fidry\\Console\\": "src"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Th\u00e9o Fidry",
                    "email": "theo.fidry@gmail.com"
                }
            ],
            "description": "Library to create CLI applications",
            "keywords": [
                "cli",
                "console",
                "symfony"
            ],
            "support": {
                "issues": "https:\/\/github.com\/theofidry\/console\/issues",
                "source": "https:\/\/github.com\/theofidry\/console\/tree\/0.5.5"
            },
            "funding": [
                {
                    "url": "https:\/\/github.com\/theofidry",
                    "type": "github"
                }
            ],
            "install-path": "..\/fidry\/console"
        },
        {
            "name": "fidry\/filesystem",
            "version": "1.2.3",
            "version_normalized": "1.2.3.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/theofidry\/filesystem.git",
                "reference": "3e1f9cac40f807b7c4196013ab77cc1b9416e3e5"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/theofidry\/filesystem\/zipball\/3e1f9cac40f807b7c4196013ab77cc1b9416e3e5",
                "reference": "3e1f9cac40f807b7c4196013ab77cc1b9416e3e5",
                "shasum": ""
            },
            "require": {
                "php": "^8.1",
                "symfony\/filesystem": "^6.4 || ^7.0"
            },
            "require-dev": {
                "bamarni\/composer-bin-plugin": "^1.4",
                "ergebnis\/composer-normalize": "^2.28",
                "infection\/infection": ">=0.26",
                "phpunit\/phpunit": "^10.3",
                "symfony\/finder": "^6.4 || ^7.0"
            },
            "time": "2025-02-13T22:58:51+00:00",
            "type": "library",
            "extra": {
                "bamarni-bin": {
                    "bin-links": false,
                    "forward-command": false
                },
                "branch-alias": {
                    "dev-main": "1.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "YamlCF\\Vendor\\Fidry\\FileSystem\\": "src"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Th\u00e9o Fidry",
                    "email": "theo.fidry@gmail.com"
                }
            ],
            "description": "Symfony Filesystem with a few more utilities.",
            "keywords": [
                "filesystem"
            ],
            "support": {
                "issues": "https:\/\/github.com\/theofidry\/filesystem\/issues",
                "source": "https:\/\/github.com\/theofidry\/filesystem\/tree\/1.2.3"
            },
            "funding": [
                {
                    "url": "https:\/\/github.com\/theofidry",
                    "type": "github"
                }
            ],
            "install-path": "..\/fidry\/filesystem"
        },
        {
            "name": "humbug\/php-scoper",
            "version": "0.18.7",
            "version_normalized": "0.18.7.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/humbug\/php-scoper.git",
                "reference": "9386a0af946f175d7a1ebfb68851bc2bb8ad7858"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/humbug\/php-scoper\/zipball\/9386a0af946f175d7a1ebfb68851bc2bb8ad7858",
                "reference": "9386a0af946f175d7a1ebfb68851bc2bb8ad7858",
                "shasum": ""
            },
            "require": {
                "fidry\/console": "^0.5.0",
                "fidry\/filesystem": "^1.1",
                "jetbrains\/phpstorm-stubs": "^v2022.2",
                "nikic\/php-parser": "^4.12",
                "php": "^8.1",
                "symfony\/console": "^5.2 || ^6.0",
                "symfony\/filesystem": "^5.2 || ^6.0",
                "symfony\/finder": "^5.2 || ^6.0",
                "thecodingmachine\/safe": "^2.0"
            },
            "require-dev": {
                "bamarni\/composer-bin-plugin": "^1.1",
                "ergebnis\/composer-normalize": "^2.28",
                "fidry\/makefile": "^1.0",
                "humbug\/box": "^4.5.1",
                "phpspec\/prophecy-phpunit": "^2.0",
                "phpunit\/phpunit": "^9.0",
                "symfony\/yaml": "^6.1"
            },
            "time": "2023-11-04T18:01:12+00:00",
            "bin": [
                "bin\/php-scoper"
            ],
            "type": "library",
            "extra": {
                "bamarni-bin": {
                    "bin-links": false,
                    "forward-command": false
                },
                "branch-alias": {
                    "dev-master": "1.0-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src\/functions.php"
                ],
                "psr-4": {
                    "YamlCF\\Vendor\\Humbug\\PhpScoper\\": "src\/"
                },
                "classmap": [
                    "vendor-hotfix\/"
                ]
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Bernhard Schussek",
                    "email": "bschussek@gmail.com"
                },
                {
                    "name": "Th\u00e9o Fidry",
                    "email": "theo.fidry@gmail.com"
                },
                {
                    "name": "P\u00e1draic Brady",
                    "email": "padraic.brady@gmail.com"
                }
            ],
            "description": "Prefixes all PHP namespaces in a file or directory.",
            "support": {
                "issues": "https:\/\/github.com\/humbug\/php-scoper\/issues",
                "source": "https:\/\/github.com\/humbug\/php-scoper\/tree\/0.18.7"
            },
            "install-path": "..\/humbug\/php-scoper"
        },
        {
            "name": "jetbrains\/phpstorm-stubs",
            "version": "v2022.3",
            "version_normalized": "2022.3.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/JetBrains\/phpstorm-stubs.git",
                "reference": "6b568c153cea002dc6fad96285c3063d07cab18d"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/JetBrains\/phpstorm-stubs\/zipball\/6b568c153cea002dc6fad96285c3063d07cab18d",
                "reference": "6b568c153cea002dc6fad96285c3063d07cab18d",
                "shasum": ""
            },
            "require-dev": {
                "friendsofphp\/php-cs-fixer": "@stable",
                "nikic\/php-parser": "@stable",
                "php": "^8.0",
                "phpdocumentor\/reflection-docblock": "@stable",
                "phpunit\/phpunit": "@stable"
            },
            "time": "2022-10-17T09:21:37+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "PhpStormStubsMap.php"
                ]
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "Apache-2.0"
            ],
            "description": "PHP runtime & extensions header files for PhpStorm",
            "homepage": "https:\/\/www.jetbrains.com\/phpstorm",
            "keywords": [
                "autocomplete",
                "code",
                "inference",
                "inspection",
                "jetbrains",
                "phpstorm",
                "stubs",
                "type"
            ],
            "support": {
                "source": "https:\/\/github.com\/JetBrains\/phpstorm-stubs\/tree\/v2022.3"
            },
            "install-path": "..\/jetbrains\/phpstorm-stubs"
        },
        {
            "name": "myclabs\/deep-copy",
            "version": "1.13.4",
            "version_normalized": "1.13.4.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/myclabs\/DeepCopy.git",
                "reference": "07d290f0c47959fd5eed98c95ee5602db07e0b6a"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/myclabs\/DeepCopy\/zipball\/07d290f0c47959fd5eed98c95ee5602db07e0b6a",
                "reference": "07d290f0c47959fd5eed98c95ee5602db07e0b6a",
                "shasum": ""
            },
            "require": {
                "php": "^7.1 || ^8.0"
            },
            "conflict": {
                "doctrine\/collections": "<1.6.8",
                "doctrine\/common": "<2.13.3 || >=3 <3.2.2"
            },
            "require-dev": {
                "doctrine\/collections": "^1.6.8",
                "doctrine\/common": "^2.13.3 || ^3.2.2",
                "phpspec\/prophecy": "^1.10",
                "phpunit\/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13"
            },
            "time": "2025-08-01T08:46:24+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src\/DeepCopy\/deep_copy.php"
                ],
                "psr-4": {
                    "YamlCF\\Vendor\\DeepCopy\\": "src\/DeepCopy\/"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "description": "Create deep copies (clones) of your objects",
            "keywords": [
                "clone",
                "copy",
                "duplicate",
                "object",
                "object graph"
            ],
            "support": {
                "issues": "https:\/\/github.com\/myclabs\/DeepCopy\/issues",
                "source": "https:\/\/github.com\/myclabs\/DeepCopy\/tree\/1.13.4"
            },
            "funding": [
                {
                    "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/myclabs\/deep-copy",
                    "type": "tidelift"
                }
            ],
            "install-path": "..\/myclabs\/deep-copy"
        },
        {
            "name": "nikic\/php-parser",
            "version": "v4.19.5",
            "version_normalized": "4.19.5.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/nikic\/PHP-Parser.git",
                "reference": "51bd93cc741b7fc3d63d20b6bdcd99fdaa359837"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/nikic\/PHP-Parser\/zipball\/51bd93cc741b7fc3d63d20b6bdcd99fdaa359837",
                "reference": "51bd93cc741b7fc3d63d20b6bdcd99fdaa359837",
                "shasum": ""
            },
            "require": {
                "ext-tokenizer": "*",
                "php": ">=7.1"
            },
            "require-dev": {
                "ircmaxell\/php-yacc": "^0.0.7",
                "phpunit\/phpunit": "^7.0 || ^8.0 || ^9.0"
            },
            "time": "2025-12-06T11:45:25+00:00",
            "bin": [
                "bin\/php-parse"
            ],
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "YamlCF\\Vendor\\PhpParser\\": "lib\/PhpParser"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Nikita Popov"
                }
            ],
            "description": "A PHP parser written in PHP",
            "keywords": [
                "parser",
                "php"
            ],
            "support": {
                "issues": "https:\/\/github.com\/nikic\/PHP-Parser\/issues",
                "source": "https:\/\/github.com\/nikic\/PHP-Parser\/tree\/v4.19.5"
            },
            "install-path": "..\/nikic\/php-parser"
        },
        {
            "name": "phar-io\/manifest",
            "version": "2.0.4",
            "version_normalized": "2.0.4.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/phar-io\/manifest.git",
                "reference": "54750ef60c58e43759730615a392c31c80e23176"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/phar-io\/manifest\/zipball\/54750ef60c58e43759730615a392c31c80e23176",
                "reference": "54750ef60c58e43759730615a392c31c80e23176",
                "shasum": ""
            },
            "require": {
                "ext-dom": "*",
                "ext-libxml": "*",
                "ext-phar": "*",
                "ext-xmlwriter": "*",
                "phar-io\/version": "^3.0.1",
                "php": "^7.2 || ^8.0"
            },
            "time": "2024-03-03T12:33:53+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "src\/"
                ]
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Arne Blankerts",
                    "email": "arne@blankerts.de",
                    "role": "Developer"
                },
                {
                    "name": "Sebastian Heuer",
                    "email": "sebastian@phpeople.de",
                    "role": "Developer"
                },
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de",
                    "role": "Developer"
                }
            ],
            "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
            "support": {
                "issues": "https:\/\/github.com\/phar-io\/manifest\/issues",
                "source": "https:\/\/github.com\/phar-io\/manifest\/tree\/2.0.4"
            },
            "funding": [
                {
                    "url": "https:\/\/github.com\/theseer",
                    "type": "github"
                }
            ],
            "install-path": "..\/phar-io\/manifest"
        },
        {
            "name": "phar-io\/version",
            "version": "3.2.1",
            "version_normalized": "3.2.1.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/phar-io\/version.git",
                "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/phar-io\/version\/zipball\/4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
                "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
                "shasum": ""
            },
            "require": {
                "php": "^7.2 || ^8.0"
            },
            "time": "2022-02-21T01:04:05+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "src\/"
                ]
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Arne Blankerts",
                    "email": "arne@blankerts.de",
                    "role": "Developer"
                },
                {
                    "name": "Sebastian Heuer",
                    "email": "sebastian@phpeople.de",
                    "role": "Developer"
                },
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de",
                    "role": "Developer"
                }
            ],
            "description": "Library for handling version information and constraints",
            "support": {
                "issues": "https:\/\/github.com\/phar-io\/version\/issues",
                "source": "https:\/\/github.com\/phar-io\/version\/tree\/3.2.1"
            },
            "install-path": "..\/phar-io\/version"
        },
        {
            "name": "phpunit\/php-code-coverage",
            "version": "9.2.32",
            "version_normalized": "9.2.32.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/sebastianbergmann\/php-code-coverage.git",
                "reference": "85402a822d1ecf1db1096959413d35e1c37cf1a5"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/sebastianbergmann\/php-code-coverage\/zipball\/85402a822d1ecf1db1096959413d35e1c37cf1a5",
                "reference": "85402a822d1ecf1db1096959413d35e1c37cf1a5",
                "shasum": ""
            },
            "require": {
                "ext-dom": "*",
                "ext-libxml": "*",
                "ext-xmlwriter": "*",
                "nikic\/php-parser": "^4.19.1 || ^5.1.0",
                "php": ">=7.3",
                "phpunit\/php-file-iterator": "^3.0.6",
                "phpunit\/php-text-template": "^2.0.4",
                "sebastian\/code-unit-reverse-lookup": "^2.0.3",
                "sebastian\/complexity": "^2.0.3",
                "sebastian\/environment": "^5.1.5",
                "sebastian\/lines-of-code": "^1.0.4",
                "sebastian\/version": "^3.0.2",
                "theseer\/tokenizer": "^1.2.3"
            },
            "require-dev": {
                "phpunit\/phpunit": "^9.6"
            },
            "suggest": {
                "ext-pcov": "PHP extension that provides line coverage",
                "ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage"
            },
            "time": "2024-08-22T04:23:01+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "9.2.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "src\/"
                ]
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de",
                    "role": "lead"
                }
            ],
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
            "homepage": "https:\/\/github.com\/sebastianbergmann\/php-code-coverage",
            "keywords": [
                "coverage",
                "testing",
                "xunit"
            ],
            "support": {
                "issues": "https:\/\/github.com\/sebastianbergmann\/php-code-coverage\/issues",
                "security": "https:\/\/github.com\/sebastianbergmann\/php-code-coverage\/security\/policy",
                "source": "https:\/\/github.com\/sebastianbergmann\/php-code-coverage\/tree\/9.2.32"
            },
            "funding": [
                {
                    "url": "https:\/\/github.com\/sebastianbergmann",
                    "type": "github"
                }
            ],
            "install-path": "..\/phpunit\/php-code-coverage"
        },
        {
            "name": "phpunit\/php-file-iterator",
            "version": "3.0.6",
            "version_normalized": "3.0.6.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/sebastianbergmann\/php-file-iterator.git",
                "reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/sebastianbergmann\/php-file-iterator\/zipball\/cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf",
                "reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf",
                "shasum": ""
            },
            "require": {
                "php": ">=7.3"
            },
            "require-dev": {
                "phpunit\/phpunit": "^9.3"
            },
            "time": "2021-12-02T12:48:52+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.0-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "src\/"
                ]
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de",
                    "role": "lead"
                }
            ],
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
            "homepage": "https:\/\/github.com\/sebastianbergmann\/php-file-iterator\/",
            "keywords": [
                "filesystem",
                "iterator"
            ],
            "support": {
                "issues": "https:\/\/github.com\/sebastianbergmann\/php-file-iterator\/issues",
                "source": "https:\/\/github.com\/sebastianbergmann\/php-file-iterator\/tree\/3.0.6"
            },
            "funding": [
                {
                    "url": "https:\/\/github.com\/sebastianbergmann",
                    "type": "github"
                }
            ],
            "install-path": "..\/phpunit\/php-file-iterator"
        },
        {
            "name": "phpunit\/php-invoker",
            "version": "3.1.1",
            "version_normalized": "3.1.1.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/sebastianbergmann\/php-invoker.git",
                "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/sebastianbergmann\/php-invoker\/zipball\/5a10147d0aaf65b58940a0b72f71c9ac0423cc67",
                "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67",
                "shasum": ""
            },
            "require": {
                "php": ">=7.3"
            },
            "require-dev": {
                "ext-pcntl": "*",
                "phpunit\/phpunit": "^9.3"
            },
            "suggest": {
                "ext-pcntl": "*"
            },
            "time": "2020-09-28T05:58:55+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.1-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "src\/"
                ]
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de",
                    "role": "lead"
                }
            ],
            "description": "Invoke callables with a timeout",
            "homepage": "https:\/\/github.com\/sebastianbergmann\/php-invoker\/",
            "keywords": [
                "process"
            ],
            "support": {
                "issues": "https:\/\/github.com\/sebastianbergmann\/php-invoker\/issues",
                "source": "https:\/\/github.com\/sebastianbergmann\/php-invoker\/tree\/3.1.1"
            },
            "funding": [
                {
                    "url": "https:\/\/github.com\/sebastianbergmann",
                    "type": "github"
                }
            ],
            "install-path": "..\/phpunit\/php-invoker"
        },
        {
            "name": "phpunit\/php-text-template",
            "version": "2.0.4",
            "version_normalized": "2.0.4.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/sebastianbergmann\/php-text-template.git",
                "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/sebastianbergmann\/php-text-template\/zipball\/5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28",
                "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28",
                "shasum": ""
            },
            "require": {
                "php": ">=7.3"
            },
            "require-dev": {
                "phpunit\/phpunit": "^9.3"
            },
            "time": "2020-10-26T05:33:50+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "src\/"
                ]
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de",
                    "role": "lead"
                }
            ],
            "description": "Simple template engine.",
            "homepage": "https:\/\/github.com\/sebastianbergmann\/php-text-template\/",
            "keywords": [
                "template"
            ],
            "support": {
                "issues": "https:\/\/github.com\/sebastianbergmann\/php-text-template\/issues",
                "source": "https:\/\/github.com\/sebastianbergmann\/php-text-template\/tree\/2.0.4"
            },
            "funding": [
                {
                    "url": "https:\/\/github.com\/sebastianbergmann",
                    "type": "github"
                }
            ],
            "install-path": "..\/phpunit\/php-text-template"
        },
        {
            "name": "phpunit\/php-timer",
            "version": "5.0.3",
            "version_normalized": "5.0.3.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/sebastianbergmann\/php-timer.git",
                "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/sebastianbergmann\/php-timer\/zipball\/5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2",
                "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2",
                "shasum": ""
            },
            "require": {
                "php": ">=7.3"
            },
            "require-dev": {
                "phpunit\/phpunit": "^9.3"
            },
            "time": "2020-10-26T13:16:10+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "5.0-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "src\/"
                ]
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de",
                    "role": "lead"
                }
            ],
            "description": "Utility class for timing",
            "homepage": "https:\/\/github.com\/sebastianbergmann\/php-timer\/",
            "keywords": [
                "timer"
            ],
            "support": {
                "issues": "https:\/\/github.com\/sebastianbergmann\/php-timer\/issues",
                "source": "https:\/\/github.com\/sebastianbergmann\/php-timer\/tree\/5.0.3"
            },
            "funding": [
                {
                    "url": "https:\/\/github.com\/sebastianbergmann",
                    "type": "github"
                }
            ],
            "install-path": "..\/phpunit\/php-timer"
        },
        {
            "name": "phpunit\/phpunit",
            "version": "9.6.34",
            "version_normalized": "9.6.34.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/sebastianbergmann\/phpunit.git",
                "reference": "b36f02317466907a230d3aa1d34467041271ef4a"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/sebastianbergmann\/phpunit\/zipball\/b36f02317466907a230d3aa1d34467041271ef4a",
                "reference": "b36f02317466907a230d3aa1d34467041271ef4a",
                "shasum": ""
            },
            "require": {
                "doctrine\/instantiator": "^1.5.0 || ^2",
                "ext-dom": "*",
                "ext-json": "*",
                "ext-libxml": "*",
                "ext-mbstring": "*",
                "ext-xml": "*",
                "ext-xmlwriter": "*",
                "myclabs\/deep-copy": "^1.13.4",
                "phar-io\/manifest": "^2.0.4",
                "phar-io\/version": "^3.2.1",
                "php": ">=7.3",
                "phpunit\/php-code-coverage": "^9.2.32",
                "phpunit\/php-file-iterator": "^3.0.6",
                "phpunit\/php-invoker": "^3.1.1",
                "phpunit\/php-text-template": "^2.0.4",
                "phpunit\/php-timer": "^5.0.3",
                "sebastian\/cli-parser": "^1.0.2",
                "sebastian\/code-unit": "^1.0.8",
                "sebastian\/comparator": "^4.0.10",
                "sebastian\/diff": "^4.0.6",
                "sebastian\/environment": "^5.1.5",
                "sebastian\/exporter": "^4.0.8",
                "sebastian\/global-state": "^5.0.8",
                "sebastian\/object-enumerator": "^4.0.4",
                "sebastian\/resource-operations": "^3.0.4",
                "sebastian\/type": "^3.2.1",
                "sebastian\/version": "^3.0.2"
            },
            "suggest": {
                "ext-soap": "To be able to generate mocks based on WSDL files",
                "ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage"
            },
            "time": "2026-01-27T05:45:00+00:00",
            "bin": [
                "phpunit"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "9.6-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src\/Framework\/Assert\/Functions.php"
                ],
                "classmap": [
                    "src\/"
                ]
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de",
                    "role": "lead"
                }
            ],
            "description": "The PHP Unit Testing framework.",
            "homepage": "https:\/\/phpunit.de\/",
            "keywords": [
                "phpunit",
                "testing",
                "xunit"
            ],
            "support": {
                "issues": "https:\/\/github.com\/sebastianbergmann\/phpunit\/issues",
                "security": "https:\/\/github.com\/sebastianbergmann\/phpunit\/security\/policy",
                "source": "https:\/\/github.com\/sebastianbergmann\/phpunit\/tree\/9.6.34"
            },
            "funding": [
                {
                    "url": "https:\/\/phpunit.de\/sponsors.html",
                    "type": "custom"
                },
                {
                    "url": "https:\/\/github.com\/sebastianbergmann",
                    "type": "github"
                },
                {
                    "url": "https:\/\/liberapay.com\/sebastianbergmann",
                    "type": "liberapay"
                },
                {
                    "url": "https:\/\/thanks.dev\/u\/gh\/sebastianbergmann",
                    "type": "thanks_dev"
                },
                {
                    "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/phpunit\/phpunit",
                    "type": "tidelift"
                }
            ],
            "install-path": "..\/phpunit\/phpunit"
        },
        {
            "name": "psr\/container",
            "version": "2.0.2",
            "version_normalized": "2.0.2.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/php-fig\/container.git",
                "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/php-fig\/container\/zipball\/c71ecc56dfe541dbd90c5360474fbc405f8d5963",
                "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963",
                "shasum": ""
            },
            "require": {
                "php": ">=7.4.0"
            },
            "time": "2021-11-05T16:47:00+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Psr\\Container\\": "src\/"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "https:\/\/www.php-fig.org\/"
                }
            ],
            "description": "Common Container Interface (PHP FIG PSR-11)",
            "homepage": "https:\/\/github.com\/php-fig\/container",
            "keywords": [
                "PSR-11",
                "container",
                "container-interface",
                "container-interop",
                "psr"
            ],
            "support": {
                "issues": "https:\/\/github.com\/php-fig\/container\/issues",
                "source": "https:\/\/github.com\/php-fig\/container\/tree\/2.0.2"
            },
            "install-path": "..\/psr\/container"
        },
        {
            "name": "psr\/event-dispatcher",
            "version": "1.0.0",
            "version_normalized": "1.0.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/php-fig\/event-dispatcher.git",
                "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/php-fig\/event-dispatcher\/zipball\/dbefd12671e8a14ec7f180cab83036ed26714bb0",
                "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.0"
            },
            "time": "2019-01-08T18:20:26+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Psr\\EventDispatcher\\": "src\/"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "http:\/\/www.php-fig.org\/"
                }
            ],
            "description": "Standard interfaces for event handling.",
            "keywords": [
                "events",
                "psr",
                "psr-14"
            ],
            "support": {
                "issues": "https:\/\/github.com\/php-fig\/event-dispatcher\/issues",
                "source": "https:\/\/github.com\/php-fig\/event-dispatcher\/tree\/1.0.0"
            },
            "install-path": "..\/psr\/event-dispatcher"
        },
        {
            "name": "sebastian\/cli-parser",
            "version": "1.0.2",
            "version_normalized": "1.0.2.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/sebastianbergmann\/cli-parser.git",
                "reference": "2b56bea83a09de3ac06bb18b92f068e60cc6f50b"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/sebastianbergmann\/cli-parser\/zipball\/2b56bea83a09de3ac06bb18b92f068e60cc6f50b",
                "reference": "2b56bea83a09de3ac06bb18b92f068e60cc6f50b",
                "shasum": ""
            },
            "require": {
                "php": ">=7.3"
            },
            "require-dev": {
                "phpunit\/phpunit": "^9.3"
            },
            "time": "2024-03-02T06:27:43+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "src\/"
                ]
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de",
                    "role": "lead"
                }
            ],
            "description": "Library for parsing CLI options",
            "homepage": "https:\/\/github.com\/sebastianbergmann\/cli-parser",
            "support": {
                "issues": "https:\/\/github.com\/sebastianbergmann\/cli-parser\/issues",
                "source": "https:\/\/github.com\/sebastianbergmann\/cli-parser\/tree\/1.0.2"
            },
            "funding": [
                {
                    "url": "https:\/\/github.com\/sebastianbergmann",
                    "type": "github"
                }
            ],
            "install-path": "..\/sebastian\/cli-parser"
        },
        {
            "name": "sebastian\/code-unit",
            "version": "1.0.8",
            "version_normalized": "1.0.8.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/sebastianbergmann\/code-unit.git",
                "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/sebastianbergmann\/code-unit\/zipball\/1fc9f64c0927627ef78ba436c9b17d967e68e120",
                "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120",
                "shasum": ""
            },
            "require": {
                "php": ">=7.3"
            },
            "require-dev": {
                "phpunit\/phpunit": "^9.3"
            },
            "time": "2020-10-26T13:08:54+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "src\/"
                ]
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de",
                    "role": "lead"
                }
            ],
            "description": "Collection of value objects that represent the PHP code units",
            "homepage": "https:\/\/github.com\/sebastianbergmann\/code-unit",
            "support": {
                "issues": "https:\/\/github.com\/sebastianbergmann\/code-unit\/issues",
                "source": "https:\/\/github.com\/sebastianbergmann\/code-unit\/tree\/1.0.8"
            },
            "funding": [
                {
                    "url": "https:\/\/github.com\/sebastianbergmann",
                    "type": "github"
                }
            ],
            "install-path": "..\/sebastian\/code-unit"
        },
        {
            "name": "sebastian\/code-unit-reverse-lookup",
            "version": "2.0.3",
            "version_normalized": "2.0.3.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/sebastianbergmann\/code-unit-reverse-lookup.git",
                "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/sebastianbergmann\/code-unit-reverse-lookup\/zipball\/ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5",
                "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5",
                "shasum": ""
            },
            "require": {
                "php": ">=7.3"
            },
            "require-dev": {
                "phpunit\/phpunit": "^9.3"
            },
            "time": "2020-09-28T05:30:19+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "src\/"
                ]
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                }
            ],
            "description": "Looks up which function or method a line of code belongs to",
            "homepage": "https:\/\/github.com\/sebastianbergmann\/code-unit-reverse-lookup\/",
            "support": {
                "issues": "https:\/\/github.com\/sebastianbergmann\/code-unit-reverse-lookup\/issues",
                "source": "https:\/\/github.com\/sebastianbergmann\/code-unit-reverse-lookup\/tree\/2.0.3"
            },
            "funding": [
                {
                    "url": "https:\/\/github.com\/sebastianbergmann",
                    "type": "github"
                }
            ],
            "install-path": "..\/sebastian\/code-unit-reverse-lookup"
        },
        {
            "name": "sebastian\/comparator",
            "version": "4.0.10",
            "version_normalized": "4.0.10.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/sebastianbergmann\/comparator.git",
                "reference": "e4df00b9b3571187db2831ae9aada2c6efbd715d"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/sebastianbergmann\/comparator\/zipball\/e4df00b9b3571187db2831ae9aada2c6efbd715d",
                "reference": "e4df00b9b3571187db2831ae9aada2c6efbd715d",
                "shasum": ""
            },
            "require": {
                "php": ">=7.3",
                "sebastian\/diff": "^4.0",
                "sebastian\/exporter": "^4.0"
            },
            "require-dev": {
                "phpunit\/phpunit": "^9.3"
            },
            "time": "2026-01-24T09:22:56+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "4.0-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "src\/"
                ]
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                },
                {
                    "name": "Jeff Welch",
                    "email": "whatthejeff@gmail.com"
                },
                {
                    "name": "Volker Dusch",
                    "email": "github@wallbash.com"
                },
                {
                    "name": "Bernhard Schussek",
                    "email": "bschussek@2bepublished.at"
                }
            ],
            "description": "Provides the functionality to compare PHP values for equality",
            "homepage": "https:\/\/github.com\/sebastianbergmann\/comparator",
            "keywords": [
                "comparator",
                "compare",
                "equality"
            ],
            "support": {
                "issues": "https:\/\/github.com\/sebastianbergmann\/comparator\/issues",
                "source": "https:\/\/github.com\/sebastianbergmann\/comparator\/tree\/4.0.10"
            },
            "funding": [
                {
                    "url": "https:\/\/github.com\/sebastianbergmann",
                    "type": "github"
                },
                {
                    "url": "https:\/\/liberapay.com\/sebastianbergmann",
                    "type": "liberapay"
                },
                {
                    "url": "https:\/\/thanks.dev\/u\/gh\/sebastianbergmann",
                    "type": "thanks_dev"
                },
                {
                    "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/sebastian\/comparator",
                    "type": "tidelift"
                }
            ],
            "install-path": "..\/sebastian\/comparator"
        },
        {
            "name": "sebastian\/complexity",
            "version": "2.0.3",
            "version_normalized": "2.0.3.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/sebastianbergmann\/complexity.git",
                "reference": "25f207c40d62b8b7aa32f5ab026c53561964053a"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/sebastianbergmann\/complexity\/zipball\/25f207c40d62b8b7aa32f5ab026c53561964053a",
                "reference": "25f207c40d62b8b7aa32f5ab026c53561964053a",
                "shasum": ""
            },
            "require": {
                "nikic\/php-parser": "^4.18 || ^5.0",
                "php": ">=7.3"
            },
            "require-dev": {
                "phpunit\/phpunit": "^9.3"
            },
            "time": "2023-12-22T06:19:30+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "src\/"
                ]
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de",
                    "role": "lead"
                }
            ],
            "description": "Library for calculating the complexity of PHP code units",
            "homepage": "https:\/\/github.com\/sebastianbergmann\/complexity",
            "support": {
                "issues": "https:\/\/github.com\/sebastianbergmann\/complexity\/issues",
                "source": "https:\/\/github.com\/sebastianbergmann\/complexity\/tree\/2.0.3"
            },
            "funding": [
                {
                    "url": "https:\/\/github.com\/sebastianbergmann",
                    "type": "github"
                }
            ],
            "install-path": "..\/sebastian\/complexity"
        },
        {
            "name": "sebastian\/diff",
            "version": "4.0.6",
            "version_normalized": "4.0.6.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/sebastianbergmann\/diff.git",
                "reference": "ba01945089c3a293b01ba9badc29ad55b106b0bc"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/sebastianbergmann\/diff\/zipball\/ba01945089c3a293b01ba9badc29ad55b106b0bc",
                "reference": "ba01945089c3a293b01ba9badc29ad55b106b0bc",
                "shasum": ""
            },
            "require": {
                "php": ">=7.3"
            },
            "require-dev": {
                "phpunit\/phpunit": "^9.3",
                "symfony\/process": "^4.2 || ^5"
            },
            "time": "2024-03-02T06:30:58+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "4.0-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "src\/"
                ]
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                },
                {
                    "name": "Kore Nordmann",
                    "email": "mail@kore-nordmann.de"
                }
            ],
            "description": "Diff implementation",
            "homepage": "https:\/\/github.com\/sebastianbergmann\/diff",
            "keywords": [
                "diff",
                "udiff",
                "unidiff",
                "unified diff"
            ],
            "support": {
                "issues": "https:\/\/github.com\/sebastianbergmann\/diff\/issues",
                "source": "https:\/\/github.com\/sebastianbergmann\/diff\/tree\/4.0.6"
            },
            "funding": [
                {
                    "url": "https:\/\/github.com\/sebastianbergmann",
                    "type": "github"
                }
            ],
            "install-path": "..\/sebastian\/diff"
        },
        {
            "name": "sebastian\/environment",
            "version": "5.1.5",
            "version_normalized": "5.1.5.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/sebastianbergmann\/environment.git",
                "reference": "830c43a844f1f8d5b7a1f6d6076b784454d8b7ed"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/sebastianbergmann\/environment\/zipball\/830c43a844f1f8d5b7a1f6d6076b784454d8b7ed",
                "reference": "830c43a844f1f8d5b7a1f6d6076b784454d8b7ed",
                "shasum": ""
            },
            "require": {
                "php": ">=7.3"
            },
            "require-dev": {
                "phpunit\/phpunit": "^9.3"
            },
            "suggest": {
                "ext-posix": "*"
            },
            "time": "2023-02-03T06:03:51+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "5.1-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "src\/"
                ]
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                }
            ],
            "description": "Provides functionality to handle HHVM\/PHP environments",
            "homepage": "http:\/\/www.github.com\/sebastianbergmann\/environment",
            "keywords": [
                "Xdebug",
                "environment",
                "hhvm"
            ],
            "support": {
                "issues": "https:\/\/github.com\/sebastianbergmann\/environment\/issues",
                "source": "https:\/\/github.com\/sebastianbergmann\/environment\/tree\/5.1.5"
            },
            "funding": [
                {
                    "url": "https:\/\/github.com\/sebastianbergmann",
                    "type": "github"
                }
            ],
            "install-path": "..\/sebastian\/environment"
        },
        {
            "name": "sebastian\/exporter",
            "version": "4.0.8",
            "version_normalized": "4.0.8.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/sebastianbergmann\/exporter.git",
                "reference": "14c6ba52f95a36c3d27c835d65efc7123c446e8c"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/sebastianbergmann\/exporter\/zipball\/14c6ba52f95a36c3d27c835d65efc7123c446e8c",
                "reference": "14c6ba52f95a36c3d27c835d65efc7123c446e8c",
                "shasum": ""
            },
            "require": {
                "php": ">=7.3",
                "sebastian\/recursion-context": "^4.0"
            },
            "require-dev": {
                "ext-mbstring": "*",
                "phpunit\/phpunit": "^9.3"
            },
            "time": "2025-09-24T06:03:27+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "4.0-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "src\/"
                ]
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                },
                {
                    "name": "Jeff Welch",
                    "email": "whatthejeff@gmail.com"
                },
                {
                    "name": "Volker Dusch",
                    "email": "github@wallbash.com"
                },
                {
                    "name": "Adam Harvey",
                    "email": "aharvey@php.net"
                },
                {
                    "name": "Bernhard Schussek",
                    "email": "bschussek@gmail.com"
                }
            ],
            "description": "Provides the functionality to export PHP variables for visualization",
            "homepage": "https:\/\/www.github.com\/sebastianbergmann\/exporter",
            "keywords": [
                "export",
                "exporter"
            ],
            "support": {
                "issues": "https:\/\/github.com\/sebastianbergmann\/exporter\/issues",
                "source": "https:\/\/github.com\/sebastianbergmann\/exporter\/tree\/4.0.8"
            },
            "funding": [
                {
                    "url": "https:\/\/github.com\/sebastianbergmann",
                    "type": "github"
                },
                {
                    "url": "https:\/\/liberapay.com\/sebastianbergmann",
                    "type": "liberapay"
                },
                {
                    "url": "https:\/\/thanks.dev\/u\/gh\/sebastianbergmann",
                    "type": "thanks_dev"
                },
                {
                    "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/sebastian\/exporter",
                    "type": "tidelift"
                }
            ],
            "install-path": "..\/sebastian\/exporter"
        },
        {
            "name": "sebastian\/global-state",
            "version": "5.0.8",
            "version_normalized": "5.0.8.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/sebastianbergmann\/global-state.git",
                "reference": "b6781316bdcd28260904e7cc18ec983d0d2ef4f6"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/sebastianbergmann\/global-state\/zipball\/b6781316bdcd28260904e7cc18ec983d0d2ef4f6",
                "reference": "b6781316bdcd28260904e7cc18ec983d0d2ef4f6",
                "shasum": ""
            },
            "require": {
                "php": ">=7.3",
                "sebastian\/object-reflector": "^2.0",
                "sebastian\/recursion-context": "^4.0"
            },
            "require-dev": {
                "ext-dom": "*",
                "phpunit\/phpunit": "^9.3"
            },
            "suggest": {
                "ext-uopz": "*"
            },
            "time": "2025-08-10T07:10:35+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "5.0-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "src\/"
                ]
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                }
            ],
            "description": "Snapshotting of global state",
            "homepage": "http:\/\/www.github.com\/sebastianbergmann\/global-state",
            "keywords": [
                "global state"
            ],
            "support": {
                "issues": "https:\/\/github.com\/sebastianbergmann\/global-state\/issues",
                "source": "https:\/\/github.com\/sebastianbergmann\/global-state\/tree\/5.0.8"
            },
            "funding": [
                {
                    "url": "https:\/\/github.com\/sebastianbergmann",
                    "type": "github"
                },
                {
                    "url": "https:\/\/liberapay.com\/sebastianbergmann",
                    "type": "liberapay"
                },
                {
                    "url": "https:\/\/thanks.dev\/u\/gh\/sebastianbergmann",
                    "type": "thanks_dev"
                },
                {
                    "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/sebastian\/global-state",
                    "type": "tidelift"
                }
            ],
            "install-path": "..\/sebastian\/global-state"
        },
        {
            "name": "sebastian\/lines-of-code",
            "version": "1.0.4",
            "version_normalized": "1.0.4.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/sebastianbergmann\/lines-of-code.git",
                "reference": "e1e4a170560925c26d424b6a03aed157e7dcc5c5"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/sebastianbergmann\/lines-of-code\/zipball\/e1e4a170560925c26d424b6a03aed157e7dcc5c5",
                "reference": "e1e4a170560925c26d424b6a03aed157e7dcc5c5",
                "shasum": ""
            },
            "require": {
                "nikic\/php-parser": "^4.18 || ^5.0",
                "php": ">=7.3"
            },
            "require-dev": {
                "phpunit\/phpunit": "^9.3"
            },
            "time": "2023-12-22T06:20:34+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "src\/"
                ]
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de",
                    "role": "lead"
                }
            ],
            "description": "Library for counting the lines of code in PHP source code",
            "homepage": "https:\/\/github.com\/sebastianbergmann\/lines-of-code",
            "support": {
                "issues": "https:\/\/github.com\/sebastianbergmann\/lines-of-code\/issues",
                "source": "https:\/\/github.com\/sebastianbergmann\/lines-of-code\/tree\/1.0.4"
            },
            "funding": [
                {
                    "url": "https:\/\/github.com\/sebastianbergmann",
                    "type": "github"
                }
            ],
            "install-path": "..\/sebastian\/lines-of-code"
        },
        {
            "name": "sebastian\/object-enumerator",
            "version": "4.0.4",
            "version_normalized": "4.0.4.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/sebastianbergmann\/object-enumerator.git",
                "reference": "5c9eeac41b290a3712d88851518825ad78f45c71"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/sebastianbergmann\/object-enumerator\/zipball\/5c9eeac41b290a3712d88851518825ad78f45c71",
                "reference": "5c9eeac41b290a3712d88851518825ad78f45c71",
                "shasum": ""
            },
            "require": {
                "php": ">=7.3",
                "sebastian\/object-reflector": "^2.0",
                "sebastian\/recursion-context": "^4.0"
            },
            "require-dev": {
                "phpunit\/phpunit": "^9.3"
            },
            "time": "2020-10-26T13:12:34+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "4.0-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "src\/"
                ]
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                }
            ],
            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
            "homepage": "https:\/\/github.com\/sebastianbergmann\/object-enumerator\/",
            "support": {
                "issues": "https:\/\/github.com\/sebastianbergmann\/object-enumerator\/issues",
                "source": "https:\/\/github.com\/sebastianbergmann\/object-enumerator\/tree\/4.0.4"
            },
            "funding": [
                {
                    "url": "https:\/\/github.com\/sebastianbergmann",
                    "type": "github"
                }
            ],
            "install-path": "..\/sebastian\/object-enumerator"
        },
        {
            "name": "sebastian\/object-reflector",
            "version": "2.0.4",
            "version_normalized": "2.0.4.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/sebastianbergmann\/object-reflector.git",
                "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/sebastianbergmann\/object-reflector\/zipball\/b4f479ebdbf63ac605d183ece17d8d7fe49c15c7",
                "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7",
                "shasum": ""
            },
            "require": {
                "php": ">=7.3"
            },
            "require-dev": {
                "phpunit\/phpunit": "^9.3"
            },
            "time": "2020-10-26T13:14:26+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "src\/"
                ]
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                }
            ],
            "description": "Allows reflection of object attributes, including inherited and non-public ones",
            "homepage": "https:\/\/github.com\/sebastianbergmann\/object-reflector\/",
            "support": {
                "issues": "https:\/\/github.com\/sebastianbergmann\/object-reflector\/issues",
                "source": "https:\/\/github.com\/sebastianbergmann\/object-reflector\/tree\/2.0.4"
            },
            "funding": [
                {
                    "url": "https:\/\/github.com\/sebastianbergmann",
                    "type": "github"
                }
            ],
            "install-path": "..\/sebastian\/object-reflector"
        },
        {
            "name": "sebastian\/recursion-context",
            "version": "4.0.6",
            "version_normalized": "4.0.6.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/sebastianbergmann\/recursion-context.git",
                "reference": "539c6691e0623af6dc6f9c20384c120f963465a0"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/sebastianbergmann\/recursion-context\/zipball\/539c6691e0623af6dc6f9c20384c120f963465a0",
                "reference": "539c6691e0623af6dc6f9c20384c120f963465a0",
                "shasum": ""
            },
            "require": {
                "php": ">=7.3"
            },
            "require-dev": {
                "phpunit\/phpunit": "^9.3"
            },
            "time": "2025-08-10T06:57:39+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "4.0-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "src\/"
                ]
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                },
                {
                    "name": "Jeff Welch",
                    "email": "whatthejeff@gmail.com"
                },
                {
                    "name": "Adam Harvey",
                    "email": "aharvey@php.net"
                }
            ],
            "description": "Provides functionality to recursively process PHP variables",
            "homepage": "https:\/\/github.com\/sebastianbergmann\/recursion-context",
            "support": {
                "issues": "https:\/\/github.com\/sebastianbergmann\/recursion-context\/issues",
                "source": "https:\/\/github.com\/sebastianbergmann\/recursion-context\/tree\/4.0.6"
            },
            "funding": [
                {
                    "url": "https:\/\/github.com\/sebastianbergmann",
                    "type": "github"
                },
                {
                    "url": "https:\/\/liberapay.com\/sebastianbergmann",
                    "type": "liberapay"
                },
                {
                    "url": "https:\/\/thanks.dev\/u\/gh\/sebastianbergmann",
                    "type": "thanks_dev"
                },
                {
                    "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/sebastian\/recursion-context",
                    "type": "tidelift"
                }
            ],
            "install-path": "..\/sebastian\/recursion-context"
        },
        {
            "name": "sebastian\/resource-operations",
            "version": "3.0.4",
            "version_normalized": "3.0.4.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/sebastianbergmann\/resource-operations.git",
                "reference": "05d5692a7993ecccd56a03e40cd7e5b09b1d404e"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/sebastianbergmann\/resource-operations\/zipball\/05d5692a7993ecccd56a03e40cd7e5b09b1d404e",
                "reference": "05d5692a7993ecccd56a03e40cd7e5b09b1d404e",
                "shasum": ""
            },
            "require": {
                "php": ">=7.3"
            },
            "require-dev": {
                "phpunit\/phpunit": "^9.0"
            },
            "time": "2024-03-14T16:00:52+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "3.0-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "src\/"
                ]
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                }
            ],
            "description": "Provides a list of PHP built-in functions that operate on resources",
            "homepage": "https:\/\/www.github.com\/sebastianbergmann\/resource-operations",
            "support": {
                "source": "https:\/\/github.com\/sebastianbergmann\/resource-operations\/tree\/3.0.4"
            },
            "funding": [
                {
                    "url": "https:\/\/github.com\/sebastianbergmann",
                    "type": "github"
                }
            ],
            "install-path": "..\/sebastian\/resource-operations"
        },
        {
            "name": "sebastian\/type",
            "version": "3.2.1",
            "version_normalized": "3.2.1.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/sebastianbergmann\/type.git",
                "reference": "75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/sebastianbergmann\/type\/zipball\/75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7",
                "reference": "75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7",
                "shasum": ""
            },
            "require": {
                "php": ">=7.3"
            },
            "require-dev": {
                "phpunit\/phpunit": "^9.5"
            },
            "time": "2023-02-03T06:13:03+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.2-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "src\/"
                ]
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de",
                    "role": "lead"
                }
            ],
            "description": "Collection of value objects that represent the types of the PHP type system",
            "homepage": "https:\/\/github.com\/sebastianbergmann\/type",
            "support": {
                "issues": "https:\/\/github.com\/sebastianbergmann\/type\/issues",
                "source": "https:\/\/github.com\/sebastianbergmann\/type\/tree\/3.2.1"
            },
            "funding": [
                {
                    "url": "https:\/\/github.com\/sebastianbergmann",
                    "type": "github"
                }
            ],
            "install-path": "..\/sebastian\/type"
        },
        {
            "name": "sebastian\/version",
            "version": "3.0.2",
            "version_normalized": "3.0.2.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/sebastianbergmann\/version.git",
                "reference": "c6c1022351a901512170118436c764e473f6de8c"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/sebastianbergmann\/version\/zipball\/c6c1022351a901512170118436c764e473f6de8c",
                "reference": "c6c1022351a901512170118436c764e473f6de8c",
                "shasum": ""
            },
            "require": {
                "php": ">=7.3"
            },
            "time": "2020-09-28T06:39:44+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.0-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "src\/"
                ]
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "BSD-3-Clause"
            ],
            "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"
                }
            ],
            "install-path": "..\/sebastian\/version"
        },
        {
            "name": "symfony\/console",
            "version": "v6.4.34",
            "version_normalized": "6.4.34.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/symfony\/console.git",
                "reference": "7b1f1c37eff5910ddda2831345467e593a5120ad"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/symfony\/console\/zipball\/7b1f1c37eff5910ddda2831345467e593a5120ad",
                "reference": "7b1f1c37eff5910ddda2831345467e593a5120ad",
                "shasum": ""
            },
            "require": {
                "php": ">=8.1",
                "symfony\/deprecation-contracts": "^2.5|^3",
                "symfony\/polyfill-mbstring": "~1.0",
                "symfony\/service-contracts": "^2.5|^3",
                "symfony\/string": "^5.4|^6.0|^7.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|^7.0",
                "symfony\/dependency-injection": "^5.4|^6.0|^7.0",
                "symfony\/event-dispatcher": "^5.4|^6.0|^7.0",
                "symfony\/http-foundation": "^6.4|^7.0",
                "symfony\/http-kernel": "^6.4|^7.0",
                "symfony\/lock": "^5.4|^6.0|^7.0",
                "symfony\/messenger": "^5.4|^6.0|^7.0",
                "symfony\/process": "^5.4|^6.0|^7.0",
                "symfony\/stopwatch": "^5.4|^6.0|^7.0",
                "symfony\/var-dumper": "^5.4|^6.0|^7.0"
            },
            "time": "2026-02-23T15:42:15+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "YamlCF\\Vendor\\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.4.34"
            },
            "funding": [
                {
                    "url": "https:\/\/symfony.com\/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https:\/\/github.com\/fabpot",
                    "type": "github"
                },
                {
                    "url": "https:\/\/github.com\/nicolas-grekas",
                    "type": "github"
                },
                {
                    "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/symfony\/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "..\/symfony\/console"
        },
        {
            "name": "symfony\/deprecation-contracts",
            "version": "v3.6.0",
            "version_normalized": "3.6.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/symfony\/deprecation-contracts.git",
                "reference": "63afe740e99a13ba87ec199bb07bbdee937a5b62"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/symfony\/deprecation-contracts\/zipball\/63afe740e99a13ba87ec199bb07bbdee937a5b62",
                "reference": "63afe740e99a13ba87ec199bb07bbdee937a5b62",
                "shasum": ""
            },
            "require": {
                "php": ">=8.1"
            },
            "time": "2024-09-25T14:21:43+00:00",
            "type": "library",
            "extra": {
                "thanks": {
                    "url": "https:\/\/github.com\/symfony\/contracts",
                    "name": "symfony\/contracts"
                },
                "branch-alias": {
                    "dev-main": "3.6-dev"
                }
            },
            "installation-source": "dist",
            "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\/v3.6.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"
                }
            ],
            "install-path": "..\/symfony\/deprecation-contracts"
        },
        {
            "name": "symfony\/event-dispatcher-contracts",
            "version": "v3.6.0",
            "version_normalized": "3.6.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/symfony\/event-dispatcher-contracts.git",
                "reference": "59eb412e93815df44f05f342958efa9f46b1e586"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/symfony\/event-dispatcher-contracts\/zipball\/59eb412e93815df44f05f342958efa9f46b1e586",
                "reference": "59eb412e93815df44f05f342958efa9f46b1e586",
                "shasum": ""
            },
            "require": {
                "php": ">=8.1",
                "psr\/event-dispatcher": "^1"
            },
            "time": "2024-09-25T14:21:43+00:00",
            "type": "library",
            "extra": {
                "thanks": {
                    "url": "https:\/\/github.com\/symfony\/contracts",
                    "name": "symfony\/contracts"
                },
                "branch-alias": {
                    "dev-main": "3.6-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "YamlCF\\Vendor\\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.6.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"
                }
            ],
            "install-path": "..\/symfony\/event-dispatcher-contracts"
        },
        {
            "name": "symfony\/filesystem",
            "version": "v6.4.34",
            "version_normalized": "6.4.34.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/symfony\/filesystem.git",
                "reference": "01ffe0411b842f93c571e5c391f289c3fdd498c3"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/symfony\/filesystem\/zipball\/01ffe0411b842f93c571e5c391f289c3fdd498c3",
                "reference": "01ffe0411b842f93c571e5c391f289c3fdd498c3",
                "shasum": ""
            },
            "require": {
                "php": ">=8.1",
                "symfony\/polyfill-ctype": "~1.8",
                "symfony\/polyfill-mbstring": "~1.8"
            },
            "require-dev": {
                "symfony\/process": "^5.4|^6.4|^7.0"
            },
            "time": "2026-02-24T17:51:06+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "YamlCF\\Vendor\\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.4.34"
            },
            "funding": [
                {
                    "url": "https:\/\/symfony.com\/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https:\/\/github.com\/fabpot",
                    "type": "github"
                },
                {
                    "url": "https:\/\/github.com\/nicolas-grekas",
                    "type": "github"
                },
                {
                    "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/symfony\/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "..\/symfony\/filesystem"
        },
        {
            "name": "symfony\/finder",
            "version": "v6.4.34",
            "version_normalized": "6.4.34.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/symfony\/finder.git",
                "reference": "9590e86be1d1c57bfbb16d0dd040345378c20896"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/symfony\/finder\/zipball\/9590e86be1d1c57bfbb16d0dd040345378c20896",
                "reference": "9590e86be1d1c57bfbb16d0dd040345378c20896",
                "shasum": ""
            },
            "require": {
                "php": ">=8.1"
            },
            "require-dev": {
                "symfony\/filesystem": "^6.0|^7.0"
            },
            "time": "2026-01-28T15:16:37+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "YamlCF\\Vendor\\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.4.34"
            },
            "funding": [
                {
                    "url": "https:\/\/symfony.com\/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https:\/\/github.com\/fabpot",
                    "type": "github"
                },
                {
                    "url": "https:\/\/github.com\/nicolas-grekas",
                    "type": "github"
                },
                {
                    "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/symfony\/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "..\/symfony\/finder"
        },
        {
            "name": "symfony\/polyfill-ctype",
            "version": "v1.33.0",
            "version_normalized": "1.33.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/symfony\/polyfill-ctype.git",
                "reference": "a3cc8b044a6ea513310cbd48ef7333b384945638"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/symfony\/polyfill-ctype\/zipball\/a3cc8b044a6ea513310cbd48ef7333b384945638",
                "reference": "a3cc8b044a6ea513310cbd48ef7333b384945638",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2"
            },
            "provide": {
                "ext-ctype": "*"
            },
            "suggest": {
                "ext-ctype": "For best performance"
            },
            "time": "2024-09-09T11:45:10+00:00",
            "type": "library",
            "extra": {
                "thanks": {
                    "url": "https:\/\/github.com\/symfony\/polyfill",
                    "name": "symfony\/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "YamlCF\\Vendor\\Symfony\\Polyfill\\Ctype\\": ""
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Gert de Pagter",
                    "email": "BackEndTea@gmail.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https:\/\/symfony.com\/contributors"
                }
            ],
            "description": "Symfony polyfill for ctype functions",
            "homepage": "https:\/\/symfony.com",
            "keywords": [
                "compatibility",
                "ctype",
                "polyfill",
                "portable"
            ],
            "support": {
                "source": "https:\/\/github.com\/symfony\/polyfill-ctype\/tree\/v1.33.0"
            },
            "funding": [
                {
                    "url": "https:\/\/symfony.com\/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https:\/\/github.com\/fabpot",
                    "type": "github"
                },
                {
                    "url": "https:\/\/github.com\/nicolas-grekas",
                    "type": "github"
                },
                {
                    "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/symfony\/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "..\/symfony\/polyfill-ctype"
        },
        {
            "name": "symfony\/polyfill-intl-grapheme",
            "version": "v1.33.0",
            "version_normalized": "1.33.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/symfony\/polyfill-intl-grapheme.git",
                "reference": "380872130d3a5dd3ace2f4010d95125fde5d5c70"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/symfony\/polyfill-intl-grapheme\/zipball\/380872130d3a5dd3ace2f4010d95125fde5d5c70",
                "reference": "380872130d3a5dd3ace2f4010d95125fde5d5c70",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2"
            },
            "suggest": {
                "ext-intl": "For best performance"
            },
            "time": "2025-06-27T09:58:17+00:00",
            "type": "library",
            "extra": {
                "thanks": {
                    "url": "https:\/\/github.com\/symfony\/polyfill",
                    "name": "symfony\/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "YamlCF\\Vendor\\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.33.0"
            },
            "funding": [
                {
                    "url": "https:\/\/symfony.com\/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https:\/\/github.com\/fabpot",
                    "type": "github"
                },
                {
                    "url": "https:\/\/github.com\/nicolas-grekas",
                    "type": "github"
                },
                {
                    "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/symfony\/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "..\/symfony\/polyfill-intl-grapheme"
        },
        {
            "name": "symfony\/polyfill-intl-normalizer",
            "version": "v1.33.0",
            "version_normalized": "1.33.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/symfony\/polyfill-intl-normalizer.git",
                "reference": "3833d7255cc303546435cb650316bff708a1c75c"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/symfony\/polyfill-intl-normalizer\/zipball\/3833d7255cc303546435cb650316bff708a1c75c",
                "reference": "3833d7255cc303546435cb650316bff708a1c75c",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2"
            },
            "suggest": {
                "ext-intl": "For best performance"
            },
            "time": "2024-09-09T11:45:10+00:00",
            "type": "library",
            "extra": {
                "thanks": {
                    "url": "https:\/\/github.com\/symfony\/polyfill",
                    "name": "symfony\/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "YamlCF\\Vendor\\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.33.0"
            },
            "funding": [
                {
                    "url": "https:\/\/symfony.com\/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https:\/\/github.com\/fabpot",
                    "type": "github"
                },
                {
                    "url": "https:\/\/github.com\/nicolas-grekas",
                    "type": "github"
                },
                {
                    "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/symfony\/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "..\/symfony\/polyfill-intl-normalizer"
        },
        {
            "name": "symfony\/polyfill-mbstring",
            "version": "v1.33.0",
            "version_normalized": "1.33.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/symfony\/polyfill-mbstring.git",
                "reference": "6d857f4d76bd4b343eac26d6b539585d2bc56493"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/symfony\/polyfill-mbstring\/zipball\/6d857f4d76bd4b343eac26d6b539585d2bc56493",
                "reference": "6d857f4d76bd4b343eac26d6b539585d2bc56493",
                "shasum": ""
            },
            "require": {
                "ext-iconv": "*",
                "php": ">=7.2"
            },
            "provide": {
                "ext-mbstring": "*"
            },
            "suggest": {
                "ext-mbstring": "For best performance"
            },
            "time": "2024-12-23T08:48:59+00:00",
            "type": "library",
            "extra": {
                "thanks": {
                    "url": "https:\/\/github.com\/symfony\/polyfill",
                    "name": "symfony\/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "YamlCF\\Vendor\\Symfony\\Polyfill\\Mbstring\\": ""
                }
            },
            "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 the Mbstring extension",
            "homepage": "https:\/\/symfony.com",
            "keywords": [
                "compatibility",
                "mbstring",
                "polyfill",
                "portable",
                "shim"
            ],
            "support": {
                "source": "https:\/\/github.com\/symfony\/polyfill-mbstring\/tree\/v1.33.0"
            },
            "funding": [
                {
                    "url": "https:\/\/symfony.com\/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https:\/\/github.com\/fabpot",
                    "type": "github"
                },
                {
                    "url": "https:\/\/github.com\/nicolas-grekas",
                    "type": "github"
                },
                {
                    "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/symfony\/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "..\/symfony\/polyfill-mbstring"
        },
        {
            "name": "symfony\/service-contracts",
            "version": "v3.6.1",
            "version_normalized": "3.6.1.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/symfony\/service-contracts.git",
                "reference": "45112560a3ba2d715666a509a0bc9521d10b6c43"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/symfony\/service-contracts\/zipball\/45112560a3ba2d715666a509a0bc9521d10b6c43",
                "reference": "45112560a3ba2d715666a509a0bc9521d10b6c43",
                "shasum": ""
            },
            "require": {
                "php": ">=8.1",
                "psr\/container": "^1.1|^2.0",
                "symfony\/deprecation-contracts": "^2.5|^3"
            },
            "conflict": {
                "ext-psr": "<1.1|>=2"
            },
            "time": "2025-07-15T11:30:57+00:00",
            "type": "library",
            "extra": {
                "thanks": {
                    "url": "https:\/\/github.com\/symfony\/contracts",
                    "name": "symfony\/contracts"
                },
                "branch-alias": {
                    "dev-main": "3.6-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "YamlCF\\Vendor\\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.6.1"
            },
            "funding": [
                {
                    "url": "https:\/\/symfony.com\/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https:\/\/github.com\/fabpot",
                    "type": "github"
                },
                {
                    "url": "https:\/\/github.com\/nicolas-grekas",
                    "type": "github"
                },
                {
                    "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/symfony\/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "..\/symfony\/service-contracts"
        },
        {
            "name": "symfony\/string",
            "version": "v6.4.34",
            "version_normalized": "6.4.34.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/symfony\/string.git",
                "reference": "2adaf4106f2ef4c67271971bde6d3fe0a6936432"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/symfony\/string\/zipball\/2adaf4106f2ef4c67271971bde6d3fe0a6936432",
                "reference": "2adaf4106f2ef4c67271971bde6d3fe0a6936432",
                "shasum": ""
            },
            "require": {
                "php": ">=8.1",
                "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.5"
            },
            "require-dev": {
                "symfony\/http-client": "^5.4|^6.0|^7.0",
                "symfony\/intl": "^6.2|^7.0",
                "symfony\/translation-contracts": "^2.5|^3.0",
                "symfony\/var-exporter": "^5.4|^6.0|^7.0"
            },
            "time": "2026-02-08T20:44:54+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "Resources\/functions.php"
                ],
                "psr-4": {
                    "YamlCF\\Vendor\\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.4.34"
            },
            "funding": [
                {
                    "url": "https:\/\/symfony.com\/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https:\/\/github.com\/fabpot",
                    "type": "github"
                },
                {
                    "url": "https:\/\/github.com\/nicolas-grekas",
                    "type": "github"
                },
                {
                    "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/symfony\/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "..\/symfony\/string"
        },
        {
            "name": "symfony\/yaml",
            "version": "v6.4.34",
            "version_normalized": "6.4.34.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/symfony\/yaml.git",
                "reference": "7bca30dabed7900a08c5ad4f1d6483f881a64d0f"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/symfony\/yaml\/zipball\/7bca30dabed7900a08c5ad4f1d6483f881a64d0f",
                "reference": "7bca30dabed7900a08c5ad4f1d6483f881a64d0f",
                "shasum": ""
            },
            "require": {
                "php": ">=8.1",
                "symfony\/deprecation-contracts": "^2.5|^3",
                "symfony\/polyfill-ctype": "^1.8"
            },
            "conflict": {
                "symfony\/console": "<5.4"
            },
            "require-dev": {
                "symfony\/console": "^5.4|^6.0|^7.0"
            },
            "time": "2026-02-06T18:32:11+00:00",
            "bin": [
                "Resources\/bin\/yaml-lint"
            ],
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "YamlCF\\Vendor\\Symfony\\Component\\Yaml\\": ""
                },
                "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": "Loads and dumps YAML files",
            "homepage": "https:\/\/symfony.com",
            "support": {
                "source": "https:\/\/github.com\/symfony\/yaml\/tree\/v6.4.34"
            },
            "funding": [
                {
                    "url": "https:\/\/symfony.com\/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https:\/\/github.com\/fabpot",
                    "type": "github"
                },
                {
                    "url": "https:\/\/github.com\/nicolas-grekas",
                    "type": "github"
                },
                {
                    "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/symfony\/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "..\/symfony\/yaml"
        },
        {
            "name": "thecodingmachine\/safe",
            "version": "v2.5.0",
            "version_normalized": "2.5.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/thecodingmachine\/safe.git",
                "reference": "3115ecd6b4391662b4931daac4eba6b07a2ac1f0"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/thecodingmachine\/safe\/zipball\/3115ecd6b4391662b4931daac4eba6b07a2ac1f0",
                "reference": "3115ecd6b4391662b4931daac4eba6b07a2ac1f0",
                "shasum": ""
            },
            "require": {
                "php": "^8.0"
            },
            "require-dev": {
                "phpstan\/phpstan": "^1.5",
                "phpunit\/phpunit": "^9.5",
                "squizlabs\/php_codesniffer": "^3.2",
                "thecodingmachine\/phpstan-strict-rules": "^1.0"
            },
            "time": "2023-04-05T11:54:14+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.2.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "deprecated\/apc.php",
                    "deprecated\/array.php",
                    "deprecated\/datetime.php",
                    "deprecated\/libevent.php",
                    "deprecated\/misc.php",
                    "deprecated\/password.php",
                    "deprecated\/mssql.php",
                    "deprecated\/stats.php",
                    "deprecated\/strings.php",
                    "lib\/special_cases.php",
                    "deprecated\/mysqli.php",
                    "generated\/apache.php",
                    "generated\/apcu.php",
                    "generated\/array.php",
                    "generated\/bzip2.php",
                    "generated\/calendar.php",
                    "generated\/classobj.php",
                    "generated\/com.php",
                    "generated\/cubrid.php",
                    "generated\/curl.php",
                    "generated\/datetime.php",
                    "generated\/dir.php",
                    "generated\/eio.php",
                    "generated\/errorfunc.php",
                    "generated\/exec.php",
                    "generated\/fileinfo.php",
                    "generated\/filesystem.php",
                    "generated\/filter.php",
                    "generated\/fpm.php",
                    "generated\/ftp.php",
                    "generated\/funchand.php",
                    "generated\/gettext.php",
                    "generated\/gmp.php",
                    "generated\/gnupg.php",
                    "generated\/hash.php",
                    "generated\/ibase.php",
                    "generated\/ibmDb2.php",
                    "generated\/iconv.php",
                    "generated\/image.php",
                    "generated\/imap.php",
                    "generated\/info.php",
                    "generated\/inotify.php",
                    "generated\/json.php",
                    "generated\/ldap.php",
                    "generated\/libxml.php",
                    "generated\/lzf.php",
                    "generated\/mailparse.php",
                    "generated\/mbstring.php",
                    "generated\/misc.php",
                    "generated\/mysql.php",
                    "generated\/network.php",
                    "generated\/oci8.php",
                    "generated\/opcache.php",
                    "generated\/openssl.php",
                    "generated\/outcontrol.php",
                    "generated\/pcntl.php",
                    "generated\/pcre.php",
                    "generated\/pgsql.php",
                    "generated\/posix.php",
                    "generated\/ps.php",
                    "generated\/pspell.php",
                    "generated\/readline.php",
                    "generated\/rpminfo.php",
                    "generated\/rrd.php",
                    "generated\/sem.php",
                    "generated\/session.php",
                    "generated\/shmop.php",
                    "generated\/sockets.php",
                    "generated\/sodium.php",
                    "generated\/solr.php",
                    "generated\/spl.php",
                    "generated\/sqlsrv.php",
                    "generated\/ssdeep.php",
                    "generated\/ssh2.php",
                    "generated\/stream.php",
                    "generated\/strings.php",
                    "generated\/swoole.php",
                    "generated\/uodbc.php",
                    "generated\/uopz.php",
                    "generated\/url.php",
                    "generated\/var.php",
                    "generated\/xdiff.php",
                    "generated\/xml.php",
                    "generated\/xmlrpc.php",
                    "generated\/yaml.php",
                    "generated\/yaz.php",
                    "generated\/zip.php",
                    "generated\/zlib.php"
                ],
                "classmap": [
                    "lib\/DateTime.php",
                    "lib\/DateTimeImmutable.php",
                    "lib\/Exceptions\/",
                    "deprecated\/Exceptions\/",
                    "generated\/Exceptions\/"
                ]
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "description": "PHP core functions that throw exceptions instead of returning FALSE on error",
            "support": {
                "issues": "https:\/\/github.com\/thecodingmachine\/safe\/issues",
                "source": "https:\/\/github.com\/thecodingmachine\/safe\/tree\/v2.5.0"
            },
            "install-path": "..\/thecodingmachine\/safe"
        },
        {
            "name": "theseer\/tokenizer",
            "version": "1.3.1",
            "version_normalized": "1.3.1.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/theseer\/tokenizer.git",
                "reference": "b7489ce515e168639d17feec34b8847c326b0b3c"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/theseer\/tokenizer\/zipball\/b7489ce515e168639d17feec34b8847c326b0b3c",
                "reference": "b7489ce515e168639d17feec34b8847c326b0b3c",
                "shasum": ""
            },
            "require": {
                "ext-dom": "*",
                "ext-tokenizer": "*",
                "ext-xmlwriter": "*",
                "php": "^7.2 || ^8.0"
            },
            "time": "2025-11-17T20:03:58+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "src\/"
                ]
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Arne Blankerts",
                    "email": "arne@blankerts.de",
                    "role": "Developer"
                }
            ],
            "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
            "support": {
                "issues": "https:\/\/github.com\/theseer\/tokenizer\/issues",
                "source": "https:\/\/github.com\/theseer\/tokenizer\/tree\/1.3.1"
            },
            "funding": [
                {
                    "url": "https:\/\/github.com\/theseer",
                    "type": "github"
                }
            ],
            "install-path": "..\/theseer\/tokenizer"
        },
        {
            "name": "webmozart\/assert",
            "version": "1.12.1",
            "version_normalized": "1.12.1.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/webmozarts\/assert.git",
                "reference": "9be6926d8b485f55b9229203f962b51ed377ba68"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/webmozarts\/assert\/zipball\/9be6926d8b485f55b9229203f962b51ed377ba68",
                "reference": "9be6926d8b485f55b9229203f962b51ed377ba68",
                "shasum": ""
            },
            "require": {
                "ext-ctype": "*",
                "ext-date": "*",
                "ext-filter": "*",
                "php": "^7.2 || ^8.0"
            },
            "suggest": {
                "ext-intl": "",
                "ext-simplexml": "",
                "ext-spl": ""
            },
            "time": "2025-10-29T15:56:20+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.10-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "YamlCF\\Vendor\\Webmozart\\Assert\\": "src\/"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Bernhard Schussek",
                    "email": "bschussek@gmail.com"
                }
            ],
            "description": "Assertions to validate method input\/output with nice error messages.",
            "keywords": [
                "assert",
                "check",
                "validate"
            ],
            "support": {
                "issues": "https:\/\/github.com\/webmozarts\/assert\/issues",
                "source": "https:\/\/github.com\/webmozarts\/assert\/tree\/1.12.1"
            },
            "install-path": "..\/webmozart\/assert"
        },
        {
            "name": "yoast\/phpunit-polyfills",
            "version": "2.0.5",
            "version_normalized": "2.0.5.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/Yoast\/PHPUnit-Polyfills.git",
                "reference": "1a6aecc9ebe4a9cea4e1047d0e6c496e52314c27"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/Yoast\/PHPUnit-Polyfills\/zipball\/1a6aecc9ebe4a9cea4e1047d0e6c496e52314c27",
                "reference": "1a6aecc9ebe4a9cea4e1047d0e6c496e52314c27",
                "shasum": ""
            },
            "require": {
                "php": ">=5.6",
                "phpunit\/phpunit": "^5.7.21 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0"
            },
            "require-dev": {
                "php-parallel-lint\/php-console-highlighter": "^1.0.0",
                "php-parallel-lint\/php-parallel-lint": "^1.4.0",
                "yoast\/yoastcs": "^3.2.0"
            },
            "time": "2025-08-10T05:13:49+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "4.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "phpunitpolyfills-autoload.php"
                ]
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Team Yoast",
                    "email": "support@yoast.com",
                    "homepage": "https:\/\/yoast.com"
                },
                {
                    "name": "Contributors",
                    "homepage": "https:\/\/github.com\/Yoast\/PHPUnit-Polyfills\/graphs\/contributors"
                }
            ],
            "description": "Set of polyfills for changed PHPUnit functionality to allow for creating PHPUnit cross-version compatible tests",
            "homepage": "https:\/\/github.com\/Yoast\/PHPUnit-Polyfills",
            "keywords": [
                "phpunit",
                "polyfill",
                "testing"
            ],
            "support": {
                "issues": "https:\/\/github.com\/Yoast\/PHPUnit-Polyfills\/issues",
                "security": "https:\/\/github.com\/Yoast\/PHPUnit-Polyfills\/security\/policy",
                "source": "https:\/\/github.com\/Yoast\/PHPUnit-Polyfills"
            },
            "install-path": "..\/yoast\/phpunit-polyfills"
        }
    ],
    "dev": true,
    "dev-package-names": [
        "doctrine\/instantiator",
        "fidry\/console",
        "fidry\/filesystem",
        "humbug\/php-scoper",
        "jetbrains\/phpstorm-stubs",
        "myclabs\/deep-copy",
        "nikic\/php-parser",
        "phar-io\/manifest",
        "phar-io\/version",
        "phpunit\/php-code-coverage",
        "phpunit\/php-file-iterator",
        "phpunit\/php-invoker",
        "phpunit\/php-text-template",
        "phpunit\/php-timer",
        "phpunit\/phpunit",
        "psr\/container",
        "psr\/event-dispatcher",
        "sebastian\/cli-parser",
        "sebastian\/code-unit",
        "sebastian\/code-unit-reverse-lookup",
        "sebastian\/comparator",
        "sebastian\/complexity",
        "sebastian\/diff",
        "sebastian\/environment",
        "sebastian\/exporter",
        "sebastian\/global-state",
        "sebastian\/lines-of-code",
        "sebastian\/object-enumerator",
        "sebastian\/object-reflector",
        "sebastian\/recursion-context",
        "sebastian\/resource-operations",
        "sebastian\/type",
        "sebastian\/version",
        "symfony\/console",
        "symfony\/event-dispatcher-contracts",
        "symfony\/filesystem",
        "symfony\/finder",
        "symfony\/polyfill-intl-grapheme",
        "symfony\/polyfill-intl-normalizer",
        "symfony\/polyfill-mbstring",
        "symfony\/service-contracts",
        "symfony\/string",
        "thecodingmachine\/safe",
        "theseer\/tokenizer",
        "webmozart\/assert",
        "yoast\/phpunit-polyfills"
    ]
}