[ Index ]

PHP Cross Reference of YOURLS

title

Body

[close]

/tests/ -> composer.lock (source)

   1  {
   2      "_readme": [
   3          "This file locks the dependencies of your project to a known state",
   4          "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
   5          "This file is @generated automatically"
   6      ],
   7      "content-hash": "9fcd71b761cb2ca79908f32b4f52bfd1",
   8      "packages": [
   9          {
  10              "name": "myclabs/deep-copy",
  11              "version": "1.13.4",
  12              "source": {
  13                  "type": "git",
  14                  "url": "https://github.com/myclabs/DeepCopy.git",
  15                  "reference": "07d290f0c47959fd5eed98c95ee5602db07e0b6a"
  16              },
  17              "dist": {
  18                  "type": "zip",
  19                  "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/07d290f0c47959fd5eed98c95ee5602db07e0b6a",
  20                  "reference": "07d290f0c47959fd5eed98c95ee5602db07e0b6a",
  21                  "shasum": ""
  22              },
  23              "require": {
  24                  "php": "^7.1 || ^8.0"
  25              },
  26              "conflict": {
  27                  "doctrine/collections": "<1.6.8",
  28                  "doctrine/common": "<2.13.3 || >=3 <3.2.2"
  29              },
  30              "require-dev": {
  31                  "doctrine/collections": "^1.6.8",
  32                  "doctrine/common": "^2.13.3 || ^3.2.2",
  33                  "phpspec/prophecy": "^1.10",
  34                  "phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13"
  35              },
  36              "type": "library",
  37              "autoload": {
  38                  "files": [
  39                      "src/DeepCopy/deep_copy.php"
  40                  ],
  41                  "psr-4": {
  42                      "DeepCopy\\": "src/DeepCopy/"
  43                  }
  44              },
  45              "notification-url": "https://packagist.org/downloads/",
  46              "license": [
  47                  "MIT"
  48              ],
  49              "description": "Create deep copies (clones) of your objects",
  50              "keywords": [
  51                  "clone",
  52                  "copy",
  53                  "duplicate",
  54                  "object",
  55                  "object graph"
  56              ],
  57              "support": {
  58                  "issues": "https://github.com/myclabs/DeepCopy/issues",
  59                  "source": "https://github.com/myclabs/DeepCopy/tree/1.13.4"
  60              },
  61              "funding": [
  62                  {
  63                      "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
  64                      "type": "tidelift"
  65                  }
  66              ],
  67              "time": "2025-08-01T08:46:24+00:00"
  68          },
  69          {
  70              "name": "nikic/php-parser",
  71              "version": "v5.7.0",
  72              "source": {
  73                  "type": "git",
  74                  "url": "https://github.com/nikic/PHP-Parser.git",
  75                  "reference": "dca41cd15c2ac9d055ad70dbfd011130757d1f82"
  76              },
  77              "dist": {
  78                  "type": "zip",
  79                  "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/dca41cd15c2ac9d055ad70dbfd011130757d1f82",
  80                  "reference": "dca41cd15c2ac9d055ad70dbfd011130757d1f82",
  81                  "shasum": ""
  82              },
  83              "require": {
  84                  "ext-ctype": "*",
  85                  "ext-json": "*",
  86                  "ext-tokenizer": "*",
  87                  "php": ">=7.4"
  88              },
  89              "require-dev": {
  90                  "ircmaxell/php-yacc": "^0.0.7",
  91                  "phpunit/phpunit": "^9.0"
  92              },
  93              "bin": [
  94                  "bin/php-parse"
  95              ],
  96              "type": "library",
  97              "extra": {
  98                  "branch-alias": {
  99                      "dev-master": "5.x-dev"
 100                  }
 101              },
 102              "autoload": {
 103                  "psr-4": {
 104                      "PhpParser\\": "lib/PhpParser"
 105                  }
 106              },
 107              "notification-url": "https://packagist.org/downloads/",
 108              "license": [
 109                  "BSD-3-Clause"
 110              ],
 111              "authors": [
 112                  {
 113                      "name": "Nikita Popov"
 114                  }
 115              ],
 116              "description": "A PHP parser written in PHP",
 117              "keywords": [
 118                  "parser",
 119                  "php"
 120              ],
 121              "support": {
 122                  "issues": "https://github.com/nikic/PHP-Parser/issues",
 123                  "source": "https://github.com/nikic/PHP-Parser/tree/v5.7.0"
 124              },
 125              "time": "2025-12-06T11:56:16+00:00"
 126          },
 127          {
 128              "name": "phar-io/manifest",
 129              "version": "2.0.4",
 130              "source": {
 131                  "type": "git",
 132                  "url": "https://github.com/phar-io/manifest.git",
 133                  "reference": "54750ef60c58e43759730615a392c31c80e23176"
 134              },
 135              "dist": {
 136                  "type": "zip",
 137                  "url": "https://api.github.com/repos/phar-io/manifest/zipball/54750ef60c58e43759730615a392c31c80e23176",
 138                  "reference": "54750ef60c58e43759730615a392c31c80e23176",
 139                  "shasum": ""
 140              },
 141              "require": {
 142                  "ext-dom": "*",
 143                  "ext-libxml": "*",
 144                  "ext-phar": "*",
 145                  "ext-xmlwriter": "*",
 146                  "phar-io/version": "^3.0.1",
 147                  "php": "^7.2 || ^8.0"
 148              },
 149              "type": "library",
 150              "extra": {
 151                  "branch-alias": {
 152                      "dev-master": "2.0.x-dev"
 153                  }
 154              },
 155              "autoload": {
 156                  "classmap": [
 157                      "src/"
 158                  ]
 159              },
 160              "notification-url": "https://packagist.org/downloads/",
 161              "license": [
 162                  "BSD-3-Clause"
 163              ],
 164              "authors": [
 165                  {
 166                      "name": "Arne Blankerts",
 167                      "email": "[email protected]",
 168                      "role": "Developer"
 169                  },
 170                  {
 171                      "name": "Sebastian Heuer",
 172                      "email": "[email protected]",
 173                      "role": "Developer"
 174                  },
 175                  {
 176                      "name": "Sebastian Bergmann",
 177                      "email": "[email protected]",
 178                      "role": "Developer"
 179                  }
 180              ],
 181              "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
 182              "support": {
 183                  "issues": "https://github.com/phar-io/manifest/issues",
 184                  "source": "https://github.com/phar-io/manifest/tree/2.0.4"
 185              },
 186              "funding": [
 187                  {
 188                      "url": "https://github.com/theseer",
 189                      "type": "github"
 190                  }
 191              ],
 192              "time": "2024-03-03T12:33:53+00:00"
 193          },
 194          {
 195              "name": "phar-io/version",
 196              "version": "3.2.1",
 197              "source": {
 198                  "type": "git",
 199                  "url": "https://github.com/phar-io/version.git",
 200                  "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74"
 201              },
 202              "dist": {
 203                  "type": "zip",
 204                  "url": "https://api.github.com/repos/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
 205                  "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
 206                  "shasum": ""
 207              },
 208              "require": {
 209                  "php": "^7.2 || ^8.0"
 210              },
 211              "type": "library",
 212              "autoload": {
 213                  "classmap": [
 214                      "src/"
 215                  ]
 216              },
 217              "notification-url": "https://packagist.org/downloads/",
 218              "license": [
 219                  "BSD-3-Clause"
 220              ],
 221              "authors": [
 222                  {
 223                      "name": "Arne Blankerts",
 224                      "email": "[email protected]",
 225                      "role": "Developer"
 226                  },
 227                  {
 228                      "name": "Sebastian Heuer",
 229                      "email": "[email protected]",
 230                      "role": "Developer"
 231                  },
 232                  {
 233                      "name": "Sebastian Bergmann",
 234                      "email": "[email protected]",
 235                      "role": "Developer"
 236                  }
 237              ],
 238              "description": "Library for handling version information and constraints",
 239              "support": {
 240                  "issues": "https://github.com/phar-io/version/issues",
 241                  "source": "https://github.com/phar-io/version/tree/3.2.1"
 242              },
 243              "time": "2022-02-21T01:04:05+00:00"
 244          },
 245          {
 246              "name": "phpunit/php-code-coverage",
 247              "version": "12.5.6",
 248              "source": {
 249                  "type": "git",
 250                  "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
 251                  "reference": "876099a072646c7745f673d7aeab5382c4439691"
 252              },
 253              "dist": {
 254                  "type": "zip",
 255                  "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/876099a072646c7745f673d7aeab5382c4439691",
 256                  "reference": "876099a072646c7745f673d7aeab5382c4439691",
 257                  "shasum": ""
 258              },
 259              "require": {
 260                  "ext-dom": "*",
 261                  "ext-libxml": "*",
 262                  "ext-xmlwriter": "*",
 263                  "nikic/php-parser": "^5.7.0",
 264                  "php": ">=8.3",
 265                  "phpunit/php-text-template": "^5.0",
 266                  "sebastian/complexity": "^5.0",
 267                  "sebastian/environment": "^8.0.3",
 268                  "sebastian/lines-of-code": "^4.0",
 269                  "sebastian/version": "^6.0",
 270                  "theseer/tokenizer": "^2.0.1"
 271              },
 272              "require-dev": {
 273                  "phpunit/phpunit": "^12.5.1"
 274              },
 275              "suggest": {
 276                  "ext-pcov": "PHP extension that provides line coverage",
 277                  "ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage"
 278              },
 279              "type": "library",
 280              "extra": {
 281                  "branch-alias": {
 282                      "dev-main": "12.5.x-dev"
 283                  }
 284              },
 285              "autoload": {
 286                  "classmap": [
 287                      "src/"
 288                  ]
 289              },
 290              "notification-url": "https://packagist.org/downloads/",
 291              "license": [
 292                  "BSD-3-Clause"
 293              ],
 294              "authors": [
 295                  {
 296                      "name": "Sebastian Bergmann",
 297                      "email": "[email protected]",
 298                      "role": "lead"
 299                  }
 300              ],
 301              "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
 302              "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
 303              "keywords": [
 304                  "coverage",
 305                  "testing",
 306                  "xunit"
 307              ],
 308              "support": {
 309                  "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
 310                  "security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy",
 311                  "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/12.5.6"
 312              },
 313              "funding": [
 314                  {
 315                      "url": "https://github.com/sebastianbergmann",
 316                      "type": "github"
 317                  },
 318                  {
 319                      "url": "https://liberapay.com/sebastianbergmann",
 320                      "type": "liberapay"
 321                  },
 322                  {
 323                      "url": "https://thanks.dev/u/gh/sebastianbergmann",
 324                      "type": "thanks_dev"
 325                  },
 326                  {
 327                      "url": "https://tidelift.com/funding/github/packagist/phpunit/php-code-coverage",
 328                      "type": "tidelift"
 329                  }
 330              ],
 331              "time": "2026-04-15T08:23:17+00:00"
 332          },
 333          {
 334              "name": "phpunit/php-file-iterator",
 335              "version": "6.0.1",
 336              "source": {
 337                  "type": "git",
 338                  "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
 339                  "reference": "3d1cd096ef6bea4bf2762ba586e35dbd317cbfd5"
 340              },
 341              "dist": {
 342                  "type": "zip",
 343                  "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/3d1cd096ef6bea4bf2762ba586e35dbd317cbfd5",
 344                  "reference": "3d1cd096ef6bea4bf2762ba586e35dbd317cbfd5",
 345                  "shasum": ""
 346              },
 347              "require": {
 348                  "php": ">=8.3"
 349              },
 350              "require-dev": {
 351                  "phpunit/phpunit": "^12.0"
 352              },
 353              "type": "library",
 354              "extra": {
 355                  "branch-alias": {
 356                      "dev-main": "6.0-dev"
 357                  }
 358              },
 359              "autoload": {
 360                  "classmap": [
 361                      "src/"
 362                  ]
 363              },
 364              "notification-url": "https://packagist.org/downloads/",
 365              "license": [
 366                  "BSD-3-Clause"
 367              ],
 368              "authors": [
 369                  {
 370                      "name": "Sebastian Bergmann",
 371                      "email": "[email protected]",
 372                      "role": "lead"
 373                  }
 374              ],
 375              "description": "FilterIterator implementation that filters files based on a list of suffixes.",
 376              "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
 377              "keywords": [
 378                  "filesystem",
 379                  "iterator"
 380              ],
 381              "support": {
 382                  "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
 383                  "security": "https://github.com/sebastianbergmann/php-file-iterator/security/policy",
 384                  "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/6.0.1"
 385              },
 386              "funding": [
 387                  {
 388                      "url": "https://github.com/sebastianbergmann",
 389                      "type": "github"
 390                  },
 391                  {
 392                      "url": "https://liberapay.com/sebastianbergmann",
 393                      "type": "liberapay"
 394                  },
 395                  {
 396                      "url": "https://thanks.dev/u/gh/sebastianbergmann",
 397                      "type": "thanks_dev"
 398                  },
 399                  {
 400                      "url": "https://tidelift.com/funding/github/packagist/phpunit/php-file-iterator",
 401                      "type": "tidelift"
 402                  }
 403              ],
 404              "time": "2026-02-02T14:04:18+00:00"
 405          },
 406          {
 407              "name": "phpunit/php-invoker",
 408              "version": "6.0.0",
 409              "source": {
 410                  "type": "git",
 411                  "url": "https://github.com/sebastianbergmann/php-invoker.git",
 412                  "reference": "12b54e689b07a25a9b41e57736dfab6ec9ae5406"
 413              },
 414              "dist": {
 415                  "type": "zip",
 416                  "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/12b54e689b07a25a9b41e57736dfab6ec9ae5406",
 417                  "reference": "12b54e689b07a25a9b41e57736dfab6ec9ae5406",
 418                  "shasum": ""
 419              },
 420              "require": {
 421                  "php": ">=8.3"
 422              },
 423              "require-dev": {
 424                  "ext-pcntl": "*",
 425                  "phpunit/phpunit": "^12.0"
 426              },
 427              "suggest": {
 428                  "ext-pcntl": "*"
 429              },
 430              "type": "library",
 431              "extra": {
 432                  "branch-alias": {
 433                      "dev-main": "6.0-dev"
 434                  }
 435              },
 436              "autoload": {
 437                  "classmap": [
 438                      "src/"
 439                  ]
 440              },
 441              "notification-url": "https://packagist.org/downloads/",
 442              "license": [
 443                  "BSD-3-Clause"
 444              ],
 445              "authors": [
 446                  {
 447                      "name": "Sebastian Bergmann",
 448                      "email": "[email protected]",
 449                      "role": "lead"
 450                  }
 451              ],
 452              "description": "Invoke callables with a timeout",
 453              "homepage": "https://github.com/sebastianbergmann/php-invoker/",
 454              "keywords": [
 455                  "process"
 456              ],
 457              "support": {
 458                  "issues": "https://github.com/sebastianbergmann/php-invoker/issues",
 459                  "security": "https://github.com/sebastianbergmann/php-invoker/security/policy",
 460                  "source": "https://github.com/sebastianbergmann/php-invoker/tree/6.0.0"
 461              },
 462              "funding": [
 463                  {
 464                      "url": "https://github.com/sebastianbergmann",
 465                      "type": "github"
 466                  }
 467              ],
 468              "time": "2025-02-07T04:58:58+00:00"
 469          },
 470          {
 471              "name": "phpunit/php-text-template",
 472              "version": "5.0.0",
 473              "source": {
 474                  "type": "git",
 475                  "url": "https://github.com/sebastianbergmann/php-text-template.git",
 476                  "reference": "e1367a453f0eda562eedb4f659e13aa900d66c53"
 477              },
 478              "dist": {
 479                  "type": "zip",
 480                  "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/e1367a453f0eda562eedb4f659e13aa900d66c53",
 481                  "reference": "e1367a453f0eda562eedb4f659e13aa900d66c53",
 482                  "shasum": ""
 483              },
 484              "require": {
 485                  "php": ">=8.3"
 486              },
 487              "require-dev": {
 488                  "phpunit/phpunit": "^12.0"
 489              },
 490              "type": "library",
 491              "extra": {
 492                  "branch-alias": {
 493                      "dev-main": "5.0-dev"
 494                  }
 495              },
 496              "autoload": {
 497                  "classmap": [
 498                      "src/"
 499                  ]
 500              },
 501              "notification-url": "https://packagist.org/downloads/",
 502              "license": [
 503                  "BSD-3-Clause"
 504              ],
 505              "authors": [
 506                  {
 507                      "name": "Sebastian Bergmann",
 508                      "email": "[email protected]",
 509                      "role": "lead"
 510                  }
 511              ],
 512              "description": "Simple template engine.",
 513              "homepage": "https://github.com/sebastianbergmann/php-text-template/",
 514              "keywords": [
 515                  "template"
 516              ],
 517              "support": {
 518                  "issues": "https://github.com/sebastianbergmann/php-text-template/issues",
 519                  "security": "https://github.com/sebastianbergmann/php-text-template/security/policy",
 520                  "source": "https://github.com/sebastianbergmann/php-text-template/tree/5.0.0"
 521              },
 522              "funding": [
 523                  {
 524                      "url": "https://github.com/sebastianbergmann",
 525                      "type": "github"
 526                  }
 527              ],
 528              "time": "2025-02-07T04:59:16+00:00"
 529          },
 530          {
 531              "name": "phpunit/php-timer",
 532              "version": "8.0.0",
 533              "source": {
 534                  "type": "git",
 535                  "url": "https://github.com/sebastianbergmann/php-timer.git",
 536                  "reference": "f258ce36aa457f3aa3339f9ed4c81fc66dc8c2cc"
 537              },
 538              "dist": {
 539                  "type": "zip",
 540                  "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/f258ce36aa457f3aa3339f9ed4c81fc66dc8c2cc",
 541                  "reference": "f258ce36aa457f3aa3339f9ed4c81fc66dc8c2cc",
 542                  "shasum": ""
 543              },
 544              "require": {
 545                  "php": ">=8.3"
 546              },
 547              "require-dev": {
 548                  "phpunit/phpunit": "^12.0"
 549              },
 550              "type": "library",
 551              "extra": {
 552                  "branch-alias": {
 553                      "dev-main": "8.0-dev"
 554                  }
 555              },
 556              "autoload": {
 557                  "classmap": [
 558                      "src/"
 559                  ]
 560              },
 561              "notification-url": "https://packagist.org/downloads/",
 562              "license": [
 563                  "BSD-3-Clause"
 564              ],
 565              "authors": [
 566                  {
 567                      "name": "Sebastian Bergmann",
 568                      "email": "[email protected]",
 569                      "role": "lead"
 570                  }
 571              ],
 572              "description": "Utility class for timing",
 573              "homepage": "https://github.com/sebastianbergmann/php-timer/",
 574              "keywords": [
 575                  "timer"
 576              ],
 577              "support": {
 578                  "issues": "https://github.com/sebastianbergmann/php-timer/issues",
 579                  "security": "https://github.com/sebastianbergmann/php-timer/security/policy",
 580                  "source": "https://github.com/sebastianbergmann/php-timer/tree/8.0.0"
 581              },
 582              "funding": [
 583                  {
 584                      "url": "https://github.com/sebastianbergmann",
 585                      "type": "github"
 586                  }
 587              ],
 588              "time": "2025-02-07T04:59:38+00:00"
 589          },
 590          {
 591              "name": "phpunit/phpunit",
 592              "version": "12.5.22",
 593              "source": {
 594                  "type": "git",
 595                  "url": "https://github.com/sebastianbergmann/phpunit.git",
 596                  "reference": "e07667405f0f43317a1799d3907c43a123bc5587"
 597              },
 598              "dist": {
 599                  "type": "zip",
 600                  "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/e07667405f0f43317a1799d3907c43a123bc5587",
 601                  "reference": "e07667405f0f43317a1799d3907c43a123bc5587",
 602                  "shasum": ""
 603              },
 604              "require": {
 605                  "ext-dom": "*",
 606                  "ext-json": "*",
 607                  "ext-libxml": "*",
 608                  "ext-mbstring": "*",
 609                  "ext-xml": "*",
 610                  "ext-xmlwriter": "*",
 611                  "myclabs/deep-copy": "^1.13.4",
 612                  "phar-io/manifest": "^2.0.4",
 613                  "phar-io/version": "^3.2.1",
 614                  "php": ">=8.3",
 615                  "phpunit/php-code-coverage": "^12.5.6",
 616                  "phpunit/php-file-iterator": "^6.0.1",
 617                  "phpunit/php-invoker": "^6.0.0",
 618                  "phpunit/php-text-template": "^5.0.0",
 619                  "phpunit/php-timer": "^8.0.0",
 620                  "sebastian/cli-parser": "^4.2.0",
 621                  "sebastian/comparator": "^7.1.6",
 622                  "sebastian/diff": "^7.0.0",
 623                  "sebastian/environment": "^8.1.0",
 624                  "sebastian/exporter": "^7.0.2",
 625                  "sebastian/global-state": "^8.0.2",
 626                  "sebastian/object-enumerator": "^7.0.0",
 627                  "sebastian/recursion-context": "^7.0.1",
 628                  "sebastian/type": "^6.0.3",
 629                  "sebastian/version": "^6.0.0",
 630                  "staabm/side-effects-detector": "^1.0.5"
 631              },
 632              "bin": [
 633                  "phpunit"
 634              ],
 635              "type": "library",
 636              "extra": {
 637                  "branch-alias": {
 638                      "dev-main": "12.5-dev"
 639                  }
 640              },
 641              "autoload": {
 642                  "files": [
 643                      "src/Framework/Assert/Functions.php"
 644                  ],
 645                  "classmap": [
 646                      "src/"
 647                  ]
 648              },
 649              "notification-url": "https://packagist.org/downloads/",
 650              "license": [
 651                  "BSD-3-Clause"
 652              ],
 653              "authors": [
 654                  {
 655                      "name": "Sebastian Bergmann",
 656                      "email": "[email protected]",
 657                      "role": "lead"
 658                  }
 659              ],
 660              "description": "The PHP Unit Testing framework.",
 661              "homepage": "https://phpunit.de/",
 662              "keywords": [
 663                  "phpunit",
 664                  "testing",
 665                  "xunit"
 666              ],
 667              "support": {
 668                  "issues": "https://github.com/sebastianbergmann/phpunit/issues",
 669                  "security": "https://github.com/sebastianbergmann/phpunit/security/policy",
 670                  "source": "https://github.com/sebastianbergmann/phpunit/tree/12.5.22"
 671              },
 672              "funding": [
 673                  {
 674                      "url": "https://phpunit.de/sponsoring.html",
 675                      "type": "other"
 676                  }
 677              ],
 678              "time": "2026-04-17T12:51:04+00:00"
 679          },
 680          {
 681              "name": "sebastian/cli-parser",
 682              "version": "4.2.0",
 683              "source": {
 684                  "type": "git",
 685                  "url": "https://github.com/sebastianbergmann/cli-parser.git",
 686                  "reference": "90f41072d220e5c40df6e8635f5dafba2d9d4d04"
 687              },
 688              "dist": {
 689                  "type": "zip",
 690                  "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/90f41072d220e5c40df6e8635f5dafba2d9d4d04",
 691                  "reference": "90f41072d220e5c40df6e8635f5dafba2d9d4d04",
 692                  "shasum": ""
 693              },
 694              "require": {
 695                  "php": ">=8.3"
 696              },
 697              "require-dev": {
 698                  "phpunit/phpunit": "^12.0"
 699              },
 700              "type": "library",
 701              "extra": {
 702                  "branch-alias": {
 703                      "dev-main": "4.2-dev"
 704                  }
 705              },
 706              "autoload": {
 707                  "classmap": [
 708                      "src/"
 709                  ]
 710              },
 711              "notification-url": "https://packagist.org/downloads/",
 712              "license": [
 713                  "BSD-3-Clause"
 714              ],
 715              "authors": [
 716                  {
 717                      "name": "Sebastian Bergmann",
 718                      "email": "[email protected]",
 719                      "role": "lead"
 720                  }
 721              ],
 722              "description": "Library for parsing CLI options",
 723              "homepage": "https://github.com/sebastianbergmann/cli-parser",
 724              "support": {
 725                  "issues": "https://github.com/sebastianbergmann/cli-parser/issues",
 726                  "security": "https://github.com/sebastianbergmann/cli-parser/security/policy",
 727                  "source": "https://github.com/sebastianbergmann/cli-parser/tree/4.2.0"
 728              },
 729              "funding": [
 730                  {
 731                      "url": "https://github.com/sebastianbergmann",
 732                      "type": "github"
 733                  },
 734                  {
 735                      "url": "https://liberapay.com/sebastianbergmann",
 736                      "type": "liberapay"
 737                  },
 738                  {
 739                      "url": "https://thanks.dev/u/gh/sebastianbergmann",
 740                      "type": "thanks_dev"
 741                  },
 742                  {
 743                      "url": "https://tidelift.com/funding/github/packagist/sebastian/cli-parser",
 744                      "type": "tidelift"
 745                  }
 746              ],
 747              "time": "2025-09-14T09:36:45+00:00"
 748          },
 749          {
 750              "name": "sebastian/comparator",
 751              "version": "7.1.6",
 752              "source": {
 753                  "type": "git",
 754                  "url": "https://github.com/sebastianbergmann/comparator.git",
 755                  "reference": "c769009dee98f494e0edc3fd4f4087501688f11e"
 756              },
 757              "dist": {
 758                  "type": "zip",
 759                  "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/c769009dee98f494e0edc3fd4f4087501688f11e",
 760                  "reference": "c769009dee98f494e0edc3fd4f4087501688f11e",
 761                  "shasum": ""
 762              },
 763              "require": {
 764                  "ext-dom": "*",
 765                  "ext-mbstring": "*",
 766                  "php": ">=8.3",
 767                  "sebastian/diff": "^7.0",
 768                  "sebastian/exporter": "^7.0"
 769              },
 770              "require-dev": {
 771                  "phpunit/phpunit": "^12.2"
 772              },
 773              "suggest": {
 774                  "ext-bcmath": "For comparing BcMath\\Number objects"
 775              },
 776              "type": "library",
 777              "extra": {
 778                  "branch-alias": {
 779                      "dev-main": "7.1-dev"
 780                  }
 781              },
 782              "autoload": {
 783                  "classmap": [
 784                      "src/"
 785                  ]
 786              },
 787              "notification-url": "https://packagist.org/downloads/",
 788              "license": [
 789                  "BSD-3-Clause"
 790              ],
 791              "authors": [
 792                  {
 793                      "name": "Sebastian Bergmann",
 794                      "email": "[email protected]"
 795                  },
 796                  {
 797                      "name": "Jeff Welch",
 798                      "email": "[email protected]"
 799                  },
 800                  {
 801                      "name": "Volker Dusch",
 802                      "email": "[email protected]"
 803                  },
 804                  {
 805                      "name": "Bernhard Schussek",
 806                      "email": "[email protected]"
 807                  }
 808              ],
 809              "description": "Provides the functionality to compare PHP values for equality",
 810              "homepage": "https://github.com/sebastianbergmann/comparator",
 811              "keywords": [
 812                  "comparator",
 813                  "compare",
 814                  "equality"
 815              ],
 816              "support": {
 817                  "issues": "https://github.com/sebastianbergmann/comparator/issues",
 818                  "security": "https://github.com/sebastianbergmann/comparator/security/policy",
 819                  "source": "https://github.com/sebastianbergmann/comparator/tree/7.1.6"
 820              },
 821              "funding": [
 822                  {
 823                      "url": "https://github.com/sebastianbergmann",
 824                      "type": "github"
 825                  },
 826                  {
 827                      "url": "https://liberapay.com/sebastianbergmann",
 828                      "type": "liberapay"
 829                  },
 830                  {
 831                      "url": "https://thanks.dev/u/gh/sebastianbergmann",
 832                      "type": "thanks_dev"
 833                  },
 834                  {
 835                      "url": "https://tidelift.com/funding/github/packagist/sebastian/comparator",
 836                      "type": "tidelift"
 837                  }
 838              ],
 839              "time": "2026-04-14T08:23:15+00:00"
 840          },
 841          {
 842              "name": "sebastian/complexity",
 843              "version": "5.0.0",
 844              "source": {
 845                  "type": "git",
 846                  "url": "https://github.com/sebastianbergmann/complexity.git",
 847                  "reference": "bad4316aba5303d0221f43f8cee37eb58d384bbb"
 848              },
 849              "dist": {
 850                  "type": "zip",
 851                  "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/bad4316aba5303d0221f43f8cee37eb58d384bbb",
 852                  "reference": "bad4316aba5303d0221f43f8cee37eb58d384bbb",
 853                  "shasum": ""
 854              },
 855              "require": {
 856                  "nikic/php-parser": "^5.0",
 857                  "php": ">=8.3"
 858              },
 859              "require-dev": {
 860                  "phpunit/phpunit": "^12.0"
 861              },
 862              "type": "library",
 863              "extra": {
 864                  "branch-alias": {
 865                      "dev-main": "5.0-dev"
 866                  }
 867              },
 868              "autoload": {
 869                  "classmap": [
 870                      "src/"
 871                  ]
 872              },
 873              "notification-url": "https://packagist.org/downloads/",
 874              "license": [
 875                  "BSD-3-Clause"
 876              ],
 877              "authors": [
 878                  {
 879                      "name": "Sebastian Bergmann",
 880                      "email": "[email protected]",
 881                      "role": "lead"
 882                  }
 883              ],
 884              "description": "Library for calculating the complexity of PHP code units",
 885              "homepage": "https://github.com/sebastianbergmann/complexity",
 886              "support": {
 887                  "issues": "https://github.com/sebastianbergmann/complexity/issues",
 888                  "security": "https://github.com/sebastianbergmann/complexity/security/policy",
 889                  "source": "https://github.com/sebastianbergmann/complexity/tree/5.0.0"
 890              },
 891              "funding": [
 892                  {
 893                      "url": "https://github.com/sebastianbergmann",
 894                      "type": "github"
 895                  }
 896              ],
 897              "time": "2025-02-07T04:55:25+00:00"
 898          },
 899          {
 900              "name": "sebastian/diff",
 901              "version": "7.0.0",
 902              "source": {
 903                  "type": "git",
 904                  "url": "https://github.com/sebastianbergmann/diff.git",
 905                  "reference": "7ab1ea946c012266ca32390913653d844ecd085f"
 906              },
 907              "dist": {
 908                  "type": "zip",
 909                  "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7ab1ea946c012266ca32390913653d844ecd085f",
 910                  "reference": "7ab1ea946c012266ca32390913653d844ecd085f",
 911                  "shasum": ""
 912              },
 913              "require": {
 914                  "php": ">=8.3"
 915              },
 916              "require-dev": {
 917                  "phpunit/phpunit": "^12.0",
 918                  "symfony/process": "^7.2"
 919              },
 920              "type": "library",
 921              "extra": {
 922                  "branch-alias": {
 923                      "dev-main": "7.0-dev"
 924                  }
 925              },
 926              "autoload": {
 927                  "classmap": [
 928                      "src/"
 929                  ]
 930              },
 931              "notification-url": "https://packagist.org/downloads/",
 932              "license": [
 933                  "BSD-3-Clause"
 934              ],
 935              "authors": [
 936                  {
 937                      "name": "Sebastian Bergmann",
 938                      "email": "[email protected]"
 939                  },
 940                  {
 941                      "name": "Kore Nordmann",
 942                      "email": "[email protected]"
 943                  }
 944              ],
 945              "description": "Diff implementation",
 946              "homepage": "https://github.com/sebastianbergmann/diff",
 947              "keywords": [
 948                  "diff",
 949                  "udiff",
 950                  "unidiff",
 951                  "unified diff"
 952              ],
 953              "support": {
 954                  "issues": "https://github.com/sebastianbergmann/diff/issues",
 955                  "security": "https://github.com/sebastianbergmann/diff/security/policy",
 956                  "source": "https://github.com/sebastianbergmann/diff/tree/7.0.0"
 957              },
 958              "funding": [
 959                  {
 960                      "url": "https://github.com/sebastianbergmann",
 961                      "type": "github"
 962                  }
 963              ],
 964              "time": "2025-02-07T04:55:46+00:00"
 965          },
 966          {
 967              "name": "sebastian/environment",
 968              "version": "8.1.0",
 969              "source": {
 970                  "type": "git",
 971                  "url": "https://github.com/sebastianbergmann/environment.git",
 972                  "reference": "b121608b28a13f721e76ffbbd386d08eff58f3f6"
 973              },
 974              "dist": {
 975                  "type": "zip",
 976                  "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/b121608b28a13f721e76ffbbd386d08eff58f3f6",
 977                  "reference": "b121608b28a13f721e76ffbbd386d08eff58f3f6",
 978                  "shasum": ""
 979              },
 980              "require": {
 981                  "php": ">=8.3"
 982              },
 983              "require-dev": {
 984                  "phpunit/phpunit": "^12.0"
 985              },
 986              "suggest": {
 987                  "ext-posix": "*"
 988              },
 989              "type": "library",
 990              "extra": {
 991                  "branch-alias": {
 992                      "dev-main": "8.1-dev"
 993                  }
 994              },
 995              "autoload": {
 996                  "classmap": [
 997                      "src/"
 998                  ]
 999              },
1000              "notification-url": "https://packagist.org/downloads/",
1001              "license": [
1002                  "BSD-3-Clause"
1003              ],
1004              "authors": [
1005                  {
1006                      "name": "Sebastian Bergmann",
1007                      "email": "[email protected]"
1008                  }
1009              ],
1010              "description": "Provides functionality to handle HHVM/PHP environments",
1011              "homepage": "https://github.com/sebastianbergmann/environment",
1012              "keywords": [
1013                  "Xdebug",
1014                  "environment",
1015                  "hhvm"
1016              ],
1017              "support": {
1018                  "issues": "https://github.com/sebastianbergmann/environment/issues",
1019                  "security": "https://github.com/sebastianbergmann/environment/security/policy",
1020                  "source": "https://github.com/sebastianbergmann/environment/tree/8.1.0"
1021              },
1022              "funding": [
1023                  {
1024                      "url": "https://github.com/sebastianbergmann",
1025                      "type": "github"
1026                  },
1027                  {
1028                      "url": "https://liberapay.com/sebastianbergmann",
1029                      "type": "liberapay"
1030                  },
1031                  {
1032                      "url": "https://thanks.dev/u/gh/sebastianbergmann",
1033                      "type": "thanks_dev"
1034                  },
1035                  {
1036                      "url": "https://tidelift.com/funding/github/packagist/sebastian/environment",
1037                      "type": "tidelift"
1038                  }
1039              ],
1040              "time": "2026-04-15T12:13:01+00:00"
1041          },
1042          {
1043              "name": "sebastian/exporter",
1044              "version": "7.0.2",
1045              "source": {
1046                  "type": "git",
1047                  "url": "https://github.com/sebastianbergmann/exporter.git",
1048                  "reference": "016951ae10980765e4e7aee491eb288c64e505b7"
1049              },
1050              "dist": {
1051                  "type": "zip",
1052                  "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/016951ae10980765e4e7aee491eb288c64e505b7",
1053                  "reference": "016951ae10980765e4e7aee491eb288c64e505b7",
1054                  "shasum": ""
1055              },
1056              "require": {
1057                  "ext-mbstring": "*",
1058                  "php": ">=8.3",
1059                  "sebastian/recursion-context": "^7.0"
1060              },
1061              "require-dev": {
1062                  "phpunit/phpunit": "^12.0"
1063              },
1064              "type": "library",
1065              "extra": {
1066                  "branch-alias": {
1067                      "dev-main": "7.0-dev"
1068                  }
1069              },
1070              "autoload": {
1071                  "classmap": [
1072                      "src/"
1073                  ]
1074              },
1075              "notification-url": "https://packagist.org/downloads/",
1076              "license": [
1077                  "BSD-3-Clause"
1078              ],
1079              "authors": [
1080                  {
1081                      "name": "Sebastian Bergmann",
1082                      "email": "[email protected]"
1083                  },
1084                  {
1085                      "name": "Jeff Welch",
1086                      "email": "[email protected]"
1087                  },
1088                  {
1089                      "name": "Volker Dusch",
1090                      "email": "[email protected]"
1091                  },
1092                  {
1093                      "name": "Adam Harvey",
1094                      "email": "[email protected]"
1095                  },
1096                  {
1097                      "name": "Bernhard Schussek",
1098                      "email": "[email protected]"
1099                  }
1100              ],
1101              "description": "Provides the functionality to export PHP variables for visualization",
1102              "homepage": "https://www.github.com/sebastianbergmann/exporter",
1103              "keywords": [
1104                  "export",
1105                  "exporter"
1106              ],
1107              "support": {
1108                  "issues": "https://github.com/sebastianbergmann/exporter/issues",
1109                  "security": "https://github.com/sebastianbergmann/exporter/security/policy",
1110                  "source": "https://github.com/sebastianbergmann/exporter/tree/7.0.2"
1111              },
1112              "funding": [
1113                  {
1114                      "url": "https://github.com/sebastianbergmann",
1115                      "type": "github"
1116                  },
1117                  {
1118                      "url": "https://liberapay.com/sebastianbergmann",
1119                      "type": "liberapay"
1120                  },
1121                  {
1122                      "url": "https://thanks.dev/u/gh/sebastianbergmann",
1123                      "type": "thanks_dev"
1124                  },
1125                  {
1126                      "url": "https://tidelift.com/funding/github/packagist/sebastian/exporter",
1127                      "type": "tidelift"
1128                  }
1129              ],
1130              "time": "2025-09-24T06:16:11+00:00"
1131          },
1132          {
1133              "name": "sebastian/global-state",
1134              "version": "8.0.2",
1135              "source": {
1136                  "type": "git",
1137                  "url": "https://github.com/sebastianbergmann/global-state.git",
1138                  "reference": "ef1377171613d09edd25b7816f05be8313f9115d"
1139              },
1140              "dist": {
1141                  "type": "zip",
1142                  "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/ef1377171613d09edd25b7816f05be8313f9115d",
1143                  "reference": "ef1377171613d09edd25b7816f05be8313f9115d",
1144                  "shasum": ""
1145              },
1146              "require": {
1147                  "php": ">=8.3",
1148                  "sebastian/object-reflector": "^5.0",
1149                  "sebastian/recursion-context": "^7.0"
1150              },
1151              "require-dev": {
1152                  "ext-dom": "*",
1153                  "phpunit/phpunit": "^12.0"
1154              },
1155              "type": "library",
1156              "extra": {
1157                  "branch-alias": {
1158                      "dev-main": "8.0-dev"
1159                  }
1160              },
1161              "autoload": {
1162                  "classmap": [
1163                      "src/"
1164                  ]
1165              },
1166              "notification-url": "https://packagist.org/downloads/",
1167              "license": [
1168                  "BSD-3-Clause"
1169              ],
1170              "authors": [
1171                  {
1172                      "name": "Sebastian Bergmann",
1173                      "email": "[email protected]"
1174                  }
1175              ],
1176              "description": "Snapshotting of global state",
1177              "homepage": "https://www.github.com/sebastianbergmann/global-state",
1178              "keywords": [
1179                  "global state"
1180              ],
1181              "support": {
1182                  "issues": "https://github.com/sebastianbergmann/global-state/issues",
1183                  "security": "https://github.com/sebastianbergmann/global-state/security/policy",
1184                  "source": "https://github.com/sebastianbergmann/global-state/tree/8.0.2"
1185              },
1186              "funding": [
1187                  {
1188                      "url": "https://github.com/sebastianbergmann",
1189                      "type": "github"
1190                  },
1191                  {
1192                      "url": "https://liberapay.com/sebastianbergmann",
1193                      "type": "liberapay"
1194                  },
1195                  {
1196                      "url": "https://thanks.dev/u/gh/sebastianbergmann",
1197                      "type": "thanks_dev"
1198                  },
1199                  {
1200                      "url": "https://tidelift.com/funding/github/packagist/sebastian/global-state",
1201                      "type": "tidelift"
1202                  }
1203              ],
1204              "time": "2025-08-29T11:29:25+00:00"
1205          },
1206          {
1207              "name": "sebastian/lines-of-code",
1208              "version": "4.0.0",
1209              "source": {
1210                  "type": "git",
1211                  "url": "https://github.com/sebastianbergmann/lines-of-code.git",
1212                  "reference": "97ffee3bcfb5805568d6af7f0f893678fc076d2f"
1213              },
1214              "dist": {
1215                  "type": "zip",
1216                  "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/97ffee3bcfb5805568d6af7f0f893678fc076d2f",
1217                  "reference": "97ffee3bcfb5805568d6af7f0f893678fc076d2f",
1218                  "shasum": ""
1219              },
1220              "require": {
1221                  "nikic/php-parser": "^5.0",
1222                  "php": ">=8.3"
1223              },
1224              "require-dev": {
1225                  "phpunit/phpunit": "^12.0"
1226              },
1227              "type": "library",
1228              "extra": {
1229                  "branch-alias": {
1230                      "dev-main": "4.0-dev"
1231                  }
1232              },
1233              "autoload": {
1234                  "classmap": [
1235                      "src/"
1236                  ]
1237              },
1238              "notification-url": "https://packagist.org/downloads/",
1239              "license": [
1240                  "BSD-3-Clause"
1241              ],
1242              "authors": [
1243                  {
1244                      "name": "Sebastian Bergmann",
1245                      "email": "[email protected]",
1246                      "role": "lead"
1247                  }
1248              ],
1249              "description": "Library for counting the lines of code in PHP source code",
1250              "homepage": "https://github.com/sebastianbergmann/lines-of-code",
1251              "support": {
1252                  "issues": "https://github.com/sebastianbergmann/lines-of-code/issues",
1253                  "security": "https://github.com/sebastianbergmann/lines-of-code/security/policy",
1254                  "source": "https://github.com/sebastianbergmann/lines-of-code/tree/4.0.0"
1255              },
1256              "funding": [
1257                  {
1258                      "url": "https://github.com/sebastianbergmann",
1259                      "type": "github"
1260                  }
1261              ],
1262              "time": "2025-02-07T04:57:28+00:00"
1263          },
1264          {
1265              "name": "sebastian/object-enumerator",
1266              "version": "7.0.0",
1267              "source": {
1268                  "type": "git",
1269                  "url": "https://github.com/sebastianbergmann/object-enumerator.git",
1270                  "reference": "1effe8e9b8e068e9ae228e542d5d11b5d16db894"
1271              },
1272              "dist": {
1273                  "type": "zip",
1274                  "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/1effe8e9b8e068e9ae228e542d5d11b5d16db894",
1275                  "reference": "1effe8e9b8e068e9ae228e542d5d11b5d16db894",
1276                  "shasum": ""
1277              },
1278              "require": {
1279                  "php": ">=8.3",
1280                  "sebastian/object-reflector": "^5.0",
1281                  "sebastian/recursion-context": "^7.0"
1282              },
1283              "require-dev": {
1284                  "phpunit/phpunit": "^12.0"
1285              },
1286              "type": "library",
1287              "extra": {
1288                  "branch-alias": {
1289                      "dev-main": "7.0-dev"
1290                  }
1291              },
1292              "autoload": {
1293                  "classmap": [
1294                      "src/"
1295                  ]
1296              },
1297              "notification-url": "https://packagist.org/downloads/",
1298              "license": [
1299                  "BSD-3-Clause"
1300              ],
1301              "authors": [
1302                  {
1303                      "name": "Sebastian Bergmann",
1304                      "email": "[email protected]"
1305                  }
1306              ],
1307              "description": "Traverses array structures and object graphs to enumerate all referenced objects",
1308              "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
1309              "support": {
1310                  "issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
1311                  "security": "https://github.com/sebastianbergmann/object-enumerator/security/policy",
1312                  "source": "https://github.com/sebastianbergmann/object-enumerator/tree/7.0.0"
1313              },
1314              "funding": [
1315                  {
1316                      "url": "https://github.com/sebastianbergmann",
1317                      "type": "github"
1318                  }
1319              ],
1320              "time": "2025-02-07T04:57:48+00:00"
1321          },
1322          {
1323              "name": "sebastian/object-reflector",
1324              "version": "5.0.0",
1325              "source": {
1326                  "type": "git",
1327                  "url": "https://github.com/sebastianbergmann/object-reflector.git",
1328                  "reference": "4bfa827c969c98be1e527abd576533293c634f6a"
1329              },
1330              "dist": {
1331                  "type": "zip",
1332                  "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/4bfa827c969c98be1e527abd576533293c634f6a",
1333                  "reference": "4bfa827c969c98be1e527abd576533293c634f6a",
1334                  "shasum": ""
1335              },
1336              "require": {
1337                  "php": ">=8.3"
1338              },
1339              "require-dev": {
1340                  "phpunit/phpunit": "^12.0"
1341              },
1342              "type": "library",
1343              "extra": {
1344                  "branch-alias": {
1345                      "dev-main": "5.0-dev"
1346                  }
1347              },
1348              "autoload": {
1349                  "classmap": [
1350                      "src/"
1351                  ]
1352              },
1353              "notification-url": "https://packagist.org/downloads/",
1354              "license": [
1355                  "BSD-3-Clause"
1356              ],
1357              "authors": [
1358                  {
1359                      "name": "Sebastian Bergmann",
1360                      "email": "[email protected]"
1361                  }
1362              ],
1363              "description": "Allows reflection of object attributes, including inherited and non-public ones",
1364              "homepage": "https://github.com/sebastianbergmann/object-reflector/",
1365              "support": {
1366                  "issues": "https://github.com/sebastianbergmann/object-reflector/issues",
1367                  "security": "https://github.com/sebastianbergmann/object-reflector/security/policy",
1368                  "source": "https://github.com/sebastianbergmann/object-reflector/tree/5.0.0"
1369              },
1370              "funding": [
1371                  {
1372                      "url": "https://github.com/sebastianbergmann",
1373                      "type": "github"
1374                  }
1375              ],
1376              "time": "2025-02-07T04:58:17+00:00"
1377          },
1378          {
1379              "name": "sebastian/recursion-context",
1380              "version": "7.0.1",
1381              "source": {
1382                  "type": "git",
1383                  "url": "https://github.com/sebastianbergmann/recursion-context.git",
1384                  "reference": "0b01998a7d5b1f122911a66bebcb8d46f0c82d8c"
1385              },
1386              "dist": {
1387                  "type": "zip",
1388                  "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/0b01998a7d5b1f122911a66bebcb8d46f0c82d8c",
1389                  "reference": "0b01998a7d5b1f122911a66bebcb8d46f0c82d8c",
1390                  "shasum": ""
1391              },
1392              "require": {
1393                  "php": ">=8.3"
1394              },
1395              "require-dev": {
1396                  "phpunit/phpunit": "^12.0"
1397              },
1398              "type": "library",
1399              "extra": {
1400                  "branch-alias": {
1401                      "dev-main": "7.0-dev"
1402                  }
1403              },
1404              "autoload": {
1405                  "classmap": [
1406                      "src/"
1407                  ]
1408              },
1409              "notification-url": "https://packagist.org/downloads/",
1410              "license": [
1411                  "BSD-3-Clause"
1412              ],
1413              "authors": [
1414                  {
1415                      "name": "Sebastian Bergmann",
1416                      "email": "[email protected]"
1417                  },
1418                  {
1419                      "name": "Jeff Welch",
1420                      "email": "[email protected]"
1421                  },
1422                  {
1423                      "name": "Adam Harvey",
1424                      "email": "[email protected]"
1425                  }
1426              ],
1427              "description": "Provides functionality to recursively process PHP variables",
1428              "homepage": "https://github.com/sebastianbergmann/recursion-context",
1429              "support": {
1430                  "issues": "https://github.com/sebastianbergmann/recursion-context/issues",
1431                  "security": "https://github.com/sebastianbergmann/recursion-context/security/policy",
1432                  "source": "https://github.com/sebastianbergmann/recursion-context/tree/7.0.1"
1433              },
1434              "funding": [
1435                  {
1436                      "url": "https://github.com/sebastianbergmann",
1437                      "type": "github"
1438                  },
1439                  {
1440                      "url": "https://liberapay.com/sebastianbergmann",
1441                      "type": "liberapay"
1442                  },
1443                  {
1444                      "url": "https://thanks.dev/u/gh/sebastianbergmann",
1445                      "type": "thanks_dev"
1446                  },
1447                  {
1448                      "url": "https://tidelift.com/funding/github/packagist/sebastian/recursion-context",
1449                      "type": "tidelift"
1450                  }
1451              ],
1452              "time": "2025-08-13T04:44:59+00:00"
1453          },
1454          {
1455              "name": "sebastian/type",
1456              "version": "6.0.3",
1457              "source": {
1458                  "type": "git",
1459                  "url": "https://github.com/sebastianbergmann/type.git",
1460                  "reference": "e549163b9760b8f71f191651d22acf32d56d6d4d"
1461              },
1462              "dist": {
1463                  "type": "zip",
1464                  "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/e549163b9760b8f71f191651d22acf32d56d6d4d",
1465                  "reference": "e549163b9760b8f71f191651d22acf32d56d6d4d",
1466                  "shasum": ""
1467              },
1468              "require": {
1469                  "php": ">=8.3"
1470              },
1471              "require-dev": {
1472                  "phpunit/phpunit": "^12.0"
1473              },
1474              "type": "library",
1475              "extra": {
1476                  "branch-alias": {
1477                      "dev-main": "6.0-dev"
1478                  }
1479              },
1480              "autoload": {
1481                  "classmap": [
1482                      "src/"
1483                  ]
1484              },
1485              "notification-url": "https://packagist.org/downloads/",
1486              "license": [
1487                  "BSD-3-Clause"
1488              ],
1489              "authors": [
1490                  {
1491                      "name": "Sebastian Bergmann",
1492                      "email": "[email protected]",
1493                      "role": "lead"
1494                  }
1495              ],
1496              "description": "Collection of value objects that represent the types of the PHP type system",
1497              "homepage": "https://github.com/sebastianbergmann/type",
1498              "support": {
1499                  "issues": "https://github.com/sebastianbergmann/type/issues",
1500                  "security": "https://github.com/sebastianbergmann/type/security/policy",
1501                  "source": "https://github.com/sebastianbergmann/type/tree/6.0.3"
1502              },
1503              "funding": [
1504                  {
1505                      "url": "https://github.com/sebastianbergmann",
1506                      "type": "github"
1507                  },
1508                  {
1509                      "url": "https://liberapay.com/sebastianbergmann",
1510                      "type": "liberapay"
1511                  },
1512                  {
1513                      "url": "https://thanks.dev/u/gh/sebastianbergmann",
1514                      "type": "thanks_dev"
1515                  },
1516                  {
1517                      "url": "https://tidelift.com/funding/github/packagist/sebastian/type",
1518                      "type": "tidelift"
1519                  }
1520              ],
1521              "time": "2025-08-09T06:57:12+00:00"
1522          },
1523          {
1524              "name": "sebastian/version",
1525              "version": "6.0.0",
1526              "source": {
1527                  "type": "git",
1528                  "url": "https://github.com/sebastianbergmann/version.git",
1529                  "reference": "3e6ccf7657d4f0a59200564b08cead899313b53c"
1530              },
1531              "dist": {
1532                  "type": "zip",
1533                  "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/3e6ccf7657d4f0a59200564b08cead899313b53c",
1534                  "reference": "3e6ccf7657d4f0a59200564b08cead899313b53c",
1535                  "shasum": ""
1536              },
1537              "require": {
1538                  "php": ">=8.3"
1539              },
1540              "type": "library",
1541              "extra": {
1542                  "branch-alias": {
1543                      "dev-main": "6.0-dev"
1544                  }
1545              },
1546              "autoload": {
1547                  "classmap": [
1548                      "src/"
1549                  ]
1550              },
1551              "notification-url": "https://packagist.org/downloads/",
1552              "license": [
1553                  "BSD-3-Clause"
1554              ],
1555              "authors": [
1556                  {
1557                      "name": "Sebastian Bergmann",
1558                      "email": "[email protected]",
1559                      "role": "lead"
1560                  }
1561              ],
1562              "description": "Library that helps with managing the version number of Git-hosted PHP projects",
1563              "homepage": "https://github.com/sebastianbergmann/version",
1564              "support": {
1565                  "issues": "https://github.com/sebastianbergmann/version/issues",
1566                  "security": "https://github.com/sebastianbergmann/version/security/policy",
1567                  "source": "https://github.com/sebastianbergmann/version/tree/6.0.0"
1568              },
1569              "funding": [
1570                  {
1571                      "url": "https://github.com/sebastianbergmann",
1572                      "type": "github"
1573                  }
1574              ],
1575              "time": "2025-02-07T05:00:38+00:00"
1576          },
1577          {
1578              "name": "staabm/side-effects-detector",
1579              "version": "1.0.5",
1580              "source": {
1581                  "type": "git",
1582                  "url": "https://github.com/staabm/side-effects-detector.git",
1583                  "reference": "d8334211a140ce329c13726d4a715adbddd0a163"
1584              },
1585              "dist": {
1586                  "type": "zip",
1587                  "url": "https://api.github.com/repos/staabm/side-effects-detector/zipball/d8334211a140ce329c13726d4a715adbddd0a163",
1588                  "reference": "d8334211a140ce329c13726d4a715adbddd0a163",
1589                  "shasum": ""
1590              },
1591              "require": {
1592                  "ext-tokenizer": "*",
1593                  "php": "^7.4 || ^8.0"
1594              },
1595              "require-dev": {
1596                  "phpstan/extension-installer": "^1.4.3",
1597                  "phpstan/phpstan": "^1.12.6",
1598                  "phpunit/phpunit": "^9.6.21",
1599                  "symfony/var-dumper": "^5.4.43",
1600                  "tomasvotruba/type-coverage": "1.0.0",
1601                  "tomasvotruba/unused-public": "1.0.0"
1602              },
1603              "type": "library",
1604              "autoload": {
1605                  "classmap": [
1606                      "lib/"
1607                  ]
1608              },
1609              "notification-url": "https://packagist.org/downloads/",
1610              "license": [
1611                  "MIT"
1612              ],
1613              "description": "A static analysis tool to detect side effects in PHP code",
1614              "keywords": [
1615                  "static analysis"
1616              ],
1617              "support": {
1618                  "issues": "https://github.com/staabm/side-effects-detector/issues",
1619                  "source": "https://github.com/staabm/side-effects-detector/tree/1.0.5"
1620              },
1621              "funding": [
1622                  {
1623                      "url": "https://github.com/staabm",
1624                      "type": "github"
1625                  }
1626              ],
1627              "time": "2024-10-20T05:08:20+00:00"
1628          },
1629          {
1630              "name": "theseer/tokenizer",
1631              "version": "2.0.1",
1632              "source": {
1633                  "type": "git",
1634                  "url": "https://github.com/theseer/tokenizer.git",
1635                  "reference": "7989e43bf381af0eac72e4f0ca5bcbfa81658be4"
1636              },
1637              "dist": {
1638                  "type": "zip",
1639                  "url": "https://api.github.com/repos/theseer/tokenizer/zipball/7989e43bf381af0eac72e4f0ca5bcbfa81658be4",
1640                  "reference": "7989e43bf381af0eac72e4f0ca5bcbfa81658be4",
1641                  "shasum": ""
1642              },
1643              "require": {
1644                  "ext-dom": "*",
1645                  "ext-tokenizer": "*",
1646                  "ext-xmlwriter": "*",
1647                  "php": "^8.1"
1648              },
1649              "type": "library",
1650              "autoload": {
1651                  "classmap": [
1652                      "src/"
1653                  ]
1654              },
1655              "notification-url": "https://packagist.org/downloads/",
1656              "license": [
1657                  "BSD-3-Clause"
1658              ],
1659              "authors": [
1660                  {
1661                      "name": "Arne Blankerts",
1662                      "email": "[email protected]",
1663                      "role": "Developer"
1664                  }
1665              ],
1666              "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
1667              "support": {
1668                  "issues": "https://github.com/theseer/tokenizer/issues",
1669                  "source": "https://github.com/theseer/tokenizer/tree/2.0.1"
1670              },
1671              "funding": [
1672                  {
1673                      "url": "https://github.com/theseer",
1674                      "type": "github"
1675                  }
1676              ],
1677              "time": "2025-12-08T11:19:18+00:00"
1678          }
1679      ],
1680      "packages-dev": [],
1681      "aliases": [],
1682      "minimum-stability": "stable",
1683      "stability-flags": {},
1684      "prefer-stable": false,
1685      "prefer-lowest": false,
1686      "platform": {},
1687      "platform-dev": {},
1688      "plugin-api-version": "2.9.0"
1689  }


Generated: Sat Jun 13 05:10:47 2026 Cross-referenced by PHPXref 0.7.1