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