Skip to content
Snippets Groups Projects
composer.lock 203 KiB
Newer Older
  • Learn to ignore specific revisions
  •       },
          "autoload": {
            "psr-4": {
              "PHPStan\\ExtensionInstaller\\": "src/"
            }
          },
          "notification-url": "https://packagist.org/downloads/",
          "license": ["MIT"],
          "description": "Composer plugin for automatic installation of PHPStan extensions",
          "support": {
            "issues": "https://github.com/phpstan/extension-installer/issues",
            "source": "https://github.com/phpstan/extension-installer/tree/1.3.1"
          },
          "time": "2023-05-24T08:59:17+00:00"
        },
    
        {
          "name": "phpstan/phpstan",
          "version": "1.10.32",
          "source": {
            "type": "git",
            "url": "https://github.com/phpstan/phpstan.git",
            "reference": "c47e47d3ab03137c0e121e77c4d2cb58672f6d44"
          },
          "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/phpstan/phpstan/zipball/c47e47d3ab03137c0e121e77c4d2cb58672f6d44",
            "reference": "c47e47d3ab03137c0e121e77c4d2cb58672f6d44",
            "shasum": ""
          },
          "require": {
            "php": "^7.2|^8.0"
          },
          "conflict": {
            "phpstan/phpstan-shim": "*"
          },
          "bin": ["phpstan", "phpstan.phar"],
          "type": "library",
          "autoload": {
            "files": ["bootstrap.php"]
          },
          "notification-url": "https://packagist.org/downloads/",
          "license": ["MIT"],
          "description": "PHPStan - PHP Static Analysis Tool",
          "keywords": ["dev", "static analysis"],
          "support": {
            "docs": "https://phpstan.org/user-guide/getting-started",
            "forum": "https://github.com/phpstan/phpstan/discussions",
            "issues": "https://github.com/phpstan/phpstan/issues",
            "security": "https://github.com/phpstan/phpstan/security/policy",
            "source": "https://github.com/phpstan/phpstan-src"
          },
          "funding": [
            {
              "url": "https://github.com/ondrejmirtes",
              "type": "github"
            },
            {
              "url": "https://github.com/phpstan",
              "type": "github"
            },
            {
              "url": "https://tidelift.com/funding/github/packagist/phpstan/phpstan",
              "type": "tidelift"
            }
          ],
          "time": "2023-08-24T21:54:50+00:00"
        },
        {
          "name": "phpunit/php-code-coverage",
          "version": "10.1.3",
          "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
            "reference": "be1fe461fdc917de2a29a452ccf2657d325b443d"
          },
          "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/be1fe461fdc917de2a29a452ccf2657d325b443d",
            "reference": "be1fe461fdc917de2a29a452ccf2657d325b443d",
            "shasum": ""
          },
          "require": {
            "ext-dom": "*",
            "ext-libxml": "*",
            "ext-xmlwriter": "*",
            "nikic/php-parser": "^4.15",
            "php": ">=8.1",
            "phpunit/php-file-iterator": "^4.0",
            "phpunit/php-text-template": "^3.0",
            "sebastian/code-unit-reverse-lookup": "^3.0",
            "sebastian/complexity": "^3.0",
            "sebastian/environment": "^6.0",
            "sebastian/lines-of-code": "^2.0",
            "sebastian/version": "^4.0",
            "theseer/tokenizer": "^1.2.0"
          },
          "require-dev": {
            "phpunit/phpunit": "^10.1"
          },
          "suggest": {
            "ext-pcov": "PHP extension that provides line coverage",
            "ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage"
          },
          "type": "library",
          "extra": {
            "branch-alias": {
              "dev-main": "10.1-dev"
            }
          },
          "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/10.1.3"
          },
          "funding": [
            {
              "url": "https://github.com/sebastianbergmann",
              "type": "github"
            }
          ],
          "time": "2023-07-26T13:45:28+00:00"
        },
        {
          "name": "phpunit/php-file-iterator",
    
          "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
    
            "reference": "a95037b6d9e608ba092da1b23931e537cadc3c3c"
    
            "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/a95037b6d9e608ba092da1b23931e537cadc3c3c",
            "reference": "a95037b6d9e608ba092da1b23931e537cadc3c3c",
    
            "shasum": ""
          },
          "require": {
            "php": ">=8.1"
          },
          "require-dev": {
            "phpunit/phpunit": "^10.0"
          },
          "type": "library",
          "extra": {
            "branch-alias": {
              "dev-main": "4.0-dev"
            }
          },
          "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",
            "security": "https://github.com/sebastianbergmann/php-file-iterator/security/policy",
    
            "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/4.1.0"
    
          },
          "funding": [
            {
              "url": "https://github.com/sebastianbergmann",
              "type": "github"
            }
          ],
    
          "time": "2023-08-31T06:24:48+00:00"
    
    4191 4192 4193 4194 4195 4196 4197 4198 4199 4200 4201 4202 4203 4204 4205 4206 4207 4208 4209 4210 4211 4212 4213 4214 4215 4216 4217 4218 4219 4220 4221 4222 4223 4224 4225 4226 4227 4228 4229 4230 4231 4232 4233 4234 4235 4236 4237 4238 4239 4240 4241 4242 4243 4244 4245 4246 4247 4248 4249 4250 4251 4252 4253 4254 4255 4256 4257 4258 4259 4260 4261 4262 4263 4264 4265 4266 4267 4268 4269 4270 4271 4272 4273 4274 4275 4276 4277 4278 4279 4280 4281 4282 4283 4284 4285 4286 4287 4288 4289 4290 4291 4292 4293 4294 4295 4296 4297 4298 4299 4300 4301 4302 4303 4304 4305 4306 4307 4308 4309 4310 4311 4312 4313 4314 4315 4316 4317 4318 4319 4320 4321 4322 4323 4324 4325 4326 4327 4328 4329 4330 4331 4332 4333 4334 4335 4336 4337 4338 4339 4340 4341 4342 4343 4344 4345 4346 4347 4348 4349 4350 4351 4352 4353 4354 4355 4356 4357 4358 4359 4360 4361 4362 4363 4364 4365 4366 4367 4368 4369 4370 4371 4372 4373 4374 4375 4376 4377 4378 4379 4380 4381 4382 4383 4384 4385 4386 4387 4388 4389 4390 4391 4392 4393 4394 4395 4396 4397 4398 4399 4400 4401 4402 4403 4404 4405 4406 4407 4408 4409 4410 4411 4412 4413 4414 4415 4416 4417 4418 4419 4420 4421 4422 4423 4424 4425 4426 4427 4428 4429 4430 4431 4432 4433 4434 4435 4436 4437 4438 4439 4440 4441 4442 4443 4444 4445 4446 4447 4448 4449 4450 4451 4452 4453 4454 4455 4456 4457 4458 4459 4460 4461 4462 4463 4464 4465 4466 4467 4468 4469 4470 4471 4472 4473 4474 4475 4476 4477 4478 4479 4480 4481 4482 4483 4484 4485 4486 4487 4488 4489 4490 4491 4492 4493 4494 4495 4496
        },
        {
          "name": "phpunit/php-invoker",
          "version": "4.0.0",
          "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/php-invoker.git",
            "reference": "f5e568ba02fa5ba0ddd0f618391d5a9ea50b06d7"
          },
          "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/f5e568ba02fa5ba0ddd0f618391d5a9ea50b06d7",
            "reference": "f5e568ba02fa5ba0ddd0f618391d5a9ea50b06d7",
            "shasum": ""
          },
          "require": {
            "php": ">=8.1"
          },
          "require-dev": {
            "ext-pcntl": "*",
            "phpunit/phpunit": "^10.0"
          },
          "suggest": {
            "ext-pcntl": "*"
          },
          "type": "library",
          "extra": {
            "branch-alias": {
              "dev-main": "4.0-dev"
            }
          },
          "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/4.0.0"
          },
          "funding": [
            {
              "url": "https://github.com/sebastianbergmann",
              "type": "github"
            }
          ],
          "time": "2023-02-03T06:56:09+00:00"
        },
        {
          "name": "phpunit/php-text-template",
          "version": "3.0.0",
          "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/php-text-template.git",
            "reference": "9f3d3709577a527025f55bcf0f7ab8052c8bb37d"
          },
          "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/9f3d3709577a527025f55bcf0f7ab8052c8bb37d",
            "reference": "9f3d3709577a527025f55bcf0f7ab8052c8bb37d",
            "shasum": ""
          },
          "require": {
            "php": ">=8.1"
          },
          "require-dev": {
            "phpunit/phpunit": "^10.0"
          },
          "type": "library",
          "extra": {
            "branch-alias": {
              "dev-main": "3.0-dev"
            }
          },
          "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/3.0.0"
          },
          "funding": [
            {
              "url": "https://github.com/sebastianbergmann",
              "type": "github"
            }
          ],
          "time": "2023-02-03T06:56:46+00:00"
        },
        {
          "name": "phpunit/php-timer",
          "version": "6.0.0",
          "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/php-timer.git",
            "reference": "e2a2d67966e740530f4a3343fe2e030ffdc1161d"
          },
          "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/e2a2d67966e740530f4a3343fe2e030ffdc1161d",
            "reference": "e2a2d67966e740530f4a3343fe2e030ffdc1161d",
            "shasum": ""
          },
          "require": {
            "php": ">=8.1"
          },
          "require-dev": {
            "phpunit/phpunit": "^10.0"
          },
          "type": "library",
          "extra": {
            "branch-alias": {
              "dev-main": "6.0-dev"
            }
          },
          "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/6.0.0"
          },
          "funding": [
            {
              "url": "https://github.com/sebastianbergmann",
              "type": "github"
            }
          ],
          "time": "2023-02-03T06:57:52+00:00"
        },
        {
          "name": "phpunit/phpunit",
          "version": "10.3.2",
          "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/phpunit.git",
            "reference": "0dafb1175c366dd274eaa9a625e914451506bcd1"
          },
          "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/0dafb1175c366dd274eaa9a625e914451506bcd1",
            "reference": "0dafb1175c366dd274eaa9a625e914451506bcd1",
            "shasum": ""
          },
          "require": {
            "ext-dom": "*",
            "ext-json": "*",
            "ext-libxml": "*",
            "ext-mbstring": "*",
            "ext-xml": "*",
            "ext-xmlwriter": "*",
            "myclabs/deep-copy": "^1.10.1",
            "phar-io/manifest": "^2.0.3",
            "phar-io/version": "^3.0.2",
            "php": ">=8.1",
            "phpunit/php-code-coverage": "^10.1.1",
            "phpunit/php-file-iterator": "^4.0",
            "phpunit/php-invoker": "^4.0",
            "phpunit/php-text-template": "^3.0",
            "phpunit/php-timer": "^6.0",
            "sebastian/cli-parser": "^2.0",
            "sebastian/code-unit": "^2.0",
            "sebastian/comparator": "^5.0",
            "sebastian/diff": "^5.0",
            "sebastian/environment": "^6.0",
            "sebastian/exporter": "^5.0",
            "sebastian/global-state": "^6.0.1",
            "sebastian/object-enumerator": "^5.0",
            "sebastian/recursion-context": "^5.0",
            "sebastian/type": "^4.0",
            "sebastian/version": "^4.0"
          },
          "suggest": {
            "ext-soap": "To be able to generate mocks based on WSDL files"
          },
          "bin": ["phpunit"],
          "type": "library",
          "extra": {
            "branch-alias": {
              "dev-main": "10.3-dev"
            }
          },
          "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/10.3.2"
          },
          "funding": [
            {
              "url": "https://phpunit.de/sponsors.html",
              "type": "custom"
            },
            {
              "url": "https://github.com/sebastianbergmann",
              "type": "github"
            },
            {
              "url": "https://tidelift.com/funding/github/packagist/phpunit/phpunit",
              "type": "tidelift"
            }
          ],
          "time": "2023-08-15T05:34:23+00:00"
        },
        {
          "name": "psr/container",
          "version": "2.0.2",
          "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"
          },
          "type": "library",
          "extra": {
            "branch-alias": {
              "dev-master": "2.0.x-dev"
            }
          },
          "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"
          },
          "time": "2021-11-05T16:47:00+00:00"
        },
        {
          "name": "rector/rector",
    
          "source": {
            "type": "git",
            "url": "https://github.com/rectorphp/rector.git",
    
            "reference": "ee72ef542680a7f47ed8c6784f78b032c0d2f381"
    
            "url": "https://api.github.com/repos/rectorphp/rector/zipball/ee72ef542680a7f47ed8c6784f78b032c0d2f381",
            "reference": "ee72ef542680a7f47ed8c6784f78b032c0d2f381",
    
            "shasum": ""
          },
          "require": {
            "php": "^7.2|^8.0",
    
          },
          "conflict": {
            "rector/rector-doctrine": "*",
            "rector/rector-downgrade-php": "*",
            "rector/rector-phpunit": "*",
            "rector/rector-symfony": "*"
          },
          "bin": ["bin/rector"],
          "type": "library",
          "autoload": {
            "files": ["bootstrap.php"]
          },
          "notification-url": "https://packagist.org/downloads/",
          "license": ["MIT"],
          "description": "Instant Upgrade and Automated Refactoring of any PHP code",
          "keywords": ["automation", "dev", "migration", "refactoring"],
          "support": {
            "issues": "https://github.com/rectorphp/rector/issues",
    
            "source": "https://github.com/rectorphp/rector/tree/0.18.1"
    
          },
          "funding": [
            {
              "url": "https://github.com/tomasvotruba",
              "type": "github"
            }
          ],
    
          "time": "2023-08-28T18:01:58+00:00"
    
        },
        {
          "name": "sebastian/cli-parser",
          "version": "2.0.0",
          "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/cli-parser.git",
            "reference": "efdc130dbbbb8ef0b545a994fd811725c5282cae"
          },
          "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/efdc130dbbbb8ef0b545a994fd811725c5282cae",
            "reference": "efdc130dbbbb8ef0b545a994fd811725c5282cae",
            "shasum": ""
          },
          "require": {
            "php": ">=8.1"
          },
          "require-dev": {
            "phpunit/phpunit": "^10.0"
          },
          "type": "library",
          "extra": {
            "branch-alias": {
              "dev-main": "2.0-dev"
            }
          },
          "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/2.0.0"
          },
          "funding": [
            {
              "url": "https://github.com/sebastianbergmann",
              "type": "github"
            }
          ],
          "time": "2023-02-03T06:58:15+00:00"
        },
        {
          "name": "sebastian/code-unit",
          "version": "2.0.0",
          "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/code-unit.git",
            "reference": "a81fee9eef0b7a76af11d121767abc44c104e503"
          },
          "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/a81fee9eef0b7a76af11d121767abc44c104e503",
            "reference": "a81fee9eef0b7a76af11d121767abc44c104e503",
            "shasum": ""
          },
          "require": {
            "php": ">=8.1"
          },
          "require-dev": {
            "phpunit/phpunit": "^10.0"
          },
          "type": "library",
          "extra": {
            "branch-alias": {
              "dev-main": "2.0-dev"
            }
          },
          "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/2.0.0"
          },
          "funding": [
            {
              "url": "https://github.com/sebastianbergmann",
              "type": "github"
            }
          ],
          "time": "2023-02-03T06:58:43+00:00"
        },
        {
          "name": "sebastian/code-unit-reverse-lookup",
          "version": "3.0.0",
          "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
            "reference": "5e3a687f7d8ae33fb362c5c0743794bbb2420a1d"
          },
          "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/5e3a687f7d8ae33fb362c5c0743794bbb2420a1d",
            "reference": "5e3a687f7d8ae33fb362c5c0743794bbb2420a1d",
            "shasum": ""
          },
          "require": {
            "php": ">=8.1"
          },
          "require-dev": {
            "phpunit/phpunit": "^10.0"
          },
          "type": "library",
          "extra": {
            "branch-alias": {
              "dev-main": "3.0-dev"
            }
          },
          "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/3.0.0"
          },
          "funding": [
            {
              "url": "https://github.com/sebastianbergmann",
              "type": "github"
            }
          ],
          "time": "2023-02-03T06:59:15+00:00"
        },
        {
          "name": "sebastian/comparator",
          "version": "5.0.1",
          "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/comparator.git",
            "reference": "2db5010a484d53ebf536087a70b4a5423c102372"
          },
          "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2db5010a484d53ebf536087a70b4a5423c102372",
            "reference": "2db5010a484d53ebf536087a70b4a5423c102372",
            "shasum": ""
          },
          "require": {
            "ext-dom": "*",
            "ext-mbstring": "*",
            "php": ">=8.1",
            "sebastian/diff": "^5.0",
            "sebastian/exporter": "^5.0"
          },
          "require-dev": {
            "phpunit/phpunit": "^10.3"
          },
          "type": "library",
          "extra": {
            "branch-alias": {
              "dev-main": "5.0-dev"
            }
          },
          "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",
            "security": "https://github.com/sebastianbergmann/comparator/security/policy",
            "source": "https://github.com/sebastianbergmann/comparator/tree/5.0.1"
          },
          "funding": [
            {
              "url": "https://github.com/sebastianbergmann",
              "type": "github"
            }
          ],
          "time": "2023-08-14T13:18:12+00:00"
        },
        {
          "name": "sebastian/complexity",
    
          "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/complexity.git",
    
            "reference": "c70b73893e10757af9c6a48929fa6a333b56a97a"
    
            "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/c70b73893e10757af9c6a48929fa6a333b56a97a",
            "reference": "c70b73893e10757af9c6a48929fa6a333b56a97a",
    
            "shasum": ""
          },
          "require": {
            "nikic/php-parser": "^4.10",
            "php": ">=8.1"
          },
          "require-dev": {
            "phpunit/phpunit": "^10.0"
          },
          "type": "library",
          "extra": {
            "branch-alias": {
              "dev-main": "3.0-dev"
            }
          },
          "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",
    
            "security": "https://github.com/sebastianbergmann/complexity/security/policy",
            "source": "https://github.com/sebastianbergmann/complexity/tree/3.0.1"
    
          },
          "funding": [
            {
              "url": "https://github.com/sebastianbergmann",
              "type": "github"
            }
          ],
    
          "time": "2023-08-31T09:55:53+00:00"
    
        },
        {
          "name": "sebastian/diff",
          "version": "5.0.3",
          "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/diff.git",
            "reference": "912dc2fbe3e3c1e7873313cc801b100b6c68c87b"
          },
          "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/912dc2fbe3e3c1e7873313cc801b100b6c68c87b",
            "reference": "912dc2fbe3e3c1e7873313cc801b100b6c68c87b",
            "shasum": ""
          },
          "require": {
            "php": ">=8.1"
          },
          "require-dev": {
            "phpunit/phpunit": "^10.0",
            "symfony/process": "^4.2 || ^5"
          },
          "type": "library",
          "extra": {
            "branch-alias": {
              "dev-main": "5.0-dev"
            }
          },
          "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",
            "security": "https://github.com/sebastianbergmann/diff/security/policy",
            "source": "https://github.com/sebastianbergmann/diff/tree/5.0.3"
          },
          "funding": [
            {
              "url": "https://github.com/sebastianbergmann",
              "type": "github"
            }
          ],
          "time": "2023-05-01T07:48:21+00:00"
        },
        {
          "name": "sebastian/environment",
          "version": "6.0.1",
          "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/environment.git",
            "reference": "43c751b41d74f96cbbd4e07b7aec9675651e2951"
          },
          "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/43c751b41d74f96cbbd4e07b7aec9675651e2951",
            "reference": "43c751b41d74f96cbbd4e07b7aec9675651e2951",
            "shasum": ""
          },
          "require": {
            "php": ">=8.1"
          },
          "require-dev": {
            "phpunit/phpunit": "^10.0"
          },
          "suggest": {
            "ext-posix": "*"
          },
          "type": "library",
          "extra": {
            "branch-alias": {
              "dev-main": "6.0-dev"
            }
          },
          "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": "https://github.com/sebastianbergmann/environment",
          "keywords": ["Xdebug", "environment", "hhvm"],
          "support": {
            "issues": "https://github.com/sebastianbergmann/environment/issues",
            "security": "https://github.com/sebastianbergmann/environment/security/policy",
            "source": "https://github.com/sebastianbergmann/environment/tree/6.0.1"
          },
          "funding": [
            {
              "url": "https://github.com/sebastianbergmann",
              "type": "github"
            }
          ],
          "time": "2023-04-11T05:39:26+00:00"
        },
        {
          "name": "sebastian/exporter",
          "version": "5.0.0",
          "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/exporter.git",
            "reference": "f3ec4bf931c0b31e5b413f5b4fc970a7d03338c0"
          },
          "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/f3ec4bf931c0b31e5b413f5b4fc970a7d03338c0",
            "reference": "f3ec4bf931c0b31e5b413f5b4fc970a7d03338c0",
            "shasum": ""
          },
          "require": {
            "ext-mbstring": "*",
            "php": ">=8.1",
            "sebastian/recursion-context": "^5.0"
          },
          "require-dev": {
            "phpunit/phpunit": "^10.0"
          },
          "type": "library",
          "extra": {
            "branch-alias": {
              "dev-main": "5.0-dev"
            }
          },
          "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/5.0.0"
          },
          "funding": [
            {
              "url": "https://github.com/sebastianbergmann",
              "type": "github"
            }
          ],
          "time": "2023-02-03T07:06:49+00:00"