Verzeichnisstruktur phpBB-3.3.16


Veröffentlicht
27.04.2026

So funktioniert es


Auf das letzte Element klicken. Dies geht jeweils ein Schritt zurück

Auf das Icon klicken, dies öffnet das Verzeichnis. Nochmal klicken schließt das Verzeichnis.
Auf den Verzeichnisnamen klicken, dies zeigt nur das Verzeichnis mit Inhalt an

(Beispiel Datei-Icons)

Auf das Icon klicken um den Quellcode anzuzeigen

composer.lock

Zuletzt modifiziert: 01.05.2026, 11:26 - Dateigröße: 53.23 KiB


0001  {
0002      "_readme": [
0003          "This file locks the dependencies of your project to a known state",
0004          "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
0005          "This file is @generated automatically"
0006      ],
0007      "content-hash": "9d19bf9fc88119b4be9d9f42f5ae8faf",
0008      "packages": [],
0009      "packages-dev": [
0010          {
0011              "name": "doctrine/instantiator",
0012              "version": "1.5.0",
0013              "source": {
0014                  "type": "git",
0015                  "url": "https://github.com/doctrine/instantiator.git",
0016                  "reference": "0a0fa9780f5d4e507415a065172d26a98d02047b"
0017              },
0018              "dist": {
0019                  "type": "zip",
0020                  "url": "https://api.github.com/repos/doctrine/instantiator/zipball/0a0fa9780f5d4e507415a065172d26a98d02047b",
0021                  "reference": "0a0fa9780f5d4e507415a065172d26a98d02047b",
0022                  "shasum": ""
0023              },
0024              "require": {
0025                  "php": "^7.1 || ^8.0"
0026              },
0027              "require-dev": {
0028                  "doctrine/coding-standard": "^9 || ^11",
0029                  "ext-pdo": "*",
0030                  "ext-phar": "*",
0031                  "phpbench/phpbench": "^0.16 || ^1",
0032                  "phpstan/phpstan": "^1.4",
0033                  "phpstan/phpstan-phpunit": "^1",
0034                  "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
0035                  "vimeo/psalm": "^4.30 || ^5.4"
0036              },
0037              "type": "library",
0038              "autoload": {
0039                  "psr-4": {
0040                      "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
0041                  }
0042              },
0043              "notification-url": "https://packagist.org/downloads/",
0044              "license": [
0045                  "MIT"
0046              ],
0047              "authors": [
0048                  {
0049                      "name": "Marco Pivetta",
0050                      "email": "ocramius@gmail.com",
0051                      "homepage": "https://ocramius.github.io/"
0052                  }
0053              ],
0054              "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
0055              "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
0056              "keywords": [
0057                  "constructor",
0058                  "instantiate"
0059              ],
0060              "support": {
0061                  "issues": "https://github.com/doctrine/instantiator/issues",
0062                  "source": "https://github.com/doctrine/instantiator/tree/1.5.0"
0063              },
0064              "funding": [
0065                  {
0066                      "url": "https://www.doctrine-project.org/sponsorship.html",
0067                      "type": "custom"
0068                  },
0069                  {
0070                      "url": "https://www.patreon.com/phpdoctrine",
0071                      "type": "patreon"
0072                  },
0073                  {
0074                      "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator",
0075                      "type": "tidelift"
0076                  }
0077              ],
0078              "time": "2022-12-30T00:15:36+00:00"
0079          },
0080          {
0081              "name": "myclabs/deep-copy",
0082              "version": "1.13.4",
0083              "source": {
0084                  "type": "git",
0085                  "url": "https://github.com/myclabs/DeepCopy.git",
0086                  "reference": "07d290f0c47959fd5eed98c95ee5602db07e0b6a"
0087              },
0088              "dist": {
0089                  "type": "zip",
0090                  "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/07d290f0c47959fd5eed98c95ee5602db07e0b6a",
0091                  "reference": "07d290f0c47959fd5eed98c95ee5602db07e0b6a",
0092                  "shasum": ""
0093              },
0094              "require": {
0095                  "php": "^7.1 || ^8.0"
0096              },
0097              "conflict": {
0098                  "doctrine/collections": "<1.6.8",
0099                  "doctrine/common": "<2.13.3 || >=3 <3.2.2"
0100              },
0101              "require-dev": {
0102                  "doctrine/collections": "^1.6.8",
0103                  "doctrine/common": "^2.13.3 || ^3.2.2",
0104                  "phpspec/prophecy": "^1.10",
0105                  "phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13"
0106              },
0107              "type": "library",
0108              "autoload": {
0109                  "files": [
0110                      "src/DeepCopy/deep_copy.php"
0111                  ],
0112                  "psr-4": {
0113                      "DeepCopy\\": "src/DeepCopy/"
0114                  }
0115              },
0116              "notification-url": "https://packagist.org/downloads/",
0117              "license": [
0118                  "MIT"
0119              ],
0120              "description": "Create deep copies (clones) of your objects",
0121              "keywords": [
0122                  "clone",
0123                  "copy",
0124                  "duplicate",
0125                  "object",
0126                  "object graph"
0127              ],
0128              "support": {
0129                  "issues": "https://github.com/myclabs/DeepCopy/issues",
0130                  "source": "https://github.com/myclabs/DeepCopy/tree/1.13.4"
0131              },
0132              "funding": [
0133                  {
0134                      "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
0135                      "type": "tidelift"
0136                  }
0137              ],
0138              "time": "2025-08-01T08:46:24+00:00"
0139          },
0140          {
0141              "name": "phar-io/manifest",
0142              "version": "2.0.4",
0143              "source": {
0144                  "type": "git",
0145                  "url": "https://github.com/phar-io/manifest.git",
0146                  "reference": "54750ef60c58e43759730615a392c31c80e23176"
0147              },
0148              "dist": {
0149                  "type": "zip",
0150                  "url": "https://api.github.com/repos/phar-io/manifest/zipball/54750ef60c58e43759730615a392c31c80e23176",
0151                  "reference": "54750ef60c58e43759730615a392c31c80e23176",
0152                  "shasum": ""
0153              },
0154              "require": {
0155                  "ext-dom": "*",
0156                  "ext-libxml": "*",
0157                  "ext-phar": "*",
0158                  "ext-xmlwriter": "*",
0159                  "phar-io/version": "^3.0.1",
0160                  "php": "^7.2 || ^8.0"
0161              },
0162              "type": "library",
0163              "extra": {
0164                  "branch-alias": {
0165                      "dev-master": "2.0.x-dev"
0166                  }
0167              },
0168              "autoload": {
0169                  "classmap": [
0170                      "src/"
0171                  ]
0172              },
0173              "notification-url": "https://packagist.org/downloads/",
0174              "license": [
0175                  "BSD-3-Clause"
0176              ],
0177              "authors": [
0178                  {
0179                      "name": "Arne Blankerts",
0180                      "email": "arne@blankerts.de",
0181                      "role": "Developer"
0182                  },
0183                  {
0184                      "name": "Sebastian Heuer",
0185                      "email": "sebastian@phpeople.de",
0186                      "role": "Developer"
0187                  },
0188                  {
0189                      "name": "Sebastian Bergmann",
0190                      "email": "sebastian@phpunit.de",
0191                      "role": "Developer"
0192                  }
0193              ],
0194              "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
0195              "support": {
0196                  "issues": "https://github.com/phar-io/manifest/issues",
0197                  "source": "https://github.com/phar-io/manifest/tree/2.0.4"
0198              },
0199              "funding": [
0200                  {
0201                      "url": "https://github.com/theseer",
0202                      "type": "github"
0203                  }
0204              ],
0205              "time": "2024-03-03T12:33:53+00:00"
0206          },
0207          {
0208              "name": "phar-io/version",
0209              "version": "3.2.1",
0210              "source": {
0211                  "type": "git",
0212                  "url": "https://github.com/phar-io/version.git",
0213                  "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74"
0214              },
0215              "dist": {
0216                  "type": "zip",
0217                  "url": "https://api.github.com/repos/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
0218                  "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
0219                  "shasum": ""
0220              },
0221              "require": {
0222                  "php": "^7.2 || ^8.0"
0223              },
0224              "type": "library",
0225              "autoload": {
0226                  "classmap": [
0227                      "src/"
0228                  ]
0229              },
0230              "notification-url": "https://packagist.org/downloads/",
0231              "license": [
0232                  "BSD-3-Clause"
0233              ],
0234              "authors": [
0235                  {
0236                      "name": "Arne Blankerts",
0237                      "email": "arne@blankerts.de",
0238                      "role": "Developer"
0239                  },
0240                  {
0241                      "name": "Sebastian Heuer",
0242                      "email": "sebastian@phpeople.de",
0243                      "role": "Developer"
0244                  },
0245                  {
0246                      "name": "Sebastian Bergmann",
0247                      "email": "sebastian@phpunit.de",
0248                      "role": "Developer"
0249                  }
0250              ],
0251              "description": "Library for handling version information and constraints",
0252              "support": {
0253                  "issues": "https://github.com/phar-io/version/issues",
0254                  "source": "https://github.com/phar-io/version/tree/3.2.1"
0255              },
0256              "time": "2022-02-21T01:04:05+00:00"
0257          },
0258          {
0259              "name": "phpunit/php-code-coverage",
0260              "version": "7.0.17",
0261              "source": {
0262                  "type": "git",
0263                  "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
0264                  "reference": "40a4ed114a4aea5afd6df8d0f0c9cd3033097f66"
0265              },
0266              "dist": {
0267                  "type": "zip",
0268                  "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/40a4ed114a4aea5afd6df8d0f0c9cd3033097f66",
0269                  "reference": "40a4ed114a4aea5afd6df8d0f0c9cd3033097f66",
0270                  "shasum": ""
0271              },
0272              "require": {
0273                  "ext-dom": "*",
0274                  "ext-xmlwriter": "*",
0275                  "php": ">=7.2",
0276                  "phpunit/php-file-iterator": "^2.0.2",
0277                  "phpunit/php-text-template": "^1.2.1",
0278                  "phpunit/php-token-stream": "^3.1.3 || ^4.0",
0279                  "sebastian/code-unit-reverse-lookup": "^1.0.1",
0280                  "sebastian/environment": "^4.2.2",
0281                  "sebastian/version": "^2.0.1",
0282                  "theseer/tokenizer": "^1.1.3"
0283              },
0284              "require-dev": {
0285                  "phpunit/phpunit": "^8.2.2"
0286              },
0287              "suggest": {
0288                  "ext-xdebug": "^2.7.2"
0289              },
0290              "type": "library",
0291              "extra": {
0292                  "branch-alias": {
0293                      "dev-master": "7.0-dev"
0294                  }
0295              },
0296              "autoload": {
0297                  "classmap": [
0298                      "src/"
0299                  ]
0300              },
0301              "notification-url": "https://packagist.org/downloads/",
0302              "license": [
0303                  "BSD-3-Clause"
0304              ],
0305              "authors": [
0306                  {
0307                      "name": "Sebastian Bergmann",
0308                      "email": "sebastian@phpunit.de",
0309                      "role": "lead"
0310                  }
0311              ],
0312              "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
0313              "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
0314              "keywords": [
0315                  "coverage",
0316                  "testing",
0317                  "xunit"
0318              ],
0319              "support": {
0320                  "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
0321                  "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/7.0.17"
0322              },
0323              "funding": [
0324                  {
0325                      "url": "https://github.com/sebastianbergmann",
0326                      "type": "github"
0327                  }
0328              ],
0329              "time": "2024-03-02T06:09:37+00:00"
0330          },
0331          {
0332              "name": "phpunit/php-file-iterator",
0333              "version": "2.0.6",
0334              "source": {
0335                  "type": "git",
0336                  "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
0337                  "reference": "69deeb8664f611f156a924154985fbd4911eb36b"
0338              },
0339              "dist": {
0340                  "type": "zip",
0341                  "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/69deeb8664f611f156a924154985fbd4911eb36b",
0342                  "reference": "69deeb8664f611f156a924154985fbd4911eb36b",
0343                  "shasum": ""
0344              },
0345              "require": {
0346                  "php": ">=7.1"
0347              },
0348              "require-dev": {
0349                  "phpunit/phpunit": "^8.5"
0350              },
0351              "type": "library",
0352              "extra": {
0353                  "branch-alias": {
0354                      "dev-master": "2.0.x-dev"
0355                  }
0356              },
0357              "autoload": {
0358                  "classmap": [
0359                      "src/"
0360                  ]
0361              },
0362              "notification-url": "https://packagist.org/downloads/",
0363              "license": [
0364                  "BSD-3-Clause"
0365              ],
0366              "authors": [
0367                  {
0368                      "name": "Sebastian Bergmann",
0369                      "email": "sebastian@phpunit.de",
0370                      "role": "lead"
0371                  }
0372              ],
0373              "description": "FilterIterator implementation that filters files based on a list of suffixes.",
0374              "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
0375              "keywords": [
0376                  "filesystem",
0377                  "iterator"
0378              ],
0379              "support": {
0380                  "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
0381                  "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/2.0.6"
0382              },
0383              "funding": [
0384                  {
0385                      "url": "https://github.com/sebastianbergmann",
0386                      "type": "github"
0387                  }
0388              ],
0389              "time": "2024-03-01T13:39:50+00:00"
0390          },
0391          {
0392              "name": "phpunit/php-text-template",
0393              "version": "1.2.1",
0394              "source": {
0395                  "type": "git",
0396                  "url": "https://github.com/sebastianbergmann/php-text-template.git",
0397                  "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
0398              },
0399              "dist": {
0400                  "type": "zip",
0401                  "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
0402                  "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
0403                  "shasum": ""
0404              },
0405              "require": {
0406                  "php": ">=5.3.3"
0407              },
0408              "type": "library",
0409              "autoload": {
0410                  "classmap": [
0411                      "src/"
0412                  ]
0413              },
0414              "notification-url": "https://packagist.org/downloads/",
0415              "license": [
0416                  "BSD-3-Clause"
0417              ],
0418              "authors": [
0419                  {
0420                      "name": "Sebastian Bergmann",
0421                      "email": "sebastian@phpunit.de",
0422                      "role": "lead"
0423                  }
0424              ],
0425              "description": "Simple template engine.",
0426              "homepage": "https://github.com/sebastianbergmann/php-text-template/",
0427              "keywords": [
0428                  "template"
0429              ],
0430              "support": {
0431                  "issues": "https://github.com/sebastianbergmann/php-text-template/issues",
0432                  "source": "https://github.com/sebastianbergmann/php-text-template/tree/1.2.1"
0433              },
0434              "time": "2015-06-21T13:50:34+00:00"
0435          },
0436          {
0437              "name": "phpunit/php-timer",
0438              "version": "2.1.4",
0439              "source": {
0440                  "type": "git",
0441                  "url": "https://github.com/sebastianbergmann/php-timer.git",
0442                  "reference": "a691211e94ff39a34811abd521c31bd5b305b0bb"
0443              },
0444              "dist": {
0445                  "type": "zip",
0446                  "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/a691211e94ff39a34811abd521c31bd5b305b0bb",
0447                  "reference": "a691211e94ff39a34811abd521c31bd5b305b0bb",
0448                  "shasum": ""
0449              },
0450              "require": {
0451                  "php": ">=7.1"
0452              },
0453              "require-dev": {
0454                  "phpunit/phpunit": "^8.5"
0455              },
0456              "type": "library",
0457              "extra": {
0458                  "branch-alias": {
0459                      "dev-master": "2.1-dev"
0460                  }
0461              },
0462              "autoload": {
0463                  "classmap": [
0464                      "src/"
0465                  ]
0466              },
0467              "notification-url": "https://packagist.org/downloads/",
0468              "license": [
0469                  "BSD-3-Clause"
0470              ],
0471              "authors": [
0472                  {
0473                      "name": "Sebastian Bergmann",
0474                      "email": "sebastian@phpunit.de",
0475                      "role": "lead"
0476                  }
0477              ],
0478              "description": "Utility class for timing",
0479              "homepage": "https://github.com/sebastianbergmann/php-timer/",
0480              "keywords": [
0481                  "timer"
0482              ],
0483              "support": {
0484                  "issues": "https://github.com/sebastianbergmann/php-timer/issues",
0485                  "source": "https://github.com/sebastianbergmann/php-timer/tree/2.1.4"
0486              },
0487              "funding": [
0488                  {
0489                      "url": "https://github.com/sebastianbergmann",
0490                      "type": "github"
0491                  }
0492              ],
0493              "time": "2024-03-01T13:42:41+00:00"
0494          },
0495          {
0496              "name": "phpunit/php-token-stream",
0497              "version": "3.1.3",
0498              "source": {
0499                  "type": "git",
0500                  "url": "https://github.com/sebastianbergmann/php-token-stream.git",
0501                  "reference": "9c1da83261628cb24b6a6df371b6e312b3954768"
0502              },
0503              "dist": {
0504                  "type": "zip",
0505                  "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/9c1da83261628cb24b6a6df371b6e312b3954768",
0506                  "reference": "9c1da83261628cb24b6a6df371b6e312b3954768",
0507                  "shasum": ""
0508              },
0509              "require": {
0510                  "ext-tokenizer": "*",
0511                  "php": ">=7.1"
0512              },
0513              "require-dev": {
0514                  "phpunit/phpunit": "^7.0"
0515              },
0516              "type": "library",
0517              "extra": {
0518                  "branch-alias": {
0519                      "dev-master": "3.1-dev"
0520                  }
0521              },
0522              "autoload": {
0523                  "classmap": [
0524                      "src/"
0525                  ]
0526              },
0527              "notification-url": "https://packagist.org/downloads/",
0528              "license": [
0529                  "BSD-3-Clause"
0530              ],
0531              "authors": [
0532                  {
0533                      "name": "Sebastian Bergmann",
0534                      "email": "sebastian@phpunit.de"
0535                  }
0536              ],
0537              "description": "Wrapper around PHP's tokenizer extension.",
0538              "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
0539              "keywords": [
0540                  "tokenizer"
0541              ],
0542              "support": {
0543                  "issues": "https://github.com/sebastianbergmann/php-token-stream/issues",
0544                  "source": "https://github.com/sebastianbergmann/php-token-stream/tree/3.1.3"
0545              },
0546              "funding": [
0547                  {
0548                      "url": "https://github.com/sebastianbergmann",
0549                      "type": "github"
0550                  }
0551              ],
0552              "abandoned": true,
0553              "time": "2021-07-26T12:15:06+00:00"
0554          },
0555          {
0556              "name": "phpunit/phpunit",
0557              "version": "8.5.52",
0558              "source": {
0559                  "type": "git",
0560                  "url": "https://github.com/sebastianbergmann/phpunit.git",
0561                  "reference": "1015741814413c156abb0f53d7db7bbd03c6e858"
0562              },
0563              "dist": {
0564                  "type": "zip",
0565                  "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/1015741814413c156abb0f53d7db7bbd03c6e858",
0566                  "reference": "1015741814413c156abb0f53d7db7bbd03c6e858",
0567                  "shasum": ""
0568              },
0569              "require": {
0570                  "doctrine/instantiator": "^1.5.0",
0571                  "ext-dom": "*",
0572                  "ext-json": "*",
0573                  "ext-libxml": "*",
0574                  "ext-mbstring": "*",
0575                  "ext-xml": "*",
0576                  "ext-xmlwriter": "*",
0577                  "myclabs/deep-copy": "^1.13.4",
0578                  "phar-io/manifest": "^2.0.4",
0579                  "phar-io/version": "^3.2.1",
0580                  "php": ">=7.2",
0581                  "phpunit/php-code-coverage": "^7.0.17",
0582                  "phpunit/php-file-iterator": "^2.0.6",
0583                  "phpunit/php-text-template": "^1.2.1",
0584                  "phpunit/php-timer": "^2.1.4",
0585                  "sebastian/comparator": "^3.0.7",
0586                  "sebastian/diff": "^3.0.6",
0587                  "sebastian/environment": "^4.2.5",
0588                  "sebastian/exporter": "^3.1.8",
0589                  "sebastian/global-state": "^3.0.6",
0590                  "sebastian/object-enumerator": "^3.0.5",
0591                  "sebastian/resource-operations": "^2.0.3",
0592                  "sebastian/type": "^1.1.5",
0593                  "sebastian/version": "^2.0.1"
0594              },
0595              "suggest": {
0596                  "ext-soap": "To be able to generate mocks based on WSDL files",
0597                  "ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage",
0598                  "phpunit/php-invoker": "To allow enforcing time limits"
0599              },
0600              "bin": [
0601                  "phpunit"
0602              ],
0603              "type": "library",
0604              "extra": {
0605                  "branch-alias": {
0606                      "dev-master": "8.5-dev"
0607                  }
0608              },
0609              "autoload": {
0610                  "classmap": [
0611                      "src/"
0612                  ]
0613              },
0614              "notification-url": "https://packagist.org/downloads/",
0615              "license": [
0616                  "BSD-3-Clause"
0617              ],
0618              "authors": [
0619                  {
0620                      "name": "Sebastian Bergmann",
0621                      "email": "sebastian@phpunit.de",
0622                      "role": "lead"
0623                  }
0624              ],
0625              "description": "The PHP Unit Testing framework.",
0626              "homepage": "https://phpunit.de/",
0627              "keywords": [
0628                  "phpunit",
0629                  "testing",
0630                  "xunit"
0631              ],
0632              "support": {
0633                  "issues": "https://github.com/sebastianbergmann/phpunit/issues",
0634                  "security": "https://github.com/sebastianbergmann/phpunit/security/policy",
0635                  "source": "https://github.com/sebastianbergmann/phpunit/tree/8.5.52"
0636              },
0637              "funding": [
0638                  {
0639                      "url": "https://phpunit.de/sponsors.html",
0640                      "type": "custom"
0641                  },
0642                  {
0643                      "url": "https://github.com/sebastianbergmann",
0644                      "type": "github"
0645                  },
0646                  {
0647                      "url": "https://liberapay.com/sebastianbergmann",
0648                      "type": "liberapay"
0649                  },
0650                  {
0651                      "url": "https://thanks.dev/u/gh/sebastianbergmann",
0652                      "type": "thanks_dev"
0653                  },
0654                  {
0655                      "url": "https://tidelift.com/funding/github/packagist/phpunit/phpunit",
0656                      "type": "tidelift"
0657                  }
0658              ],
0659              "time": "2026-01-27T05:20:18+00:00"
0660          },
0661          {
0662              "name": "sebastian/code-unit-reverse-lookup",
0663              "version": "1.0.3",
0664              "source": {
0665                  "type": "git",
0666                  "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
0667                  "reference": "92a1a52e86d34cde6caa54f1b5ffa9fda18e5d54"
0668              },
0669              "dist": {
0670                  "type": "zip",
0671                  "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/92a1a52e86d34cde6caa54f1b5ffa9fda18e5d54",
0672                  "reference": "92a1a52e86d34cde6caa54f1b5ffa9fda18e5d54",
0673                  "shasum": ""
0674              },
0675              "require": {
0676                  "php": ">=5.6"
0677              },
0678              "require-dev": {
0679                  "phpunit/phpunit": "^8.5"
0680              },
0681              "type": "library",
0682              "extra": {
0683                  "branch-alias": {
0684                      "dev-master": "1.0.x-dev"
0685                  }
0686              },
0687              "autoload": {
0688                  "classmap": [
0689                      "src/"
0690                  ]
0691              },
0692              "notification-url": "https://packagist.org/downloads/",
0693              "license": [
0694                  "BSD-3-Clause"
0695              ],
0696              "authors": [
0697                  {
0698                      "name": "Sebastian Bergmann",
0699                      "email": "sebastian@phpunit.de"
0700                  }
0701              ],
0702              "description": "Looks up which function or method a line of code belongs to",
0703              "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
0704              "support": {
0705                  "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
0706                  "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/1.0.3"
0707              },
0708              "funding": [
0709                  {
0710                      "url": "https://github.com/sebastianbergmann",
0711                      "type": "github"
0712                  }
0713              ],
0714              "time": "2024-03-01T13:45:45+00:00"
0715          },
0716          {
0717              "name": "sebastian/comparator",
0718              "version": "3.0.7",
0719              "source": {
0720                  "type": "git",
0721                  "url": "https://github.com/sebastianbergmann/comparator.git",
0722                  "reference": "bc7d8ac2fe1cce229bff9b5fd4efe65918a1ff52"
0723              },
0724              "dist": {
0725                  "type": "zip",
0726                  "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/bc7d8ac2fe1cce229bff9b5fd4efe65918a1ff52",
0727                  "reference": "bc7d8ac2fe1cce229bff9b5fd4efe65918a1ff52",
0728                  "shasum": ""
0729              },
0730              "require": {
0731                  "php": ">=7.1",
0732                  "sebastian/diff": "^3.0",
0733                  "sebastian/exporter": "^3.1"
0734              },
0735              "require-dev": {
0736                  "phpunit/phpunit": "^8.5"
0737              },
0738              "type": "library",
0739              "extra": {
0740                  "branch-alias": {
0741                      "dev-master": "3.0-dev"
0742                  }
0743              },
0744              "autoload": {
0745                  "classmap": [
0746                      "src/"
0747                  ]
0748              },
0749              "notification-url": "https://packagist.org/downloads/",
0750              "license": [
0751                  "BSD-3-Clause"
0752              ],
0753              "authors": [
0754                  {
0755                      "name": "Sebastian Bergmann",
0756                      "email": "sebastian@phpunit.de"
0757                  },
0758                  {
0759                      "name": "Jeff Welch",
0760                      "email": "whatthejeff@gmail.com"
0761                  },
0762                  {
0763                      "name": "Volker Dusch",
0764                      "email": "github@wallbash.com"
0765                  },
0766                  {
0767                      "name": "Bernhard Schussek",
0768                      "email": "bschussek@2bepublished.at"
0769                  }
0770              ],
0771              "description": "Provides the functionality to compare PHP values for equality",
0772              "homepage": "https://github.com/sebastianbergmann/comparator",
0773              "keywords": [
0774                  "comparator",
0775                  "compare",
0776                  "equality"
0777              ],
0778              "support": {
0779                  "issues": "https://github.com/sebastianbergmann/comparator/issues",
0780                  "source": "https://github.com/sebastianbergmann/comparator/tree/3.0.7"
0781              },
0782              "funding": [
0783                  {
0784                      "url": "https://github.com/sebastianbergmann",
0785                      "type": "github"
0786                  },
0787                  {
0788                      "url": "https://liberapay.com/sebastianbergmann",
0789                      "type": "liberapay"
0790                  },
0791                  {
0792                      "url": "https://thanks.dev/u/gh/sebastianbergmann",
0793                      "type": "thanks_dev"
0794                  },
0795                  {
0796                      "url": "https://tidelift.com/funding/github/packagist/sebastian/comparator",
0797                      "type": "tidelift"
0798                  }
0799              ],
0800              "time": "2026-01-24T09:20:25+00:00"
0801          },
0802          {
0803              "name": "sebastian/diff",
0804              "version": "3.0.6",
0805              "source": {
0806                  "type": "git",
0807                  "url": "https://github.com/sebastianbergmann/diff.git",
0808                  "reference": "98ff311ca519c3aa73ccd3de053bdb377171d7b6"
0809              },
0810              "dist": {
0811                  "type": "zip",
0812                  "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/98ff311ca519c3aa73ccd3de053bdb377171d7b6",
0813                  "reference": "98ff311ca519c3aa73ccd3de053bdb377171d7b6",
0814                  "shasum": ""
0815              },
0816              "require": {
0817                  "php": ">=7.1"
0818              },
0819              "require-dev": {
0820                  "phpunit/phpunit": "^7.5 || ^8.0",
0821                  "symfony/process": "^2 || ^3.3 || ^4"
0822              },
0823              "type": "library",
0824              "extra": {
0825                  "branch-alias": {
0826                      "dev-master": "3.0-dev"
0827                  }
0828              },
0829              "autoload": {
0830                  "classmap": [
0831                      "src/"
0832                  ]
0833              },
0834              "notification-url": "https://packagist.org/downloads/",
0835              "license": [
0836                  "BSD-3-Clause"
0837              ],
0838              "authors": [
0839                  {
0840                      "name": "Sebastian Bergmann",
0841                      "email": "sebastian@phpunit.de"
0842                  },
0843                  {
0844                      "name": "Kore Nordmann",
0845                      "email": "mail@kore-nordmann.de"
0846                  }
0847              ],
0848              "description": "Diff implementation",
0849              "homepage": "https://github.com/sebastianbergmann/diff",
0850              "keywords": [
0851                  "diff",
0852                  "udiff",
0853                  "unidiff",
0854                  "unified diff"
0855              ],
0856              "support": {
0857                  "issues": "https://github.com/sebastianbergmann/diff/issues",
0858                  "source": "https://github.com/sebastianbergmann/diff/tree/3.0.6"
0859              },
0860              "funding": [
0861                  {
0862                      "url": "https://github.com/sebastianbergmann",
0863                      "type": "github"
0864                  }
0865              ],
0866              "time": "2024-03-02T06:16:36+00:00"
0867          },
0868          {
0869              "name": "sebastian/environment",
0870              "version": "4.2.5",
0871              "source": {
0872                  "type": "git",
0873                  "url": "https://github.com/sebastianbergmann/environment.git",
0874                  "reference": "56932f6049a0482853056ffd617c91ffcc754205"
0875              },
0876              "dist": {
0877                  "type": "zip",
0878                  "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/56932f6049a0482853056ffd617c91ffcc754205",
0879                  "reference": "56932f6049a0482853056ffd617c91ffcc754205",
0880                  "shasum": ""
0881              },
0882              "require": {
0883                  "php": ">=7.1"
0884              },
0885              "require-dev": {
0886                  "phpunit/phpunit": "^7.5"
0887              },
0888              "suggest": {
0889                  "ext-posix": "*"
0890              },
0891              "type": "library",
0892              "extra": {
0893                  "branch-alias": {
0894                      "dev-master": "4.2-dev"
0895                  }
0896              },
0897              "autoload": {
0898                  "classmap": [
0899                      "src/"
0900                  ]
0901              },
0902              "notification-url": "https://packagist.org/downloads/",
0903              "license": [
0904                  "BSD-3-Clause"
0905              ],
0906              "authors": [
0907                  {
0908                      "name": "Sebastian Bergmann",
0909                      "email": "sebastian@phpunit.de"
0910                  }
0911              ],
0912              "description": "Provides functionality to handle HHVM/PHP environments",
0913              "homepage": "http://www.github.com/sebastianbergmann/environment",
0914              "keywords": [
0915                  "Xdebug",
0916                  "environment",
0917                  "hhvm"
0918              ],
0919              "support": {
0920                  "issues": "https://github.com/sebastianbergmann/environment/issues",
0921                  "source": "https://github.com/sebastianbergmann/environment/tree/4.2.5"
0922              },
0923              "funding": [
0924                  {
0925                      "url": "https://github.com/sebastianbergmann",
0926                      "type": "github"
0927                  }
0928              ],
0929              "time": "2024-03-01T13:49:59+00:00"
0930          },
0931          {
0932              "name": "sebastian/exporter",
0933              "version": "3.1.8",
0934              "source": {
0935                  "type": "git",
0936                  "url": "https://github.com/sebastianbergmann/exporter.git",
0937                  "reference": "64cfeaa341951ceb2019d7b98232399d57bb2296"
0938              },
0939              "dist": {
0940                  "type": "zip",
0941                  "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/64cfeaa341951ceb2019d7b98232399d57bb2296",
0942                  "reference": "64cfeaa341951ceb2019d7b98232399d57bb2296",
0943                  "shasum": ""
0944              },
0945              "require": {
0946                  "php": ">=7.2",
0947                  "sebastian/recursion-context": "^3.0"
0948              },
0949              "require-dev": {
0950                  "ext-mbstring": "*",
0951                  "phpunit/phpunit": "^8.5"
0952              },
0953              "type": "library",
0954              "extra": {
0955                  "branch-alias": {
0956                      "dev-master": "3.1.x-dev"
0957                  }
0958              },
0959              "autoload": {
0960                  "classmap": [
0961                      "src/"
0962                  ]
0963              },
0964              "notification-url": "https://packagist.org/downloads/",
0965              "license": [
0966                  "BSD-3-Clause"
0967              ],
0968              "authors": [
0969                  {
0970                      "name": "Sebastian Bergmann",
0971                      "email": "sebastian@phpunit.de"
0972                  },
0973                  {
0974                      "name": "Jeff Welch",
0975                      "email": "whatthejeff@gmail.com"
0976                  },
0977                  {
0978                      "name": "Volker Dusch",
0979                      "email": "github@wallbash.com"
0980                  },
0981                  {
0982                      "name": "Adam Harvey",
0983                      "email": "aharvey@php.net"
0984                  },
0985                  {
0986                      "name": "Bernhard Schussek",
0987                      "email": "bschussek@gmail.com"
0988                  }
0989              ],
0990              "description": "Provides the functionality to export PHP variables for visualization",
0991              "homepage": "http://www.github.com/sebastianbergmann/exporter",
0992              "keywords": [
0993                  "export",
0994                  "exporter"
0995              ],
0996              "support": {
0997                  "issues": "https://github.com/sebastianbergmann/exporter/issues",
0998                  "source": "https://github.com/sebastianbergmann/exporter/tree/3.1.8"
0999              },
1000              "funding": [
1001                  {
1002                      "url": "https://github.com/sebastianbergmann",
1003                      "type": "github"
1004                  },
1005                  {
1006                      "url": "https://liberapay.com/sebastianbergmann",
1007                      "type": "liberapay"
1008                  },
1009                  {
1010                      "url": "https://thanks.dev/u/gh/sebastianbergmann",
1011                      "type": "thanks_dev"
1012                  },
1013                  {
1014                      "url": "https://tidelift.com/funding/github/packagist/sebastian/exporter",
1015                      "type": "tidelift"
1016                  }
1017              ],
1018              "time": "2025-09-24T05:55:14+00:00"
1019          },
1020          {
1021              "name": "sebastian/global-state",
1022              "version": "3.0.6",
1023              "source": {
1024                  "type": "git",
1025                  "url": "https://github.com/sebastianbergmann/global-state.git",
1026                  "reference": "800689427e3e8cf57a8fe38fcd1d4344c9b2f046"
1027              },
1028              "dist": {
1029                  "type": "zip",
1030                  "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/800689427e3e8cf57a8fe38fcd1d4344c9b2f046",
1031                  "reference": "800689427e3e8cf57a8fe38fcd1d4344c9b2f046",
1032                  "shasum": ""
1033              },
1034              "require": {
1035                  "php": ">=7.2",
1036                  "sebastian/object-reflector": "^1.1.1",
1037                  "sebastian/recursion-context": "^3.0"
1038              },
1039              "require-dev": {
1040                  "ext-dom": "*",
1041                  "phpunit/phpunit": "^8.0"
1042              },
1043              "suggest": {
1044                  "ext-uopz": "*"
1045              },
1046              "type": "library",
1047              "extra": {
1048                  "branch-alias": {
1049                      "dev-master": "3.0-dev"
1050                  }
1051              },
1052              "autoload": {
1053                  "classmap": [
1054                      "src/"
1055                  ]
1056              },
1057              "notification-url": "https://packagist.org/downloads/",
1058              "license": [
1059                  "BSD-3-Clause"
1060              ],
1061              "authors": [
1062                  {
1063                      "name": "Sebastian Bergmann",
1064                      "email": "sebastian@phpunit.de"
1065                  }
1066              ],
1067              "description": "Snapshotting of global state",
1068              "homepage": "http://www.github.com/sebastianbergmann/global-state",
1069              "keywords": [
1070                  "global state"
1071              ],
1072              "support": {
1073                  "issues": "https://github.com/sebastianbergmann/global-state/issues",
1074                  "source": "https://github.com/sebastianbergmann/global-state/tree/3.0.6"
1075              },
1076              "funding": [
1077                  {
1078                      "url": "https://github.com/sebastianbergmann",
1079                      "type": "github"
1080                  },
1081                  {
1082                      "url": "https://liberapay.com/sebastianbergmann",
1083                      "type": "liberapay"
1084                  },
1085                  {
1086                      "url": "https://thanks.dev/u/gh/sebastianbergmann",
1087                      "type": "thanks_dev"
1088                  },
1089                  {
1090                      "url": "https://tidelift.com/funding/github/packagist/sebastian/global-state",
1091                      "type": "tidelift"
1092                  }
1093              ],
1094              "time": "2025-08-10T05:40:12+00:00"
1095          },
1096          {
1097              "name": "sebastian/object-enumerator",
1098              "version": "3.0.5",
1099              "source": {
1100                  "type": "git",
1101                  "url": "https://github.com/sebastianbergmann/object-enumerator.git",
1102                  "reference": "ac5b293dba925751b808e02923399fb44ff0d541"
1103              },
1104              "dist": {
1105                  "type": "zip",
1106                  "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/ac5b293dba925751b808e02923399fb44ff0d541",
1107                  "reference": "ac5b293dba925751b808e02923399fb44ff0d541",
1108                  "shasum": ""
1109              },
1110              "require": {
1111                  "php": ">=7.0",
1112                  "sebastian/object-reflector": "^1.1.1",
1113                  "sebastian/recursion-context": "^3.0"
1114              },
1115              "require-dev": {
1116                  "phpunit/phpunit": "^6.0"
1117              },
1118              "type": "library",
1119              "extra": {
1120                  "branch-alias": {
1121                      "dev-master": "3.0.x-dev"
1122                  }
1123              },
1124              "autoload": {
1125                  "classmap": [
1126                      "src/"
1127                  ]
1128              },
1129              "notification-url": "https://packagist.org/downloads/",
1130              "license": [
1131                  "BSD-3-Clause"
1132              ],
1133              "authors": [
1134                  {
1135                      "name": "Sebastian Bergmann",
1136                      "email": "sebastian@phpunit.de"
1137                  }
1138              ],
1139              "description": "Traverses array structures and object graphs to enumerate all referenced objects",
1140              "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
1141              "support": {
1142                  "issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
1143                  "source": "https://github.com/sebastianbergmann/object-enumerator/tree/3.0.5"
1144              },
1145              "funding": [
1146                  {
1147                      "url": "https://github.com/sebastianbergmann",
1148                      "type": "github"
1149                  }
1150              ],
1151              "time": "2024-03-01T13:54:02+00:00"
1152          },
1153          {
1154              "name": "sebastian/object-reflector",
1155              "version": "1.1.3",
1156              "source": {
1157                  "type": "git",
1158                  "url": "https://github.com/sebastianbergmann/object-reflector.git",
1159                  "reference": "1d439c229e61f244ff1f211e5c99737f90c67def"
1160              },
1161              "dist": {
1162                  "type": "zip",
1163                  "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/1d439c229e61f244ff1f211e5c99737f90c67def",
1164                  "reference": "1d439c229e61f244ff1f211e5c99737f90c67def",
1165                  "shasum": ""
1166              },
1167              "require": {
1168                  "php": ">=7.0"
1169              },
1170              "require-dev": {
1171                  "phpunit/phpunit": "^6.0"
1172              },
1173              "type": "library",
1174              "extra": {
1175                  "branch-alias": {
1176                      "dev-master": "1.1-dev"
1177                  }
1178              },
1179              "autoload": {
1180                  "classmap": [
1181                      "src/"
1182                  ]
1183              },
1184              "notification-url": "https://packagist.org/downloads/",
1185              "license": [
1186                  "BSD-3-Clause"
1187              ],
1188              "authors": [
1189                  {
1190                      "name": "Sebastian Bergmann",
1191                      "email": "sebastian@phpunit.de"
1192                  }
1193              ],
1194              "description": "Allows reflection of object attributes, including inherited and non-public ones",
1195              "homepage": "https://github.com/sebastianbergmann/object-reflector/",
1196              "support": {
1197                  "issues": "https://github.com/sebastianbergmann/object-reflector/issues",
1198                  "source": "https://github.com/sebastianbergmann/object-reflector/tree/1.1.3"
1199              },
1200              "funding": [
1201                  {
1202                      "url": "https://github.com/sebastianbergmann",
1203                      "type": "github"
1204                  }
1205              ],
1206              "time": "2024-03-01T13:56:04+00:00"
1207          },
1208          {
1209              "name": "sebastian/recursion-context",
1210              "version": "3.0.3",
1211              "source": {
1212                  "type": "git",
1213                  "url": "https://github.com/sebastianbergmann/recursion-context.git",
1214                  "reference": "8fe7e75986a9d24b4cceae847314035df7703a5a"
1215              },
1216              "dist": {
1217                  "type": "zip",
1218                  "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/8fe7e75986a9d24b4cceae847314035df7703a5a",
1219                  "reference": "8fe7e75986a9d24b4cceae847314035df7703a5a",
1220                  "shasum": ""
1221              },
1222              "require": {
1223                  "php": ">=7.0"
1224              },
1225              "require-dev": {
1226                  "phpunit/phpunit": "^6.0"
1227              },
1228              "type": "library",
1229              "extra": {
1230                  "branch-alias": {
1231                      "dev-master": "3.0.x-dev"
1232                  }
1233              },
1234              "autoload": {
1235                  "classmap": [
1236                      "src/"
1237                  ]
1238              },
1239              "notification-url": "https://packagist.org/downloads/",
1240              "license": [
1241                  "BSD-3-Clause"
1242              ],
1243              "authors": [
1244                  {
1245                      "name": "Sebastian Bergmann",
1246                      "email": "sebastian@phpunit.de"
1247                  },
1248                  {
1249                      "name": "Jeff Welch",
1250                      "email": "whatthejeff@gmail.com"
1251                  },
1252                  {
1253                      "name": "Adam Harvey",
1254                      "email": "aharvey@php.net"
1255                  }
1256              ],
1257              "description": "Provides functionality to recursively process PHP variables",
1258              "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
1259              "support": {
1260                  "issues": "https://github.com/sebastianbergmann/recursion-context/issues",
1261                  "source": "https://github.com/sebastianbergmann/recursion-context/tree/3.0.3"
1262              },
1263              "funding": [
1264                  {
1265                      "url": "https://github.com/sebastianbergmann",
1266                      "type": "github"
1267                  },
1268                  {
1269                      "url": "https://liberapay.com/sebastianbergmann",
1270                      "type": "liberapay"
1271                  },
1272                  {
1273                      "url": "https://thanks.dev/u/gh/sebastianbergmann",
1274                      "type": "thanks_dev"
1275                  },
1276                  {
1277                      "url": "https://tidelift.com/funding/github/packagist/sebastian/recursion-context",
1278                      "type": "tidelift"
1279                  }
1280              ],
1281              "time": "2025-08-10T05:25:53+00:00"
1282          },
1283          {
1284              "name": "sebastian/resource-operations",
1285              "version": "2.0.3",
1286              "source": {
1287                  "type": "git",
1288                  "url": "https://github.com/sebastianbergmann/resource-operations.git",
1289                  "reference": "72a7f7674d053d548003b16ff5a106e7e0e06eee"
1290              },
1291              "dist": {
1292                  "type": "zip",
1293                  "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/72a7f7674d053d548003b16ff5a106e7e0e06eee",
1294                  "reference": "72a7f7674d053d548003b16ff5a106e7e0e06eee",
1295                  "shasum": ""
1296              },
1297              "require": {
1298                  "php": ">=7.1"
1299              },
1300              "type": "library",
1301              "extra": {
1302                  "branch-alias": {
1303                      "dev-master": "2.0-dev"
1304                  }
1305              },
1306              "autoload": {
1307                  "classmap": [
1308                      "src/"
1309                  ]
1310              },
1311              "notification-url": "https://packagist.org/downloads/",
1312              "license": [
1313                  "BSD-3-Clause"
1314              ],
1315              "authors": [
1316                  {
1317                      "name": "Sebastian Bergmann",
1318                      "email": "sebastian@phpunit.de"
1319                  }
1320              ],
1321              "description": "Provides a list of PHP built-in functions that operate on resources",
1322              "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
1323              "support": {
1324                  "source": "https://github.com/sebastianbergmann/resource-operations/tree/2.0.3"
1325              },
1326              "funding": [
1327                  {
1328                      "url": "https://github.com/sebastianbergmann",
1329                      "type": "github"
1330                  }
1331              ],
1332              "time": "2024-03-01T13:59:09+00:00"
1333          },
1334          {
1335              "name": "sebastian/type",
1336              "version": "1.1.5",
1337              "source": {
1338                  "type": "git",
1339                  "url": "https://github.com/sebastianbergmann/type.git",
1340                  "reference": "18f071c3a29892b037d35e6b20ddf3ea39b42874"
1341              },
1342              "dist": {
1343                  "type": "zip",
1344                  "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/18f071c3a29892b037d35e6b20ddf3ea39b42874",
1345                  "reference": "18f071c3a29892b037d35e6b20ddf3ea39b42874",
1346                  "shasum": ""
1347              },
1348              "require": {
1349                  "php": ">=7.2"
1350              },
1351              "require-dev": {
1352                  "phpunit/phpunit": "^8.2"
1353              },
1354              "type": "library",
1355              "extra": {
1356                  "branch-alias": {
1357                      "dev-master": "1.1-dev"
1358                  }
1359              },
1360              "autoload": {
1361                  "classmap": [
1362                      "src/"
1363                  ]
1364              },
1365              "notification-url": "https://packagist.org/downloads/",
1366              "license": [
1367                  "BSD-3-Clause"
1368              ],
1369              "authors": [
1370                  {
1371                      "name": "Sebastian Bergmann",
1372                      "email": "sebastian@phpunit.de",
1373                      "role": "lead"
1374                  }
1375              ],
1376              "description": "Collection of value objects that represent the types of the PHP type system",
1377              "homepage": "https://github.com/sebastianbergmann/type",
1378              "support": {
1379                  "issues": "https://github.com/sebastianbergmann/type/issues",
1380                  "source": "https://github.com/sebastianbergmann/type/tree/1.1.5"
1381              },
1382              "funding": [
1383                  {
1384                      "url": "https://github.com/sebastianbergmann",
1385                      "type": "github"
1386                  }
1387              ],
1388              "time": "2024-03-01T14:04:07+00:00"
1389          },
1390          {
1391              "name": "sebastian/version",
1392              "version": "2.0.1",
1393              "source": {
1394                  "type": "git",
1395                  "url": "https://github.com/sebastianbergmann/version.git",
1396                  "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
1397              },
1398              "dist": {
1399                  "type": "zip",
1400                  "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
1401                  "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
1402                  "shasum": ""
1403              },
1404              "require": {
1405                  "php": ">=5.6"
1406              },
1407              "type": "library",
1408              "extra": {
1409                  "branch-alias": {
1410                      "dev-master": "2.0.x-dev"
1411                  }
1412              },
1413              "autoload": {
1414                  "classmap": [
1415                      "src/"
1416                  ]
1417              },
1418              "notification-url": "https://packagist.org/downloads/",
1419              "license": [
1420                  "BSD-3-Clause"
1421              ],
1422              "authors": [
1423                  {
1424                      "name": "Sebastian Bergmann",
1425                      "email": "sebastian@phpunit.de",
1426                      "role": "lead"
1427                  }
1428              ],
1429              "description": "Library that helps with managing the version number of Git-hosted PHP projects",
1430              "homepage": "https://github.com/sebastianbergmann/version",
1431              "support": {
1432                  "issues": "https://github.com/sebastianbergmann/version/issues",
1433                  "source": "https://github.com/sebastianbergmann/version/tree/master"
1434              },
1435              "time": "2016-10-03T07:35:21+00:00"
1436          },
1437          {
1438              "name": "theseer/tokenizer",
1439              "version": "1.3.1",
1440              "source": {
1441                  "type": "git",
1442                  "url": "https://github.com/theseer/tokenizer.git",
1443                  "reference": "b7489ce515e168639d17feec34b8847c326b0b3c"
1444              },
1445              "dist": {
1446                  "type": "zip",
1447                  "url": "https://api.github.com/repos/theseer/tokenizer/zipball/b7489ce515e168639d17feec34b8847c326b0b3c",
1448                  "reference": "b7489ce515e168639d17feec34b8847c326b0b3c",
1449                  "shasum": ""
1450              },
1451              "require": {
1452                  "ext-dom": "*",
1453                  "ext-tokenizer": "*",
1454                  "ext-xmlwriter": "*",
1455                  "php": "^7.2 || ^8.0"
1456              },
1457              "type": "library",
1458              "autoload": {
1459                  "classmap": [
1460                      "src/"
1461                  ]
1462              },
1463              "notification-url": "https://packagist.org/downloads/",
1464              "license": [
1465                  "BSD-3-Clause"
1466              ],
1467              "authors": [
1468                  {
1469                      "name": "Arne Blankerts",
1470                      "email": "arne@blankerts.de",
1471                      "role": "Developer"
1472                  }
1473              ],
1474              "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
1475              "support": {
1476                  "issues": "https://github.com/theseer/tokenizer/issues",
1477                  "source": "https://github.com/theseer/tokenizer/tree/1.3.1"
1478              },
1479              "funding": [
1480                  {
1481                      "url": "https://github.com/theseer",
1482                      "type": "github"
1483                  }
1484              ],
1485              "time": "2025-11-17T20:03:58+00:00"
1486          }
1487      ],
1488      "aliases": [],
1489      "minimum-stability": "stable",
1490      "stability-flags": [],
1491      "prefer-stable": false,
1492      "prefer-lowest": false,
1493      "platform": {
1494          "php": ">=7.2",
1495          "ext-mbstring": "*"
1496      },
1497      "platform-dev": [],
1498      "platform-overrides": {
1499          "php": "7.2.0"
1500      },
1501      "plugin-api-version": "2.6.0"
1502  }
1503