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


Generated: Fri Mar 28 05:10:25 2025 Cross-referenced by PHPXref 0.7.1