Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at 24.05-beta 7486 lines 289 kB view raw
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": "7e86eda0b257a035484cd3adbe76b555", 8 "packages": [ 9 { 10 "name": "psr/container", 11 "version": "1.1.2", 12 "source": { 13 "type": "git", 14 "url": "https://github.com/php-fig/container.git", 15 "reference": "513e0666f7216c7459170d56df27dfcefe1689ea" 16 }, 17 "dist": { 18 "type": "zip", 19 "url": "https://api.github.com/repos/php-fig/container/zipball/513e0666f7216c7459170d56df27dfcefe1689ea", 20 "reference": "513e0666f7216c7459170d56df27dfcefe1689ea", 21 "shasum": "" 22 }, 23 "require": { 24 "php": ">=7.4.0" 25 }, 26 "type": "library", 27 "autoload": { 28 "psr-4": { 29 "Psr\\Container\\": "src/" 30 } 31 }, 32 "notification-url": "https://packagist.org/downloads/", 33 "license": [ 34 "MIT" 35 ], 36 "authors": [ 37 { 38 "name": "PHP-FIG", 39 "homepage": "https://www.php-fig.org/" 40 } 41 ], 42 "description": "Common Container Interface (PHP FIG PSR-11)", 43 "homepage": "https://github.com/php-fig/container", 44 "keywords": [ 45 "PSR-11", 46 "container", 47 "container-interface", 48 "container-interop", 49 "psr" 50 ], 51 "support": { 52 "issues": "https://github.com/php-fig/container/issues", 53 "source": "https://github.com/php-fig/container/tree/1.1.2" 54 }, 55 "time": "2021-11-05T16:50:12+00:00" 56 }, 57 { 58 "name": "sebastian/version", 59 "version": "3.0.2", 60 "source": { 61 "type": "git", 62 "url": "https://github.com/sebastianbergmann/version.git", 63 "reference": "c6c1022351a901512170118436c764e473f6de8c" 64 }, 65 "dist": { 66 "type": "zip", 67 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c6c1022351a901512170118436c764e473f6de8c", 68 "reference": "c6c1022351a901512170118436c764e473f6de8c", 69 "shasum": "" 70 }, 71 "require": { 72 "php": ">=7.3" 73 }, 74 "type": "library", 75 "extra": { 76 "branch-alias": { 77 "dev-master": "3.0-dev" 78 } 79 }, 80 "autoload": { 81 "classmap": [ 82 "src/" 83 ] 84 }, 85 "notification-url": "https://packagist.org/downloads/", 86 "license": [ 87 "BSD-3-Clause" 88 ], 89 "authors": [ 90 { 91 "name": "Sebastian Bergmann", 92 "email": "sebastian@phpunit.de", 93 "role": "lead" 94 } 95 ], 96 "description": "Library that helps with managing the version number of Git-hosted PHP projects", 97 "homepage": "https://github.com/sebastianbergmann/version", 98 "support": { 99 "issues": "https://github.com/sebastianbergmann/version/issues", 100 "source": "https://github.com/sebastianbergmann/version/tree/3.0.2" 101 }, 102 "funding": [ 103 { 104 "url": "https://github.com/sebastianbergmann", 105 "type": "github" 106 } 107 ], 108 "time": "2020-09-28T06:39:44+00:00" 109 }, 110 { 111 "name": "symfony/console", 112 "version": "v5.4.35", 113 "source": { 114 "type": "git", 115 "url": "https://github.com/symfony/console.git", 116 "reference": "dbdf6adcb88d5f83790e1efb57ef4074309d3931" 117 }, 118 "dist": { 119 "type": "zip", 120 "url": "https://api.github.com/repos/symfony/console/zipball/dbdf6adcb88d5f83790e1efb57ef4074309d3931", 121 "reference": "dbdf6adcb88d5f83790e1efb57ef4074309d3931", 122 "shasum": "" 123 }, 124 "require": { 125 "php": ">=7.2.5", 126 "symfony/deprecation-contracts": "^2.1|^3", 127 "symfony/polyfill-mbstring": "~1.0", 128 "symfony/polyfill-php73": "^1.9", 129 "symfony/polyfill-php80": "^1.16", 130 "symfony/service-contracts": "^1.1|^2|^3", 131 "symfony/string": "^5.1|^6.0" 132 }, 133 "conflict": { 134 "psr/log": ">=3", 135 "symfony/dependency-injection": "<4.4", 136 "symfony/dotenv": "<5.1", 137 "symfony/event-dispatcher": "<4.4", 138 "symfony/lock": "<4.4", 139 "symfony/process": "<4.4" 140 }, 141 "provide": { 142 "psr/log-implementation": "1.0|2.0" 143 }, 144 "require-dev": { 145 "psr/log": "^1|^2", 146 "symfony/config": "^4.4|^5.0|^6.0", 147 "symfony/dependency-injection": "^4.4|^5.0|^6.0", 148 "symfony/event-dispatcher": "^4.4|^5.0|^6.0", 149 "symfony/lock": "^4.4|^5.0|^6.0", 150 "symfony/process": "^4.4|^5.0|^6.0", 151 "symfony/var-dumper": "^4.4|^5.0|^6.0" 152 }, 153 "suggest": { 154 "psr/log": "For using the console logger", 155 "symfony/event-dispatcher": "", 156 "symfony/lock": "", 157 "symfony/process": "" 158 }, 159 "type": "library", 160 "autoload": { 161 "psr-4": { 162 "Symfony\\Component\\Console\\": "" 163 }, 164 "exclude-from-classmap": [ 165 "/Tests/" 166 ] 167 }, 168 "notification-url": "https://packagist.org/downloads/", 169 "license": [ 170 "MIT" 171 ], 172 "authors": [ 173 { 174 "name": "Fabien Potencier", 175 "email": "fabien@symfony.com" 176 }, 177 { 178 "name": "Symfony Community", 179 "homepage": "https://symfony.com/contributors" 180 } 181 ], 182 "description": "Eases the creation of beautiful and testable command line interfaces", 183 "homepage": "https://symfony.com", 184 "keywords": [ 185 "cli", 186 "command-line", 187 "console", 188 "terminal" 189 ], 190 "support": { 191 "source": "https://github.com/symfony/console/tree/v5.4.35" 192 }, 193 "funding": [ 194 { 195 "url": "https://symfony.com/sponsor", 196 "type": "custom" 197 }, 198 { 199 "url": "https://github.com/fabpot", 200 "type": "github" 201 }, 202 { 203 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 204 "type": "tidelift" 205 } 206 ], 207 "time": "2024-01-23T14:28:09+00:00" 208 }, 209 { 210 "name": "symfony/deprecation-contracts", 211 "version": "v2.5.2", 212 "source": { 213 "type": "git", 214 "url": "https://github.com/symfony/deprecation-contracts.git", 215 "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66" 216 }, 217 "dist": { 218 "type": "zip", 219 "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/e8b495ea28c1d97b5e0c121748d6f9b53d075c66", 220 "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66", 221 "shasum": "" 222 }, 223 "require": { 224 "php": ">=7.1" 225 }, 226 "type": "library", 227 "extra": { 228 "branch-alias": { 229 "dev-main": "2.5-dev" 230 }, 231 "thanks": { 232 "name": "symfony/contracts", 233 "url": "https://github.com/symfony/contracts" 234 } 235 }, 236 "autoload": { 237 "files": [ 238 "function.php" 239 ] 240 }, 241 "notification-url": "https://packagist.org/downloads/", 242 "license": [ 243 "MIT" 244 ], 245 "authors": [ 246 { 247 "name": "Nicolas Grekas", 248 "email": "p@tchwork.com" 249 }, 250 { 251 "name": "Symfony Community", 252 "homepage": "https://symfony.com/contributors" 253 } 254 ], 255 "description": "A generic function and convention to trigger deprecation notices", 256 "homepage": "https://symfony.com", 257 "support": { 258 "source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.2" 259 }, 260 "funding": [ 261 { 262 "url": "https://symfony.com/sponsor", 263 "type": "custom" 264 }, 265 { 266 "url": "https://github.com/fabpot", 267 "type": "github" 268 }, 269 { 270 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 271 "type": "tidelift" 272 } 273 ], 274 "time": "2022-01-02T09:53:40+00:00" 275 }, 276 { 277 "name": "symfony/polyfill-ctype", 278 "version": "v1.29.0", 279 "source": { 280 "type": "git", 281 "url": "https://github.com/symfony/polyfill-ctype.git", 282 "reference": "ef4d7e442ca910c4764bce785146269b30cb5fc4" 283 }, 284 "dist": { 285 "type": "zip", 286 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/ef4d7e442ca910c4764bce785146269b30cb5fc4", 287 "reference": "ef4d7e442ca910c4764bce785146269b30cb5fc4", 288 "shasum": "" 289 }, 290 "require": { 291 "php": ">=7.1" 292 }, 293 "provide": { 294 "ext-ctype": "*" 295 }, 296 "suggest": { 297 "ext-ctype": "For best performance" 298 }, 299 "type": "library", 300 "extra": { 301 "thanks": { 302 "name": "symfony/polyfill", 303 "url": "https://github.com/symfony/polyfill" 304 } 305 }, 306 "autoload": { 307 "files": [ 308 "bootstrap.php" 309 ], 310 "psr-4": { 311 "Symfony\\Polyfill\\Ctype\\": "" 312 } 313 }, 314 "notification-url": "https://packagist.org/downloads/", 315 "license": [ 316 "MIT" 317 ], 318 "authors": [ 319 { 320 "name": "Gert de Pagter", 321 "email": "BackEndTea@gmail.com" 322 }, 323 { 324 "name": "Symfony Community", 325 "homepage": "https://symfony.com/contributors" 326 } 327 ], 328 "description": "Symfony polyfill for ctype functions", 329 "homepage": "https://symfony.com", 330 "keywords": [ 331 "compatibility", 332 "ctype", 333 "polyfill", 334 "portable" 335 ], 336 "support": { 337 "source": "https://github.com/symfony/polyfill-ctype/tree/v1.29.0" 338 }, 339 "funding": [ 340 { 341 "url": "https://symfony.com/sponsor", 342 "type": "custom" 343 }, 344 { 345 "url": "https://github.com/fabpot", 346 "type": "github" 347 }, 348 { 349 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 350 "type": "tidelift" 351 } 352 ], 353 "time": "2024-01-29T20:11:03+00:00" 354 }, 355 { 356 "name": "symfony/polyfill-intl-grapheme", 357 "version": "v1.29.0", 358 "source": { 359 "type": "git", 360 "url": "https://github.com/symfony/polyfill-intl-grapheme.git", 361 "reference": "32a9da87d7b3245e09ac426c83d334ae9f06f80f" 362 }, 363 "dist": { 364 "type": "zip", 365 "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/32a9da87d7b3245e09ac426c83d334ae9f06f80f", 366 "reference": "32a9da87d7b3245e09ac426c83d334ae9f06f80f", 367 "shasum": "" 368 }, 369 "require": { 370 "php": ">=7.1" 371 }, 372 "suggest": { 373 "ext-intl": "For best performance" 374 }, 375 "type": "library", 376 "extra": { 377 "thanks": { 378 "name": "symfony/polyfill", 379 "url": "https://github.com/symfony/polyfill" 380 } 381 }, 382 "autoload": { 383 "files": [ 384 "bootstrap.php" 385 ], 386 "psr-4": { 387 "Symfony\\Polyfill\\Intl\\Grapheme\\": "" 388 } 389 }, 390 "notification-url": "https://packagist.org/downloads/", 391 "license": [ 392 "MIT" 393 ], 394 "authors": [ 395 { 396 "name": "Nicolas Grekas", 397 "email": "p@tchwork.com" 398 }, 399 { 400 "name": "Symfony Community", 401 "homepage": "https://symfony.com/contributors" 402 } 403 ], 404 "description": "Symfony polyfill for intl's grapheme_* functions", 405 "homepage": "https://symfony.com", 406 "keywords": [ 407 "compatibility", 408 "grapheme", 409 "intl", 410 "polyfill", 411 "portable", 412 "shim" 413 ], 414 "support": { 415 "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.29.0" 416 }, 417 "funding": [ 418 { 419 "url": "https://symfony.com/sponsor", 420 "type": "custom" 421 }, 422 { 423 "url": "https://github.com/fabpot", 424 "type": "github" 425 }, 426 { 427 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 428 "type": "tidelift" 429 } 430 ], 431 "time": "2024-01-29T20:11:03+00:00" 432 }, 433 { 434 "name": "symfony/polyfill-intl-normalizer", 435 "version": "v1.29.0", 436 "source": { 437 "type": "git", 438 "url": "https://github.com/symfony/polyfill-intl-normalizer.git", 439 "reference": "bc45c394692b948b4d383a08d7753968bed9a83d" 440 }, 441 "dist": { 442 "type": "zip", 443 "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/bc45c394692b948b4d383a08d7753968bed9a83d", 444 "reference": "bc45c394692b948b4d383a08d7753968bed9a83d", 445 "shasum": "" 446 }, 447 "require": { 448 "php": ">=7.1" 449 }, 450 "suggest": { 451 "ext-intl": "For best performance" 452 }, 453 "type": "library", 454 "extra": { 455 "thanks": { 456 "name": "symfony/polyfill", 457 "url": "https://github.com/symfony/polyfill" 458 } 459 }, 460 "autoload": { 461 "files": [ 462 "bootstrap.php" 463 ], 464 "psr-4": { 465 "Symfony\\Polyfill\\Intl\\Normalizer\\": "" 466 }, 467 "classmap": [ 468 "Resources/stubs" 469 ] 470 }, 471 "notification-url": "https://packagist.org/downloads/", 472 "license": [ 473 "MIT" 474 ], 475 "authors": [ 476 { 477 "name": "Nicolas Grekas", 478 "email": "p@tchwork.com" 479 }, 480 { 481 "name": "Symfony Community", 482 "homepage": "https://symfony.com/contributors" 483 } 484 ], 485 "description": "Symfony polyfill for intl's Normalizer class and related functions", 486 "homepage": "https://symfony.com", 487 "keywords": [ 488 "compatibility", 489 "intl", 490 "normalizer", 491 "polyfill", 492 "portable", 493 "shim" 494 ], 495 "support": { 496 "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.29.0" 497 }, 498 "funding": [ 499 { 500 "url": "https://symfony.com/sponsor", 501 "type": "custom" 502 }, 503 { 504 "url": "https://github.com/fabpot", 505 "type": "github" 506 }, 507 { 508 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 509 "type": "tidelift" 510 } 511 ], 512 "time": "2024-01-29T20:11:03+00:00" 513 }, 514 { 515 "name": "symfony/polyfill-mbstring", 516 "version": "v1.29.0", 517 "source": { 518 "type": "git", 519 "url": "https://github.com/symfony/polyfill-mbstring.git", 520 "reference": "9773676c8a1bb1f8d4340a62efe641cf76eda7ec" 521 }, 522 "dist": { 523 "type": "zip", 524 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9773676c8a1bb1f8d4340a62efe641cf76eda7ec", 525 "reference": "9773676c8a1bb1f8d4340a62efe641cf76eda7ec", 526 "shasum": "" 527 }, 528 "require": { 529 "php": ">=7.1" 530 }, 531 "provide": { 532 "ext-mbstring": "*" 533 }, 534 "suggest": { 535 "ext-mbstring": "For best performance" 536 }, 537 "type": "library", 538 "extra": { 539 "thanks": { 540 "name": "symfony/polyfill", 541 "url": "https://github.com/symfony/polyfill" 542 } 543 }, 544 "autoload": { 545 "files": [ 546 "bootstrap.php" 547 ], 548 "psr-4": { 549 "Symfony\\Polyfill\\Mbstring\\": "" 550 } 551 }, 552 "notification-url": "https://packagist.org/downloads/", 553 "license": [ 554 "MIT" 555 ], 556 "authors": [ 557 { 558 "name": "Nicolas Grekas", 559 "email": "p@tchwork.com" 560 }, 561 { 562 "name": "Symfony Community", 563 "homepage": "https://symfony.com/contributors" 564 } 565 ], 566 "description": "Symfony polyfill for the Mbstring extension", 567 "homepage": "https://symfony.com", 568 "keywords": [ 569 "compatibility", 570 "mbstring", 571 "polyfill", 572 "portable", 573 "shim" 574 ], 575 "support": { 576 "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.29.0" 577 }, 578 "funding": [ 579 { 580 "url": "https://symfony.com/sponsor", 581 "type": "custom" 582 }, 583 { 584 "url": "https://github.com/fabpot", 585 "type": "github" 586 }, 587 { 588 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 589 "type": "tidelift" 590 } 591 ], 592 "time": "2024-01-29T20:11:03+00:00" 593 }, 594 { 595 "name": "symfony/polyfill-php73", 596 "version": "v1.29.0", 597 "source": { 598 "type": "git", 599 "url": "https://github.com/symfony/polyfill-php73.git", 600 "reference": "21bd091060673a1177ae842c0ef8fe30893114d2" 601 }, 602 "dist": { 603 "type": "zip", 604 "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/21bd091060673a1177ae842c0ef8fe30893114d2", 605 "reference": "21bd091060673a1177ae842c0ef8fe30893114d2", 606 "shasum": "" 607 }, 608 "require": { 609 "php": ">=7.1" 610 }, 611 "type": "library", 612 "extra": { 613 "thanks": { 614 "name": "symfony/polyfill", 615 "url": "https://github.com/symfony/polyfill" 616 } 617 }, 618 "autoload": { 619 "files": [ 620 "bootstrap.php" 621 ], 622 "psr-4": { 623 "Symfony\\Polyfill\\Php73\\": "" 624 }, 625 "classmap": [ 626 "Resources/stubs" 627 ] 628 }, 629 "notification-url": "https://packagist.org/downloads/", 630 "license": [ 631 "MIT" 632 ], 633 "authors": [ 634 { 635 "name": "Nicolas Grekas", 636 "email": "p@tchwork.com" 637 }, 638 { 639 "name": "Symfony Community", 640 "homepage": "https://symfony.com/contributors" 641 } 642 ], 643 "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions", 644 "homepage": "https://symfony.com", 645 "keywords": [ 646 "compatibility", 647 "polyfill", 648 "portable", 649 "shim" 650 ], 651 "support": { 652 "source": "https://github.com/symfony/polyfill-php73/tree/v1.29.0" 653 }, 654 "funding": [ 655 { 656 "url": "https://symfony.com/sponsor", 657 "type": "custom" 658 }, 659 { 660 "url": "https://github.com/fabpot", 661 "type": "github" 662 }, 663 { 664 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 665 "type": "tidelift" 666 } 667 ], 668 "time": "2024-01-29T20:11:03+00:00" 669 }, 670 { 671 "name": "symfony/polyfill-php80", 672 "version": "v1.29.0", 673 "source": { 674 "type": "git", 675 "url": "https://github.com/symfony/polyfill-php80.git", 676 "reference": "87b68208d5c1188808dd7839ee1e6c8ec3b02f1b" 677 }, 678 "dist": { 679 "type": "zip", 680 "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/87b68208d5c1188808dd7839ee1e6c8ec3b02f1b", 681 "reference": "87b68208d5c1188808dd7839ee1e6c8ec3b02f1b", 682 "shasum": "" 683 }, 684 "require": { 685 "php": ">=7.1" 686 }, 687 "type": "library", 688 "extra": { 689 "thanks": { 690 "name": "symfony/polyfill", 691 "url": "https://github.com/symfony/polyfill" 692 } 693 }, 694 "autoload": { 695 "files": [ 696 "bootstrap.php" 697 ], 698 "psr-4": { 699 "Symfony\\Polyfill\\Php80\\": "" 700 }, 701 "classmap": [ 702 "Resources/stubs" 703 ] 704 }, 705 "notification-url": "https://packagist.org/downloads/", 706 "license": [ 707 "MIT" 708 ], 709 "authors": [ 710 { 711 "name": "Ion Bazan", 712 "email": "ion.bazan@gmail.com" 713 }, 714 { 715 "name": "Nicolas Grekas", 716 "email": "p@tchwork.com" 717 }, 718 { 719 "name": "Symfony Community", 720 "homepage": "https://symfony.com/contributors" 721 } 722 ], 723 "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions", 724 "homepage": "https://symfony.com", 725 "keywords": [ 726 "compatibility", 727 "polyfill", 728 "portable", 729 "shim" 730 ], 731 "support": { 732 "source": "https://github.com/symfony/polyfill-php80/tree/v1.29.0" 733 }, 734 "funding": [ 735 { 736 "url": "https://symfony.com/sponsor", 737 "type": "custom" 738 }, 739 { 740 "url": "https://github.com/fabpot", 741 "type": "github" 742 }, 743 { 744 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 745 "type": "tidelift" 746 } 747 ], 748 "time": "2024-01-29T20:11:03+00:00" 749 }, 750 { 751 "name": "symfony/service-contracts", 752 "version": "v2.5.2", 753 "source": { 754 "type": "git", 755 "url": "https://github.com/symfony/service-contracts.git", 756 "reference": "4b426aac47d6427cc1a1d0f7e2ac724627f5966c" 757 }, 758 "dist": { 759 "type": "zip", 760 "url": "https://api.github.com/repos/symfony/service-contracts/zipball/4b426aac47d6427cc1a1d0f7e2ac724627f5966c", 761 "reference": "4b426aac47d6427cc1a1d0f7e2ac724627f5966c", 762 "shasum": "" 763 }, 764 "require": { 765 "php": ">=7.2.5", 766 "psr/container": "^1.1", 767 "symfony/deprecation-contracts": "^2.1|^3" 768 }, 769 "conflict": { 770 "ext-psr": "<1.1|>=2" 771 }, 772 "suggest": { 773 "symfony/service-implementation": "" 774 }, 775 "type": "library", 776 "extra": { 777 "branch-alias": { 778 "dev-main": "2.5-dev" 779 }, 780 "thanks": { 781 "name": "symfony/contracts", 782 "url": "https://github.com/symfony/contracts" 783 } 784 }, 785 "autoload": { 786 "psr-4": { 787 "Symfony\\Contracts\\Service\\": "" 788 } 789 }, 790 "notification-url": "https://packagist.org/downloads/", 791 "license": [ 792 "MIT" 793 ], 794 "authors": [ 795 { 796 "name": "Nicolas Grekas", 797 "email": "p@tchwork.com" 798 }, 799 { 800 "name": "Symfony Community", 801 "homepage": "https://symfony.com/contributors" 802 } 803 ], 804 "description": "Generic abstractions related to writing services", 805 "homepage": "https://symfony.com", 806 "keywords": [ 807 "abstractions", 808 "contracts", 809 "decoupling", 810 "interfaces", 811 "interoperability", 812 "standards" 813 ], 814 "support": { 815 "source": "https://github.com/symfony/service-contracts/tree/v2.5.2" 816 }, 817 "funding": [ 818 { 819 "url": "https://symfony.com/sponsor", 820 "type": "custom" 821 }, 822 { 823 "url": "https://github.com/fabpot", 824 "type": "github" 825 }, 826 { 827 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 828 "type": "tidelift" 829 } 830 ], 831 "time": "2022-05-30T19:17:29+00:00" 832 }, 833 { 834 "name": "symfony/string", 835 "version": "v5.4.35", 836 "source": { 837 "type": "git", 838 "url": "https://github.com/symfony/string.git", 839 "reference": "c209c4d0559acce1c9a2067612cfb5d35756edc2" 840 }, 841 "dist": { 842 "type": "zip", 843 "url": "https://api.github.com/repos/symfony/string/zipball/c209c4d0559acce1c9a2067612cfb5d35756edc2", 844 "reference": "c209c4d0559acce1c9a2067612cfb5d35756edc2", 845 "shasum": "" 846 }, 847 "require": { 848 "php": ">=7.2.5", 849 "symfony/polyfill-ctype": "~1.8", 850 "symfony/polyfill-intl-grapheme": "~1.0", 851 "symfony/polyfill-intl-normalizer": "~1.0", 852 "symfony/polyfill-mbstring": "~1.0", 853 "symfony/polyfill-php80": "~1.15" 854 }, 855 "conflict": { 856 "symfony/translation-contracts": ">=3.0" 857 }, 858 "require-dev": { 859 "symfony/error-handler": "^4.4|^5.0|^6.0", 860 "symfony/http-client": "^4.4|^5.0|^6.0", 861 "symfony/translation-contracts": "^1.1|^2", 862 "symfony/var-exporter": "^4.4|^5.0|^6.0" 863 }, 864 "type": "library", 865 "autoload": { 866 "files": [ 867 "Resources/functions.php" 868 ], 869 "psr-4": { 870 "Symfony\\Component\\String\\": "" 871 }, 872 "exclude-from-classmap": [ 873 "/Tests/" 874 ] 875 }, 876 "notification-url": "https://packagist.org/downloads/", 877 "license": [ 878 "MIT" 879 ], 880 "authors": [ 881 { 882 "name": "Nicolas Grekas", 883 "email": "p@tchwork.com" 884 }, 885 { 886 "name": "Symfony Community", 887 "homepage": "https://symfony.com/contributors" 888 } 889 ], 890 "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way", 891 "homepage": "https://symfony.com", 892 "keywords": [ 893 "grapheme", 894 "i18n", 895 "string", 896 "unicode", 897 "utf-8", 898 "utf8" 899 ], 900 "support": { 901 "source": "https://github.com/symfony/string/tree/v5.4.35" 902 }, 903 "funding": [ 904 { 905 "url": "https://symfony.com/sponsor", 906 "type": "custom" 907 }, 908 { 909 "url": "https://github.com/fabpot", 910 "type": "github" 911 }, 912 { 913 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 914 "type": "tidelift" 915 } 916 ], 917 "time": "2024-01-23T13:51:25+00:00" 918 }, 919 { 920 "name": "symfony/yaml", 921 "version": "v5.4.35", 922 "source": { 923 "type": "git", 924 "url": "https://github.com/symfony/yaml.git", 925 "reference": "e78db7f5c70a21f0417a31f414c4a95fe76c07e4" 926 }, 927 "dist": { 928 "type": "zip", 929 "url": "https://api.github.com/repos/symfony/yaml/zipball/e78db7f5c70a21f0417a31f414c4a95fe76c07e4", 930 "reference": "e78db7f5c70a21f0417a31f414c4a95fe76c07e4", 931 "shasum": "" 932 }, 933 "require": { 934 "php": ">=7.2.5", 935 "symfony/deprecation-contracts": "^2.1|^3", 936 "symfony/polyfill-ctype": "^1.8" 937 }, 938 "conflict": { 939 "symfony/console": "<5.3" 940 }, 941 "require-dev": { 942 "symfony/console": "^5.3|^6.0" 943 }, 944 "suggest": { 945 "symfony/console": "For validating YAML files using the lint command" 946 }, 947 "bin": [ 948 "Resources/bin/yaml-lint" 949 ], 950 "type": "library", 951 "autoload": { 952 "psr-4": { 953 "Symfony\\Component\\Yaml\\": "" 954 }, 955 "exclude-from-classmap": [ 956 "/Tests/" 957 ] 958 }, 959 "notification-url": "https://packagist.org/downloads/", 960 "license": [ 961 "MIT" 962 ], 963 "authors": [ 964 { 965 "name": "Fabien Potencier", 966 "email": "fabien@symfony.com" 967 }, 968 { 969 "name": "Symfony Community", 970 "homepage": "https://symfony.com/contributors" 971 } 972 ], 973 "description": "Loads and dumps YAML files", 974 "homepage": "https://symfony.com", 975 "support": { 976 "source": "https://github.com/symfony/yaml/tree/v5.4.35" 977 }, 978 "funding": [ 979 { 980 "url": "https://symfony.com/sponsor", 981 "type": "custom" 982 }, 983 { 984 "url": "https://github.com/fabpot", 985 "type": "github" 986 }, 987 { 988 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 989 "type": "tidelift" 990 } 991 ], 992 "time": "2024-01-23T13:51:25+00:00" 993 } 994 ], 995 "packages-dev": [ 996 { 997 "name": "aws/aws-crt-php", 998 "version": "v1.2.4", 999 "source": { 1000 "type": "git", 1001 "url": "https://github.com/awslabs/aws-crt-php.git", 1002 "reference": "eb0c6e4e142224a10b08f49ebf87f32611d162b2" 1003 }, 1004 "dist": { 1005 "type": "zip", 1006 "url": "https://api.github.com/repos/awslabs/aws-crt-php/zipball/eb0c6e4e142224a10b08f49ebf87f32611d162b2", 1007 "reference": "eb0c6e4e142224a10b08f49ebf87f32611d162b2", 1008 "shasum": "" 1009 }, 1010 "require": { 1011 "php": ">=5.5" 1012 }, 1013 "require-dev": { 1014 "phpunit/phpunit": "^4.8.35||^5.6.3||^9.5", 1015 "yoast/phpunit-polyfills": "^1.0" 1016 }, 1017 "suggest": { 1018 "ext-awscrt": "Make sure you install awscrt native extension to use any of the functionality." 1019 }, 1020 "type": "library", 1021 "autoload": { 1022 "classmap": [ 1023 "src/" 1024 ] 1025 }, 1026 "notification-url": "https://packagist.org/downloads/", 1027 "license": [ 1028 "Apache-2.0" 1029 ], 1030 "authors": [ 1031 { 1032 "name": "AWS SDK Common Runtime Team", 1033 "email": "aws-sdk-common-runtime@amazon.com" 1034 } 1035 ], 1036 "description": "AWS Common Runtime for PHP", 1037 "homepage": "https://github.com/awslabs/aws-crt-php", 1038 "keywords": [ 1039 "amazon", 1040 "aws", 1041 "crt", 1042 "sdk" 1043 ], 1044 "support": { 1045 "issues": "https://github.com/awslabs/aws-crt-php/issues", 1046 "source": "https://github.com/awslabs/aws-crt-php/tree/v1.2.4" 1047 }, 1048 "time": "2023-11-08T00:42:13+00:00" 1049 }, 1050 { 1051 "name": "aws/aws-sdk-php", 1052 "version": "3.300.0", 1053 "source": { 1054 "type": "git", 1055 "url": "https://github.com/aws/aws-sdk-php.git", 1056 "reference": "67a0c22a70bdcc99ca41028b78be3d5496481c14" 1057 }, 1058 "dist": { 1059 "type": "zip", 1060 "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/67a0c22a70bdcc99ca41028b78be3d5496481c14", 1061 "reference": "67a0c22a70bdcc99ca41028b78be3d5496481c14", 1062 "shasum": "" 1063 }, 1064 "require": { 1065 "aws/aws-crt-php": "^1.2.3", 1066 "ext-json": "*", 1067 "ext-pcre": "*", 1068 "ext-simplexml": "*", 1069 "guzzlehttp/guzzle": "^6.5.8 || ^7.4.5", 1070 "guzzlehttp/promises": "^1.4.0 || ^2.0", 1071 "guzzlehttp/psr7": "^1.9.1 || ^2.4.5", 1072 "mtdowling/jmespath.php": "^2.6", 1073 "php": ">=7.2.5", 1074 "psr/http-message": "^1.0 || ^2.0" 1075 }, 1076 "require-dev": { 1077 "andrewsville/php-token-reflection": "^1.4", 1078 "aws/aws-php-sns-message-validator": "~1.0", 1079 "behat/behat": "~3.0", 1080 "composer/composer": "^1.10.22", 1081 "dms/phpunit-arraysubset-asserts": "^0.4.0", 1082 "doctrine/cache": "~1.4", 1083 "ext-dom": "*", 1084 "ext-openssl": "*", 1085 "ext-pcntl": "*", 1086 "ext-sockets": "*", 1087 "nette/neon": "^2.3", 1088 "paragonie/random_compat": ">= 2", 1089 "phpunit/phpunit": "^5.6.3 || ^8.5 || ^9.5", 1090 "psr/cache": "^1.0", 1091 "psr/simple-cache": "^1.0", 1092 "sebastian/comparator": "^1.2.3 || ^4.0", 1093 "yoast/phpunit-polyfills": "^1.0" 1094 }, 1095 "suggest": { 1096 "aws/aws-php-sns-message-validator": "To validate incoming SNS notifications", 1097 "doctrine/cache": "To use the DoctrineCacheAdapter", 1098 "ext-curl": "To send requests using cURL", 1099 "ext-openssl": "Allows working with CloudFront private distributions and verifying received SNS messages", 1100 "ext-sockets": "To use client-side monitoring" 1101 }, 1102 "type": "library", 1103 "extra": { 1104 "branch-alias": { 1105 "dev-master": "3.0-dev" 1106 } 1107 }, 1108 "autoload": { 1109 "files": [ 1110 "src/functions.php" 1111 ], 1112 "psr-4": { 1113 "Aws\\": "src/" 1114 } 1115 }, 1116 "notification-url": "https://packagist.org/downloads/", 1117 "license": [ 1118 "Apache-2.0" 1119 ], 1120 "authors": [ 1121 { 1122 "name": "Amazon Web Services", 1123 "homepage": "http://aws.amazon.com" 1124 } 1125 ], 1126 "description": "AWS SDK for PHP - Use Amazon Web Services in your PHP project", 1127 "homepage": "http://aws.amazon.com/sdkforphp", 1128 "keywords": [ 1129 "amazon", 1130 "aws", 1131 "cloud", 1132 "dynamodb", 1133 "ec2", 1134 "glacier", 1135 "s3", 1136 "sdk" 1137 ], 1138 "support": { 1139 "forum": "https://forums.aws.amazon.com/forum.jspa?forumID=80", 1140 "issues": "https://github.com/aws/aws-sdk-php/issues", 1141 "source": "https://github.com/aws/aws-sdk-php/tree/3.300.0" 1142 }, 1143 "time": "2024-02-19T19:08:33+00:00" 1144 }, 1145 { 1146 "name": "composer/pcre", 1147 "version": "3.1.1", 1148 "source": { 1149 "type": "git", 1150 "url": "https://github.com/composer/pcre.git", 1151 "reference": "00104306927c7a0919b4ced2aaa6782c1e61a3c9" 1152 }, 1153 "dist": { 1154 "type": "zip", 1155 "url": "https://api.github.com/repos/composer/pcre/zipball/00104306927c7a0919b4ced2aaa6782c1e61a3c9", 1156 "reference": "00104306927c7a0919b4ced2aaa6782c1e61a3c9", 1157 "shasum": "" 1158 }, 1159 "require": { 1160 "php": "^7.4 || ^8.0" 1161 }, 1162 "require-dev": { 1163 "phpstan/phpstan": "^1.3", 1164 "phpstan/phpstan-strict-rules": "^1.1", 1165 "symfony/phpunit-bridge": "^5" 1166 }, 1167 "type": "library", 1168 "extra": { 1169 "branch-alias": { 1170 "dev-main": "3.x-dev" 1171 } 1172 }, 1173 "autoload": { 1174 "psr-4": { 1175 "Composer\\Pcre\\": "src" 1176 } 1177 }, 1178 "notification-url": "https://packagist.org/downloads/", 1179 "license": [ 1180 "MIT" 1181 ], 1182 "authors": [ 1183 { 1184 "name": "Jordi Boggiano", 1185 "email": "j.boggiano@seld.be", 1186 "homepage": "http://seld.be" 1187 } 1188 ], 1189 "description": "PCRE wrapping library that offers type-safe preg_* replacements.", 1190 "keywords": [ 1191 "PCRE", 1192 "preg", 1193 "regex", 1194 "regular expression" 1195 ], 1196 "support": { 1197 "issues": "https://github.com/composer/pcre/issues", 1198 "source": "https://github.com/composer/pcre/tree/3.1.1" 1199 }, 1200 "funding": [ 1201 { 1202 "url": "https://packagist.com", 1203 "type": "custom" 1204 }, 1205 { 1206 "url": "https://github.com/composer", 1207 "type": "github" 1208 }, 1209 { 1210 "url": "https://tidelift.com/funding/github/packagist/composer/composer", 1211 "type": "tidelift" 1212 } 1213 ], 1214 "time": "2023-10-11T07:11:09+00:00" 1215 }, 1216 { 1217 "name": "composer/semver", 1218 "version": "3.4.0", 1219 "source": { 1220 "type": "git", 1221 "url": "https://github.com/composer/semver.git", 1222 "reference": "35e8d0af4486141bc745f23a29cc2091eb624a32" 1223 }, 1224 "dist": { 1225 "type": "zip", 1226 "url": "https://api.github.com/repos/composer/semver/zipball/35e8d0af4486141bc745f23a29cc2091eb624a32", 1227 "reference": "35e8d0af4486141bc745f23a29cc2091eb624a32", 1228 "shasum": "" 1229 }, 1230 "require": { 1231 "php": "^5.3.2 || ^7.0 || ^8.0" 1232 }, 1233 "require-dev": { 1234 "phpstan/phpstan": "^1.4", 1235 "symfony/phpunit-bridge": "^4.2 || ^5" 1236 }, 1237 "type": "library", 1238 "extra": { 1239 "branch-alias": { 1240 "dev-main": "3.x-dev" 1241 } 1242 }, 1243 "autoload": { 1244 "psr-4": { 1245 "Composer\\Semver\\": "src" 1246 } 1247 }, 1248 "notification-url": "https://packagist.org/downloads/", 1249 "license": [ 1250 "MIT" 1251 ], 1252 "authors": [ 1253 { 1254 "name": "Nils Adermann", 1255 "email": "naderman@naderman.de", 1256 "homepage": "http://www.naderman.de" 1257 }, 1258 { 1259 "name": "Jordi Boggiano", 1260 "email": "j.boggiano@seld.be", 1261 "homepage": "http://seld.be" 1262 }, 1263 { 1264 "name": "Rob Bast", 1265 "email": "rob.bast@gmail.com", 1266 "homepage": "http://robbast.nl" 1267 } 1268 ], 1269 "description": "Semver library that offers utilities, version constraint parsing and validation.", 1270 "keywords": [ 1271 "semantic", 1272 "semver", 1273 "validation", 1274 "versioning" 1275 ], 1276 "support": { 1277 "irc": "ircs://irc.libera.chat:6697/composer", 1278 "issues": "https://github.com/composer/semver/issues", 1279 "source": "https://github.com/composer/semver/tree/3.4.0" 1280 }, 1281 "funding": [ 1282 { 1283 "url": "https://packagist.com", 1284 "type": "custom" 1285 }, 1286 { 1287 "url": "https://github.com/composer", 1288 "type": "github" 1289 }, 1290 { 1291 "url": "https://tidelift.com/funding/github/packagist/composer/composer", 1292 "type": "tidelift" 1293 } 1294 ], 1295 "time": "2023-08-31T09:50:34+00:00" 1296 }, 1297 { 1298 "name": "composer/xdebug-handler", 1299 "version": "3.0.3", 1300 "source": { 1301 "type": "git", 1302 "url": "https://github.com/composer/xdebug-handler.git", 1303 "reference": "ced299686f41dce890debac69273b47ffe98a40c" 1304 }, 1305 "dist": { 1306 "type": "zip", 1307 "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/ced299686f41dce890debac69273b47ffe98a40c", 1308 "reference": "ced299686f41dce890debac69273b47ffe98a40c", 1309 "shasum": "" 1310 }, 1311 "require": { 1312 "composer/pcre": "^1 || ^2 || ^3", 1313 "php": "^7.2.5 || ^8.0", 1314 "psr/log": "^1 || ^2 || ^3" 1315 }, 1316 "require-dev": { 1317 "phpstan/phpstan": "^1.0", 1318 "phpstan/phpstan-strict-rules": "^1.1", 1319 "symfony/phpunit-bridge": "^6.0" 1320 }, 1321 "type": "library", 1322 "autoload": { 1323 "psr-4": { 1324 "Composer\\XdebugHandler\\": "src" 1325 } 1326 }, 1327 "notification-url": "https://packagist.org/downloads/", 1328 "license": [ 1329 "MIT" 1330 ], 1331 "authors": [ 1332 { 1333 "name": "John Stevenson", 1334 "email": "john-stevenson@blueyonder.co.uk" 1335 } 1336 ], 1337 "description": "Restarts a process without Xdebug.", 1338 "keywords": [ 1339 "Xdebug", 1340 "performance" 1341 ], 1342 "support": { 1343 "irc": "irc://irc.freenode.org/composer", 1344 "issues": "https://github.com/composer/xdebug-handler/issues", 1345 "source": "https://github.com/composer/xdebug-handler/tree/3.0.3" 1346 }, 1347 "funding": [ 1348 { 1349 "url": "https://packagist.com", 1350 "type": "custom" 1351 }, 1352 { 1353 "url": "https://github.com/composer", 1354 "type": "github" 1355 }, 1356 { 1357 "url": "https://tidelift.com/funding/github/packagist/composer/composer", 1358 "type": "tidelift" 1359 } 1360 ], 1361 "time": "2022-02-25T21:32:43+00:00" 1362 }, 1363 { 1364 "name": "cweagans/composer-patches", 1365 "version": "1.7.3", 1366 "source": { 1367 "type": "git", 1368 "url": "https://github.com/cweagans/composer-patches.git", 1369 "reference": "e190d4466fe2b103a55467dfa83fc2fecfcaf2db" 1370 }, 1371 "dist": { 1372 "type": "zip", 1373 "url": "https://api.github.com/repos/cweagans/composer-patches/zipball/e190d4466fe2b103a55467dfa83fc2fecfcaf2db", 1374 "reference": "e190d4466fe2b103a55467dfa83fc2fecfcaf2db", 1375 "shasum": "" 1376 }, 1377 "require": { 1378 "composer-plugin-api": "^1.0 || ^2.0", 1379 "php": ">=5.3.0" 1380 }, 1381 "require-dev": { 1382 "composer/composer": "~1.0 || ~2.0", 1383 "phpunit/phpunit": "~4.6" 1384 }, 1385 "type": "composer-plugin", 1386 "extra": { 1387 "class": "cweagans\\Composer\\Patches" 1388 }, 1389 "autoload": { 1390 "psr-4": { 1391 "cweagans\\Composer\\": "src" 1392 } 1393 }, 1394 "notification-url": "https://packagist.org/downloads/", 1395 "license": [ 1396 "BSD-3-Clause" 1397 ], 1398 "authors": [ 1399 { 1400 "name": "Cameron Eagans", 1401 "email": "me@cweagans.net" 1402 } 1403 ], 1404 "description": "Provides a way to patch Composer packages.", 1405 "support": { 1406 "issues": "https://github.com/cweagans/composer-patches/issues", 1407 "source": "https://github.com/cweagans/composer-patches/tree/1.7.3" 1408 }, 1409 "time": "2022-12-20T22:53:13+00:00" 1410 }, 1411 { 1412 "name": "doctrine/instantiator", 1413 "version": "1.5.0", 1414 "source": { 1415 "type": "git", 1416 "url": "https://github.com/doctrine/instantiator.git", 1417 "reference": "0a0fa9780f5d4e507415a065172d26a98d02047b" 1418 }, 1419 "dist": { 1420 "type": "zip", 1421 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/0a0fa9780f5d4e507415a065172d26a98d02047b", 1422 "reference": "0a0fa9780f5d4e507415a065172d26a98d02047b", 1423 "shasum": "" 1424 }, 1425 "require": { 1426 "php": "^7.1 || ^8.0" 1427 }, 1428 "require-dev": { 1429 "doctrine/coding-standard": "^9 || ^11", 1430 "ext-pdo": "*", 1431 "ext-phar": "*", 1432 "phpbench/phpbench": "^0.16 || ^1", 1433 "phpstan/phpstan": "^1.4", 1434 "phpstan/phpstan-phpunit": "^1", 1435 "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", 1436 "vimeo/psalm": "^4.30 || ^5.4" 1437 }, 1438 "type": "library", 1439 "autoload": { 1440 "psr-4": { 1441 "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" 1442 } 1443 }, 1444 "notification-url": "https://packagist.org/downloads/", 1445 "license": [ 1446 "MIT" 1447 ], 1448 "authors": [ 1449 { 1450 "name": "Marco Pivetta", 1451 "email": "ocramius@gmail.com", 1452 "homepage": "https://ocramius.github.io/" 1453 } 1454 ], 1455 "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", 1456 "homepage": "https://www.doctrine-project.org/projects/instantiator.html", 1457 "keywords": [ 1458 "constructor", 1459 "instantiate" 1460 ], 1461 "support": { 1462 "issues": "https://github.com/doctrine/instantiator/issues", 1463 "source": "https://github.com/doctrine/instantiator/tree/1.5.0" 1464 }, 1465 "funding": [ 1466 { 1467 "url": "https://www.doctrine-project.org/sponsorship.html", 1468 "type": "custom" 1469 }, 1470 { 1471 "url": "https://www.patreon.com/phpdoctrine", 1472 "type": "patreon" 1473 }, 1474 { 1475 "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator", 1476 "type": "tidelift" 1477 } 1478 ], 1479 "time": "2022-12-30T00:15:36+00:00" 1480 }, 1481 { 1482 "name": "ergebnis/composer-normalize", 1483 "version": "2.42.0", 1484 "source": { 1485 "type": "git", 1486 "url": "https://github.com/ergebnis/composer-normalize.git", 1487 "reference": "02cf2b69ad2a74c6f11a8c3f5f054b8f949df910" 1488 }, 1489 "dist": { 1490 "type": "zip", 1491 "url": "https://api.github.com/repos/ergebnis/composer-normalize/zipball/02cf2b69ad2a74c6f11a8c3f5f054b8f949df910", 1492 "reference": "02cf2b69ad2a74c6f11a8c3f5f054b8f949df910", 1493 "shasum": "" 1494 }, 1495 "require": { 1496 "composer-plugin-api": "^2.0.0", 1497 "ergebnis/json": "^1.2.0", 1498 "ergebnis/json-normalizer": "^4.5.0", 1499 "ergebnis/json-printer": "^3.5.0", 1500 "ext-json": "*", 1501 "justinrainbow/json-schema": "^5.2.12", 1502 "localheinz/diff": "^1.1.1", 1503 "php": "~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0" 1504 }, 1505 "require-dev": { 1506 "composer/composer": "^2.6.6", 1507 "ergebnis/license": "^2.4.0", 1508 "ergebnis/php-cs-fixer-config": "^6.20.0", 1509 "ergebnis/phpunit-slow-test-detector": "^2.9.0", 1510 "fakerphp/faker": "^1.23.1", 1511 "infection/infection": "~0.26.6", 1512 "phpunit/phpunit": "^9.6.16", 1513 "psalm/plugin-phpunit": "~0.18.4", 1514 "rector/rector": "~0.19.2", 1515 "symfony/filesystem": "^5.4.25", 1516 "vimeo/psalm": "^5.20.0" 1517 }, 1518 "type": "composer-plugin", 1519 "extra": { 1520 "class": "Ergebnis\\Composer\\Normalize\\NormalizePlugin", 1521 "composer-normalize": { 1522 "indent-size": 2, 1523 "indent-style": "space" 1524 }, 1525 "plugin-optional": true 1526 }, 1527 "autoload": { 1528 "psr-4": { 1529 "Ergebnis\\Composer\\Normalize\\": "src/" 1530 } 1531 }, 1532 "notification-url": "https://packagist.org/downloads/", 1533 "license": [ 1534 "MIT" 1535 ], 1536 "authors": [ 1537 { 1538 "name": "Andreas Möller", 1539 "email": "am@localheinz.com", 1540 "homepage": "https://localheinz.com" 1541 } 1542 ], 1543 "description": "Provides a composer plugin for normalizing composer.json.", 1544 "homepage": "https://github.com/ergebnis/composer-normalize", 1545 "keywords": [ 1546 "composer", 1547 "normalize", 1548 "normalizer", 1549 "plugin" 1550 ], 1551 "support": { 1552 "issues": "https://github.com/ergebnis/composer-normalize/issues", 1553 "security": "https://github.com/ergebnis/composer-normalize/blob/main/.github/SECURITY.md", 1554 "source": "https://github.com/ergebnis/composer-normalize" 1555 }, 1556 "time": "2024-01-30T11:54:02+00:00" 1557 }, 1558 { 1559 "name": "ergebnis/json", 1560 "version": "1.2.0", 1561 "source": { 1562 "type": "git", 1563 "url": "https://github.com/ergebnis/json.git", 1564 "reference": "a457f25a5ba7ea11fc94f84d53678c5211abfce0" 1565 }, 1566 "dist": { 1567 "type": "zip", 1568 "url": "https://api.github.com/repos/ergebnis/json/zipball/a457f25a5ba7ea11fc94f84d53678c5211abfce0", 1569 "reference": "a457f25a5ba7ea11fc94f84d53678c5211abfce0", 1570 "shasum": "" 1571 }, 1572 "require": { 1573 "ext-json": "*", 1574 "php": "~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0" 1575 }, 1576 "require-dev": { 1577 "ergebnis/data-provider": "^3.2.0", 1578 "ergebnis/license": "^2.4.0", 1579 "ergebnis/php-cs-fixer-config": "^6.20.0", 1580 "ergebnis/phpunit-slow-test-detector": "^2.9.0", 1581 "fakerphp/faker": "^1.23.1", 1582 "infection/infection": "~0.26.6", 1583 "phpunit/phpunit": "^9.6.16", 1584 "psalm/plugin-phpunit": "~0.18.4", 1585 "rector/rector": "~0.19.2", 1586 "vimeo/psalm": "^5.20.0" 1587 }, 1588 "type": "library", 1589 "extra": { 1590 "composer-normalize": { 1591 "indent-size": 2, 1592 "indent-style": "space" 1593 } 1594 }, 1595 "autoload": { 1596 "psr-4": { 1597 "Ergebnis\\Json\\": "src/" 1598 } 1599 }, 1600 "notification-url": "https://packagist.org/downloads/", 1601 "license": [ 1602 "MIT" 1603 ], 1604 "authors": [ 1605 { 1606 "name": "Andreas Möller", 1607 "email": "am@localheinz.com", 1608 "homepage": "https://localheinz.com" 1609 } 1610 ], 1611 "description": "Provides a Json value object for representing a valid JSON string.", 1612 "homepage": "https://github.com/ergebnis/json", 1613 "keywords": [ 1614 "json" 1615 ], 1616 "support": { 1617 "issues": "https://github.com/ergebnis/json/issues", 1618 "security": "https://github.com/ergebnis/json/blob/main/.github/SECURITY.md", 1619 "source": "https://github.com/ergebnis/json" 1620 }, 1621 "time": "2024-01-29T15:09:24+00:00" 1622 }, 1623 { 1624 "name": "ergebnis/json-normalizer", 1625 "version": "4.5.0", 1626 "source": { 1627 "type": "git", 1628 "url": "https://github.com/ergebnis/json-normalizer.git", 1629 "reference": "f0ee9e70739f121b27fac8b743e4a52b23de2152" 1630 }, 1631 "dist": { 1632 "type": "zip", 1633 "url": "https://api.github.com/repos/ergebnis/json-normalizer/zipball/f0ee9e70739f121b27fac8b743e4a52b23de2152", 1634 "reference": "f0ee9e70739f121b27fac8b743e4a52b23de2152", 1635 "shasum": "" 1636 }, 1637 "require": { 1638 "ergebnis/json": "^1.2.0", 1639 "ergebnis/json-pointer": "^3.4.0", 1640 "ergebnis/json-printer": "^3.5.0", 1641 "ergebnis/json-schema-validator": "^4.2.0", 1642 "ext-json": "*", 1643 "justinrainbow/json-schema": "^5.2.12", 1644 "php": "~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0" 1645 }, 1646 "require-dev": { 1647 "composer/semver": "^3.4.0", 1648 "ergebnis/data-provider": "^3.2.0", 1649 "ergebnis/license": "^2.4.0", 1650 "ergebnis/php-cs-fixer-config": "^6.20.0", 1651 "ergebnis/phpunit-slow-test-detector": "^2.9.0", 1652 "fakerphp/faker": "^1.23.1", 1653 "infection/infection": "~0.26.6", 1654 "phpunit/phpunit": "^9.6.16", 1655 "psalm/plugin-phpunit": "~0.18.4", 1656 "rector/rector": "~0.19.4", 1657 "vimeo/psalm": "^5.20.0" 1658 }, 1659 "suggest": { 1660 "composer/semver": "If you want to use ComposerJsonNormalizer or VersionConstraintNormalizer" 1661 }, 1662 "type": "library", 1663 "autoload": { 1664 "psr-4": { 1665 "Ergebnis\\Json\\Normalizer\\": "src/" 1666 } 1667 }, 1668 "notification-url": "https://packagist.org/downloads/", 1669 "license": [ 1670 "MIT" 1671 ], 1672 "authors": [ 1673 { 1674 "name": "Andreas Möller", 1675 "email": "am@localheinz.com", 1676 "homepage": "https://localheinz.com" 1677 } 1678 ], 1679 "description": "Provides generic and vendor-specific normalizers for normalizing JSON documents.", 1680 "homepage": "https://github.com/ergebnis/json-normalizer", 1681 "keywords": [ 1682 "json", 1683 "normalizer" 1684 ], 1685 "support": { 1686 "issues": "https://github.com/ergebnis/json-normalizer/issues", 1687 "security": "https://github.com/ergebnis/json-normalizer/blob/main/.github/SECURITY.md", 1688 "source": "https://github.com/ergebnis/json-normalizer" 1689 }, 1690 "time": "2024-01-30T09:10:15+00:00" 1691 }, 1692 { 1693 "name": "ergebnis/json-pointer", 1694 "version": "3.4.0", 1695 "source": { 1696 "type": "git", 1697 "url": "https://github.com/ergebnis/json-pointer.git", 1698 "reference": "b654757d873050622c2166f55ab25d04685261c5" 1699 }, 1700 "dist": { 1701 "type": "zip", 1702 "url": "https://api.github.com/repos/ergebnis/json-pointer/zipball/b654757d873050622c2166f55ab25d04685261c5", 1703 "reference": "b654757d873050622c2166f55ab25d04685261c5", 1704 "shasum": "" 1705 }, 1706 "require": { 1707 "php": "~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0" 1708 }, 1709 "require-dev": { 1710 "ergebnis/data-provider": "^3.2.0", 1711 "ergebnis/license": "^2.4.0", 1712 "ergebnis/php-cs-fixer-config": "^6.20.0", 1713 "ergebnis/phpunit-slow-test-detector": "^2.9.0", 1714 "fakerphp/faker": "^1.23.1", 1715 "infection/infection": "~0.26.6", 1716 "phpunit/phpunit": "^9.6.16", 1717 "psalm/plugin-phpunit": "~0.18.4", 1718 "rector/rector": "~0.19.2", 1719 "vimeo/psalm": "^5.20.0" 1720 }, 1721 "type": "library", 1722 "extra": { 1723 "composer-normalize": { 1724 "indent-size": 2, 1725 "indent-style": "space" 1726 } 1727 }, 1728 "autoload": { 1729 "psr-4": { 1730 "Ergebnis\\Json\\Pointer\\": "src/" 1731 } 1732 }, 1733 "notification-url": "https://packagist.org/downloads/", 1734 "license": [ 1735 "MIT" 1736 ], 1737 "authors": [ 1738 { 1739 "name": "Andreas Möller", 1740 "email": "am@localheinz.com", 1741 "homepage": "https://localheinz.com" 1742 } 1743 ], 1744 "description": "Provides an abstraction of a JSON pointer.", 1745 "homepage": "https://github.com/ergebnis/json-pointer", 1746 "keywords": [ 1747 "RFC6901", 1748 "json", 1749 "pointer" 1750 ], 1751 "support": { 1752 "issues": "https://github.com/ergebnis/json-pointer/issues", 1753 "security": "https://github.com/ergebnis/json-pointer/blob/main/.github/SECURITY.md", 1754 "source": "https://github.com/ergebnis/json-pointer" 1755 }, 1756 "time": "2024-01-29T16:37:15+00:00" 1757 }, 1758 { 1759 "name": "ergebnis/json-printer", 1760 "version": "3.5.0", 1761 "source": { 1762 "type": "git", 1763 "url": "https://github.com/ergebnis/json-printer.git", 1764 "reference": "549e16fe6de34b8c3aee7b421be12caa552f3ced" 1765 }, 1766 "dist": { 1767 "type": "zip", 1768 "url": "https://api.github.com/repos/ergebnis/json-printer/zipball/549e16fe6de34b8c3aee7b421be12caa552f3ced", 1769 "reference": "549e16fe6de34b8c3aee7b421be12caa552f3ced", 1770 "shasum": "" 1771 }, 1772 "require": { 1773 "ext-json": "*", 1774 "ext-mbstring": "*", 1775 "php": "~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0" 1776 }, 1777 "require-dev": { 1778 "ergebnis/data-provider": "^3.2.0", 1779 "ergebnis/license": "^2.4.0", 1780 "ergebnis/php-cs-fixer-config": "^6.20.0", 1781 "ergebnis/phpunit-slow-test-detector": "^2.9.0", 1782 "fakerphp/faker": "^1.23.1", 1783 "infection/infection": "~0.26.6", 1784 "phpunit/phpunit": "^9.6.16", 1785 "psalm/plugin-phpunit": "~0.18.4", 1786 "rector/rector": "~0.19.2", 1787 "vimeo/psalm": "^5.20.0" 1788 }, 1789 "type": "library", 1790 "autoload": { 1791 "psr-4": { 1792 "Ergebnis\\Json\\Printer\\": "src/" 1793 } 1794 }, 1795 "notification-url": "https://packagist.org/downloads/", 1796 "license": [ 1797 "MIT" 1798 ], 1799 "authors": [ 1800 { 1801 "name": "Andreas Möller", 1802 "email": "am@localheinz.com", 1803 "homepage": "https://localheinz.com" 1804 } 1805 ], 1806 "description": "Provides a JSON printer, allowing for flexible indentation.", 1807 "homepage": "https://github.com/ergebnis/json-printer", 1808 "keywords": [ 1809 "formatter", 1810 "json", 1811 "printer" 1812 ], 1813 "support": { 1814 "issues": "https://github.com/ergebnis/json-printer/issues", 1815 "security": "https://github.com/ergebnis/json-printer/blob/main/.github/SECURITY.md", 1816 "source": "https://github.com/ergebnis/json-printer" 1817 }, 1818 "time": "2024-01-29T15:33:37+00:00" 1819 }, 1820 { 1821 "name": "ergebnis/json-schema-validator", 1822 "version": "4.2.0", 1823 "source": { 1824 "type": "git", 1825 "url": "https://github.com/ergebnis/json-schema-validator.git", 1826 "reference": "10ed514fdc3f9b71f8a92c567afea21a2f6fa1ef" 1827 }, 1828 "dist": { 1829 "type": "zip", 1830 "url": "https://api.github.com/repos/ergebnis/json-schema-validator/zipball/10ed514fdc3f9b71f8a92c567afea21a2f6fa1ef", 1831 "reference": "10ed514fdc3f9b71f8a92c567afea21a2f6fa1ef", 1832 "shasum": "" 1833 }, 1834 "require": { 1835 "ergebnis/json": "^1.2.0", 1836 "ergebnis/json-pointer": "^3.4.0", 1837 "ext-json": "*", 1838 "justinrainbow/json-schema": "^5.2.12", 1839 "php": "~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0" 1840 }, 1841 "require-dev": { 1842 "ergebnis/data-provider": "^3.2.0", 1843 "ergebnis/license": "^2.4.0", 1844 "ergebnis/php-cs-fixer-config": "^6.20.0", 1845 "ergebnis/phpunit-slow-test-detector": "^2.9.0", 1846 "fakerphp/faker": "^1.23.1", 1847 "infection/infection": "~0.26.6", 1848 "phpunit/phpunit": "^9.6.16", 1849 "psalm/plugin-phpunit": "~0.18.4", 1850 "rector/rector": "~0.19.2", 1851 "vimeo/psalm": "^5.20.0" 1852 }, 1853 "type": "library", 1854 "extra": { 1855 "composer-normalize": { 1856 "indent-size": 2, 1857 "indent-style": "space" 1858 } 1859 }, 1860 "autoload": { 1861 "psr-4": { 1862 "Ergebnis\\Json\\SchemaValidator\\": "src/" 1863 } 1864 }, 1865 "notification-url": "https://packagist.org/downloads/", 1866 "license": [ 1867 "MIT" 1868 ], 1869 "authors": [ 1870 { 1871 "name": "Andreas Möller", 1872 "email": "am@localheinz.com", 1873 "homepage": "https://localheinz.com" 1874 } 1875 ], 1876 "description": "Provides a JSON schema validator, building on top of justinrainbow/json-schema.", 1877 "homepage": "https://github.com/ergebnis/json-schema-validator", 1878 "keywords": [ 1879 "json", 1880 "schema", 1881 "validator" 1882 ], 1883 "support": { 1884 "issues": "https://github.com/ergebnis/json-schema-validator/issues", 1885 "security": "https://github.com/ergebnis/json-schema-validator/blob/main/.github/SECURITY.md", 1886 "source": "https://github.com/ergebnis/json-schema-validator" 1887 }, 1888 "time": "2024-01-29T16:50:15+00:00" 1889 }, 1890 { 1891 "name": "friendsofphp/php-cs-fixer", 1892 "version": "v3.49.0", 1893 "source": { 1894 "type": "git", 1895 "url": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer.git", 1896 "reference": "8742f7aa6f72a399688b65e4f58992c2d4681fc2" 1897 }, 1898 "dist": { 1899 "type": "zip", 1900 "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/8742f7aa6f72a399688b65e4f58992c2d4681fc2", 1901 "reference": "8742f7aa6f72a399688b65e4f58992c2d4681fc2", 1902 "shasum": "" 1903 }, 1904 "require": { 1905 "composer/semver": "^3.4", 1906 "composer/xdebug-handler": "^3.0.3", 1907 "ext-filter": "*", 1908 "ext-json": "*", 1909 "ext-tokenizer": "*", 1910 "php": "^7.4 || ^8.0", 1911 "sebastian/diff": "^4.0 || ^5.0", 1912 "symfony/console": "^5.4 || ^6.0 || ^7.0", 1913 "symfony/event-dispatcher": "^5.4 || ^6.0 || ^7.0", 1914 "symfony/filesystem": "^5.4 || ^6.0 || ^7.0", 1915 "symfony/finder": "^5.4 || ^6.0 || ^7.0", 1916 "symfony/options-resolver": "^5.4 || ^6.0 || ^7.0", 1917 "symfony/polyfill-mbstring": "^1.28", 1918 "symfony/polyfill-php80": "^1.28", 1919 "symfony/polyfill-php81": "^1.28", 1920 "symfony/process": "^5.4 || ^6.0 || ^7.0", 1921 "symfony/stopwatch": "^5.4 || ^6.0 || ^7.0" 1922 }, 1923 "require-dev": { 1924 "facile-it/paraunit": "^1.3 || ^2.0", 1925 "justinrainbow/json-schema": "^5.2", 1926 "keradus/cli-executor": "^2.1", 1927 "mikey179/vfsstream": "^1.6.11", 1928 "php-coveralls/php-coveralls": "^2.7", 1929 "php-cs-fixer/accessible-object": "^1.1", 1930 "php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.4", 1931 "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.4", 1932 "phpunit/phpunit": "^9.6 || ^10.5.5", 1933 "symfony/yaml": "^5.4 || ^6.0 || ^7.0" 1934 }, 1935 "suggest": { 1936 "ext-dom": "For handling output formats in XML", 1937 "ext-mbstring": "For handling non-UTF8 characters." 1938 }, 1939 "bin": [ 1940 "php-cs-fixer" 1941 ], 1942 "type": "application", 1943 "autoload": { 1944 "psr-4": { 1945 "PhpCsFixer\\": "src/" 1946 } 1947 }, 1948 "notification-url": "https://packagist.org/downloads/", 1949 "license": [ 1950 "MIT" 1951 ], 1952 "authors": [ 1953 { 1954 "name": "Fabien Potencier", 1955 "email": "fabien@symfony.com" 1956 }, 1957 { 1958 "name": "Dariusz Rumiński", 1959 "email": "dariusz.ruminski@gmail.com" 1960 } 1961 ], 1962 "description": "A tool to automatically fix PHP code style", 1963 "keywords": [ 1964 "Static code analysis", 1965 "fixer", 1966 "standards", 1967 "static analysis" 1968 ], 1969 "support": { 1970 "issues": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues", 1971 "source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.49.0" 1972 }, 1973 "funding": [ 1974 { 1975 "url": "https://github.com/keradus", 1976 "type": "github" 1977 } 1978 ], 1979 "time": "2024-02-02T00:41:40+00:00" 1980 }, 1981 { 1982 "name": "guzzlehttp/guzzle", 1983 "version": "7.8.1", 1984 "source": { 1985 "type": "git", 1986 "url": "https://github.com/guzzle/guzzle.git", 1987 "reference": "41042bc7ab002487b876a0683fc8dce04ddce104" 1988 }, 1989 "dist": { 1990 "type": "zip", 1991 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/41042bc7ab002487b876a0683fc8dce04ddce104", 1992 "reference": "41042bc7ab002487b876a0683fc8dce04ddce104", 1993 "shasum": "" 1994 }, 1995 "require": { 1996 "ext-json": "*", 1997 "guzzlehttp/promises": "^1.5.3 || ^2.0.1", 1998 "guzzlehttp/psr7": "^1.9.1 || ^2.5.1", 1999 "php": "^7.2.5 || ^8.0", 2000 "psr/http-client": "^1.0", 2001 "symfony/deprecation-contracts": "^2.2 || ^3.0" 2002 }, 2003 "provide": { 2004 "psr/http-client-implementation": "1.0" 2005 }, 2006 "require-dev": { 2007 "bamarni/composer-bin-plugin": "^1.8.2", 2008 "ext-curl": "*", 2009 "php-http/client-integration-tests": "dev-master#2c025848417c1135031fdf9c728ee53d0a7ceaee as 3.0.999", 2010 "php-http/message-factory": "^1.1", 2011 "phpunit/phpunit": "^8.5.36 || ^9.6.15", 2012 "psr/log": "^1.1 || ^2.0 || ^3.0" 2013 }, 2014 "suggest": { 2015 "ext-curl": "Required for CURL handler support", 2016 "ext-intl": "Required for Internationalized Domain Name (IDN) support", 2017 "psr/log": "Required for using the Log middleware" 2018 }, 2019 "type": "library", 2020 "extra": { 2021 "bamarni-bin": { 2022 "bin-links": true, 2023 "forward-command": false 2024 } 2025 }, 2026 "autoload": { 2027 "files": [ 2028 "src/functions_include.php" 2029 ], 2030 "psr-4": { 2031 "GuzzleHttp\\": "src/" 2032 } 2033 }, 2034 "notification-url": "https://packagist.org/downloads/", 2035 "license": [ 2036 "MIT" 2037 ], 2038 "authors": [ 2039 { 2040 "name": "Graham Campbell", 2041 "email": "hello@gjcampbell.co.uk", 2042 "homepage": "https://github.com/GrahamCampbell" 2043 }, 2044 { 2045 "name": "Michael Dowling", 2046 "email": "mtdowling@gmail.com", 2047 "homepage": "https://github.com/mtdowling" 2048 }, 2049 { 2050 "name": "Jeremy Lindblom", 2051 "email": "jeremeamia@gmail.com", 2052 "homepage": "https://github.com/jeremeamia" 2053 }, 2054 { 2055 "name": "George Mponos", 2056 "email": "gmponos@gmail.com", 2057 "homepage": "https://github.com/gmponos" 2058 }, 2059 { 2060 "name": "Tobias Nyholm", 2061 "email": "tobias.nyholm@gmail.com", 2062 "homepage": "https://github.com/Nyholm" 2063 }, 2064 { 2065 "name": "Márk Sági-Kazár", 2066 "email": "mark.sagikazar@gmail.com", 2067 "homepage": "https://github.com/sagikazarmark" 2068 }, 2069 { 2070 "name": "Tobias Schultze", 2071 "email": "webmaster@tubo-world.de", 2072 "homepage": "https://github.com/Tobion" 2073 } 2074 ], 2075 "description": "Guzzle is a PHP HTTP client library", 2076 "keywords": [ 2077 "client", 2078 "curl", 2079 "framework", 2080 "http", 2081 "http client", 2082 "psr-18", 2083 "psr-7", 2084 "rest", 2085 "web service" 2086 ], 2087 "support": { 2088 "issues": "https://github.com/guzzle/guzzle/issues", 2089 "source": "https://github.com/guzzle/guzzle/tree/7.8.1" 2090 }, 2091 "funding": [ 2092 { 2093 "url": "https://github.com/GrahamCampbell", 2094 "type": "github" 2095 }, 2096 { 2097 "url": "https://github.com/Nyholm", 2098 "type": "github" 2099 }, 2100 { 2101 "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle", 2102 "type": "tidelift" 2103 } 2104 ], 2105 "time": "2023-12-03T20:35:24+00:00" 2106 }, 2107 { 2108 "name": "guzzlehttp/promises", 2109 "version": "2.0.2", 2110 "source": { 2111 "type": "git", 2112 "url": "https://github.com/guzzle/promises.git", 2113 "reference": "bbff78d96034045e58e13dedd6ad91b5d1253223" 2114 }, 2115 "dist": { 2116 "type": "zip", 2117 "url": "https://api.github.com/repos/guzzle/promises/zipball/bbff78d96034045e58e13dedd6ad91b5d1253223", 2118 "reference": "bbff78d96034045e58e13dedd6ad91b5d1253223", 2119 "shasum": "" 2120 }, 2121 "require": { 2122 "php": "^7.2.5 || ^8.0" 2123 }, 2124 "require-dev": { 2125 "bamarni/composer-bin-plugin": "^1.8.2", 2126 "phpunit/phpunit": "^8.5.36 || ^9.6.15" 2127 }, 2128 "type": "library", 2129 "extra": { 2130 "bamarni-bin": { 2131 "bin-links": true, 2132 "forward-command": false 2133 } 2134 }, 2135 "autoload": { 2136 "psr-4": { 2137 "GuzzleHttp\\Promise\\": "src/" 2138 } 2139 }, 2140 "notification-url": "https://packagist.org/downloads/", 2141 "license": [ 2142 "MIT" 2143 ], 2144 "authors": [ 2145 { 2146 "name": "Graham Campbell", 2147 "email": "hello@gjcampbell.co.uk", 2148 "homepage": "https://github.com/GrahamCampbell" 2149 }, 2150 { 2151 "name": "Michael Dowling", 2152 "email": "mtdowling@gmail.com", 2153 "homepage": "https://github.com/mtdowling" 2154 }, 2155 { 2156 "name": "Tobias Nyholm", 2157 "email": "tobias.nyholm@gmail.com", 2158 "homepage": "https://github.com/Nyholm" 2159 }, 2160 { 2161 "name": "Tobias Schultze", 2162 "email": "webmaster@tubo-world.de", 2163 "homepage": "https://github.com/Tobion" 2164 } 2165 ], 2166 "description": "Guzzle promises library", 2167 "keywords": [ 2168 "promise" 2169 ], 2170 "support": { 2171 "issues": "https://github.com/guzzle/promises/issues", 2172 "source": "https://github.com/guzzle/promises/tree/2.0.2" 2173 }, 2174 "funding": [ 2175 { 2176 "url": "https://github.com/GrahamCampbell", 2177 "type": "github" 2178 }, 2179 { 2180 "url": "https://github.com/Nyholm", 2181 "type": "github" 2182 }, 2183 { 2184 "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises", 2185 "type": "tidelift" 2186 } 2187 ], 2188 "time": "2023-12-03T20:19:20+00:00" 2189 }, 2190 { 2191 "name": "guzzlehttp/psr7", 2192 "version": "2.6.2", 2193 "source": { 2194 "type": "git", 2195 "url": "https://github.com/guzzle/psr7.git", 2196 "reference": "45b30f99ac27b5ca93cb4831afe16285f57b8221" 2197 }, 2198 "dist": { 2199 "type": "zip", 2200 "url": "https://api.github.com/repos/guzzle/psr7/zipball/45b30f99ac27b5ca93cb4831afe16285f57b8221", 2201 "reference": "45b30f99ac27b5ca93cb4831afe16285f57b8221", 2202 "shasum": "" 2203 }, 2204 "require": { 2205 "php": "^7.2.5 || ^8.0", 2206 "psr/http-factory": "^1.0", 2207 "psr/http-message": "^1.1 || ^2.0", 2208 "ralouphie/getallheaders": "^3.0" 2209 }, 2210 "provide": { 2211 "psr/http-factory-implementation": "1.0", 2212 "psr/http-message-implementation": "1.0" 2213 }, 2214 "require-dev": { 2215 "bamarni/composer-bin-plugin": "^1.8.2", 2216 "http-interop/http-factory-tests": "^0.9", 2217 "phpunit/phpunit": "^8.5.36 || ^9.6.15" 2218 }, 2219 "suggest": { 2220 "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses" 2221 }, 2222 "type": "library", 2223 "extra": { 2224 "bamarni-bin": { 2225 "bin-links": true, 2226 "forward-command": false 2227 } 2228 }, 2229 "autoload": { 2230 "psr-4": { 2231 "GuzzleHttp\\Psr7\\": "src/" 2232 } 2233 }, 2234 "notification-url": "https://packagist.org/downloads/", 2235 "license": [ 2236 "MIT" 2237 ], 2238 "authors": [ 2239 { 2240 "name": "Graham Campbell", 2241 "email": "hello@gjcampbell.co.uk", 2242 "homepage": "https://github.com/GrahamCampbell" 2243 }, 2244 { 2245 "name": "Michael Dowling", 2246 "email": "mtdowling@gmail.com", 2247 "homepage": "https://github.com/mtdowling" 2248 }, 2249 { 2250 "name": "George Mponos", 2251 "email": "gmponos@gmail.com", 2252 "homepage": "https://github.com/gmponos" 2253 }, 2254 { 2255 "name": "Tobias Nyholm", 2256 "email": "tobias.nyholm@gmail.com", 2257 "homepage": "https://github.com/Nyholm" 2258 }, 2259 { 2260 "name": "Márk Sági-Kazár", 2261 "email": "mark.sagikazar@gmail.com", 2262 "homepage": "https://github.com/sagikazarmark" 2263 }, 2264 { 2265 "name": "Tobias Schultze", 2266 "email": "webmaster@tubo-world.de", 2267 "homepage": "https://github.com/Tobion" 2268 }, 2269 { 2270 "name": "Márk Sági-Kazár", 2271 "email": "mark.sagikazar@gmail.com", 2272 "homepage": "https://sagikazarmark.hu" 2273 } 2274 ], 2275 "description": "PSR-7 message implementation that also provides common utility methods", 2276 "keywords": [ 2277 "http", 2278 "message", 2279 "psr-7", 2280 "request", 2281 "response", 2282 "stream", 2283 "uri", 2284 "url" 2285 ], 2286 "support": { 2287 "issues": "https://github.com/guzzle/psr7/issues", 2288 "source": "https://github.com/guzzle/psr7/tree/2.6.2" 2289 }, 2290 "funding": [ 2291 { 2292 "url": "https://github.com/GrahamCampbell", 2293 "type": "github" 2294 }, 2295 { 2296 "url": "https://github.com/Nyholm", 2297 "type": "github" 2298 }, 2299 { 2300 "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7", 2301 "type": "tidelift" 2302 } 2303 ], 2304 "time": "2023-12-03T20:05:35+00:00" 2305 }, 2306 { 2307 "name": "jawira/plantuml-client", 2308 "version": "v1.0.3", 2309 "source": { 2310 "type": "git", 2311 "url": "https://github.com/jawira/plantuml-client.git", 2312 "reference": "28ca92b4e0825bd7f3a82fed10c7f3dbe0657fd5" 2313 }, 2314 "dist": { 2315 "type": "zip", 2316 "url": "https://api.github.com/repos/jawira/plantuml-client/zipball/28ca92b4e0825bd7f3a82fed10c7f3dbe0657fd5", 2317 "reference": "28ca92b4e0825bd7f3a82fed10c7f3dbe0657fd5", 2318 "shasum": "" 2319 }, 2320 "require": { 2321 "jawira/plantuml-encoding": "^1.0", 2322 "php": ">=7.4" 2323 }, 2324 "require-dev": { 2325 "ergebnis/composer-normalize": "^2.13", 2326 "ext-fileinfo": "*", 2327 "jawira/skeleton": "^2.16", 2328 "phpstan/phpstan": "^1.8", 2329 "phpunit/phpunit": "^9.5" 2330 }, 2331 "suggest": { 2332 "pds/skeleton": "Standard PHP package skeleton." 2333 }, 2334 "type": "library", 2335 "autoload": { 2336 "psr-4": { 2337 "Jawira\\PlantUmlClient\\": "src" 2338 } 2339 }, 2340 "notification-url": "https://packagist.org/downloads/", 2341 "license": [ 2342 "MIT" 2343 ], 2344 "authors": [ 2345 { 2346 "name": "Jawira Portugal", 2347 "email": "dev@tugal.be" 2348 } 2349 ], 2350 "description": "Convert PlantUML diagrams into images.", 2351 "keywords": [ 2352 "diagram", 2353 "image", 2354 "plantuml", 2355 "uml" 2356 ], 2357 "support": { 2358 "issues": "https://github.com/jawira/plantuml-client/issues", 2359 "source": "https://github.com/jawira/plantuml-client/tree/v1.0.3" 2360 }, 2361 "time": "2022-11-08T23:48:25+00:00" 2362 }, 2363 { 2364 "name": "jawira/plantuml-encoding", 2365 "version": "v1.1.0", 2366 "source": { 2367 "type": "git", 2368 "url": "https://github.com/jawira/plantuml-encoding.git", 2369 "reference": "cec097dfc062e7e13655d9594eacce5f9df639ad" 2370 }, 2371 "dist": { 2372 "type": "zip", 2373 "url": "https://api.github.com/repos/jawira/plantuml-encoding/zipball/cec097dfc062e7e13655d9594eacce5f9df639ad", 2374 "reference": "cec097dfc062e7e13655d9594eacce5f9df639ad", 2375 "shasum": "" 2376 }, 2377 "require": { 2378 "ext-zlib": "*", 2379 "php": ">=7.0" 2380 }, 2381 "require-dev": { 2382 "jawira/skeleton": "^2.14", 2383 "phpstan/phpstan": "^1.0", 2384 "vimeo/psalm": "^4.0" 2385 }, 2386 "type": "library", 2387 "autoload": { 2388 "files": [ 2389 "src/plantuml_functions.php" 2390 ] 2391 }, 2392 "notification-url": "https://packagist.org/downloads/", 2393 "license": [ 2394 "MIT" 2395 ], 2396 "authors": [ 2397 { 2398 "name": "Jawira Portugal", 2399 "homepage": "https://jawira.com" 2400 } 2401 ], 2402 "description": "PlantUML encoding functions", 2403 "keywords": [ 2404 "encodep", 2405 "encoding", 2406 "functions", 2407 "plantuml", 2408 "uml" 2409 ], 2410 "support": { 2411 "issues": "https://github.com/jawira/plantuml-encoding/issues", 2412 "source": "https://github.com/jawira/plantuml-encoding/tree/v1.1.0" 2413 }, 2414 "time": "2022-05-31T18:58:21+00:00" 2415 }, 2416 { 2417 "name": "justinrainbow/json-schema", 2418 "version": "v5.2.13", 2419 "source": { 2420 "type": "git", 2421 "url": "https://github.com/justinrainbow/json-schema.git", 2422 "reference": "fbbe7e5d79f618997bc3332a6f49246036c45793" 2423 }, 2424 "dist": { 2425 "type": "zip", 2426 "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/fbbe7e5d79f618997bc3332a6f49246036c45793", 2427 "reference": "fbbe7e5d79f618997bc3332a6f49246036c45793", 2428 "shasum": "" 2429 }, 2430 "require": { 2431 "php": ">=5.3.3" 2432 }, 2433 "require-dev": { 2434 "friendsofphp/php-cs-fixer": "~2.2.20||~2.15.1", 2435 "json-schema/json-schema-test-suite": "1.2.0", 2436 "phpunit/phpunit": "^4.8.35" 2437 }, 2438 "bin": [ 2439 "bin/validate-json" 2440 ], 2441 "type": "library", 2442 "extra": { 2443 "branch-alias": { 2444 "dev-master": "5.0.x-dev" 2445 } 2446 }, 2447 "autoload": { 2448 "psr-4": { 2449 "JsonSchema\\": "src/JsonSchema/" 2450 } 2451 }, 2452 "notification-url": "https://packagist.org/downloads/", 2453 "license": [ 2454 "MIT" 2455 ], 2456 "authors": [ 2457 { 2458 "name": "Bruno Prieto Reis", 2459 "email": "bruno.p.reis@gmail.com" 2460 }, 2461 { 2462 "name": "Justin Rainbow", 2463 "email": "justin.rainbow@gmail.com" 2464 }, 2465 { 2466 "name": "Igor Wiedler", 2467 "email": "igor@wiedler.ch" 2468 }, 2469 { 2470 "name": "Robert Schönthal", 2471 "email": "seroscho@googlemail.com" 2472 } 2473 ], 2474 "description": "A library to validate a json schema.", 2475 "homepage": "https://github.com/justinrainbow/json-schema", 2476 "keywords": [ 2477 "json", 2478 "schema" 2479 ], 2480 "support": { 2481 "issues": "https://github.com/justinrainbow/json-schema/issues", 2482 "source": "https://github.com/justinrainbow/json-schema/tree/v5.2.13" 2483 }, 2484 "time": "2023-09-26T02:20:38+00:00" 2485 }, 2486 { 2487 "name": "localheinz/diff", 2488 "version": "1.1.1", 2489 "source": { 2490 "type": "git", 2491 "url": "https://github.com/localheinz/diff.git", 2492 "reference": "851bb20ea8358c86f677f5f111c4ab031b1c764c" 2493 }, 2494 "dist": { 2495 "type": "zip", 2496 "url": "https://api.github.com/repos/localheinz/diff/zipball/851bb20ea8358c86f677f5f111c4ab031b1c764c", 2497 "reference": "851bb20ea8358c86f677f5f111c4ab031b1c764c", 2498 "shasum": "" 2499 }, 2500 "require": { 2501 "php": "^7.1 || ^8.0" 2502 }, 2503 "require-dev": { 2504 "phpunit/phpunit": "^7.5 || ^8.0", 2505 "symfony/process": "^4.2 || ^5" 2506 }, 2507 "type": "library", 2508 "autoload": { 2509 "classmap": [ 2510 "src/" 2511 ] 2512 }, 2513 "notification-url": "https://packagist.org/downloads/", 2514 "license": [ 2515 "BSD-3-Clause" 2516 ], 2517 "authors": [ 2518 { 2519 "name": "Sebastian Bergmann", 2520 "email": "sebastian@phpunit.de" 2521 }, 2522 { 2523 "name": "Kore Nordmann", 2524 "email": "mail@kore-nordmann.de" 2525 } 2526 ], 2527 "description": "Fork of sebastian/diff for use with ergebnis/composer-normalize", 2528 "homepage": "https://github.com/localheinz/diff", 2529 "keywords": [ 2530 "diff", 2531 "udiff", 2532 "unidiff", 2533 "unified diff" 2534 ], 2535 "support": { 2536 "source": "https://github.com/localheinz/diff/tree/main" 2537 }, 2538 "funding": [ 2539 { 2540 "url": "https://github.com/sebastianbergmann", 2541 "type": "github" 2542 } 2543 ], 2544 "time": "2020-07-06T04:49:32+00:00" 2545 }, 2546 { 2547 "name": "mehr-als-nix/parallel", 2548 "version": "v1.0.0", 2549 "source": { 2550 "type": "git", 2551 "url": "https://github.com/MehrAlsNix/Parallel.git", 2552 "reference": "14a71eb1a8f851108bed4a5b32d1c1027976e8f3" 2553 }, 2554 "dist": { 2555 "type": "zip", 2556 "url": "https://api.github.com/repos/MehrAlsNix/Parallel/zipball/14a71eb1a8f851108bed4a5b32d1c1027976e8f3", 2557 "reference": "14a71eb1a8f851108bed4a5b32d1c1027976e8f3", 2558 "shasum": "" 2559 }, 2560 "require-dev": { 2561 "phpunit/phpunit": "^6.5" 2562 }, 2563 "type": "library", 2564 "autoload": { 2565 "psr-4": { 2566 "MehrAlsNix\\Parallel\\": "src" 2567 } 2568 }, 2569 "notification-url": "https://packagist.org/downloads/", 2570 "license": [ 2571 "MIT" 2572 ], 2573 "authors": [ 2574 { 2575 "name": "siad007", 2576 "email": "siad.ardroumli@gmail.com" 2577 } 2578 ], 2579 "description": "This package is a port of PhpDumentor/Parallel", 2580 "support": { 2581 "source": "https://github.com/MehrAlsNix/Parallel/tree/master" 2582 }, 2583 "time": "2017-12-10T12:33:51+00:00" 2584 }, 2585 { 2586 "name": "mikey179/vfsstream", 2587 "version": "dev-master", 2588 "source": { 2589 "type": "git", 2590 "url": "https://github.com/bovigo/vfsStream.git", 2591 "reference": "dd9277d9d27b5406f903e6b06df99825c32ea3b2" 2592 }, 2593 "dist": { 2594 "type": "zip", 2595 "url": "https://api.github.com/repos/bovigo/vfsStream/zipball/dd9277d9d27b5406f903e6b06df99825c32ea3b2", 2596 "reference": "dd9277d9d27b5406f903e6b06df99825c32ea3b2", 2597 "shasum": "" 2598 }, 2599 "require": { 2600 "php": "^7.2|^8.0" 2601 }, 2602 "require-dev": { 2603 "bovigo/assert": "^6.2", 2604 "bovigo/callmap": "^6.2.1", 2605 "dealerdirect/phpcodesniffer-composer-installer": "^0.7.1", 2606 "doctrine/coding-standard": "^8.2.1", 2607 "phpstan/phpstan": "^0.12.94", 2608 "phpstan/phpstan-deprecation-rules": "^0.12.6", 2609 "phpstan/phpstan-phpunit": "^0.12.21", 2610 "phpunit/phpunit": "^9.5.8", 2611 "squizlabs/php_codesniffer": "^3.6.0" 2612 }, 2613 "default-branch": true, 2614 "type": "library", 2615 "extra": { 2616 "branch-alias": { 2617 "dev-master": "2.0.x-dev" 2618 } 2619 }, 2620 "autoload": { 2621 "psr-4": { 2622 "bovigo\\vfs\\": "src", 2623 "org\\bovigo\\vfs\\": "org/bovigo/vfs" 2624 } 2625 }, 2626 "notification-url": "https://packagist.org/downloads/", 2627 "license": [ 2628 "BSD-3-Clause" 2629 ], 2630 "authors": [ 2631 { 2632 "name": "Frank Kleine", 2633 "homepage": "http://frankkleine.de/", 2634 "role": "Developer" 2635 } 2636 ], 2637 "description": "Virtual file system to mock the real file system in unit tests.", 2638 "homepage": "http://vfs.bovigo.org/", 2639 "support": { 2640 "issues": "https://github.com/bovigo/vfsStream/issues", 2641 "source": "https://github.com/bovigo/vfsStream/tree/master", 2642 "wiki": "https://github.com/bovigo/vfsStream/wiki" 2643 }, 2644 "time": "2022-07-26T07:37:46+00:00" 2645 }, 2646 { 2647 "name": "monolog/monolog", 2648 "version": "2.9.2", 2649 "source": { 2650 "type": "git", 2651 "url": "https://github.com/Seldaek/monolog.git", 2652 "reference": "437cb3628f4cf6042cc10ae97fc2b8472e48ca1f" 2653 }, 2654 "dist": { 2655 "type": "zip", 2656 "url": "https://api.github.com/repos/Seldaek/monolog/zipball/437cb3628f4cf6042cc10ae97fc2b8472e48ca1f", 2657 "reference": "437cb3628f4cf6042cc10ae97fc2b8472e48ca1f", 2658 "shasum": "" 2659 }, 2660 "require": { 2661 "php": ">=7.2", 2662 "psr/log": "^1.0.1 || ^2.0 || ^3.0" 2663 }, 2664 "provide": { 2665 "psr/log-implementation": "1.0.0 || 2.0.0 || 3.0.0" 2666 }, 2667 "require-dev": { 2668 "aws/aws-sdk-php": "^2.4.9 || ^3.0", 2669 "doctrine/couchdb": "~1.0@dev", 2670 "elasticsearch/elasticsearch": "^7 || ^8", 2671 "ext-json": "*", 2672 "graylog2/gelf-php": "^1.4.2 || ^2@dev", 2673 "guzzlehttp/guzzle": "^7.4", 2674 "guzzlehttp/psr7": "^2.2", 2675 "mongodb/mongodb": "^1.8", 2676 "php-amqplib/php-amqplib": "~2.4 || ^3", 2677 "phpspec/prophecy": "^1.15", 2678 "phpstan/phpstan": "^0.12.91", 2679 "phpunit/phpunit": "^8.5.14", 2680 "predis/predis": "^1.1 || ^2.0", 2681 "rollbar/rollbar": "^1.3 || ^2 || ^3", 2682 "ruflin/elastica": "^7", 2683 "swiftmailer/swiftmailer": "^5.3|^6.0", 2684 "symfony/mailer": "^5.4 || ^6", 2685 "symfony/mime": "^5.4 || ^6" 2686 }, 2687 "suggest": { 2688 "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB", 2689 "doctrine/couchdb": "Allow sending log messages to a CouchDB server", 2690 "elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client", 2691 "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)", 2692 "ext-curl": "Required to send log messages using the IFTTTHandler, the LogglyHandler, the SendGridHandler, the SlackWebhookHandler or the TelegramBotHandler", 2693 "ext-mbstring": "Allow to work properly with unicode symbols", 2694 "ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)", 2695 "ext-openssl": "Required to send log messages using SSL", 2696 "ext-sockets": "Allow sending log messages to a Syslog server (via UDP driver)", 2697 "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server", 2698 "mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)", 2699 "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib", 2700 "rollbar/rollbar": "Allow sending log messages to Rollbar", 2701 "ruflin/elastica": "Allow sending log messages to an Elastic Search server" 2702 }, 2703 "type": "library", 2704 "extra": { 2705 "branch-alias": { 2706 "dev-main": "2.x-dev" 2707 } 2708 }, 2709 "autoload": { 2710 "psr-4": { 2711 "Monolog\\": "src/Monolog" 2712 } 2713 }, 2714 "notification-url": "https://packagist.org/downloads/", 2715 "license": [ 2716 "MIT" 2717 ], 2718 "authors": [ 2719 { 2720 "name": "Jordi Boggiano", 2721 "email": "j.boggiano@seld.be", 2722 "homepage": "https://seld.be" 2723 } 2724 ], 2725 "description": "Sends your logs to files, sockets, inboxes, databases and various web services", 2726 "homepage": "https://github.com/Seldaek/monolog", 2727 "keywords": [ 2728 "log", 2729 "logging", 2730 "psr-3" 2731 ], 2732 "support": { 2733 "issues": "https://github.com/Seldaek/monolog/issues", 2734 "source": "https://github.com/Seldaek/monolog/tree/2.9.2" 2735 }, 2736 "funding": [ 2737 { 2738 "url": "https://github.com/Seldaek", 2739 "type": "github" 2740 }, 2741 { 2742 "url": "https://tidelift.com/funding/github/packagist/monolog/monolog", 2743 "type": "tidelift" 2744 } 2745 ], 2746 "time": "2023-10-27T15:25:26+00:00" 2747 }, 2748 { 2749 "name": "mtdowling/jmespath.php", 2750 "version": "2.7.0", 2751 "source": { 2752 "type": "git", 2753 "url": "https://github.com/jmespath/jmespath.php.git", 2754 "reference": "bbb69a935c2cbb0c03d7f481a238027430f6440b" 2755 }, 2756 "dist": { 2757 "type": "zip", 2758 "url": "https://api.github.com/repos/jmespath/jmespath.php/zipball/bbb69a935c2cbb0c03d7f481a238027430f6440b", 2759 "reference": "bbb69a935c2cbb0c03d7f481a238027430f6440b", 2760 "shasum": "" 2761 }, 2762 "require": { 2763 "php": "^7.2.5 || ^8.0", 2764 "symfony/polyfill-mbstring": "^1.17" 2765 }, 2766 "require-dev": { 2767 "composer/xdebug-handler": "^3.0.3", 2768 "phpunit/phpunit": "^8.5.33" 2769 }, 2770 "bin": [ 2771 "bin/jp.php" 2772 ], 2773 "type": "library", 2774 "extra": { 2775 "branch-alias": { 2776 "dev-master": "2.7-dev" 2777 } 2778 }, 2779 "autoload": { 2780 "files": [ 2781 "src/JmesPath.php" 2782 ], 2783 "psr-4": { 2784 "JmesPath\\": "src/" 2785 } 2786 }, 2787 "notification-url": "https://packagist.org/downloads/", 2788 "license": [ 2789 "MIT" 2790 ], 2791 "authors": [ 2792 { 2793 "name": "Graham Campbell", 2794 "email": "hello@gjcampbell.co.uk", 2795 "homepage": "https://github.com/GrahamCampbell" 2796 }, 2797 { 2798 "name": "Michael Dowling", 2799 "email": "mtdowling@gmail.com", 2800 "homepage": "https://github.com/mtdowling" 2801 } 2802 ], 2803 "description": "Declaratively specify how to extract elements from a JSON document", 2804 "keywords": [ 2805 "json", 2806 "jsonpath" 2807 ], 2808 "support": { 2809 "issues": "https://github.com/jmespath/jmespath.php/issues", 2810 "source": "https://github.com/jmespath/jmespath.php/tree/2.7.0" 2811 }, 2812 "time": "2023-08-25T10:54:48+00:00" 2813 }, 2814 { 2815 "name": "myclabs/deep-copy", 2816 "version": "1.11.1", 2817 "source": { 2818 "type": "git", 2819 "url": "https://github.com/myclabs/DeepCopy.git", 2820 "reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c" 2821 }, 2822 "dist": { 2823 "type": "zip", 2824 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/7284c22080590fb39f2ffa3e9057f10a4ddd0e0c", 2825 "reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c", 2826 "shasum": "" 2827 }, 2828 "require": { 2829 "php": "^7.1 || ^8.0" 2830 }, 2831 "conflict": { 2832 "doctrine/collections": "<1.6.8", 2833 "doctrine/common": "<2.13.3 || >=3,<3.2.2" 2834 }, 2835 "require-dev": { 2836 "doctrine/collections": "^1.6.8", 2837 "doctrine/common": "^2.13.3 || ^3.2.2", 2838 "phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13" 2839 }, 2840 "type": "library", 2841 "autoload": { 2842 "files": [ 2843 "src/DeepCopy/deep_copy.php" 2844 ], 2845 "psr-4": { 2846 "DeepCopy\\": "src/DeepCopy/" 2847 } 2848 }, 2849 "notification-url": "https://packagist.org/downloads/", 2850 "license": [ 2851 "MIT" 2852 ], 2853 "description": "Create deep copies (clones) of your objects", 2854 "keywords": [ 2855 "clone", 2856 "copy", 2857 "duplicate", 2858 "object", 2859 "object graph" 2860 ], 2861 "support": { 2862 "issues": "https://github.com/myclabs/DeepCopy/issues", 2863 "source": "https://github.com/myclabs/DeepCopy/tree/1.11.1" 2864 }, 2865 "funding": [ 2866 { 2867 "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy", 2868 "type": "tidelift" 2869 } 2870 ], 2871 "time": "2023-03-08T13:26:56+00:00" 2872 }, 2873 { 2874 "name": "nikic/php-parser", 2875 "version": "v5.0.0", 2876 "source": { 2877 "type": "git", 2878 "url": "https://github.com/nikic/PHP-Parser.git", 2879 "reference": "4a21235f7e56e713259a6f76bf4b5ea08502b9dc" 2880 }, 2881 "dist": { 2882 "type": "zip", 2883 "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/4a21235f7e56e713259a6f76bf4b5ea08502b9dc", 2884 "reference": "4a21235f7e56e713259a6f76bf4b5ea08502b9dc", 2885 "shasum": "" 2886 }, 2887 "require": { 2888 "ext-ctype": "*", 2889 "ext-json": "*", 2890 "ext-tokenizer": "*", 2891 "php": ">=7.4" 2892 }, 2893 "require-dev": { 2894 "ircmaxell/php-yacc": "^0.0.7", 2895 "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0" 2896 }, 2897 "bin": [ 2898 "bin/php-parse" 2899 ], 2900 "type": "library", 2901 "extra": { 2902 "branch-alias": { 2903 "dev-master": "5.0-dev" 2904 } 2905 }, 2906 "autoload": { 2907 "psr-4": { 2908 "PhpParser\\": "lib/PhpParser" 2909 } 2910 }, 2911 "notification-url": "https://packagist.org/downloads/", 2912 "license": [ 2913 "BSD-3-Clause" 2914 ], 2915 "authors": [ 2916 { 2917 "name": "Nikita Popov" 2918 } 2919 ], 2920 "description": "A PHP parser written in PHP", 2921 "keywords": [ 2922 "parser", 2923 "php" 2924 ], 2925 "support": { 2926 "issues": "https://github.com/nikic/PHP-Parser/issues", 2927 "source": "https://github.com/nikic/PHP-Parser/tree/v5.0.0" 2928 }, 2929 "time": "2024-01-07T17:17:35+00:00" 2930 }, 2931 { 2932 "name": "pdepend/pdepend", 2933 "version": "2.16.2", 2934 "source": { 2935 "type": "git", 2936 "url": "https://github.com/pdepend/pdepend.git", 2937 "reference": "f942b208dc2a0868454d01b29f0c75bbcfc6ed58" 2938 }, 2939 "dist": { 2940 "type": "zip", 2941 "url": "https://api.github.com/repos/pdepend/pdepend/zipball/f942b208dc2a0868454d01b29f0c75bbcfc6ed58", 2942 "reference": "f942b208dc2a0868454d01b29f0c75bbcfc6ed58", 2943 "shasum": "" 2944 }, 2945 "require": { 2946 "php": ">=5.3.7", 2947 "symfony/config": "^2.3.0|^3|^4|^5|^6.0|^7.0", 2948 "symfony/dependency-injection": "^2.3.0|^3|^4|^5|^6.0|^7.0", 2949 "symfony/filesystem": "^2.3.0|^3|^4|^5|^6.0|^7.0", 2950 "symfony/polyfill-mbstring": "^1.19" 2951 }, 2952 "require-dev": { 2953 "easy-doc/easy-doc": "0.0.0|^1.2.3", 2954 "gregwar/rst": "^1.0", 2955 "squizlabs/php_codesniffer": "^2.0.0" 2956 }, 2957 "bin": [ 2958 "src/bin/pdepend" 2959 ], 2960 "type": "library", 2961 "extra": { 2962 "branch-alias": { 2963 "dev-master": "2.x-dev" 2964 } 2965 }, 2966 "autoload": { 2967 "psr-4": { 2968 "PDepend\\": "src/main/php/PDepend" 2969 } 2970 }, 2971 "notification-url": "https://packagist.org/downloads/", 2972 "license": [ 2973 "BSD-3-Clause" 2974 ], 2975 "description": "Official version of pdepend to be handled with Composer", 2976 "keywords": [ 2977 "PHP Depend", 2978 "PHP_Depend", 2979 "dev", 2980 "pdepend" 2981 ], 2982 "support": { 2983 "issues": "https://github.com/pdepend/pdepend/issues", 2984 "source": "https://github.com/pdepend/pdepend/tree/2.16.2" 2985 }, 2986 "funding": [ 2987 { 2988 "url": "https://tidelift.com/funding/github/packagist/pdepend/pdepend", 2989 "type": "tidelift" 2990 } 2991 ], 2992 "time": "2023-12-17T18:09:59+00:00" 2993 }, 2994 { 2995 "name": "pear/archive_tar", 2996 "version": "1.4.14", 2997 "source": { 2998 "type": "git", 2999 "url": "https://github.com/pear/Archive_Tar.git", 3000 "reference": "4d761c5334c790e45ef3245f0864b8955c562caa" 3001 }, 3002 "dist": { 3003 "type": "zip", 3004 "url": "https://api.github.com/repos/pear/Archive_Tar/zipball/4d761c5334c790e45ef3245f0864b8955c562caa", 3005 "reference": "4d761c5334c790e45ef3245f0864b8955c562caa", 3006 "shasum": "" 3007 }, 3008 "require": { 3009 "pear/pear-core-minimal": "^1.10.0alpha2", 3010 "php": ">=5.2.0" 3011 }, 3012 "require-dev": { 3013 "phpunit/phpunit": "*" 3014 }, 3015 "suggest": { 3016 "ext-bz2": "Bz2 compression support.", 3017 "ext-xz": "Lzma2 compression support.", 3018 "ext-zlib": "Gzip compression support." 3019 }, 3020 "type": "library", 3021 "extra": { 3022 "branch-alias": { 3023 "dev-master": "1.4.x-dev" 3024 } 3025 }, 3026 "autoload": { 3027 "psr-0": { 3028 "Archive_Tar": "" 3029 } 3030 }, 3031 "notification-url": "https://packagist.org/downloads/", 3032 "include-path": [ 3033 "./" 3034 ], 3035 "license": [ 3036 "BSD-3-Clause" 3037 ], 3038 "authors": [ 3039 { 3040 "name": "Vincent Blavet", 3041 "email": "vincent@phpconcept.net" 3042 }, 3043 { 3044 "name": "Greg Beaver", 3045 "email": "greg@chiaraquartet.net" 3046 }, 3047 { 3048 "name": "Michiel Rook", 3049 "email": "mrook@php.net" 3050 } 3051 ], 3052 "description": "Tar file management class with compression support (gzip, bzip2, lzma2)", 3053 "homepage": "https://github.com/pear/Archive_Tar", 3054 "keywords": [ 3055 "archive", 3056 "tar" 3057 ], 3058 "support": { 3059 "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Archive_Tar", 3060 "source": "https://github.com/pear/Archive_Tar" 3061 }, 3062 "funding": [ 3063 { 3064 "url": "https://github.com/mrook", 3065 "type": "github" 3066 }, 3067 { 3068 "url": "https://www.patreon.com/michielrook", 3069 "type": "patreon" 3070 } 3071 ], 3072 "time": "2021-07-20T13:53:39+00:00" 3073 }, 3074 { 3075 "name": "pear/console_getopt", 3076 "version": "v1.4.3", 3077 "source": { 3078 "type": "git", 3079 "url": "https://github.com/pear/Console_Getopt.git", 3080 "reference": "a41f8d3e668987609178c7c4a9fe48fecac53fa0" 3081 }, 3082 "dist": { 3083 "type": "zip", 3084 "url": "https://api.github.com/repos/pear/Console_Getopt/zipball/a41f8d3e668987609178c7c4a9fe48fecac53fa0", 3085 "reference": "a41f8d3e668987609178c7c4a9fe48fecac53fa0", 3086 "shasum": "" 3087 }, 3088 "type": "library", 3089 "autoload": { 3090 "psr-0": { 3091 "Console": "./" 3092 } 3093 }, 3094 "notification-url": "https://packagist.org/downloads/", 3095 "include-path": [ 3096 "./" 3097 ], 3098 "license": [ 3099 "BSD-2-Clause" 3100 ], 3101 "authors": [ 3102 { 3103 "name": "Andrei Zmievski", 3104 "email": "andrei@php.net", 3105 "role": "Lead" 3106 }, 3107 { 3108 "name": "Stig Bakken", 3109 "email": "stig@php.net", 3110 "role": "Developer" 3111 }, 3112 { 3113 "name": "Greg Beaver", 3114 "email": "cellog@php.net", 3115 "role": "Helper" 3116 } 3117 ], 3118 "description": "More info available on: http://pear.php.net/package/Console_Getopt", 3119 "support": { 3120 "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Console_Getopt", 3121 "source": "https://github.com/pear/Console_Getopt" 3122 }, 3123 "time": "2019-11-20T18:27:48+00:00" 3124 }, 3125 { 3126 "name": "pear/mail", 3127 "version": "v1.6.0", 3128 "source": { 3129 "type": "git", 3130 "url": "https://github.com/pear/Mail.git", 3131 "reference": "4fda3292ac6bf226d8841cfd8ee3cf4e28395c01" 3132 }, 3133 "dist": { 3134 "type": "zip", 3135 "url": "https://api.github.com/repos/pear/Mail/zipball/4fda3292ac6bf226d8841cfd8ee3cf4e28395c01", 3136 "reference": "4fda3292ac6bf226d8841cfd8ee3cf4e28395c01", 3137 "shasum": "" 3138 }, 3139 "require": { 3140 "pear/pear-core-minimal": "~1.9", 3141 "php": ">=5.2.1" 3142 }, 3143 "require-dev": { 3144 "pear/pear": "*" 3145 }, 3146 "suggest": { 3147 "pear/net_smtp": "Install optionally via your project's composer.json" 3148 }, 3149 "type": "library", 3150 "autoload": { 3151 "psr-0": { 3152 "Mail": "./" 3153 } 3154 }, 3155 "notification-url": "https://packagist.org/downloads/", 3156 "include-path": [ 3157 "./" 3158 ], 3159 "license": [ 3160 "BSD-3-Clause" 3161 ], 3162 "authors": [ 3163 { 3164 "name": "Chuck Hagenbuch", 3165 "email": "chuck@horde.org", 3166 "role": "Lead" 3167 }, 3168 { 3169 "name": "Armin Graefe", 3170 "email": "schengawegga@gmail.com", 3171 "role": "Lead" 3172 }, 3173 { 3174 "name": "Richard Heyes", 3175 "email": "richard@phpguru.org", 3176 "role": "Developer" 3177 }, 3178 { 3179 "name": "Aleksander Machniak", 3180 "email": "alec@alec.pl", 3181 "role": "Developer" 3182 } 3183 ], 3184 "description": "Class that provides multiple interfaces for sending emails.", 3185 "homepage": "http://pear.php.net/package/Mail", 3186 "support": { 3187 "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Mail", 3188 "source": "https://github.com/pear/Mail" 3189 }, 3190 "time": "2023-11-01T21:31:59+00:00" 3191 }, 3192 { 3193 "name": "pear/mail_mime", 3194 "version": "1.10.11", 3195 "source": { 3196 "type": "git", 3197 "url": "https://github.com/pear/Mail_Mime.git", 3198 "reference": "d4fb9ce61201593d0f8c6db629c45e29c3409c14" 3199 }, 3200 "dist": { 3201 "type": "zip", 3202 "url": "https://api.github.com/repos/pear/Mail_Mime/zipball/d4fb9ce61201593d0f8c6db629c45e29c3409c14", 3203 "reference": "d4fb9ce61201593d0f8c6db629c45e29c3409c14", 3204 "shasum": "" 3205 }, 3206 "require": { 3207 "pear/pear-core-minimal": "*", 3208 "php": ">=5.2.0" 3209 }, 3210 "type": "library", 3211 "autoload": { 3212 "psr-0": { 3213 "Mail": "./" 3214 } 3215 }, 3216 "notification-url": "https://packagist.org/downloads/", 3217 "include-path": [ 3218 "./" 3219 ], 3220 "license": [ 3221 "BSD-3-Clause" 3222 ], 3223 "authors": [ 3224 { 3225 "name": "Cipriano Groenendal", 3226 "email": "cipri@php.net", 3227 "role": "Lead" 3228 }, 3229 { 3230 "name": "Aleksander Machniak", 3231 "email": "alec@php.net", 3232 "role": "Lead" 3233 } 3234 ], 3235 "description": "Mail_Mime provides classes to create MIME messages", 3236 "homepage": "http://pear.php.net/package/Mail_Mime", 3237 "support": { 3238 "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Mail_Mime", 3239 "source": "https://github.com/pear/Mail_Mime" 3240 }, 3241 "time": "2021-09-05T08:42:45+00:00" 3242 }, 3243 { 3244 "name": "pear/net_ftp", 3245 "version": "dev-master", 3246 "source": { 3247 "type": "git", 3248 "url": "https://github.com/pear/Net_FTP.git", 3249 "reference": "b5bd376359df4b9ef9c3140a21d2d2e790c9bdb7" 3250 }, 3251 "dist": { 3252 "type": "zip", 3253 "url": "https://api.github.com/repos/pear/Net_FTP/zipball/b5bd376359df4b9ef9c3140a21d2d2e790c9bdb7", 3254 "reference": "b5bd376359df4b9ef9c3140a21d2d2e790c9bdb7", 3255 "shasum": "" 3256 }, 3257 "require": { 3258 "pear/pear_exception": "*" 3259 }, 3260 "require-dev": { 3261 "phpunit/phpunit": "*" 3262 }, 3263 "default-branch": true, 3264 "type": "library", 3265 "autoload": { 3266 "psr-0": { 3267 "Net": "./" 3268 } 3269 }, 3270 "notification-url": "https://packagist.org/downloads/", 3271 "include-path": [ 3272 "./" 3273 ], 3274 "license": [ 3275 "PHP License" 3276 ], 3277 "authors": [ 3278 { 3279 "name": "Jorrit Schippers", 3280 "email": "jschippers@php.net", 3281 "role": "Lead" 3282 }, 3283 { 3284 "name": "Tobias Schlitt", 3285 "email": "toby@php.net", 3286 "role": "Lead" 3287 } 3288 ], 3289 "description": "More info available on: http://pear.php.net/package/Net_FTP", 3290 "support": { 3291 "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Net_FTP", 3292 "source": "https://github.com/pear/Net_FTP" 3293 }, 3294 "time": "2023-10-18T12:09:44+00:00" 3295 }, 3296 { 3297 "name": "pear/net_growl", 3298 "version": "dev-master", 3299 "source": { 3300 "type": "git", 3301 "url": "https://github.com/pear/Net_Growl.git", 3302 "reference": "9e828a6dde4f85337358209bd98bd260a558e4a9" 3303 }, 3304 "dist": { 3305 "type": "zip", 3306 "url": "https://api.github.com/repos/pear/Net_Growl/zipball/9e828a6dde4f85337358209bd98bd260a558e4a9", 3307 "reference": "9e828a6dde4f85337358209bd98bd260a558e4a9", 3308 "shasum": "" 3309 }, 3310 "require": { 3311 "pear/pear_exception": "*", 3312 "php": ">=5.6" 3313 }, 3314 "require-dev": { 3315 "phpunit/phpunit": "<6.0" 3316 }, 3317 "default-branch": true, 3318 "type": "library", 3319 "autoload": { 3320 "psr-0": { 3321 "Net": "./" 3322 } 3323 }, 3324 "notification-url": "https://packagist.org/downloads/", 3325 "include-path": [ 3326 "./" 3327 ], 3328 "license": [ 3329 "BSD License" 3330 ], 3331 "authors": [ 3332 { 3333 "name": "Laurent Laville", 3334 "email": "pear@laurent-laville.org", 3335 "role": "Lead" 3336 }, 3337 { 3338 "name": "Bertrand Mansion", 3339 "email": "bmansion@mamasam.com", 3340 "role": "Lead" 3341 }, 3342 { 3343 "name": "Brian Dunnington", 3344 "role": "Helper" 3345 } 3346 ], 3347 "description": "More info available on: http://pear.php.net/package/Net_Growl", 3348 "support": { 3349 "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Net_Growl", 3350 "source": "https://github.com/pear/Net_Growl" 3351 }, 3352 "time": "2019-03-05T14:25:46+00:00" 3353 }, 3354 { 3355 "name": "pear/pear-core-minimal", 3356 "version": "v1.10.14", 3357 "source": { 3358 "type": "git", 3359 "url": "https://github.com/pear/pear-core-minimal.git", 3360 "reference": "a86fc145edb5caedbf96527214ce3cadc9de4a32" 3361 }, 3362 "dist": { 3363 "type": "zip", 3364 "url": "https://api.github.com/repos/pear/pear-core-minimal/zipball/a86fc145edb5caedbf96527214ce3cadc9de4a32", 3365 "reference": "a86fc145edb5caedbf96527214ce3cadc9de4a32", 3366 "shasum": "" 3367 }, 3368 "require": { 3369 "pear/console_getopt": "~1.4", 3370 "pear/pear_exception": "~1.0", 3371 "php": ">=5.4" 3372 }, 3373 "replace": { 3374 "rsky/pear-core-min": "self.version" 3375 }, 3376 "type": "library", 3377 "autoload": { 3378 "psr-0": { 3379 "": "src/" 3380 } 3381 }, 3382 "notification-url": "https://packagist.org/downloads/", 3383 "include-path": [ 3384 "src/" 3385 ], 3386 "license": [ 3387 "BSD-3-Clause" 3388 ], 3389 "authors": [ 3390 { 3391 "name": "Christian Weiske", 3392 "email": "cweiske@php.net", 3393 "role": "Lead" 3394 } 3395 ], 3396 "description": "Minimal set of PEAR core files to be used as composer dependency", 3397 "support": { 3398 "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=PEAR", 3399 "source": "https://github.com/pear/pear-core-minimal" 3400 }, 3401 "time": "2023-11-26T16:15:38+00:00" 3402 }, 3403 { 3404 "name": "pear/pear_exception", 3405 "version": "v1.0.2", 3406 "source": { 3407 "type": "git", 3408 "url": "https://github.com/pear/PEAR_Exception.git", 3409 "reference": "b14fbe2ddb0b9f94f5b24cf08783d599f776fff0" 3410 }, 3411 "dist": { 3412 "type": "zip", 3413 "url": "https://api.github.com/repos/pear/PEAR_Exception/zipball/b14fbe2ddb0b9f94f5b24cf08783d599f776fff0", 3414 "reference": "b14fbe2ddb0b9f94f5b24cf08783d599f776fff0", 3415 "shasum": "" 3416 }, 3417 "require": { 3418 "php": ">=5.2.0" 3419 }, 3420 "require-dev": { 3421 "phpunit/phpunit": "<9" 3422 }, 3423 "type": "class", 3424 "extra": { 3425 "branch-alias": { 3426 "dev-master": "1.0.x-dev" 3427 } 3428 }, 3429 "autoload": { 3430 "classmap": [ 3431 "PEAR/" 3432 ] 3433 }, 3434 "notification-url": "https://packagist.org/downloads/", 3435 "include-path": [ 3436 "." 3437 ], 3438 "license": [ 3439 "BSD-2-Clause" 3440 ], 3441 "authors": [ 3442 { 3443 "name": "Helgi Thormar", 3444 "email": "dufuz@php.net" 3445 }, 3446 { 3447 "name": "Greg Beaver", 3448 "email": "cellog@php.net" 3449 } 3450 ], 3451 "description": "The PEAR Exception base class.", 3452 "homepage": "https://github.com/pear/PEAR_Exception", 3453 "keywords": [ 3454 "exception" 3455 ], 3456 "support": { 3457 "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=PEAR_Exception", 3458 "source": "https://github.com/pear/PEAR_Exception" 3459 }, 3460 "time": "2021-03-21T15:43:46+00:00" 3461 }, 3462 { 3463 "name": "pear/versioncontrol_git", 3464 "version": "dev-master", 3465 "source": { 3466 "type": "git", 3467 "url": "https://github.com/pear/VersionControl_Git.git", 3468 "reference": "c32d75d237974297f052ceb781dfc2eb817f7b59" 3469 }, 3470 "dist": { 3471 "type": "zip", 3472 "url": "https://api.github.com/repos/pear/VersionControl_Git/zipball/c32d75d237974297f052ceb781dfc2eb817f7b59", 3473 "reference": "c32d75d237974297f052ceb781dfc2eb817f7b59", 3474 "shasum": "" 3475 }, 3476 "require": { 3477 "pear/pear-core-minimal": "^1.9", 3478 "pear/pear_exception": "~1.0.0", 3479 "php": "^7.3 || ^7.4 || ^8.0" 3480 }, 3481 "require-dev": { 3482 "phpunit/phpunit": "^9.5" 3483 }, 3484 "default-branch": true, 3485 "type": "library", 3486 "autoload": { 3487 "psr-0": { 3488 "VersionControl": "./" 3489 } 3490 }, 3491 "notification-url": "https://packagist.org/downloads/", 3492 "include-path": [ 3493 "./" 3494 ], 3495 "license": [ 3496 "Apache-2.0" 3497 ], 3498 "authors": [ 3499 { 3500 "name": "Kousuke Ebihara", 3501 "email": "ebihara@php.net", 3502 "role": "Lead" 3503 } 3504 ], 3505 "description": "VersionControl_Git is a library that provides OO interface to handle Git repository.", 3506 "support": { 3507 "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=VersionControl_Git", 3508 "source": "https://github.com/pear/VersionControl_Git" 3509 }, 3510 "time": "2023-03-22T19:55:38+00:00" 3511 }, 3512 { 3513 "name": "pear/versioncontrol_svn", 3514 "version": "0.7.0", 3515 "source": { 3516 "type": "git", 3517 "url": "https://github.com/pear/VersionControl_SVN.git", 3518 "reference": "226ec8cb136a88f5093f650193d9c1d2230d2938" 3519 }, 3520 "dist": { 3521 "type": "zip", 3522 "url": "https://api.github.com/repos/pear/VersionControl_SVN/zipball/226ec8cb136a88f5093f650193d9c1d2230d2938", 3523 "reference": "226ec8cb136a88f5093f650193d9c1d2230d2938", 3524 "shasum": "" 3525 }, 3526 "require": { 3527 "pear/pear-core-minimal": "^1.10", 3528 "pear/pear_exception": "*@dev", 3529 "php": ">=5.3.0" 3530 }, 3531 "require-dev": { 3532 "phpunit/phpunit": "*" 3533 }, 3534 "type": "library", 3535 "autoload": { 3536 "psr-0": { 3537 "VersionControl_": "./" 3538 } 3539 }, 3540 "notification-url": "https://packagist.org/downloads/", 3541 "include-path": [ 3542 "./" 3543 ], 3544 "license": [ 3545 "BSD-3-Clause" 3546 ], 3547 "authors": [ 3548 { 3549 "name": "Clay Loveless", 3550 "email": "clay@loveless.net", 3551 "role": "Lead" 3552 }, 3553 { 3554 "name": "Michiel Rook", 3555 "email": "mrook@php.net", 3556 "role": "Lead" 3557 } 3558 ], 3559 "description": "More info available on: http://pear.php.net/package/VersionControl_SVN", 3560 "support": { 3561 "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=VersionControl_SVN", 3562 "source": "https://github.com/pear/VersionControl_SVN" 3563 }, 3564 "funding": [ 3565 { 3566 "url": "https://github.com/mrook", 3567 "type": "github" 3568 }, 3569 { 3570 "url": "https://www.patreon.com/michielrook", 3571 "type": "patreon" 3572 } 3573 ], 3574 "time": "2021-06-01T12:01:18+00:00" 3575 }, 3576 { 3577 "name": "phar-io/manifest", 3578 "version": "2.0.3", 3579 "source": { 3580 "type": "git", 3581 "url": "https://github.com/phar-io/manifest.git", 3582 "reference": "97803eca37d319dfa7826cc2437fc020857acb53" 3583 }, 3584 "dist": { 3585 "type": "zip", 3586 "url": "https://api.github.com/repos/phar-io/manifest/zipball/97803eca37d319dfa7826cc2437fc020857acb53", 3587 "reference": "97803eca37d319dfa7826cc2437fc020857acb53", 3588 "shasum": "" 3589 }, 3590 "require": { 3591 "ext-dom": "*", 3592 "ext-phar": "*", 3593 "ext-xmlwriter": "*", 3594 "phar-io/version": "^3.0.1", 3595 "php": "^7.2 || ^8.0" 3596 }, 3597 "type": "library", 3598 "extra": { 3599 "branch-alias": { 3600 "dev-master": "2.0.x-dev" 3601 } 3602 }, 3603 "autoload": { 3604 "classmap": [ 3605 "src/" 3606 ] 3607 }, 3608 "notification-url": "https://packagist.org/downloads/", 3609 "license": [ 3610 "BSD-3-Clause" 3611 ], 3612 "authors": [ 3613 { 3614 "name": "Arne Blankerts", 3615 "email": "arne@blankerts.de", 3616 "role": "Developer" 3617 }, 3618 { 3619 "name": "Sebastian Heuer", 3620 "email": "sebastian@phpeople.de", 3621 "role": "Developer" 3622 }, 3623 { 3624 "name": "Sebastian Bergmann", 3625 "email": "sebastian@phpunit.de", 3626 "role": "Developer" 3627 } 3628 ], 3629 "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)", 3630 "support": { 3631 "issues": "https://github.com/phar-io/manifest/issues", 3632 "source": "https://github.com/phar-io/manifest/tree/2.0.3" 3633 }, 3634 "time": "2021-07-20T11:28:43+00:00" 3635 }, 3636 { 3637 "name": "phar-io/version", 3638 "version": "3.2.1", 3639 "source": { 3640 "type": "git", 3641 "url": "https://github.com/phar-io/version.git", 3642 "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74" 3643 }, 3644 "dist": { 3645 "type": "zip", 3646 "url": "https://api.github.com/repos/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbed74", 3647 "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74", 3648 "shasum": "" 3649 }, 3650 "require": { 3651 "php": "^7.2 || ^8.0" 3652 }, 3653 "type": "library", 3654 "autoload": { 3655 "classmap": [ 3656 "src/" 3657 ] 3658 }, 3659 "notification-url": "https://packagist.org/downloads/", 3660 "license": [ 3661 "BSD-3-Clause" 3662 ], 3663 "authors": [ 3664 { 3665 "name": "Arne Blankerts", 3666 "email": "arne@blankerts.de", 3667 "role": "Developer" 3668 }, 3669 { 3670 "name": "Sebastian Heuer", 3671 "email": "sebastian@phpeople.de", 3672 "role": "Developer" 3673 }, 3674 { 3675 "name": "Sebastian Bergmann", 3676 "email": "sebastian@phpunit.de", 3677 "role": "Developer" 3678 } 3679 ], 3680 "description": "Library for handling version information and constraints", 3681 "support": { 3682 "issues": "https://github.com/phar-io/version/issues", 3683 "source": "https://github.com/phar-io/version/tree/3.2.1" 3684 }, 3685 "time": "2022-02-21T01:04:05+00:00" 3686 }, 3687 { 3688 "name": "phing/phing-composer-configurator", 3689 "version": "dev-master", 3690 "source": { 3691 "type": "git", 3692 "url": "https://github.com/phingofficial/phing-composer-configurator.git", 3693 "reference": "4ae5639bbecc82d849374139895092de528b8803" 3694 }, 3695 "dist": { 3696 "type": "zip", 3697 "url": "https://api.github.com/repos/phingofficial/phing-composer-configurator/zipball/4ae5639bbecc82d849374139895092de528b8803", 3698 "reference": "4ae5639bbecc82d849374139895092de528b8803", 3699 "shasum": "" 3700 }, 3701 "require": { 3702 "composer-plugin-api": "^1.1|^2.0", 3703 "php": ">= 7.3" 3704 }, 3705 "require-dev": { 3706 "composer/composer": "~2.1.9 || ~2.3.0 || ~2.5.0", 3707 "ergebnis/composer-normalize": "^2.0.2", 3708 "ergebnis/phpstan-rules": "^0.14.2|^0.15.0", 3709 "mikey179/vfsstream": "^1.6.8", 3710 "pepakriz/phpstan-exception-rules": "^0.10.1|^0.11.0", 3711 "phpstan/phpstan": "^0.12.4", 3712 "phpstan/phpstan-beberlei-assert": "^0.12.2", 3713 "phpstan/phpstan-deprecation-rules": "^0.12.1", 3714 "phpstan/phpstan-phpunit": "^0.12.5", 3715 "phpstan/phpstan-strict-rules": "^0.12.1", 3716 "phpunit/phpunit": "^8.5.0|^9.4.2", 3717 "roave/security-advisories": "dev-latest", 3718 "squizlabs/php_codesniffer": "^3.5.3" 3719 }, 3720 "default-branch": true, 3721 "type": "composer-plugin", 3722 "extra": { 3723 "class": [ 3724 "Phing\\PhingComposerConfigurator\\ExtensionInstallerPlugin" 3725 ] 3726 }, 3727 "autoload": { 3728 "psr-4": { 3729 "Phing\\PhingComposerConfigurator\\": "src" 3730 } 3731 }, 3732 "notification-url": "https://packagist.org/downloads/", 3733 "license": [ 3734 "LGPL-3.0-only" 3735 ], 3736 "authors": [ 3737 { 3738 "name": "Siad Ardroumli", 3739 "email": "siad.ardroumli@gmail.com" 3740 }, 3741 { 3742 "name": "Phing Community", 3743 "homepage": "https://github.com/phingofficial/phing/blob/master/CREDITS.md" 3744 } 3745 ], 3746 "description": "PHing Is Not GNU make; it's a PHP project build system or build tool based on Apache Ant.", 3747 "homepage": "https://www.phing.info/", 3748 "keywords": [ 3749 "ant", 3750 "build", 3751 "build-automation", 3752 "build-tool", 3753 "make", 3754 "phing", 3755 "php", 3756 "task", 3757 "tool" 3758 ], 3759 "support": { 3760 "docs": "https://www.phing.info/docs/guide/stable/", 3761 "irc": "irc://irc.freenode.net/phing", 3762 "issues": "https://github.com/phingofficial/phing-composer-configurator/issues", 3763 "slack": "https://www.phing.info/slack", 3764 "source": "https://github.com/phingofficial/phing-composer-configurator/" 3765 }, 3766 "time": "2022-12-20T14:31:40+00:00" 3767 }, 3768 { 3769 "name": "phpmd/phpmd", 3770 "version": "2.15.0", 3771 "source": { 3772 "type": "git", 3773 "url": "https://github.com/phpmd/phpmd.git", 3774 "reference": "74a1f56e33afad4128b886e334093e98e1b5e7c0" 3775 }, 3776 "dist": { 3777 "type": "zip", 3778 "url": "https://api.github.com/repos/phpmd/phpmd/zipball/74a1f56e33afad4128b886e334093e98e1b5e7c0", 3779 "reference": "74a1f56e33afad4128b886e334093e98e1b5e7c0", 3780 "shasum": "" 3781 }, 3782 "require": { 3783 "composer/xdebug-handler": "^1.0 || ^2.0 || ^3.0", 3784 "ext-xml": "*", 3785 "pdepend/pdepend": "^2.16.1", 3786 "php": ">=5.3.9" 3787 }, 3788 "require-dev": { 3789 "easy-doc/easy-doc": "0.0.0 || ^1.3.2", 3790 "ext-json": "*", 3791 "ext-simplexml": "*", 3792 "gregwar/rst": "^1.0", 3793 "mikey179/vfsstream": "^1.6.8", 3794 "squizlabs/php_codesniffer": "^2.9.2 || ^3.7.2" 3795 }, 3796 "bin": [ 3797 "src/bin/phpmd" 3798 ], 3799 "type": "library", 3800 "autoload": { 3801 "psr-0": { 3802 "PHPMD\\": "src/main/php" 3803 } 3804 }, 3805 "notification-url": "https://packagist.org/downloads/", 3806 "license": [ 3807 "BSD-3-Clause" 3808 ], 3809 "authors": [ 3810 { 3811 "name": "Manuel Pichler", 3812 "email": "github@manuel-pichler.de", 3813 "homepage": "https://github.com/manuelpichler", 3814 "role": "Project Founder" 3815 }, 3816 { 3817 "name": "Marc Würth", 3818 "email": "ravage@bluewin.ch", 3819 "homepage": "https://github.com/ravage84", 3820 "role": "Project Maintainer" 3821 }, 3822 { 3823 "name": "Other contributors", 3824 "homepage": "https://github.com/phpmd/phpmd/graphs/contributors", 3825 "role": "Contributors" 3826 } 3827 ], 3828 "description": "PHPMD is a spin-off project of PHP Depend and aims to be a PHP equivalent of the well known Java tool PMD.", 3829 "homepage": "https://phpmd.org/", 3830 "keywords": [ 3831 "dev", 3832 "mess detection", 3833 "mess detector", 3834 "pdepend", 3835 "phpmd", 3836 "pmd" 3837 ], 3838 "support": { 3839 "irc": "irc://irc.freenode.org/phpmd", 3840 "issues": "https://github.com/phpmd/phpmd/issues", 3841 "source": "https://github.com/phpmd/phpmd/tree/2.15.0" 3842 }, 3843 "funding": [ 3844 { 3845 "url": "https://tidelift.com/funding/github/packagist/phpmd/phpmd", 3846 "type": "tidelift" 3847 } 3848 ], 3849 "time": "2023-12-11T08:22:20+00:00" 3850 }, 3851 { 3852 "name": "phpstan/phpstan", 3853 "version": "1.10.58", 3854 "source": { 3855 "type": "git", 3856 "url": "https://github.com/phpstan/phpstan.git", 3857 "reference": "a23518379ec4defd9e47cbf81019526861623ec2" 3858 }, 3859 "dist": { 3860 "type": "zip", 3861 "url": "https://api.github.com/repos/phpstan/phpstan/zipball/a23518379ec4defd9e47cbf81019526861623ec2", 3862 "reference": "a23518379ec4defd9e47cbf81019526861623ec2", 3863 "shasum": "" 3864 }, 3865 "require": { 3866 "php": "^7.2|^8.0" 3867 }, 3868 "conflict": { 3869 "phpstan/phpstan-shim": "*" 3870 }, 3871 "bin": [ 3872 "phpstan", 3873 "phpstan.phar" 3874 ], 3875 "type": "library", 3876 "autoload": { 3877 "files": [ 3878 "bootstrap.php" 3879 ] 3880 }, 3881 "notification-url": "https://packagist.org/downloads/", 3882 "license": [ 3883 "MIT" 3884 ], 3885 "description": "PHPStan - PHP Static Analysis Tool", 3886 "keywords": [ 3887 "dev", 3888 "static analysis" 3889 ], 3890 "support": { 3891 "docs": "https://phpstan.org/user-guide/getting-started", 3892 "forum": "https://github.com/phpstan/phpstan/discussions", 3893 "issues": "https://github.com/phpstan/phpstan/issues", 3894 "security": "https://github.com/phpstan/phpstan/security/policy", 3895 "source": "https://github.com/phpstan/phpstan-src" 3896 }, 3897 "funding": [ 3898 { 3899 "url": "https://github.com/ondrejmirtes", 3900 "type": "github" 3901 }, 3902 { 3903 "url": "https://github.com/phpstan", 3904 "type": "github" 3905 }, 3906 { 3907 "url": "https://tidelift.com/funding/github/packagist/phpstan/phpstan", 3908 "type": "tidelift" 3909 } 3910 ], 3911 "time": "2024-02-12T20:02:57+00:00" 3912 }, 3913 { 3914 "name": "phpunit/php-code-coverage", 3915 "version": "9.2.30", 3916 "source": { 3917 "type": "git", 3918 "url": "https://github.com/sebastianbergmann/php-code-coverage.git", 3919 "reference": "ca2bd87d2f9215904682a9cb9bb37dda98e76089" 3920 }, 3921 "dist": { 3922 "type": "zip", 3923 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ca2bd87d2f9215904682a9cb9bb37dda98e76089", 3924 "reference": "ca2bd87d2f9215904682a9cb9bb37dda98e76089", 3925 "shasum": "" 3926 }, 3927 "require": { 3928 "ext-dom": "*", 3929 "ext-libxml": "*", 3930 "ext-xmlwriter": "*", 3931 "nikic/php-parser": "^4.18 || ^5.0", 3932 "php": ">=7.3", 3933 "phpunit/php-file-iterator": "^3.0.3", 3934 "phpunit/php-text-template": "^2.0.2", 3935 "sebastian/code-unit-reverse-lookup": "^2.0.2", 3936 "sebastian/complexity": "^2.0", 3937 "sebastian/environment": "^5.1.2", 3938 "sebastian/lines-of-code": "^1.0.3", 3939 "sebastian/version": "^3.0.1", 3940 "theseer/tokenizer": "^1.2.0" 3941 }, 3942 "require-dev": { 3943 "phpunit/phpunit": "^9.3" 3944 }, 3945 "suggest": { 3946 "ext-pcov": "PHP extension that provides line coverage", 3947 "ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage" 3948 }, 3949 "type": "library", 3950 "extra": { 3951 "branch-alias": { 3952 "dev-master": "9.2-dev" 3953 } 3954 }, 3955 "autoload": { 3956 "classmap": [ 3957 "src/" 3958 ] 3959 }, 3960 "notification-url": "https://packagist.org/downloads/", 3961 "license": [ 3962 "BSD-3-Clause" 3963 ], 3964 "authors": [ 3965 { 3966 "name": "Sebastian Bergmann", 3967 "email": "sebastian@phpunit.de", 3968 "role": "lead" 3969 } 3970 ], 3971 "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", 3972 "homepage": "https://github.com/sebastianbergmann/php-code-coverage", 3973 "keywords": [ 3974 "coverage", 3975 "testing", 3976 "xunit" 3977 ], 3978 "support": { 3979 "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues", 3980 "security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy", 3981 "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.30" 3982 }, 3983 "funding": [ 3984 { 3985 "url": "https://github.com/sebastianbergmann", 3986 "type": "github" 3987 } 3988 ], 3989 "time": "2023-12-22T06:47:57+00:00" 3990 }, 3991 { 3992 "name": "phpunit/php-file-iterator", 3993 "version": "3.0.6", 3994 "source": { 3995 "type": "git", 3996 "url": "https://github.com/sebastianbergmann/php-file-iterator.git", 3997 "reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf" 3998 }, 3999 "dist": { 4000 "type": "zip", 4001 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf", 4002 "reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf", 4003 "shasum": "" 4004 }, 4005 "require": { 4006 "php": ">=7.3" 4007 }, 4008 "require-dev": { 4009 "phpunit/phpunit": "^9.3" 4010 }, 4011 "type": "library", 4012 "extra": { 4013 "branch-alias": { 4014 "dev-master": "3.0-dev" 4015 } 4016 }, 4017 "autoload": { 4018 "classmap": [ 4019 "src/" 4020 ] 4021 }, 4022 "notification-url": "https://packagist.org/downloads/", 4023 "license": [ 4024 "BSD-3-Clause" 4025 ], 4026 "authors": [ 4027 { 4028 "name": "Sebastian Bergmann", 4029 "email": "sebastian@phpunit.de", 4030 "role": "lead" 4031 } 4032 ], 4033 "description": "FilterIterator implementation that filters files based on a list of suffixes.", 4034 "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", 4035 "keywords": [ 4036 "filesystem", 4037 "iterator" 4038 ], 4039 "support": { 4040 "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues", 4041 "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/3.0.6" 4042 }, 4043 "funding": [ 4044 { 4045 "url": "https://github.com/sebastianbergmann", 4046 "type": "github" 4047 } 4048 ], 4049 "time": "2021-12-02T12:48:52+00:00" 4050 }, 4051 { 4052 "name": "phpunit/php-invoker", 4053 "version": "3.1.1", 4054 "source": { 4055 "type": "git", 4056 "url": "https://github.com/sebastianbergmann/php-invoker.git", 4057 "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67" 4058 }, 4059 "dist": { 4060 "type": "zip", 4061 "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/5a10147d0aaf65b58940a0b72f71c9ac0423cc67", 4062 "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67", 4063 "shasum": "" 4064 }, 4065 "require": { 4066 "php": ">=7.3" 4067 }, 4068 "require-dev": { 4069 "ext-pcntl": "*", 4070 "phpunit/phpunit": "^9.3" 4071 }, 4072 "suggest": { 4073 "ext-pcntl": "*" 4074 }, 4075 "type": "library", 4076 "extra": { 4077 "branch-alias": { 4078 "dev-master": "3.1-dev" 4079 } 4080 }, 4081 "autoload": { 4082 "classmap": [ 4083 "src/" 4084 ] 4085 }, 4086 "notification-url": "https://packagist.org/downloads/", 4087 "license": [ 4088 "BSD-3-Clause" 4089 ], 4090 "authors": [ 4091 { 4092 "name": "Sebastian Bergmann", 4093 "email": "sebastian@phpunit.de", 4094 "role": "lead" 4095 } 4096 ], 4097 "description": "Invoke callables with a timeout", 4098 "homepage": "https://github.com/sebastianbergmann/php-invoker/", 4099 "keywords": [ 4100 "process" 4101 ], 4102 "support": { 4103 "issues": "https://github.com/sebastianbergmann/php-invoker/issues", 4104 "source": "https://github.com/sebastianbergmann/php-invoker/tree/3.1.1" 4105 }, 4106 "funding": [ 4107 { 4108 "url": "https://github.com/sebastianbergmann", 4109 "type": "github" 4110 } 4111 ], 4112 "time": "2020-09-28T05:58:55+00:00" 4113 }, 4114 { 4115 "name": "phpunit/php-text-template", 4116 "version": "2.0.4", 4117 "source": { 4118 "type": "git", 4119 "url": "https://github.com/sebastianbergmann/php-text-template.git", 4120 "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28" 4121 }, 4122 "dist": { 4123 "type": "zip", 4124 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28", 4125 "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28", 4126 "shasum": "" 4127 }, 4128 "require": { 4129 "php": ">=7.3" 4130 }, 4131 "require-dev": { 4132 "phpunit/phpunit": "^9.3" 4133 }, 4134 "type": "library", 4135 "extra": { 4136 "branch-alias": { 4137 "dev-master": "2.0-dev" 4138 } 4139 }, 4140 "autoload": { 4141 "classmap": [ 4142 "src/" 4143 ] 4144 }, 4145 "notification-url": "https://packagist.org/downloads/", 4146 "license": [ 4147 "BSD-3-Clause" 4148 ], 4149 "authors": [ 4150 { 4151 "name": "Sebastian Bergmann", 4152 "email": "sebastian@phpunit.de", 4153 "role": "lead" 4154 } 4155 ], 4156 "description": "Simple template engine.", 4157 "homepage": "https://github.com/sebastianbergmann/php-text-template/", 4158 "keywords": [ 4159 "template" 4160 ], 4161 "support": { 4162 "issues": "https://github.com/sebastianbergmann/php-text-template/issues", 4163 "source": "https://github.com/sebastianbergmann/php-text-template/tree/2.0.4" 4164 }, 4165 "funding": [ 4166 { 4167 "url": "https://github.com/sebastianbergmann", 4168 "type": "github" 4169 } 4170 ], 4171 "time": "2020-10-26T05:33:50+00:00" 4172 }, 4173 { 4174 "name": "phpunit/php-timer", 4175 "version": "5.0.3", 4176 "source": { 4177 "type": "git", 4178 "url": "https://github.com/sebastianbergmann/php-timer.git", 4179 "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2" 4180 }, 4181 "dist": { 4182 "type": "zip", 4183 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2", 4184 "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2", 4185 "shasum": "" 4186 }, 4187 "require": { 4188 "php": ">=7.3" 4189 }, 4190 "require-dev": { 4191 "phpunit/phpunit": "^9.3" 4192 }, 4193 "type": "library", 4194 "extra": { 4195 "branch-alias": { 4196 "dev-master": "5.0-dev" 4197 } 4198 }, 4199 "autoload": { 4200 "classmap": [ 4201 "src/" 4202 ] 4203 }, 4204 "notification-url": "https://packagist.org/downloads/", 4205 "license": [ 4206 "BSD-3-Clause" 4207 ], 4208 "authors": [ 4209 { 4210 "name": "Sebastian Bergmann", 4211 "email": "sebastian@phpunit.de", 4212 "role": "lead" 4213 } 4214 ], 4215 "description": "Utility class for timing", 4216 "homepage": "https://github.com/sebastianbergmann/php-timer/", 4217 "keywords": [ 4218 "timer" 4219 ], 4220 "support": { 4221 "issues": "https://github.com/sebastianbergmann/php-timer/issues", 4222 "source": "https://github.com/sebastianbergmann/php-timer/tree/5.0.3" 4223 }, 4224 "funding": [ 4225 { 4226 "url": "https://github.com/sebastianbergmann", 4227 "type": "github" 4228 } 4229 ], 4230 "time": "2020-10-26T13:16:10+00:00" 4231 }, 4232 { 4233 "name": "phpunit/phpunit", 4234 "version": "9.6.16", 4235 "source": { 4236 "type": "git", 4237 "url": "https://github.com/sebastianbergmann/phpunit.git", 4238 "reference": "3767b2c56ce02d01e3491046f33466a1ae60a37f" 4239 }, 4240 "dist": { 4241 "type": "zip", 4242 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/3767b2c56ce02d01e3491046f33466a1ae60a37f", 4243 "reference": "3767b2c56ce02d01e3491046f33466a1ae60a37f", 4244 "shasum": "" 4245 }, 4246 "require": { 4247 "doctrine/instantiator": "^1.3.1 || ^2", 4248 "ext-dom": "*", 4249 "ext-json": "*", 4250 "ext-libxml": "*", 4251 "ext-mbstring": "*", 4252 "ext-xml": "*", 4253 "ext-xmlwriter": "*", 4254 "myclabs/deep-copy": "^1.10.1", 4255 "phar-io/manifest": "^2.0.3", 4256 "phar-io/version": "^3.0.2", 4257 "php": ">=7.3", 4258 "phpunit/php-code-coverage": "^9.2.28", 4259 "phpunit/php-file-iterator": "^3.0.5", 4260 "phpunit/php-invoker": "^3.1.1", 4261 "phpunit/php-text-template": "^2.0.3", 4262 "phpunit/php-timer": "^5.0.2", 4263 "sebastian/cli-parser": "^1.0.1", 4264 "sebastian/code-unit": "^1.0.6", 4265 "sebastian/comparator": "^4.0.8", 4266 "sebastian/diff": "^4.0.3", 4267 "sebastian/environment": "^5.1.3", 4268 "sebastian/exporter": "^4.0.5", 4269 "sebastian/global-state": "^5.0.1", 4270 "sebastian/object-enumerator": "^4.0.3", 4271 "sebastian/resource-operations": "^3.0.3", 4272 "sebastian/type": "^3.2", 4273 "sebastian/version": "^3.0.2" 4274 }, 4275 "suggest": { 4276 "ext-soap": "To be able to generate mocks based on WSDL files", 4277 "ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage" 4278 }, 4279 "bin": [ 4280 "phpunit" 4281 ], 4282 "type": "library", 4283 "extra": { 4284 "branch-alias": { 4285 "dev-master": "9.6-dev" 4286 } 4287 }, 4288 "autoload": { 4289 "files": [ 4290 "src/Framework/Assert/Functions.php" 4291 ], 4292 "classmap": [ 4293 "src/" 4294 ] 4295 }, 4296 "notification-url": "https://packagist.org/downloads/", 4297 "license": [ 4298 "BSD-3-Clause" 4299 ], 4300 "authors": [ 4301 { 4302 "name": "Sebastian Bergmann", 4303 "email": "sebastian@phpunit.de", 4304 "role": "lead" 4305 } 4306 ], 4307 "description": "The PHP Unit Testing framework.", 4308 "homepage": "https://phpunit.de/", 4309 "keywords": [ 4310 "phpunit", 4311 "testing", 4312 "xunit" 4313 ], 4314 "support": { 4315 "issues": "https://github.com/sebastianbergmann/phpunit/issues", 4316 "security": "https://github.com/sebastianbergmann/phpunit/security/policy", 4317 "source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.16" 4318 }, 4319 "funding": [ 4320 { 4321 "url": "https://phpunit.de/sponsors.html", 4322 "type": "custom" 4323 }, 4324 { 4325 "url": "https://github.com/sebastianbergmann", 4326 "type": "github" 4327 }, 4328 { 4329 "url": "https://tidelift.com/funding/github/packagist/phpunit/phpunit", 4330 "type": "tidelift" 4331 } 4332 ], 4333 "time": "2024-01-19T07:03:14+00:00" 4334 }, 4335 { 4336 "name": "psr/event-dispatcher", 4337 "version": "1.0.0", 4338 "source": { 4339 "type": "git", 4340 "url": "https://github.com/php-fig/event-dispatcher.git", 4341 "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0" 4342 }, 4343 "dist": { 4344 "type": "zip", 4345 "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0", 4346 "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0", 4347 "shasum": "" 4348 }, 4349 "require": { 4350 "php": ">=7.2.0" 4351 }, 4352 "type": "library", 4353 "extra": { 4354 "branch-alias": { 4355 "dev-master": "1.0.x-dev" 4356 } 4357 }, 4358 "autoload": { 4359 "psr-4": { 4360 "Psr\\EventDispatcher\\": "src/" 4361 } 4362 }, 4363 "notification-url": "https://packagist.org/downloads/", 4364 "license": [ 4365 "MIT" 4366 ], 4367 "authors": [ 4368 { 4369 "name": "PHP-FIG", 4370 "homepage": "http://www.php-fig.org/" 4371 } 4372 ], 4373 "description": "Standard interfaces for event handling.", 4374 "keywords": [ 4375 "events", 4376 "psr", 4377 "psr-14" 4378 ], 4379 "support": { 4380 "issues": "https://github.com/php-fig/event-dispatcher/issues", 4381 "source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0" 4382 }, 4383 "time": "2019-01-08T18:20:26+00:00" 4384 }, 4385 { 4386 "name": "psr/http-client", 4387 "version": "1.0.3", 4388 "source": { 4389 "type": "git", 4390 "url": "https://github.com/php-fig/http-client.git", 4391 "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90" 4392 }, 4393 "dist": { 4394 "type": "zip", 4395 "url": "https://api.github.com/repos/php-fig/http-client/zipball/bb5906edc1c324c9a05aa0873d40117941e5fa90", 4396 "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90", 4397 "shasum": "" 4398 }, 4399 "require": { 4400 "php": "^7.0 || ^8.0", 4401 "psr/http-message": "^1.0 || ^2.0" 4402 }, 4403 "type": "library", 4404 "extra": { 4405 "branch-alias": { 4406 "dev-master": "1.0.x-dev" 4407 } 4408 }, 4409 "autoload": { 4410 "psr-4": { 4411 "Psr\\Http\\Client\\": "src/" 4412 } 4413 }, 4414 "notification-url": "https://packagist.org/downloads/", 4415 "license": [ 4416 "MIT" 4417 ], 4418 "authors": [ 4419 { 4420 "name": "PHP-FIG", 4421 "homepage": "https://www.php-fig.org/" 4422 } 4423 ], 4424 "description": "Common interface for HTTP clients", 4425 "homepage": "https://github.com/php-fig/http-client", 4426 "keywords": [ 4427 "http", 4428 "http-client", 4429 "psr", 4430 "psr-18" 4431 ], 4432 "support": { 4433 "source": "https://github.com/php-fig/http-client" 4434 }, 4435 "time": "2023-09-23T14:17:50+00:00" 4436 }, 4437 { 4438 "name": "psr/http-factory", 4439 "version": "1.0.2", 4440 "source": { 4441 "type": "git", 4442 "url": "https://github.com/php-fig/http-factory.git", 4443 "reference": "e616d01114759c4c489f93b099585439f795fe35" 4444 }, 4445 "dist": { 4446 "type": "zip", 4447 "url": "https://api.github.com/repos/php-fig/http-factory/zipball/e616d01114759c4c489f93b099585439f795fe35", 4448 "reference": "e616d01114759c4c489f93b099585439f795fe35", 4449 "shasum": "" 4450 }, 4451 "require": { 4452 "php": ">=7.0.0", 4453 "psr/http-message": "^1.0 || ^2.0" 4454 }, 4455 "type": "library", 4456 "extra": { 4457 "branch-alias": { 4458 "dev-master": "1.0.x-dev" 4459 } 4460 }, 4461 "autoload": { 4462 "psr-4": { 4463 "Psr\\Http\\Message\\": "src/" 4464 } 4465 }, 4466 "notification-url": "https://packagist.org/downloads/", 4467 "license": [ 4468 "MIT" 4469 ], 4470 "authors": [ 4471 { 4472 "name": "PHP-FIG", 4473 "homepage": "https://www.php-fig.org/" 4474 } 4475 ], 4476 "description": "Common interfaces for PSR-7 HTTP message factories", 4477 "keywords": [ 4478 "factory", 4479 "http", 4480 "message", 4481 "psr", 4482 "psr-17", 4483 "psr-7", 4484 "request", 4485 "response" 4486 ], 4487 "support": { 4488 "source": "https://github.com/php-fig/http-factory/tree/1.0.2" 4489 }, 4490 "time": "2023-04-10T20:10:41+00:00" 4491 }, 4492 { 4493 "name": "psr/http-message", 4494 "version": "1.1", 4495 "source": { 4496 "type": "git", 4497 "url": "https://github.com/php-fig/http-message.git", 4498 "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba" 4499 }, 4500 "dist": { 4501 "type": "zip", 4502 "url": "https://api.github.com/repos/php-fig/http-message/zipball/cb6ce4845ce34a8ad9e68117c10ee90a29919eba", 4503 "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba", 4504 "shasum": "" 4505 }, 4506 "require": { 4507 "php": "^7.2 || ^8.0" 4508 }, 4509 "type": "library", 4510 "extra": { 4511 "branch-alias": { 4512 "dev-master": "1.1.x-dev" 4513 } 4514 }, 4515 "autoload": { 4516 "psr-4": { 4517 "Psr\\Http\\Message\\": "src/" 4518 } 4519 }, 4520 "notification-url": "https://packagist.org/downloads/", 4521 "license": [ 4522 "MIT" 4523 ], 4524 "authors": [ 4525 { 4526 "name": "PHP-FIG", 4527 "homepage": "http://www.php-fig.org/" 4528 } 4529 ], 4530 "description": "Common interface for HTTP messages", 4531 "homepage": "https://github.com/php-fig/http-message", 4532 "keywords": [ 4533 "http", 4534 "http-message", 4535 "psr", 4536 "psr-7", 4537 "request", 4538 "response" 4539 ], 4540 "support": { 4541 "source": "https://github.com/php-fig/http-message/tree/1.1" 4542 }, 4543 "time": "2023-04-04T09:50:52+00:00" 4544 }, 4545 { 4546 "name": "psr/log", 4547 "version": "1.1.4", 4548 "source": { 4549 "type": "git", 4550 "url": "https://github.com/php-fig/log.git", 4551 "reference": "d49695b909c3b7628b6289db5479a1c204601f11" 4552 }, 4553 "dist": { 4554 "type": "zip", 4555 "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11", 4556 "reference": "d49695b909c3b7628b6289db5479a1c204601f11", 4557 "shasum": "" 4558 }, 4559 "require": { 4560 "php": ">=5.3.0" 4561 }, 4562 "type": "library", 4563 "extra": { 4564 "branch-alias": { 4565 "dev-master": "1.1.x-dev" 4566 } 4567 }, 4568 "autoload": { 4569 "psr-4": { 4570 "Psr\\Log\\": "Psr/Log/" 4571 } 4572 }, 4573 "notification-url": "https://packagist.org/downloads/", 4574 "license": [ 4575 "MIT" 4576 ], 4577 "authors": [ 4578 { 4579 "name": "PHP-FIG", 4580 "homepage": "https://www.php-fig.org/" 4581 } 4582 ], 4583 "description": "Common interface for logging libraries", 4584 "homepage": "https://github.com/php-fig/log", 4585 "keywords": [ 4586 "log", 4587 "psr", 4588 "psr-3" 4589 ], 4590 "support": { 4591 "source": "https://github.com/php-fig/log/tree/1.1.4" 4592 }, 4593 "time": "2021-05-03T11:20:27+00:00" 4594 }, 4595 { 4596 "name": "ralouphie/getallheaders", 4597 "version": "3.0.3", 4598 "source": { 4599 "type": "git", 4600 "url": "https://github.com/ralouphie/getallheaders.git", 4601 "reference": "120b605dfeb996808c31b6477290a714d356e822" 4602 }, 4603 "dist": { 4604 "type": "zip", 4605 "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822", 4606 "reference": "120b605dfeb996808c31b6477290a714d356e822", 4607 "shasum": "" 4608 }, 4609 "require": { 4610 "php": ">=5.6" 4611 }, 4612 "require-dev": { 4613 "php-coveralls/php-coveralls": "^2.1", 4614 "phpunit/phpunit": "^5 || ^6.5" 4615 }, 4616 "type": "library", 4617 "autoload": { 4618 "files": [ 4619 "src/getallheaders.php" 4620 ] 4621 }, 4622 "notification-url": "https://packagist.org/downloads/", 4623 "license": [ 4624 "MIT" 4625 ], 4626 "authors": [ 4627 { 4628 "name": "Ralph Khattar", 4629 "email": "ralph.khattar@gmail.com" 4630 } 4631 ], 4632 "description": "A polyfill for getallheaders.", 4633 "support": { 4634 "issues": "https://github.com/ralouphie/getallheaders/issues", 4635 "source": "https://github.com/ralouphie/getallheaders/tree/develop" 4636 }, 4637 "time": "2019-03-08T08:55:37+00:00" 4638 }, 4639 { 4640 "name": "roave/security-advisories", 4641 "version": "dev-master", 4642 "source": { 4643 "type": "git", 4644 "url": "https://github.com/Roave/SecurityAdvisories.git", 4645 "reference": "624324975ceed0b788160bdec5b7f22125d8de14" 4646 }, 4647 "dist": { 4648 "type": "zip", 4649 "url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/624324975ceed0b788160bdec5b7f22125d8de14", 4650 "reference": "624324975ceed0b788160bdec5b7f22125d8de14", 4651 "shasum": "" 4652 }, 4653 "conflict": { 4654 "3f/pygmentize": "<1.2", 4655 "admidio/admidio": "<4.2.13", 4656 "adodb/adodb-php": "<=5.20.20|>=5.21,<=5.21.3", 4657 "aheinze/cockpit": "<2.2", 4658 "aimeos/aimeos-typo3": "<19.10.12|>=20,<20.10.5", 4659 "airesvsg/acf-to-rest-api": "<=3.1", 4660 "akaunting/akaunting": "<2.1.13", 4661 "akeneo/pim-community-dev": "<5.0.119|>=6,<6.0.53", 4662 "alextselegidis/easyappointments": "<1.5", 4663 "alterphp/easyadmin-extension-bundle": ">=1.2,<1.2.11|>=1.3,<1.3.1", 4664 "amazing/media2click": ">=1,<1.3.3", 4665 "amphp/artax": "<1.0.6|>=2,<2.0.6", 4666 "amphp/http": "<1.0.1", 4667 "amphp/http-client": ">=4,<4.4", 4668 "anchorcms/anchor-cms": "<=0.12.7", 4669 "andreapollastri/cipi": "<=3.1.15", 4670 "andrewhaine/silverstripe-form-capture": ">=0.2,<=0.2.3|>=1,<1.0.2|>=2,<2.2.5", 4671 "apache-solr-for-typo3/solr": "<2.8.3", 4672 "apereo/phpcas": "<1.6", 4673 "api-platform/core": ">=2.2,<2.2.10|>=2.3,<2.3.6|>=2.6,<2.7.10|>=3,<3.0.12|>=3.1,<3.1.3", 4674 "appwrite/server-ce": "<=1.2.1", 4675 "arc/web": "<3", 4676 "area17/twill": "<1.2.5|>=2,<2.5.3", 4677 "artesaos/seotools": "<0.17.2", 4678 "asymmetricrypt/asymmetricrypt": "<9.9.99", 4679 "athlon1600/php-proxy": "<=5.1", 4680 "athlon1600/php-proxy-app": "<=3", 4681 "austintoddj/canvas": "<=3.4.2", 4682 "automad/automad": "<=1.10.9", 4683 "awesome-support/awesome-support": "<=6.0.7", 4684 "aws/aws-sdk-php": "<3.288.1", 4685 "azuracast/azuracast": "<0.18.3", 4686 "backdrop/backdrop": "<1.24.2", 4687 "backpack/crud": "<3.4.9", 4688 "bacula-web/bacula-web": "<8.0.0.0-RC2-dev", 4689 "badaso/core": "<2.7", 4690 "bagisto/bagisto": "<1.3.2", 4691 "barrelstrength/sprout-base-email": "<1.2.7", 4692 "barrelstrength/sprout-forms": "<3.9", 4693 "barryvdh/laravel-translation-manager": "<0.6.2", 4694 "barzahlen/barzahlen-php": "<2.0.1", 4695 "baserproject/basercms": "<4.8", 4696 "bassjobsen/bootstrap-3-typeahead": ">4.0.2", 4697 "bigfork/silverstripe-form-capture": ">=3,<3.1.1", 4698 "billz/raspap-webgui": "<2.9.5", 4699 "bk2k/bootstrap-package": ">=7.1,<7.1.2|>=8,<8.0.8|>=9,<9.0.4|>=9.1,<9.1.3|>=10,<10.0.10|>=11,<11.0.3", 4700 "bmarshall511/wordpress_zero_spam": "<5.2.13", 4701 "bolt/bolt": "<3.7.2", 4702 "bolt/core": "<=4.2", 4703 "bottelet/flarepoint": "<2.2.1", 4704 "bref/bref": "<2.1.13", 4705 "brightlocal/phpwhois": "<=4.2.5", 4706 "brotkrueml/codehighlight": "<2.7", 4707 "brotkrueml/schema": "<1.13.1|>=2,<2.5.1", 4708 "brotkrueml/typo3-matomo-integration": "<1.3.2", 4709 "buddypress/buddypress": "<7.2.1", 4710 "bugsnag/bugsnag-laravel": ">=2,<2.0.2", 4711 "bytefury/crater": "<6.0.2", 4712 "cachethq/cachet": "<2.5.1", 4713 "cakephp/cakephp": "<3.10.3|>=4,<4.0.10|>=4.1,<4.1.4|>=4.2,<4.2.12|>=4.3,<4.3.11|>=4.4,<4.4.10", 4714 "cakephp/database": ">=4.2,<4.2.12|>=4.3,<4.3.11|>=4.4,<4.4.10", 4715 "cardgate/magento2": "<2.0.33", 4716 "cardgate/woocommerce": "<=3.1.15", 4717 "cart2quote/module-quotation": ">=4.1.6,<=4.4.5|>=5,<5.4.4", 4718 "cartalyst/sentry": "<=2.1.6", 4719 "catfan/medoo": "<1.7.5", 4720 "cecil/cecil": "<7.47.1", 4721 "centreon/centreon": "<22.10.0.0-beta1", 4722 "cesnet/simplesamlphp-module-proxystatistics": "<3.1", 4723 "chriskacerguis/codeigniter-restserver": "<=2.7.1", 4724 "civicrm/civicrm-core": ">=4.2,<4.2.9|>=4.3,<4.3.3", 4725 "ckeditor/ckeditor": "<4.17", 4726 "cockpit-hq/cockpit": "<=2.6.3", 4727 "codeception/codeception": "<3.1.3|>=4,<4.1.22", 4728 "codeigniter/framework": "<3.1.9", 4729 "codeigniter4/framework": "<=4.4.2", 4730 "codeigniter4/shield": "<1.0.0.0-beta8", 4731 "codiad/codiad": "<=2.8.4", 4732 "composer/composer": "<1.10.27|>=2,<2.2.23|>=2.3,<2.7", 4733 "concrete5/concrete5": "<9.2.5", 4734 "concrete5/core": "<8.5.8|>=9,<9.1", 4735 "contao-components/mediaelement": ">=2.14.2,<2.21.1", 4736 "contao/contao": ">=4,<4.4.56|>=4.5,<4.9.40|>=4.10,<4.11.7|>=4.13,<4.13.21|>=5.1,<5.1.4", 4737 "contao/core": ">=2,<3.5.39", 4738 "contao/core-bundle": ">=3,<3.5.35|>=4,<4.9.42|>=4.10,<4.13.28|>=5,<5.1.10", 4739 "contao/listing-bundle": ">=4,<4.4.8", 4740 "contao/managed-edition": "<=1.5", 4741 "corveda/phpsandbox": "<1.3.5", 4742 "cosenary/instagram": "<=2.3", 4743 "craftcms/cms": "<4.6.2", 4744 "croogo/croogo": "<4", 4745 "cuyz/valinor": "<0.12", 4746 "czproject/git-php": "<4.0.3", 4747 "darylldoyle/safe-svg": "<1.9.10", 4748 "datadog/dd-trace": ">=0.30,<0.30.2", 4749 "datatables/datatables": "<1.10.10", 4750 "david-garcia/phpwhois": "<=4.3.1", 4751 "dbrisinajumi/d2files": "<1", 4752 "dcat/laravel-admin": "<=2.1.3.0-beta", 4753 "derhansen/fe_change_pwd": "<2.0.5|>=3,<3.0.3", 4754 "derhansen/sf_event_mgt": "<4.3.1|>=5,<5.1.1|>=7,<7.4", 4755 "desperado/xml-bundle": "<=0.1.7", 4756 "directmailteam/direct-mail": "<6.0.3|>=7,<7.0.3|>=8,<9.5.2", 4757 "doctrine/annotations": "<1.2.7", 4758 "doctrine/cache": ">=1,<1.3.2|>=1.4,<1.4.2", 4759 "doctrine/common": "<2.4.3|>=2.5,<2.5.1", 4760 "doctrine/dbal": ">=2,<2.0.8|>=2.1,<2.1.2|>=3,<3.1.4", 4761 "doctrine/doctrine-bundle": "<1.5.2", 4762 "doctrine/doctrine-module": "<=0.7.1", 4763 "doctrine/mongodb-odm": "<1.0.2", 4764 "doctrine/mongodb-odm-bundle": "<3.0.1", 4765 "doctrine/orm": ">=2,<2.4.8|>=2.5,<2.5.1|>=2.8.3,<2.8.4", 4766 "dolibarr/dolibarr": "<18.0.2", 4767 "dompdf/dompdf": "<2.0.4", 4768 "doublethreedigital/guest-entries": "<3.1.2", 4769 "drupal/core": ">=6,<6.38|>=7,<7.96|>=8,<10.1.8|>=10.2,<10.2.2", 4770 "drupal/drupal": ">=5,<5.11|>=6,<6.38|>=7,<7.80|>=8,<8.9.16|>=9,<9.1.12|>=9.2,<9.2.4", 4771 "duncanmcclean/guest-entries": "<3.1.2", 4772 "dweeves/magmi": "<=0.7.24", 4773 "ec-cube/ec-cube": "<2.4.4", 4774 "ecodev/newsletter": "<=4", 4775 "ectouch/ectouch": "<=2.7.2", 4776 "elefant/cms": "<2.0.7", 4777 "elgg/elgg": "<3.3.24|>=4,<4.0.5", 4778 "elijaa/phpmemcacheadmin": "<=1.3", 4779 "encore/laravel-admin": "<=1.8.19", 4780 "endroid/qr-code-bundle": "<3.4.2", 4781 "enshrined/svg-sanitize": "<0.15", 4782 "erusev/parsedown": "<1.7.2", 4783 "ether/logs": "<3.0.4", 4784 "evolutioncms/evolution": "<=3.2.3", 4785 "exceedone/exment": "<4.4.3|>=5,<5.0.3", 4786 "exceedone/laravel-admin": "<2.2.3|==3", 4787 "ezsystems/demobundle": ">=5.4,<5.4.6.1-dev", 4788 "ezsystems/ez-support-tools": ">=2.2,<2.2.3", 4789 "ezsystems/ezdemo-ls-extension": ">=5.4,<5.4.2.1-dev", 4790 "ezsystems/ezfind-ls": ">=5.3,<5.3.6.1-dev|>=5.4,<5.4.11.1-dev|>=2017.12,<2017.12.0.1-dev", 4791 "ezsystems/ezplatform": "<=1.13.6|>=2,<=2.5.24", 4792 "ezsystems/ezplatform-admin-ui": ">=1.3,<1.3.5|>=1.4,<1.4.6|>=1.5,<1.5.29|>=2.3,<2.3.26", 4793 "ezsystems/ezplatform-admin-ui-assets": ">=4,<4.2.1|>=5,<5.0.1|>=5.1,<5.1.1", 4794 "ezsystems/ezplatform-graphql": ">=1.0.0.0-RC1-dev,<1.0.13|>=2.0.0.0-beta1,<2.3.12", 4795 "ezsystems/ezplatform-kernel": "<1.2.5.1-dev|>=1.3,<1.3.34", 4796 "ezsystems/ezplatform-rest": ">=1.2,<=1.2.2|>=1.3,<1.3.8", 4797 "ezsystems/ezplatform-richtext": ">=2.3,<2.3.7.1-dev", 4798 "ezsystems/ezplatform-solr-search-engine": ">=1.7,<1.7.12|>=2,<2.0.2|>=3.3,<3.3.15", 4799 "ezsystems/ezplatform-user": ">=1,<1.0.1", 4800 "ezsystems/ezpublish-kernel": "<6.13.8.2-dev|>=7,<7.5.31", 4801 "ezsystems/ezpublish-legacy": "<=2017.12.7.3|>=2018.6,<=2019.03.5.1", 4802 "ezsystems/platform-ui-assets-bundle": ">=4.2,<4.2.3", 4803 "ezsystems/repository-forms": ">=2.3,<2.3.2.1-dev|>=2.5,<2.5.15", 4804 "ezyang/htmlpurifier": "<4.1.1", 4805 "facade/ignition": "<1.16.15|>=2,<2.4.2|>=2.5,<2.5.2", 4806 "facturascripts/facturascripts": "<=2022.08", 4807 "feehi/cms": "<=2.1.1", 4808 "feehi/feehicms": "<=2.1.1", 4809 "fenom/fenom": "<=2.12.1", 4810 "filegator/filegator": "<7.8", 4811 "firebase/php-jwt": "<6", 4812 "fixpunkt/fp-masterquiz": "<2.2.1|>=3,<3.5.2", 4813 "fixpunkt/fp-newsletter": "<1.1.1|>=2,<2.1.2|>=2.2,<3.2.6", 4814 "flarum/core": "<1.8.5", 4815 "flarum/framework": "<1.8.5", 4816 "flarum/mentions": "<1.6.3", 4817 "flarum/sticky": ">=0.1.0.0-beta14,<=0.1.0.0-beta15", 4818 "flarum/tags": "<=0.1.0.0-beta13", 4819 "floriangaerber/magnesium": "<0.3.1", 4820 "fluidtypo3/vhs": "<5.1.1", 4821 "fof/byobu": ">=0.3.0.0-beta2,<1.1.7", 4822 "fof/upload": "<1.2.3", 4823 "foodcoopshop/foodcoopshop": ">=3.2,<3.6.1", 4824 "fooman/tcpdf": "<6.2.22", 4825 "forkcms/forkcms": "<5.11.1", 4826 "fossar/tcpdf-parser": "<6.2.22", 4827 "francoisjacquet/rosariosis": "<11", 4828 "frappant/frp-form-answers": "<3.1.2|>=4,<4.0.2", 4829 "friendsofsymfony/oauth2-php": "<1.3", 4830 "friendsofsymfony/rest-bundle": ">=1.2,<1.2.2", 4831 "friendsofsymfony/user-bundle": ">=1.2,<1.3.5", 4832 "friendsoftypo3/mediace": ">=7.6.2,<7.6.5", 4833 "friendsoftypo3/openid": ">=4.5,<4.5.31|>=4.7,<4.7.16|>=6,<6.0.11|>=6.1,<6.1.6", 4834 "froala/wysiwyg-editor": "<3.2.7|>=4.0.1,<=4.1.1", 4835 "froxlor/froxlor": "<=2.1.1", 4836 "fuel/core": "<1.8.1", 4837 "funadmin/funadmin": "<=3.2|>=3.3.2,<=3.3.3", 4838 "gaoming13/wechat-php-sdk": "<=1.10.2", 4839 "genix/cms": "<=1.1.11", 4840 "getgrav/grav": "<1.7.44", 4841 "getkirby/cms": "<3.5.8.3-dev|>=3.6,<3.6.6.3-dev|>=3.7,<3.7.5.2-dev|>=3.8,<3.8.4.1-dev|>=3.9,<3.9.6", 4842 "getkirby/kirby": "<=2.5.12", 4843 "getkirby/panel": "<2.5.14", 4844 "getkirby/starterkit": "<=3.7.0.2", 4845 "gilacms/gila": "<=1.15.4", 4846 "gleez/cms": "<=1.2|==2", 4847 "globalpayments/php-sdk": "<2", 4848 "gogentooss/samlbase": "<1.2.7", 4849 "google/protobuf": "<3.15", 4850 "gos/web-socket-bundle": "<1.10.4|>=2,<2.6.1|>=3,<3.3", 4851 "gree/jose": "<2.2.1", 4852 "gregwar/rst": "<1.0.3", 4853 "grumpydictator/firefly-iii": "<6.1.7", 4854 "gugoan/economizzer": "<=0.9.0.0-beta1", 4855 "guzzlehttp/guzzle": "<6.5.8|>=7,<7.4.5", 4856 "guzzlehttp/psr7": "<1.9.1|>=2,<2.4.5", 4857 "haffner/jh_captcha": "<=2.1.3|>=3,<=3.0.2", 4858 "harvesthq/chosen": "<1.8.7", 4859 "helloxz/imgurl": "<=2.31", 4860 "hhxsv5/laravel-s": "<3.7.36", 4861 "hillelcoren/invoice-ninja": "<5.3.35", 4862 "himiklab/yii2-jqgrid-widget": "<1.0.8", 4863 "hjue/justwriting": "<=1", 4864 "hov/jobfair": "<1.0.13|>=2,<2.0.2", 4865 "httpsoft/http-message": "<1.0.12", 4866 "hyn/multi-tenant": ">=5.6,<5.7.2", 4867 "ibexa/admin-ui": ">=4.2,<4.2.3", 4868 "ibexa/core": ">=4,<4.0.7|>=4.1,<4.1.4|>=4.2,<4.2.3|>=4.5,<4.5.4", 4869 "ibexa/graphql": ">=2.5,<2.5.31|>=3.3,<3.3.28|>=4.2,<4.2.3", 4870 "ibexa/post-install": "<=1.0.4", 4871 "ibexa/solr": ">=4.5,<4.5.4", 4872 "ibexa/user": ">=4,<4.4.3", 4873 "icecoder/icecoder": "<=8.1", 4874 "idno/known": "<=1.3.1", 4875 "illuminate/auth": "<5.5.10", 4876 "illuminate/cookie": ">=4,<=4.0.11|>=4.1,<=4.1.99999|>=4.2,<=4.2.99999|>=5,<=5.0.99999|>=5.1,<=5.1.99999|>=5.2,<=5.2.99999|>=5.3,<=5.3.99999|>=5.4,<=5.4.99999|>=5.5,<=5.5.49|>=5.6,<=5.6.99999|>=5.7,<=5.7.99999|>=5.8,<=5.8.99999|>=6,<6.18.31|>=7,<7.22.4", 4877 "illuminate/database": "<6.20.26|>=7,<7.30.5|>=8,<8.40", 4878 "illuminate/encryption": ">=4,<=4.0.11|>=4.1,<=4.1.31|>=4.2,<=4.2.22|>=5,<=5.0.35|>=5.1,<=5.1.46|>=5.2,<=5.2.45|>=5.3,<=5.3.31|>=5.4,<=5.4.36|>=5.5,<5.5.40|>=5.6,<5.6.15", 4879 "illuminate/view": "<6.20.42|>=7,<7.30.6|>=8,<8.75", 4880 "impresscms/impresscms": "<=1.4.5", 4881 "impresspages/impresspages": "<=1.0.12", 4882 "in2code/femanager": "<5.5.3|>=6,<6.3.4|>=7,<7.2.3", 4883 "in2code/ipandlanguageredirect": "<5.1.2", 4884 "in2code/lux": "<17.6.1|>=18,<24.0.2", 4885 "innologi/typo3-appointments": "<2.0.6", 4886 "intelliants/subrion": "<4.2.2", 4887 "islandora/islandora": ">=2,<2.4.1", 4888 "ivankristianto/phpwhois": "<=4.3", 4889 "jackalope/jackalope-doctrine-dbal": "<1.7.4", 4890 "james-heinrich/getid3": "<1.9.21", 4891 "james-heinrich/phpthumb": "<1.7.12", 4892 "jasig/phpcas": "<1.3.3", 4893 "jcbrand/converse.js": "<3.3.3", 4894 "joomla/application": "<1.0.13", 4895 "joomla/archive": "<1.1.12|>=2,<2.0.1", 4896 "joomla/filesystem": "<1.6.2|>=2,<2.0.1", 4897 "joomla/filter": "<1.4.4|>=2,<2.0.1", 4898 "joomla/framework": "<1.5.7|>=2.5.4,<=3.8.12", 4899 "joomla/input": ">=2,<2.0.2", 4900 "joomla/joomla-cms": ">=2.5,<3.9.12", 4901 "joomla/session": "<1.3.1", 4902 "joyqi/hyper-down": "<=2.4.27", 4903 "jsdecena/laracom": "<2.0.9", 4904 "jsmitty12/phpwhois": "<5.1", 4905 "juzaweb/cms": "<=3.4", 4906 "kazist/phpwhois": "<=4.2.6", 4907 "kelvinmo/simplexrd": "<3.1.1", 4908 "kevinpapst/kimai2": "<1.16.7", 4909 "khodakhah/nodcms": "<=3", 4910 "kimai/kimai": "<2.1", 4911 "kitodo/presentation": "<3.2.3|>=3.3,<3.3.4", 4912 "klaviyo/magento2-extension": ">=1,<3", 4913 "knplabs/knp-snappy": "<=1.4.2", 4914 "kohana/core": "<3.3.3", 4915 "krayin/laravel-crm": "<1.2.2", 4916 "kreait/firebase-php": ">=3.2,<3.8.1", 4917 "la-haute-societe/tcpdf": "<6.2.22", 4918 "laminas/laminas-diactoros": "<2.18.1|==2.19|==2.20|==2.21|==2.22|==2.23|>=2.24,<2.24.2|>=2.25,<2.25.2", 4919 "laminas/laminas-form": "<2.17.1|>=3,<3.0.2|>=3.1,<3.1.1", 4920 "laminas/laminas-http": "<2.14.2", 4921 "laravel/fortify": "<1.11.1", 4922 "laravel/framework": "<6.20.44|>=7,<7.30.6|>=8,<8.75", 4923 "laravel/socialite": ">=1,<1.0.99|>=2,<2.0.10", 4924 "latte/latte": "<2.10.8", 4925 "lavalite/cms": "<=9", 4926 "lcobucci/jwt": ">=3.4,<3.4.6|>=4,<4.0.4|>=4.1,<4.1.5", 4927 "league/commonmark": "<0.18.3", 4928 "league/flysystem": "<1.1.4|>=2,<2.1.1", 4929 "league/oauth2-server": ">=8.3.2,<8.4.2|>=8.5,<8.5.3", 4930 "lexik/jwt-authentication-bundle": "<2.10.7|>=2.11,<2.11.3", 4931 "librenms/librenms": "<2017.08.18", 4932 "liftkit/database": "<2.13.2", 4933 "limesurvey/limesurvey": "<3.27.19", 4934 "livehelperchat/livehelperchat": "<=3.91", 4935 "livewire/livewire": ">2.2.4,<2.2.6", 4936 "lms/routes": "<2.1.1", 4937 "localizationteam/l10nmgr": "<7.4|>=8,<8.7|>=9,<9.2", 4938 "luyadev/yii-helpers": "<1.2.1", 4939 "magento/community-edition": "<2.4.3.0-patch3|>=2.4.4,<2.4.5", 4940 "magento/core": "<=1.9.4.5", 4941 "magento/magento1ce": "<1.9.4.3-dev", 4942 "magento/magento1ee": ">=1,<1.14.4.3-dev", 4943 "magento/product-community-edition": ">=2,<2.2.10|>=2.3,<2.3.2.0-patch2", 4944 "magneto/core": "<1.9.4.4-dev", 4945 "maikuolan/phpmussel": ">=1,<1.6", 4946 "mainwp/mainwp": "<=4.4.3.3", 4947 "mantisbt/mantisbt": "<=2.25.7", 4948 "marcwillmann/turn": "<0.3.3", 4949 "matyhtf/framework": "<3.0.6", 4950 "mautic/core": "<4.3", 4951 "mediawiki/core": "<1.36.2", 4952 "mediawiki/matomo": "<2.4.3", 4953 "mediawiki/semantic-media-wiki": "<4.0.2", 4954 "melisplatform/melis-asset-manager": "<5.0.1", 4955 "melisplatform/melis-cms": "<5.0.1", 4956 "melisplatform/melis-front": "<5.0.1", 4957 "mezzio/mezzio-swoole": "<3.7|>=4,<4.3", 4958 "mgallegos/laravel-jqgrid": "<=1.3", 4959 "microsoft/microsoft-graph": ">=1.16,<1.109.1|>=2,<2.0.1", 4960 "microsoft/microsoft-graph-beta": "<2.0.1", 4961 "microsoft/microsoft-graph-core": "<2.0.2", 4962 "microweber/microweber": "<=2.0.4", 4963 "miniorange/miniorange-saml": "<1.4.3", 4964 "mittwald/typo3_forum": "<1.2.1", 4965 "mobiledetect/mobiledetectlib": "<2.8.32", 4966 "modx/revolution": "<=2.8.3.0-patch", 4967 "mojo42/jirafeau": "<4.4", 4968 "mongodb/mongodb": ">=1,<1.9.2", 4969 "monolog/monolog": ">=1.8,<1.12", 4970 "moodle/moodle": "<4.3.0.0-RC2-dev", 4971 "mos/cimage": "<0.7.19", 4972 "movim/moxl": ">=0.8,<=0.10", 4973 "mpdf/mpdf": "<=7.1.7", 4974 "munkireport/comment": "<4.1", 4975 "munkireport/managedinstalls": "<2.6", 4976 "munkireport/munkireport": ">=2.5.3,<5.6.3", 4977 "mustache/mustache": ">=2,<2.14.1", 4978 "namshi/jose": "<2.2", 4979 "neoan3-apps/template": "<1.1.1", 4980 "neorazorx/facturascripts": "<2022.04", 4981 "neos/flow": ">=1,<1.0.4|>=1.1,<1.1.1|>=2,<2.0.1|>=2.3,<2.3.16|>=3,<3.0.12|>=3.1,<3.1.10|>=3.2,<3.2.13|>=3.3,<3.3.13|>=4,<4.0.6", 4982 "neos/form": ">=1.2,<4.3.3|>=5,<5.0.9|>=5.1,<5.1.3", 4983 "neos/media-browser": "<7.3.19|>=8,<8.0.16|>=8.1,<8.1.11|>=8.2,<8.2.11|>=8.3,<8.3.9", 4984 "neos/neos": ">=1.1,<1.1.3|>=1.2,<1.2.13|>=2,<2.0.4|>=2.3,<2.9.99|>=3,<3.0.20|>=3.1,<3.1.18|>=3.2,<3.2.14|>=3.3,<5.3.10|>=7,<7.0.9|>=7.1,<7.1.7|>=7.2,<7.2.6|>=7.3,<7.3.4|>=8,<8.0.2", 4985 "neos/swiftmailer": ">=4.1,<4.1.99|>=5.4,<5.4.5", 4986 "netgen/tagsbundle": ">=3.4,<3.4.11|>=4,<4.0.15", 4987 "nette/application": ">=2,<2.0.19|>=2.1,<2.1.13|>=2.2,<2.2.10|>=2.3,<2.3.14|>=2.4,<2.4.16|>=3,<3.0.6", 4988 "nette/nette": ">=2,<2.0.19|>=2.1,<2.1.13", 4989 "nilsteampassnet/teampass": "<3.0.10", 4990 "nonfiction/nterchange": "<4.1.1", 4991 "notrinos/notrinos-erp": "<=0.7", 4992 "noumo/easyii": "<=0.9", 4993 "nukeviet/nukeviet": "<4.5.02", 4994 "nyholm/psr7": "<1.6.1", 4995 "nystudio107/craft-seomatic": "<3.4.12", 4996 "nzo/url-encryptor-bundle": ">=4,<4.3.2|>=5,<5.0.1", 4997 "october/backend": "<1.1.2", 4998 "october/cms": "<1.0.469|==1.0.469|==1.0.471|==1.1.1", 4999 "october/october": "<=3.4.4", 5000 "october/rain": "<1.0.472|>=1.1,<1.1.2", 5001 "october/system": "<1.0.476|>=1.1,<1.1.12|>=2,<2.2.34|>=3,<3.5.2", 5002 "omeka/omeka-s": "<4.0.3", 5003 "onelogin/php-saml": "<2.10.4", 5004 "oneup/uploader-bundle": ">=1,<1.9.3|>=2,<2.1.5", 5005 "open-web-analytics/open-web-analytics": "<1.7.4", 5006 "opencart/opencart": "<=3.0.3.7|>=4,<4.0.2.3-dev", 5007 "openid/php-openid": "<2.3", 5008 "openmage/magento-lts": "<20.2", 5009 "opensource-workshop/connect-cms": "<1.7.2|>=2,<2.3.2", 5010 "orchid/platform": ">=9,<9.4.4|>=14.0.0.0-alpha4,<14.5", 5011 "oro/calendar-bundle": ">=4.2,<=4.2.6|>=5,<=5.0.6|>=5.1,<5.1.1", 5012 "oro/commerce": ">=4.1,<5.0.11|>=5.1,<5.1.1", 5013 "oro/crm": ">=1.7,<1.7.4|>=3.1,<4.1.17|>=4.2,<4.2.7", 5014 "oro/crm-call-bundle": ">=4.2,<=4.2.5|>=5,<5.0.4|>=5.1,<5.1.1", 5015 "oro/customer-portal": ">=4.2,<=4.2.8|>=5,<5.0.11|>=5.1,<5.1.1", 5016 "oro/platform": ">=1.7,<1.7.4|>=3.1,<3.1.29|>=4.1,<4.1.17|>=4.2,<=4.2.10|>=5,<5.0.8", 5017 "oxid-esales/oxideshop-ce": "<4.5", 5018 "packbackbooks/lti-1-3-php-library": "<5", 5019 "padraic/humbug_get_contents": "<1.1.2", 5020 "pagarme/pagarme-php": "<3", 5021 "pagekit/pagekit": "<=1.0.18", 5022 "paragonie/random_compat": "<2", 5023 "passbolt/passbolt_api": "<2.11", 5024 "paypal/merchant-sdk-php": "<3.12", 5025 "pear/archive_tar": "<1.4.14", 5026 "pear/auth": "<1.2.4", 5027 "pear/crypt_gpg": "<1.6.7", 5028 "pear/pear": "<=1.10.1", 5029 "pegasus/google-for-jobs": "<1.5.1|>=2,<2.1.1", 5030 "personnummer/personnummer": "<3.0.2", 5031 "phanan/koel": "<5.1.4", 5032 "phenx/php-svg-lib": "<0.5.1", 5033 "php-mod/curl": "<2.3.2", 5034 "phpbb/phpbb": "<3.2.10|>=3.3,<3.3.1", 5035 "phpems/phpems": ">=6,<=6.1.3", 5036 "phpfastcache/phpfastcache": "<6.1.5|>=7,<7.1.2|>=8,<8.0.7", 5037 "phpmailer/phpmailer": "<6.5", 5038 "phpmussel/phpmussel": ">=1,<1.6", 5039 "phpmyadmin/phpmyadmin": "<5.2.1", 5040 "phpmyfaq/phpmyfaq": "<3.2.5", 5041 "phpoffice/phpexcel": "<1.8", 5042 "phpoffice/phpspreadsheet": "<1.16", 5043 "phpseclib/phpseclib": "<2.0.31|>=3,<3.0.34", 5044 "phpservermon/phpservermon": "<3.6", 5045 "phpsysinfo/phpsysinfo": "<3.4.3", 5046 "phpunit/phpunit": ">=4.8.19,<4.8.28|>=5.0.10,<5.6.3", 5047 "phpwhois/phpwhois": "<=4.2.5", 5048 "phpxmlrpc/extras": "<0.6.1", 5049 "phpxmlrpc/phpxmlrpc": "<4.9.2", 5050 "pi/pi": "<=2.5", 5051 "pimcore/admin-ui-classic-bundle": "<1.3.3", 5052 "pimcore/customer-management-framework-bundle": "<4.0.6", 5053 "pimcore/data-hub": "<1.2.4", 5054 "pimcore/demo": "<10.3", 5055 "pimcore/ecommerce-framework-bundle": "<1.0.10", 5056 "pimcore/perspective-editor": "<1.5.1", 5057 "pimcore/pimcore": "<11.1.1", 5058 "pixelfed/pixelfed": "<0.11.11", 5059 "plotly/plotly.js": "<2.25.2", 5060 "pocketmine/bedrock-protocol": "<8.0.2", 5061 "pocketmine/pocketmine-mp": "<=4.23|>=5,<5.3.1", 5062 "pocketmine/raklib": ">=0.14,<0.14.6|>=0.15,<0.15.1", 5063 "pressbooks/pressbooks": "<5.18", 5064 "prestashop/autoupgrade": ">=4,<4.10.1", 5065 "prestashop/blockreassurance": "<=5.1.3", 5066 "prestashop/blockwishlist": ">=2,<2.1.1", 5067 "prestashop/contactform": ">=1.0.1,<4.3", 5068 "prestashop/gamification": "<2.3.2", 5069 "prestashop/prestashop": "<8.1.3", 5070 "prestashop/productcomments": "<5.0.2", 5071 "prestashop/ps_emailsubscription": "<2.6.1", 5072 "prestashop/ps_facetedsearch": "<3.4.1", 5073 "prestashop/ps_linklist": "<3.1", 5074 "privatebin/privatebin": "<1.4", 5075 "processwire/processwire": "<=3.0.210", 5076 "propel/propel": ">=2.0.0.0-alpha1,<=2.0.0.0-alpha7", 5077 "propel/propel1": ">=1,<=1.7.1", 5078 "pterodactyl/panel": "<1.7", 5079 "ptheofan/yii2-statemachine": ">=2.0.0.0-RC1-dev,<=2", 5080 "ptrofimov/beanstalk_console": "<1.7.14", 5081 "pubnub/pubnub": "<6.1", 5082 "pusher/pusher-php-server": "<2.2.1", 5083 "pwweb/laravel-core": "<=0.3.6.0-beta", 5084 "pyrocms/pyrocms": "<=3.9.1", 5085 "rainlab/blog-plugin": "<1.4.1", 5086 "rainlab/debugbar-plugin": "<3.1", 5087 "rainlab/user-plugin": "<=1.4.5", 5088 "rankmath/seo-by-rank-math": "<=1.0.95", 5089 "rap2hpoutre/laravel-log-viewer": "<0.13", 5090 "react/http": ">=0.7,<1.9", 5091 "really-simple-plugins/complianz-gdpr": "<6.4.2", 5092 "remdex/livehelperchat": "<3.99", 5093 "reportico-web/reportico": "<=7.1.21", 5094 "rhukster/dom-sanitizer": "<1.0.7", 5095 "rmccue/requests": ">=1.6,<1.8", 5096 "robrichards/xmlseclibs": ">=1,<3.0.4", 5097 "roots/soil": "<4.1", 5098 "rudloff/alltube": "<3.0.3", 5099 "s-cart/core": "<6.9", 5100 "s-cart/s-cart": "<6.9", 5101 "sabberworm/php-css-parser": ">=1,<1.0.1|>=2,<2.0.1|>=3,<3.0.1|>=4,<4.0.1|>=5,<5.0.9|>=5.1,<5.1.3|>=5.2,<5.2.1|>=6,<6.0.2|>=7,<7.0.4|>=8,<8.0.1|>=8.1,<8.1.1|>=8.2,<8.2.1|>=8.3,<8.3.1", 5102 "sabre/dav": ">=1.6,<1.7.11|>=1.8,<1.8.9", 5103 "scheb/two-factor-bundle": "<3.26|>=4,<4.11", 5104 "sensiolabs/connect": "<4.2.3", 5105 "serluck/phpwhois": "<=4.2.6", 5106 "sfroemken/url_redirect": "<=1.2.1", 5107 "sheng/yiicms": "<=1.2", 5108 "shopware/core": "<=6.5.7.3", 5109 "shopware/platform": "<=6.5.7.3", 5110 "shopware/production": "<=6.3.5.2", 5111 "shopware/shopware": "<=5.7.17", 5112 "shopware/storefront": "<=6.4.8.1", 5113 "shopxo/shopxo": "<2.2.6", 5114 "showdoc/showdoc": "<2.10.4", 5115 "silverstripe-australia/advancedreports": ">=1,<=2", 5116 "silverstripe/admin": "<1.13.19|>=2,<2.1.8", 5117 "silverstripe/assets": ">=1,<1.11.1", 5118 "silverstripe/cms": "<4.11.3", 5119 "silverstripe/comments": ">=1.3,<1.9.99|>=2,<2.9.99|>=3,<3.1.1", 5120 "silverstripe/forum": "<=0.6.1|>=0.7,<=0.7.3", 5121 "silverstripe/framework": "<4.13.39|>=5,<5.1.11", 5122 "silverstripe/graphql": ">=2,<2.0.5|>=3,<3.8.2|>=4,<4.3.7|>=5,<5.1.3", 5123 "silverstripe/hybridsessions": ">=1,<2.4.1|>=2.5,<2.5.1", 5124 "silverstripe/recipe-cms": ">=4.5,<4.5.3", 5125 "silverstripe/registry": ">=2.1,<2.1.2|>=2.2,<2.2.1", 5126 "silverstripe/restfulserver": ">=1,<1.0.9|>=2,<2.0.4", 5127 "silverstripe/silverstripe-omnipay": "<2.5.2|>=3,<3.0.2|>=3.1,<3.1.4|>=3.2,<3.2.1", 5128 "silverstripe/subsites": ">=2,<2.6.1", 5129 "silverstripe/taxonomy": ">=1.3,<1.3.1|>=2,<2.0.1", 5130 "silverstripe/userforms": "<3", 5131 "silverstripe/versioned-admin": ">=1,<1.11.1", 5132 "simple-updates/phpwhois": "<=1", 5133 "simplesamlphp/saml2": "<1.10.6|>=2,<2.3.8|>=3,<3.1.4|==5.0.0.0-alpha12", 5134 "simplesamlphp/simplesamlphp": "<1.18.6", 5135 "simplesamlphp/simplesamlphp-module-infocard": "<1.0.1", 5136 "simplesamlphp/simplesamlphp-module-openid": "<1", 5137 "simplesamlphp/simplesamlphp-module-openidprovider": "<0.9", 5138 "simplesamlphp/xml-security": "==1.6.11", 5139 "simplito/elliptic-php": "<1.0.6", 5140 "sitegeist/fluid-components": "<3.5", 5141 "sjbr/sr-freecap": "<2.4.6|>=2.5,<2.5.3", 5142 "slim/psr7": "<1.4.1|>=1.5,<1.5.1|>=1.6,<1.6.1", 5143 "slim/slim": "<2.6", 5144 "slub/slub-events": "<3.0.3", 5145 "smarty/smarty": "<3.1.48|>=4,<4.3.1", 5146 "snipe/snipe-it": "<=6.2.2", 5147 "socalnick/scn-social-auth": "<1.15.2", 5148 "socialiteproviders/steam": "<1.1", 5149 "spatie/browsershot": "<3.57.4", 5150 "spipu/html2pdf": "<5.2.8", 5151 "spoon/library": "<1.4.1", 5152 "spoonity/tcpdf": "<6.2.22", 5153 "squizlabs/php_codesniffer": ">=1,<2.8.1|>=3,<3.0.1", 5154 "ssddanbrown/bookstack": "<22.02.3", 5155 "statamic/cms": "<4.46", 5156 "stormpath/sdk": "<9.9.99", 5157 "studio-42/elfinder": "<2.1.62", 5158 "subhh/libconnect": "<7.0.8|>=8,<8.1", 5159 "sukohi/surpass": "<1", 5160 "sulu/sulu": "<1.6.44|>=2,<2.4.16|>=2.5,<2.5.12", 5161 "sumocoders/framework-user-bundle": "<1.4", 5162 "superbig/craft-audit": "<3.0.2", 5163 "swag/paypal": "<5.4.4", 5164 "swiftmailer/swiftmailer": ">=4,<5.4.5", 5165 "swiftyedit/swiftyedit": "<1.2", 5166 "sylius/admin-bundle": ">=1,<1.0.17|>=1.1,<1.1.9|>=1.2,<1.2.2", 5167 "sylius/grid": ">=1,<1.1.19|>=1.2,<1.2.18|>=1.3,<1.3.13|>=1.4,<1.4.5|>=1.5,<1.5.1", 5168 "sylius/grid-bundle": "<1.10.1", 5169 "sylius/paypal-plugin": ">=1,<1.2.4|>=1.3,<1.3.1", 5170 "sylius/resource-bundle": ">=1,<1.3.14|>=1.4,<1.4.7|>=1.5,<1.5.2|>=1.6,<1.6.4", 5171 "sylius/sylius": "<1.9.10|>=1.10,<1.10.11|>=1.11,<1.11.2", 5172 "symbiote/silverstripe-multivaluefield": ">=3,<3.0.99", 5173 "symbiote/silverstripe-queuedjobs": ">=3,<3.0.2|>=3.1,<3.1.4|>=4,<4.0.7|>=4.1,<4.1.2|>=4.2,<4.2.4|>=4.3,<4.3.3|>=4.4,<4.4.3|>=4.5,<4.5.1|>=4.6,<4.6.4", 5174 "symbiote/silverstripe-seed": "<6.0.3", 5175 "symbiote/silverstripe-versionedfiles": "<=2.0.3", 5176 "symfont/process": ">=0", 5177 "symfony/cache": ">=3.1,<3.4.35|>=4,<4.2.12|>=4.3,<4.3.8", 5178 "symfony/dependency-injection": ">=2,<2.0.17|>=2.7,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7", 5179 "symfony/error-handler": ">=4.4,<4.4.4|>=5,<5.0.4", 5180 "symfony/form": ">=2.3,<2.3.35|>=2.4,<2.6.12|>=2.7,<2.7.50|>=2.8,<2.8.49|>=3,<3.4.20|>=4,<4.0.15|>=4.1,<4.1.9|>=4.2,<4.2.1", 5181 "symfony/framework-bundle": ">=2,<2.3.18|>=2.4,<2.4.8|>=2.5,<2.5.2|>=2.7,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7|>=5.3.14,<=5.3.14|>=5.4.3,<=5.4.3|>=6.0.3,<=6.0.3", 5182 "symfony/http-foundation": ">=2,<2.8.52|>=3,<3.4.35|>=4,<4.2.12|>=4.3,<4.3.8|>=4.4,<4.4.7|>=5,<5.0.7", 5183 "symfony/http-kernel": ">=2,<4.4.50|>=5,<5.4.20|>=6,<6.0.20|>=6.1,<6.1.12|>=6.2,<6.2.6", 5184 "symfony/intl": ">=2.7,<2.7.38|>=2.8,<2.8.31|>=3,<3.2.14|>=3.3,<3.3.13", 5185 "symfony/maker-bundle": ">=1.27,<1.29.2|>=1.30,<1.31.1", 5186 "symfony/mime": ">=4.3,<4.3.8", 5187 "symfony/phpunit-bridge": ">=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7", 5188 "symfony/polyfill": ">=1,<1.10", 5189 "symfony/polyfill-php55": ">=1,<1.10", 5190 "symfony/proxy-manager-bridge": ">=2.7,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7", 5191 "symfony/routing": ">=2,<2.0.19", 5192 "symfony/security": ">=2,<2.7.51|>=2.8,<3.4.49|>=4,<4.4.24|>=5,<5.2.8", 5193 "symfony/security-bundle": ">=2,<4.4.50|>=5,<5.4.20|>=6,<6.0.20|>=6.1,<6.1.12|>=6.2,<6.2.6", 5194 "symfony/security-core": ">=2.4,<2.6.13|>=2.7,<2.7.9|>=2.7.30,<2.7.32|>=2.8,<3.4.49|>=4,<4.4.24|>=5,<5.2.9", 5195 "symfony/security-csrf": ">=2.4,<2.7.48|>=2.8,<2.8.41|>=3,<3.3.17|>=3.4,<3.4.11|>=4,<4.0.11", 5196 "symfony/security-guard": ">=2.8,<3.4.48|>=4,<4.4.23|>=5,<5.2.8", 5197 "symfony/security-http": ">=2.3,<2.3.41|>=2.4,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.2.12|>=4.3,<4.3.8|>=4.4,<4.4.7|>=5,<5.0.7|>=5.1,<5.2.8|>=5.3,<5.3.2|>=5.4,<5.4.31|>=6,<6.3.8", 5198 "symfony/serializer": ">=2,<2.0.11|>=4.1,<4.4.35|>=5,<5.3.12", 5199 "symfony/symfony": ">=2,<4.4.51|>=5,<5.4.31|>=6,<6.3.8", 5200 "symfony/translation": ">=2,<2.0.17", 5201 "symfony/twig-bridge": ">=2,<4.4.51|>=5,<5.4.31|>=6,<6.3.8", 5202 "symfony/ux-autocomplete": "<2.11.2", 5203 "symfony/validator": ">=2,<2.0.24|>=2.1,<2.1.12|>=2.2,<2.2.5|>=2.3,<2.3.3", 5204 "symfony/var-exporter": ">=4.2,<4.2.12|>=4.3,<4.3.8", 5205 "symfony/web-profiler-bundle": ">=2,<2.3.19|>=2.4,<2.4.9|>=2.5,<2.5.4", 5206 "symfony/webhook": ">=6.3,<6.3.8", 5207 "symfony/yaml": ">=2,<2.0.22|>=2.1,<2.1.7|>=2.2.0.0-beta1,<2.2.0.0-beta2", 5208 "symphonycms/symphony-2": "<2.6.4", 5209 "t3/dce": "<0.11.5|>=2.2,<2.6.2", 5210 "t3g/svg-sanitizer": "<1.0.3", 5211 "t3s/content-consent": "<1.0.3|>=2,<2.0.2", 5212 "tastyigniter/tastyigniter": "<3.3", 5213 "tcg/voyager": "<=1.4", 5214 "tecnickcom/tcpdf": "<6.2.22", 5215 "terminal42/contao-tablelookupwizard": "<3.3.5", 5216 "thelia/backoffice-default-template": ">=2.1,<2.1.2", 5217 "thelia/thelia": ">=2.1,<2.1.3", 5218 "theonedemon/phpwhois": "<=4.2.5", 5219 "thinkcmf/thinkcmf": "<=5.1.7", 5220 "thorsten/phpmyfaq": "<3.2.2", 5221 "tikiwiki/tiki-manager": "<=17.1", 5222 "tinymce/tinymce": "<5.10.9|>=6,<6.7.3", 5223 "tinymighty/wiki-seo": "<1.2.2", 5224 "titon/framework": "<9.9.99", 5225 "tobiasbg/tablepress": "<=2.0.0.0-RC1", 5226 "topthink/framework": "<6.0.14", 5227 "topthink/think": "<=6.1.1", 5228 "topthink/thinkphp": "<=3.2.3", 5229 "tpwd/ke_search": "<4.0.3|>=4.1,<4.6.6|>=5,<5.0.2", 5230 "tribalsystems/zenario": "<=9.4.59197", 5231 "truckersmp/phpwhois": "<=4.3.1", 5232 "ttskch/pagination-service-provider": "<1", 5233 "twig/twig": "<1.44.7|>=2,<2.15.3|>=3,<3.4.3", 5234 "typo3/cms": "<9.5.29|>=10,<10.4.35|>=11,<11.5.23|>=12,<12.2", 5235 "typo3/cms-backend": "<4.1.14|>=4.2,<4.2.15|>=4.3,<4.3.7|>=4.4,<4.4.4|>=7,<=7.6.50|>=8,<=8.7.39|>=9,<=9.5.24|>=10,<=10.4.13|>=11,<=11.1", 5236 "typo3/cms-core": "<=8.7.56|>=9,<=9.5.45|>=10,<=10.4.42|>=11,<=11.5.34|>=12,<=12.4.10|==13", 5237 "typo3/cms-extbase": "<6.2.24|>=7,<7.6.8|==8.1.1", 5238 "typo3/cms-fluid": "<4.3.4|>=4.4,<4.4.1", 5239 "typo3/cms-form": ">=8,<=8.7.39|>=9,<=9.5.24|>=10,<=10.4.13|>=11,<=11.1", 5240 "typo3/cms-frontend": "<4.3.9|>=4.4,<4.4.5", 5241 "typo3/cms-install": "<4.1.14|>=4.2,<4.2.16|>=4.3,<4.3.9|>=4.4,<4.4.5|>=12.2,<12.4.8", 5242 "typo3/cms-rte-ckeditor": ">=9.5,<9.5.42|>=10,<10.4.39|>=11,<11.5.30", 5243 "typo3/flow": ">=1,<1.0.4|>=1.1,<1.1.1|>=2,<2.0.1|>=2.3,<2.3.16|>=3,<3.0.12|>=3.1,<3.1.10|>=3.2,<3.2.13|>=3.3,<3.3.13|>=4,<4.0.6", 5244 "typo3/html-sanitizer": ">=1,<=1.5.2|>=2,<=2.1.3", 5245 "typo3/neos": ">=1.1,<1.1.3|>=1.2,<1.2.13|>=2,<2.0.4|>=2.3,<2.3.99|>=3,<3.0.20|>=3.1,<3.1.18|>=3.2,<3.2.14|>=3.3,<3.3.23|>=4,<4.0.17|>=4.1,<4.1.16|>=4.2,<4.2.12|>=4.3,<4.3.3", 5246 "typo3/phar-stream-wrapper": ">=1,<2.1.1|>=3,<3.1.1", 5247 "typo3/swiftmailer": ">=4.1,<4.1.99|>=5.4,<5.4.5", 5248 "typo3fluid/fluid": ">=2,<2.0.8|>=2.1,<2.1.7|>=2.2,<2.2.4|>=2.3,<2.3.7|>=2.4,<2.4.4|>=2.5,<2.5.11|>=2.6,<2.6.10", 5249 "ua-parser/uap-php": "<3.8", 5250 "uasoft-indonesia/badaso": "<=2.9.7", 5251 "unisharp/laravel-filemanager": "<2.6.4", 5252 "userfrosting/userfrosting": ">=0.3.1,<4.6.3", 5253 "usmanhalalit/pixie": "<1.0.3|>=2,<2.0.2", 5254 "uvdesk/community-skeleton": "<=1.1.1", 5255 "vanilla/safecurl": "<0.9.2", 5256 "verot/class.upload.php": "<=2.1.6", 5257 "vova07/yii2-fileapi-widget": "<0.1.9", 5258 "vrana/adminer": "<4.8.1", 5259 "waldhacker/hcaptcha": "<2.1.2", 5260 "wallabag/tcpdf": "<6.2.22", 5261 "wallabag/wallabag": "<2.6.7", 5262 "wanglelecc/laracms": "<=1.0.3", 5263 "web-auth/webauthn-framework": ">=3.3,<3.3.4", 5264 "webbuilders-group/silverstripe-kapost-bridge": "<0.4", 5265 "webcoast/deferred-image-processing": "<1.0.2", 5266 "webklex/laravel-imap": "<5.3", 5267 "webklex/php-imap": "<5.3", 5268 "webpa/webpa": "<3.1.2", 5269 "wikibase/wikibase": "<=1.39.3", 5270 "wikimedia/parsoid": "<0.12.2", 5271 "willdurand/js-translation-bundle": "<2.1.1", 5272 "winter/wn-backend-module": "<1.2.4", 5273 "winter/wn-system-module": "<1.2.4", 5274 "wintercms/winter": "<1.2.3", 5275 "woocommerce/woocommerce": "<6.6", 5276 "wp-cli/wp-cli": ">=0.12,<2.5", 5277 "wp-graphql/wp-graphql": "<=1.14.5", 5278 "wpanel/wpanel4-cms": "<=4.3.1", 5279 "wpcloud/wp-stateless": "<3.2", 5280 "wwbn/avideo": "<=12.4", 5281 "xataface/xataface": "<3", 5282 "xpressengine/xpressengine": "<3.0.15", 5283 "yeswiki/yeswiki": "<4.1", 5284 "yetiforce/yetiforce-crm": "<=6.4", 5285 "yidashi/yii2cmf": "<=2", 5286 "yii2mod/yii2-cms": "<1.9.2", 5287 "yiisoft/yii": "<1.1.29", 5288 "yiisoft/yii2": "<2.0.38", 5289 "yiisoft/yii2-authclient": "<2.2.15", 5290 "yiisoft/yii2-bootstrap": "<2.0.4", 5291 "yiisoft/yii2-dev": "<2.0.43", 5292 "yiisoft/yii2-elasticsearch": "<2.0.5", 5293 "yiisoft/yii2-gii": "<=2.2.4", 5294 "yiisoft/yii2-jui": "<2.0.4", 5295 "yiisoft/yii2-redis": "<2.0.8", 5296 "yikesinc/yikes-inc-easy-mailchimp-extender": "<6.8.6", 5297 "yoast-seo-for-typo3/yoast_seo": "<7.2.3", 5298 "yourls/yourls": "<=1.8.2", 5299 "yuan1994/tpadmin": "<=1.3.12", 5300 "zencart/zencart": "<=1.5.7.0-beta", 5301 "zendesk/zendesk_api_client_php": "<2.2.11", 5302 "zendframework/zend-cache": ">=2.4,<2.4.8|>=2.5,<2.5.3", 5303 "zendframework/zend-captcha": ">=2,<2.4.9|>=2.5,<2.5.2", 5304 "zendframework/zend-crypt": ">=2,<2.4.9|>=2.5,<2.5.2", 5305 "zendframework/zend-db": "<2.2.10|>=2.3,<2.3.5", 5306 "zendframework/zend-developer-tools": ">=1.2.2,<1.2.3", 5307 "zendframework/zend-diactoros": "<1.8.4", 5308 "zendframework/zend-feed": "<2.10.3", 5309 "zendframework/zend-form": ">=2,<2.2.7|>=2.3,<2.3.1", 5310 "zendframework/zend-http": "<2.8.1", 5311 "zendframework/zend-json": ">=2.1,<2.1.6|>=2.2,<2.2.6", 5312 "zendframework/zend-ldap": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.8|>=2.3,<2.3.3", 5313 "zendframework/zend-mail": ">=2,<2.4.11|>=2.5,<2.7.2", 5314 "zendframework/zend-navigation": ">=2,<2.2.7|>=2.3,<2.3.1", 5315 "zendframework/zend-session": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.9|>=2.3,<2.3.4", 5316 "zendframework/zend-validator": ">=2.3,<2.3.6", 5317 "zendframework/zend-view": ">=2,<2.2.7|>=2.3,<2.3.1", 5318 "zendframework/zend-xmlrpc": ">=2.1,<2.1.6|>=2.2,<2.2.6", 5319 "zendframework/zendframework": "<=3", 5320 "zendframework/zendframework1": "<1.12.20", 5321 "zendframework/zendopenid": "<2.0.2", 5322 "zendframework/zendrest": "<2.0.2", 5323 "zendframework/zendservice-amazon": "<2.0.3", 5324 "zendframework/zendservice-api": "<1", 5325 "zendframework/zendservice-audioscrobbler": "<2.0.2", 5326 "zendframework/zendservice-nirvanix": "<2.0.2", 5327 "zendframework/zendservice-slideshare": "<2.0.2", 5328 "zendframework/zendservice-technorati": "<2.0.2", 5329 "zendframework/zendservice-windowsazure": "<2.0.2", 5330 "zendframework/zendxml": ">=1,<1.0.1", 5331 "zenstruck/collection": "<0.2.1", 5332 "zetacomponents/mail": "<1.8.2", 5333 "zf-commons/zfc-user": "<1.2.2", 5334 "zfcampus/zf-apigility-doctrine": ">=1,<1.0.3", 5335 "zfr/zfr-oauth2-server-module": "<0.1.2", 5336 "zoujingli/thinkadmin": "<=6.1.53" 5337 }, 5338 "type": "metapackage", 5339 "notification-url": "https://packagist.org/downloads/", 5340 "license": [ 5341 "MIT" 5342 ], 5343 "authors": [ 5344 { 5345 "name": "Marco Pivetta", 5346 "email": "ocramius@gmail.com", 5347 "role": "maintainer" 5348 }, 5349 { 5350 "name": "Ilya Tribusean", 5351 "email": "slash3b@gmail.com", 5352 "role": "maintainer" 5353 } 5354 ], 5355 "description": "Prevents installation of composer packages with known security vulnerabilities: no API, simply require it", 5356 "keywords": [ 5357 "dev" 5358 ], 5359 "support": { 5360 "issues": "https://github.com/Roave/SecurityAdvisories/issues", 5361 "source": "https://github.com/Roave/SecurityAdvisories/tree/latest" 5362 }, 5363 "funding": [ 5364 { 5365 "url": "https://github.com/Ocramius", 5366 "type": "github" 5367 }, 5368 { 5369 "url": "https://tidelift.com/funding/github/packagist/roave/security-advisories", 5370 "type": "tidelift" 5371 } 5372 ], 5373 "time": "2024-02-19T06:05:04+00:00" 5374 }, 5375 { 5376 "name": "scssphp/scssphp", 5377 "version": "v1.11.1", 5378 "source": { 5379 "type": "git", 5380 "url": "https://github.com/scssphp/scssphp.git", 5381 "reference": "ace2503684bab0dcc817d7614c8a54b865122414" 5382 }, 5383 "dist": { 5384 "type": "zip", 5385 "url": "https://api.github.com/repos/scssphp/scssphp/zipball/ace2503684bab0dcc817d7614c8a54b865122414", 5386 "reference": "ace2503684bab0dcc817d7614c8a54b865122414", 5387 "shasum": "" 5388 }, 5389 "require": { 5390 "ext-ctype": "*", 5391 "ext-json": "*", 5392 "php": ">=5.6.0" 5393 }, 5394 "require-dev": { 5395 "bamarni/composer-bin-plugin": "^1.4", 5396 "phpunit/phpunit": "^5.7 || ^6.5 || ^7.5 || ^8.3 || ^9.4", 5397 "sass/sass-spec": "*", 5398 "squizlabs/php_codesniffer": "~3.5", 5399 "symfony/phpunit-bridge": "^5.1", 5400 "thoughtbot/bourbon": "^7.0", 5401 "twbs/bootstrap": "~5.0", 5402 "twbs/bootstrap4": "4.6.1", 5403 "zurb/foundation": "~6.7.0" 5404 }, 5405 "suggest": { 5406 "ext-iconv": "Can be used as fallback when ext-mbstring is not available", 5407 "ext-mbstring": "For best performance, mbstring should be installed as it is faster than ext-iconv" 5408 }, 5409 "bin": [ 5410 "bin/pscss" 5411 ], 5412 "type": "library", 5413 "extra": { 5414 "bamarni-bin": { 5415 "forward-command": false, 5416 "bin-links": false 5417 } 5418 }, 5419 "autoload": { 5420 "psr-4": { 5421 "ScssPhp\\ScssPhp\\": "src/" 5422 } 5423 }, 5424 "notification-url": "https://packagist.org/downloads/", 5425 "license": [ 5426 "MIT" 5427 ], 5428 "authors": [ 5429 { 5430 "name": "Anthon Pang", 5431 "email": "apang@softwaredevelopment.ca", 5432 "homepage": "https://github.com/robocoder" 5433 }, 5434 { 5435 "name": "Cédric Morin", 5436 "email": "cedric@yterium.com", 5437 "homepage": "https://github.com/Cerdic" 5438 } 5439 ], 5440 "description": "scssphp is a compiler for SCSS written in PHP.", 5441 "homepage": "http://scssphp.github.io/scssphp/", 5442 "keywords": [ 5443 "css", 5444 "less", 5445 "sass", 5446 "scss", 5447 "stylesheet" 5448 ], 5449 "support": { 5450 "issues": "https://github.com/scssphp/scssphp/issues", 5451 "source": "https://github.com/scssphp/scssphp/tree/v1.11.1" 5452 }, 5453 "time": "2023-09-24T13:38:17+00:00" 5454 }, 5455 { 5456 "name": "sebastian/cli-parser", 5457 "version": "1.0.1", 5458 "source": { 5459 "type": "git", 5460 "url": "https://github.com/sebastianbergmann/cli-parser.git", 5461 "reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2" 5462 }, 5463 "dist": { 5464 "type": "zip", 5465 "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/442e7c7e687e42adc03470c7b668bc4b2402c0b2", 5466 "reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2", 5467 "shasum": "" 5468 }, 5469 "require": { 5470 "php": ">=7.3" 5471 }, 5472 "require-dev": { 5473 "phpunit/phpunit": "^9.3" 5474 }, 5475 "type": "library", 5476 "extra": { 5477 "branch-alias": { 5478 "dev-master": "1.0-dev" 5479 } 5480 }, 5481 "autoload": { 5482 "classmap": [ 5483 "src/" 5484 ] 5485 }, 5486 "notification-url": "https://packagist.org/downloads/", 5487 "license": [ 5488 "BSD-3-Clause" 5489 ], 5490 "authors": [ 5491 { 5492 "name": "Sebastian Bergmann", 5493 "email": "sebastian@phpunit.de", 5494 "role": "lead" 5495 } 5496 ], 5497 "description": "Library for parsing CLI options", 5498 "homepage": "https://github.com/sebastianbergmann/cli-parser", 5499 "support": { 5500 "issues": "https://github.com/sebastianbergmann/cli-parser/issues", 5501 "source": "https://github.com/sebastianbergmann/cli-parser/tree/1.0.1" 5502 }, 5503 "funding": [ 5504 { 5505 "url": "https://github.com/sebastianbergmann", 5506 "type": "github" 5507 } 5508 ], 5509 "time": "2020-09-28T06:08:49+00:00" 5510 }, 5511 { 5512 "name": "sebastian/code-unit", 5513 "version": "1.0.8", 5514 "source": { 5515 "type": "git", 5516 "url": "https://github.com/sebastianbergmann/code-unit.git", 5517 "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120" 5518 }, 5519 "dist": { 5520 "type": "zip", 5521 "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/1fc9f64c0927627ef78ba436c9b17d967e68e120", 5522 "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120", 5523 "shasum": "" 5524 }, 5525 "require": { 5526 "php": ">=7.3" 5527 }, 5528 "require-dev": { 5529 "phpunit/phpunit": "^9.3" 5530 }, 5531 "type": "library", 5532 "extra": { 5533 "branch-alias": { 5534 "dev-master": "1.0-dev" 5535 } 5536 }, 5537 "autoload": { 5538 "classmap": [ 5539 "src/" 5540 ] 5541 }, 5542 "notification-url": "https://packagist.org/downloads/", 5543 "license": [ 5544 "BSD-3-Clause" 5545 ], 5546 "authors": [ 5547 { 5548 "name": "Sebastian Bergmann", 5549 "email": "sebastian@phpunit.de", 5550 "role": "lead" 5551 } 5552 ], 5553 "description": "Collection of value objects that represent the PHP code units", 5554 "homepage": "https://github.com/sebastianbergmann/code-unit", 5555 "support": { 5556 "issues": "https://github.com/sebastianbergmann/code-unit/issues", 5557 "source": "https://github.com/sebastianbergmann/code-unit/tree/1.0.8" 5558 }, 5559 "funding": [ 5560 { 5561 "url": "https://github.com/sebastianbergmann", 5562 "type": "github" 5563 } 5564 ], 5565 "time": "2020-10-26T13:08:54+00:00" 5566 }, 5567 { 5568 "name": "sebastian/code-unit-reverse-lookup", 5569 "version": "2.0.3", 5570 "source": { 5571 "type": "git", 5572 "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git", 5573 "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5" 5574 }, 5575 "dist": { 5576 "type": "zip", 5577 "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5", 5578 "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5", 5579 "shasum": "" 5580 }, 5581 "require": { 5582 "php": ">=7.3" 5583 }, 5584 "require-dev": { 5585 "phpunit/phpunit": "^9.3" 5586 }, 5587 "type": "library", 5588 "extra": { 5589 "branch-alias": { 5590 "dev-master": "2.0-dev" 5591 } 5592 }, 5593 "autoload": { 5594 "classmap": [ 5595 "src/" 5596 ] 5597 }, 5598 "notification-url": "https://packagist.org/downloads/", 5599 "license": [ 5600 "BSD-3-Clause" 5601 ], 5602 "authors": [ 5603 { 5604 "name": "Sebastian Bergmann", 5605 "email": "sebastian@phpunit.de" 5606 } 5607 ], 5608 "description": "Looks up which function or method a line of code belongs to", 5609 "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/", 5610 "support": { 5611 "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues", 5612 "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/2.0.3" 5613 }, 5614 "funding": [ 5615 { 5616 "url": "https://github.com/sebastianbergmann", 5617 "type": "github" 5618 } 5619 ], 5620 "time": "2020-09-28T05:30:19+00:00" 5621 }, 5622 { 5623 "name": "sebastian/comparator", 5624 "version": "4.0.8", 5625 "source": { 5626 "type": "git", 5627 "url": "https://github.com/sebastianbergmann/comparator.git", 5628 "reference": "fa0f136dd2334583309d32b62544682ee972b51a" 5629 }, 5630 "dist": { 5631 "type": "zip", 5632 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/fa0f136dd2334583309d32b62544682ee972b51a", 5633 "reference": "fa0f136dd2334583309d32b62544682ee972b51a", 5634 "shasum": "" 5635 }, 5636 "require": { 5637 "php": ">=7.3", 5638 "sebastian/diff": "^4.0", 5639 "sebastian/exporter": "^4.0" 5640 }, 5641 "require-dev": { 5642 "phpunit/phpunit": "^9.3" 5643 }, 5644 "type": "library", 5645 "extra": { 5646 "branch-alias": { 5647 "dev-master": "4.0-dev" 5648 } 5649 }, 5650 "autoload": { 5651 "classmap": [ 5652 "src/" 5653 ] 5654 }, 5655 "notification-url": "https://packagist.org/downloads/", 5656 "license": [ 5657 "BSD-3-Clause" 5658 ], 5659 "authors": [ 5660 { 5661 "name": "Sebastian Bergmann", 5662 "email": "sebastian@phpunit.de" 5663 }, 5664 { 5665 "name": "Jeff Welch", 5666 "email": "whatthejeff@gmail.com" 5667 }, 5668 { 5669 "name": "Volker Dusch", 5670 "email": "github@wallbash.com" 5671 }, 5672 { 5673 "name": "Bernhard Schussek", 5674 "email": "bschussek@2bepublished.at" 5675 } 5676 ], 5677 "description": "Provides the functionality to compare PHP values for equality", 5678 "homepage": "https://github.com/sebastianbergmann/comparator", 5679 "keywords": [ 5680 "comparator", 5681 "compare", 5682 "equality" 5683 ], 5684 "support": { 5685 "issues": "https://github.com/sebastianbergmann/comparator/issues", 5686 "source": "https://github.com/sebastianbergmann/comparator/tree/4.0.8" 5687 }, 5688 "funding": [ 5689 { 5690 "url": "https://github.com/sebastianbergmann", 5691 "type": "github" 5692 } 5693 ], 5694 "time": "2022-09-14T12:41:17+00:00" 5695 }, 5696 { 5697 "name": "sebastian/complexity", 5698 "version": "2.0.3", 5699 "source": { 5700 "type": "git", 5701 "url": "https://github.com/sebastianbergmann/complexity.git", 5702 "reference": "25f207c40d62b8b7aa32f5ab026c53561964053a" 5703 }, 5704 "dist": { 5705 "type": "zip", 5706 "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/25f207c40d62b8b7aa32f5ab026c53561964053a", 5707 "reference": "25f207c40d62b8b7aa32f5ab026c53561964053a", 5708 "shasum": "" 5709 }, 5710 "require": { 5711 "nikic/php-parser": "^4.18 || ^5.0", 5712 "php": ">=7.3" 5713 }, 5714 "require-dev": { 5715 "phpunit/phpunit": "^9.3" 5716 }, 5717 "type": "library", 5718 "extra": { 5719 "branch-alias": { 5720 "dev-master": "2.0-dev" 5721 } 5722 }, 5723 "autoload": { 5724 "classmap": [ 5725 "src/" 5726 ] 5727 }, 5728 "notification-url": "https://packagist.org/downloads/", 5729 "license": [ 5730 "BSD-3-Clause" 5731 ], 5732 "authors": [ 5733 { 5734 "name": "Sebastian Bergmann", 5735 "email": "sebastian@phpunit.de", 5736 "role": "lead" 5737 } 5738 ], 5739 "description": "Library for calculating the complexity of PHP code units", 5740 "homepage": "https://github.com/sebastianbergmann/complexity", 5741 "support": { 5742 "issues": "https://github.com/sebastianbergmann/complexity/issues", 5743 "source": "https://github.com/sebastianbergmann/complexity/tree/2.0.3" 5744 }, 5745 "funding": [ 5746 { 5747 "url": "https://github.com/sebastianbergmann", 5748 "type": "github" 5749 } 5750 ], 5751 "time": "2023-12-22T06:19:30+00:00" 5752 }, 5753 { 5754 "name": "sebastian/diff", 5755 "version": "4.0.5", 5756 "source": { 5757 "type": "git", 5758 "url": "https://github.com/sebastianbergmann/diff.git", 5759 "reference": "74be17022044ebaaecfdf0c5cd504fc9cd5a7131" 5760 }, 5761 "dist": { 5762 "type": "zip", 5763 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/74be17022044ebaaecfdf0c5cd504fc9cd5a7131", 5764 "reference": "74be17022044ebaaecfdf0c5cd504fc9cd5a7131", 5765 "shasum": "" 5766 }, 5767 "require": { 5768 "php": ">=7.3" 5769 }, 5770 "require-dev": { 5771 "phpunit/phpunit": "^9.3", 5772 "symfony/process": "^4.2 || ^5" 5773 }, 5774 "type": "library", 5775 "extra": { 5776 "branch-alias": { 5777 "dev-master": "4.0-dev" 5778 } 5779 }, 5780 "autoload": { 5781 "classmap": [ 5782 "src/" 5783 ] 5784 }, 5785 "notification-url": "https://packagist.org/downloads/", 5786 "license": [ 5787 "BSD-3-Clause" 5788 ], 5789 "authors": [ 5790 { 5791 "name": "Sebastian Bergmann", 5792 "email": "sebastian@phpunit.de" 5793 }, 5794 { 5795 "name": "Kore Nordmann", 5796 "email": "mail@kore-nordmann.de" 5797 } 5798 ], 5799 "description": "Diff implementation", 5800 "homepage": "https://github.com/sebastianbergmann/diff", 5801 "keywords": [ 5802 "diff", 5803 "udiff", 5804 "unidiff", 5805 "unified diff" 5806 ], 5807 "support": { 5808 "issues": "https://github.com/sebastianbergmann/diff/issues", 5809 "source": "https://github.com/sebastianbergmann/diff/tree/4.0.5" 5810 }, 5811 "funding": [ 5812 { 5813 "url": "https://github.com/sebastianbergmann", 5814 "type": "github" 5815 } 5816 ], 5817 "time": "2023-05-07T05:35:17+00:00" 5818 }, 5819 { 5820 "name": "sebastian/environment", 5821 "version": "5.1.5", 5822 "source": { 5823 "type": "git", 5824 "url": "https://github.com/sebastianbergmann/environment.git", 5825 "reference": "830c43a844f1f8d5b7a1f6d6076b784454d8b7ed" 5826 }, 5827 "dist": { 5828 "type": "zip", 5829 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/830c43a844f1f8d5b7a1f6d6076b784454d8b7ed", 5830 "reference": "830c43a844f1f8d5b7a1f6d6076b784454d8b7ed", 5831 "shasum": "" 5832 }, 5833 "require": { 5834 "php": ">=7.3" 5835 }, 5836 "require-dev": { 5837 "phpunit/phpunit": "^9.3" 5838 }, 5839 "suggest": { 5840 "ext-posix": "*" 5841 }, 5842 "type": "library", 5843 "extra": { 5844 "branch-alias": { 5845 "dev-master": "5.1-dev" 5846 } 5847 }, 5848 "autoload": { 5849 "classmap": [ 5850 "src/" 5851 ] 5852 }, 5853 "notification-url": "https://packagist.org/downloads/", 5854 "license": [ 5855 "BSD-3-Clause" 5856 ], 5857 "authors": [ 5858 { 5859 "name": "Sebastian Bergmann", 5860 "email": "sebastian@phpunit.de" 5861 } 5862 ], 5863 "description": "Provides functionality to handle HHVM/PHP environments", 5864 "homepage": "http://www.github.com/sebastianbergmann/environment", 5865 "keywords": [ 5866 "Xdebug", 5867 "environment", 5868 "hhvm" 5869 ], 5870 "support": { 5871 "issues": "https://github.com/sebastianbergmann/environment/issues", 5872 "source": "https://github.com/sebastianbergmann/environment/tree/5.1.5" 5873 }, 5874 "funding": [ 5875 { 5876 "url": "https://github.com/sebastianbergmann", 5877 "type": "github" 5878 } 5879 ], 5880 "time": "2023-02-03T06:03:51+00:00" 5881 }, 5882 { 5883 "name": "sebastian/exporter", 5884 "version": "4.0.5", 5885 "source": { 5886 "type": "git", 5887 "url": "https://github.com/sebastianbergmann/exporter.git", 5888 "reference": "ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d" 5889 }, 5890 "dist": { 5891 "type": "zip", 5892 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d", 5893 "reference": "ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d", 5894 "shasum": "" 5895 }, 5896 "require": { 5897 "php": ">=7.3", 5898 "sebastian/recursion-context": "^4.0" 5899 }, 5900 "require-dev": { 5901 "ext-mbstring": "*", 5902 "phpunit/phpunit": "^9.3" 5903 }, 5904 "type": "library", 5905 "extra": { 5906 "branch-alias": { 5907 "dev-master": "4.0-dev" 5908 } 5909 }, 5910 "autoload": { 5911 "classmap": [ 5912 "src/" 5913 ] 5914 }, 5915 "notification-url": "https://packagist.org/downloads/", 5916 "license": [ 5917 "BSD-3-Clause" 5918 ], 5919 "authors": [ 5920 { 5921 "name": "Sebastian Bergmann", 5922 "email": "sebastian@phpunit.de" 5923 }, 5924 { 5925 "name": "Jeff Welch", 5926 "email": "whatthejeff@gmail.com" 5927 }, 5928 { 5929 "name": "Volker Dusch", 5930 "email": "github@wallbash.com" 5931 }, 5932 { 5933 "name": "Adam Harvey", 5934 "email": "aharvey@php.net" 5935 }, 5936 { 5937 "name": "Bernhard Schussek", 5938 "email": "bschussek@gmail.com" 5939 } 5940 ], 5941 "description": "Provides the functionality to export PHP variables for visualization", 5942 "homepage": "https://www.github.com/sebastianbergmann/exporter", 5943 "keywords": [ 5944 "export", 5945 "exporter" 5946 ], 5947 "support": { 5948 "issues": "https://github.com/sebastianbergmann/exporter/issues", 5949 "source": "https://github.com/sebastianbergmann/exporter/tree/4.0.5" 5950 }, 5951 "funding": [ 5952 { 5953 "url": "https://github.com/sebastianbergmann", 5954 "type": "github" 5955 } 5956 ], 5957 "time": "2022-09-14T06:03:37+00:00" 5958 }, 5959 { 5960 "name": "sebastian/global-state", 5961 "version": "5.0.6", 5962 "source": { 5963 "type": "git", 5964 "url": "https://github.com/sebastianbergmann/global-state.git", 5965 "reference": "bde739e7565280bda77be70044ac1047bc007e34" 5966 }, 5967 "dist": { 5968 "type": "zip", 5969 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bde739e7565280bda77be70044ac1047bc007e34", 5970 "reference": "bde739e7565280bda77be70044ac1047bc007e34", 5971 "shasum": "" 5972 }, 5973 "require": { 5974 "php": ">=7.3", 5975 "sebastian/object-reflector": "^2.0", 5976 "sebastian/recursion-context": "^4.0" 5977 }, 5978 "require-dev": { 5979 "ext-dom": "*", 5980 "phpunit/phpunit": "^9.3" 5981 }, 5982 "suggest": { 5983 "ext-uopz": "*" 5984 }, 5985 "type": "library", 5986 "extra": { 5987 "branch-alias": { 5988 "dev-master": "5.0-dev" 5989 } 5990 }, 5991 "autoload": { 5992 "classmap": [ 5993 "src/" 5994 ] 5995 }, 5996 "notification-url": "https://packagist.org/downloads/", 5997 "license": [ 5998 "BSD-3-Clause" 5999 ], 6000 "authors": [ 6001 { 6002 "name": "Sebastian Bergmann", 6003 "email": "sebastian@phpunit.de" 6004 } 6005 ], 6006 "description": "Snapshotting of global state", 6007 "homepage": "http://www.github.com/sebastianbergmann/global-state", 6008 "keywords": [ 6009 "global state" 6010 ], 6011 "support": { 6012 "issues": "https://github.com/sebastianbergmann/global-state/issues", 6013 "source": "https://github.com/sebastianbergmann/global-state/tree/5.0.6" 6014 }, 6015 "funding": [ 6016 { 6017 "url": "https://github.com/sebastianbergmann", 6018 "type": "github" 6019 } 6020 ], 6021 "time": "2023-08-02T09:26:13+00:00" 6022 }, 6023 { 6024 "name": "sebastian/lines-of-code", 6025 "version": "1.0.4", 6026 "source": { 6027 "type": "git", 6028 "url": "https://github.com/sebastianbergmann/lines-of-code.git", 6029 "reference": "e1e4a170560925c26d424b6a03aed157e7dcc5c5" 6030 }, 6031 "dist": { 6032 "type": "zip", 6033 "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/e1e4a170560925c26d424b6a03aed157e7dcc5c5", 6034 "reference": "e1e4a170560925c26d424b6a03aed157e7dcc5c5", 6035 "shasum": "" 6036 }, 6037 "require": { 6038 "nikic/php-parser": "^4.18 || ^5.0", 6039 "php": ">=7.3" 6040 }, 6041 "require-dev": { 6042 "phpunit/phpunit": "^9.3" 6043 }, 6044 "type": "library", 6045 "extra": { 6046 "branch-alias": { 6047 "dev-master": "1.0-dev" 6048 } 6049 }, 6050 "autoload": { 6051 "classmap": [ 6052 "src/" 6053 ] 6054 }, 6055 "notification-url": "https://packagist.org/downloads/", 6056 "license": [ 6057 "BSD-3-Clause" 6058 ], 6059 "authors": [ 6060 { 6061 "name": "Sebastian Bergmann", 6062 "email": "sebastian@phpunit.de", 6063 "role": "lead" 6064 } 6065 ], 6066 "description": "Library for counting the lines of code in PHP source code", 6067 "homepage": "https://github.com/sebastianbergmann/lines-of-code", 6068 "support": { 6069 "issues": "https://github.com/sebastianbergmann/lines-of-code/issues", 6070 "source": "https://github.com/sebastianbergmann/lines-of-code/tree/1.0.4" 6071 }, 6072 "funding": [ 6073 { 6074 "url": "https://github.com/sebastianbergmann", 6075 "type": "github" 6076 } 6077 ], 6078 "time": "2023-12-22T06:20:34+00:00" 6079 }, 6080 { 6081 "name": "sebastian/object-enumerator", 6082 "version": "4.0.4", 6083 "source": { 6084 "type": "git", 6085 "url": "https://github.com/sebastianbergmann/object-enumerator.git", 6086 "reference": "5c9eeac41b290a3712d88851518825ad78f45c71" 6087 }, 6088 "dist": { 6089 "type": "zip", 6090 "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/5c9eeac41b290a3712d88851518825ad78f45c71", 6091 "reference": "5c9eeac41b290a3712d88851518825ad78f45c71", 6092 "shasum": "" 6093 }, 6094 "require": { 6095 "php": ">=7.3", 6096 "sebastian/object-reflector": "^2.0", 6097 "sebastian/recursion-context": "^4.0" 6098 }, 6099 "require-dev": { 6100 "phpunit/phpunit": "^9.3" 6101 }, 6102 "type": "library", 6103 "extra": { 6104 "branch-alias": { 6105 "dev-master": "4.0-dev" 6106 } 6107 }, 6108 "autoload": { 6109 "classmap": [ 6110 "src/" 6111 ] 6112 }, 6113 "notification-url": "https://packagist.org/downloads/", 6114 "license": [ 6115 "BSD-3-Clause" 6116 ], 6117 "authors": [ 6118 { 6119 "name": "Sebastian Bergmann", 6120 "email": "sebastian@phpunit.de" 6121 } 6122 ], 6123 "description": "Traverses array structures and object graphs to enumerate all referenced objects", 6124 "homepage": "https://github.com/sebastianbergmann/object-enumerator/", 6125 "support": { 6126 "issues": "https://github.com/sebastianbergmann/object-enumerator/issues", 6127 "source": "https://github.com/sebastianbergmann/object-enumerator/tree/4.0.4" 6128 }, 6129 "funding": [ 6130 { 6131 "url": "https://github.com/sebastianbergmann", 6132 "type": "github" 6133 } 6134 ], 6135 "time": "2020-10-26T13:12:34+00:00" 6136 }, 6137 { 6138 "name": "sebastian/object-reflector", 6139 "version": "2.0.4", 6140 "source": { 6141 "type": "git", 6142 "url": "https://github.com/sebastianbergmann/object-reflector.git", 6143 "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7" 6144 }, 6145 "dist": { 6146 "type": "zip", 6147 "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/b4f479ebdbf63ac605d183ece17d8d7fe49c15c7", 6148 "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7", 6149 "shasum": "" 6150 }, 6151 "require": { 6152 "php": ">=7.3" 6153 }, 6154 "require-dev": { 6155 "phpunit/phpunit": "^9.3" 6156 }, 6157 "type": "library", 6158 "extra": { 6159 "branch-alias": { 6160 "dev-master": "2.0-dev" 6161 } 6162 }, 6163 "autoload": { 6164 "classmap": [ 6165 "src/" 6166 ] 6167 }, 6168 "notification-url": "https://packagist.org/downloads/", 6169 "license": [ 6170 "BSD-3-Clause" 6171 ], 6172 "authors": [ 6173 { 6174 "name": "Sebastian Bergmann", 6175 "email": "sebastian@phpunit.de" 6176 } 6177 ], 6178 "description": "Allows reflection of object attributes, including inherited and non-public ones", 6179 "homepage": "https://github.com/sebastianbergmann/object-reflector/", 6180 "support": { 6181 "issues": "https://github.com/sebastianbergmann/object-reflector/issues", 6182 "source": "https://github.com/sebastianbergmann/object-reflector/tree/2.0.4" 6183 }, 6184 "funding": [ 6185 { 6186 "url": "https://github.com/sebastianbergmann", 6187 "type": "github" 6188 } 6189 ], 6190 "time": "2020-10-26T13:14:26+00:00" 6191 }, 6192 { 6193 "name": "sebastian/recursion-context", 6194 "version": "4.0.5", 6195 "source": { 6196 "type": "git", 6197 "url": "https://github.com/sebastianbergmann/recursion-context.git", 6198 "reference": "e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1" 6199 }, 6200 "dist": { 6201 "type": "zip", 6202 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1", 6203 "reference": "e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1", 6204 "shasum": "" 6205 }, 6206 "require": { 6207 "php": ">=7.3" 6208 }, 6209 "require-dev": { 6210 "phpunit/phpunit": "^9.3" 6211 }, 6212 "type": "library", 6213 "extra": { 6214 "branch-alias": { 6215 "dev-master": "4.0-dev" 6216 } 6217 }, 6218 "autoload": { 6219 "classmap": [ 6220 "src/" 6221 ] 6222 }, 6223 "notification-url": "https://packagist.org/downloads/", 6224 "license": [ 6225 "BSD-3-Clause" 6226 ], 6227 "authors": [ 6228 { 6229 "name": "Sebastian Bergmann", 6230 "email": "sebastian@phpunit.de" 6231 }, 6232 { 6233 "name": "Jeff Welch", 6234 "email": "whatthejeff@gmail.com" 6235 }, 6236 { 6237 "name": "Adam Harvey", 6238 "email": "aharvey@php.net" 6239 } 6240 ], 6241 "description": "Provides functionality to recursively process PHP variables", 6242 "homepage": "https://github.com/sebastianbergmann/recursion-context", 6243 "support": { 6244 "issues": "https://github.com/sebastianbergmann/recursion-context/issues", 6245 "source": "https://github.com/sebastianbergmann/recursion-context/tree/4.0.5" 6246 }, 6247 "funding": [ 6248 { 6249 "url": "https://github.com/sebastianbergmann", 6250 "type": "github" 6251 } 6252 ], 6253 "time": "2023-02-03T06:07:39+00:00" 6254 }, 6255 { 6256 "name": "sebastian/resource-operations", 6257 "version": "3.0.3", 6258 "source": { 6259 "type": "git", 6260 "url": "https://github.com/sebastianbergmann/resource-operations.git", 6261 "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8" 6262 }, 6263 "dist": { 6264 "type": "zip", 6265 "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8", 6266 "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8", 6267 "shasum": "" 6268 }, 6269 "require": { 6270 "php": ">=7.3" 6271 }, 6272 "require-dev": { 6273 "phpunit/phpunit": "^9.0" 6274 }, 6275 "type": "library", 6276 "extra": { 6277 "branch-alias": { 6278 "dev-master": "3.0-dev" 6279 } 6280 }, 6281 "autoload": { 6282 "classmap": [ 6283 "src/" 6284 ] 6285 }, 6286 "notification-url": "https://packagist.org/downloads/", 6287 "license": [ 6288 "BSD-3-Clause" 6289 ], 6290 "authors": [ 6291 { 6292 "name": "Sebastian Bergmann", 6293 "email": "sebastian@phpunit.de" 6294 } 6295 ], 6296 "description": "Provides a list of PHP built-in functions that operate on resources", 6297 "homepage": "https://www.github.com/sebastianbergmann/resource-operations", 6298 "support": { 6299 "issues": "https://github.com/sebastianbergmann/resource-operations/issues", 6300 "source": "https://github.com/sebastianbergmann/resource-operations/tree/3.0.3" 6301 }, 6302 "funding": [ 6303 { 6304 "url": "https://github.com/sebastianbergmann", 6305 "type": "github" 6306 } 6307 ], 6308 "time": "2020-09-28T06:45:17+00:00" 6309 }, 6310 { 6311 "name": "sebastian/type", 6312 "version": "3.2.1", 6313 "source": { 6314 "type": "git", 6315 "url": "https://github.com/sebastianbergmann/type.git", 6316 "reference": "75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7" 6317 }, 6318 "dist": { 6319 "type": "zip", 6320 "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7", 6321 "reference": "75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7", 6322 "shasum": "" 6323 }, 6324 "require": { 6325 "php": ">=7.3" 6326 }, 6327 "require-dev": { 6328 "phpunit/phpunit": "^9.5" 6329 }, 6330 "type": "library", 6331 "extra": { 6332 "branch-alias": { 6333 "dev-master": "3.2-dev" 6334 } 6335 }, 6336 "autoload": { 6337 "classmap": [ 6338 "src/" 6339 ] 6340 }, 6341 "notification-url": "https://packagist.org/downloads/", 6342 "license": [ 6343 "BSD-3-Clause" 6344 ], 6345 "authors": [ 6346 { 6347 "name": "Sebastian Bergmann", 6348 "email": "sebastian@phpunit.de", 6349 "role": "lead" 6350 } 6351 ], 6352 "description": "Collection of value objects that represent the types of the PHP type system", 6353 "homepage": "https://github.com/sebastianbergmann/type", 6354 "support": { 6355 "issues": "https://github.com/sebastianbergmann/type/issues", 6356 "source": "https://github.com/sebastianbergmann/type/tree/3.2.1" 6357 }, 6358 "funding": [ 6359 { 6360 "url": "https://github.com/sebastianbergmann", 6361 "type": "github" 6362 } 6363 ], 6364 "time": "2023-02-03T06:13:03+00:00" 6365 }, 6366 { 6367 "name": "siad007/versioncontrol_hg", 6368 "version": "v1.0.3", 6369 "source": { 6370 "type": "git", 6371 "url": "https://github.com/siad007/versioncontrol_hg.git", 6372 "reference": "bdeb5515f14a6ccd1abdc69e8d0c9e8e0bb75ec3" 6373 }, 6374 "dist": { 6375 "type": "zip", 6376 "url": "https://api.github.com/repos/siad007/versioncontrol_hg/zipball/bdeb5515f14a6ccd1abdc69e8d0c9e8e0bb75ec3", 6377 "reference": "bdeb5515f14a6ccd1abdc69e8d0c9e8e0bb75ec3", 6378 "shasum": "" 6379 }, 6380 "require": { 6381 "php": ">=5.4" 6382 }, 6383 "require-dev": { 6384 "codeclimate/php-test-reporter": "dev-master", 6385 "mehr-als-nix/assumptions": "~1", 6386 "phpunit/phpunit": "~4" 6387 }, 6388 "type": "library", 6389 "extra": { 6390 "branch-alias": { 6391 "dev-master": "1.0.x-dev" 6392 } 6393 }, 6394 "autoload": { 6395 "psr-4": { 6396 "Siad007\\VersionControl\\HG\\": "src", 6397 "Siad007\\VersionControl\\HG\\Tests\\": "tests" 6398 } 6399 }, 6400 "notification-url": "https://packagist.org/downloads/", 6401 "license": [ 6402 "MIT" 6403 ], 6404 "authors": [ 6405 { 6406 "name": "Siad Ardroumli", 6407 "email": "siad.ardroumli@gmail.com", 6408 "role": "Lead" 6409 } 6410 ], 6411 "description": "VersionControl_HG is a library that provides an OO interface to handle Mercurial repositories.", 6412 "support": { 6413 "issues": "https://github.com/siad007/versioncontrol_hg/issues", 6414 "source": "https://github.com/siad007/versioncontrol_hg/tree/v1.0.3" 6415 }, 6416 "time": "2021-01-22T20:43:06+00:00" 6417 }, 6418 { 6419 "name": "smarty/smarty", 6420 "version": "v3.1.48", 6421 "source": { 6422 "type": "git", 6423 "url": "https://github.com/smarty-php/smarty.git", 6424 "reference": "2fc443806cdcaee4441be4d0bb09f8fa56a17f2c" 6425 }, 6426 "dist": { 6427 "type": "zip", 6428 "url": "https://api.github.com/repos/smarty-php/smarty/zipball/2fc443806cdcaee4441be4d0bb09f8fa56a17f2c", 6429 "reference": "2fc443806cdcaee4441be4d0bb09f8fa56a17f2c", 6430 "shasum": "" 6431 }, 6432 "require": { 6433 "php": "^5.2 || ^7.0" 6434 }, 6435 "require-dev": { 6436 "phpunit/phpunit": "^7.5 || ^6.5 || ^5.7 || ^4.8", 6437 "smarty/smarty-lexer": "^3.1" 6438 }, 6439 "type": "library", 6440 "extra": { 6441 "branch-alias": { 6442 "dev-master": "3.1.x-dev" 6443 } 6444 }, 6445 "autoload": { 6446 "classmap": [ 6447 "libs/" 6448 ] 6449 }, 6450 "notification-url": "https://packagist.org/downloads/", 6451 "license": [ 6452 "LGPL-3.0" 6453 ], 6454 "authors": [ 6455 { 6456 "name": "Monte Ohrt", 6457 "email": "monte@ohrt.com" 6458 }, 6459 { 6460 "name": "Uwe Tews", 6461 "email": "uwe.tews@googlemail.com" 6462 }, 6463 { 6464 "name": "Rodney Rehm", 6465 "email": "rodney.rehm@medialize.de" 6466 } 6467 ], 6468 "description": "Smarty - the compiling PHP template engine", 6469 "homepage": "http://www.smarty.net", 6470 "keywords": [ 6471 "templating" 6472 ], 6473 "support": { 6474 "forum": "http://www.smarty.net/forums/", 6475 "irc": "irc://irc.freenode.org/smarty", 6476 "issues": "https://github.com/smarty-php/smarty/issues", 6477 "source": "https://github.com/smarty-php/smarty/tree/v3.1.48" 6478 }, 6479 "time": "2023-03-28T19:45:54+00:00" 6480 }, 6481 { 6482 "name": "squizlabs/php_codesniffer", 6483 "version": "3.9.0", 6484 "source": { 6485 "type": "git", 6486 "url": "https://github.com/PHPCSStandards/PHP_CodeSniffer.git", 6487 "reference": "d63cee4890a8afaf86a22e51ad4d97c91dd4579b" 6488 }, 6489 "dist": { 6490 "type": "zip", 6491 "url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/d63cee4890a8afaf86a22e51ad4d97c91dd4579b", 6492 "reference": "d63cee4890a8afaf86a22e51ad4d97c91dd4579b", 6493 "shasum": "" 6494 }, 6495 "require": { 6496 "ext-simplexml": "*", 6497 "ext-tokenizer": "*", 6498 "ext-xmlwriter": "*", 6499 "php": ">=5.4.0" 6500 }, 6501 "require-dev": { 6502 "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.3.4" 6503 }, 6504 "bin": [ 6505 "bin/phpcbf", 6506 "bin/phpcs" 6507 ], 6508 "type": "library", 6509 "extra": { 6510 "branch-alias": { 6511 "dev-master": "3.x-dev" 6512 } 6513 }, 6514 "notification-url": "https://packagist.org/downloads/", 6515 "license": [ 6516 "BSD-3-Clause" 6517 ], 6518 "authors": [ 6519 { 6520 "name": "Greg Sherwood", 6521 "role": "Former lead" 6522 }, 6523 { 6524 "name": "Juliette Reinders Folmer", 6525 "role": "Current lead" 6526 }, 6527 { 6528 "name": "Contributors", 6529 "homepage": "https://github.com/PHPCSStandards/PHP_CodeSniffer/graphs/contributors" 6530 } 6531 ], 6532 "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.", 6533 "homepage": "https://github.com/PHPCSStandards/PHP_CodeSniffer", 6534 "keywords": [ 6535 "phpcs", 6536 "standards", 6537 "static analysis" 6538 ], 6539 "support": { 6540 "issues": "https://github.com/PHPCSStandards/PHP_CodeSniffer/issues", 6541 "security": "https://github.com/PHPCSStandards/PHP_CodeSniffer/security/policy", 6542 "source": "https://github.com/PHPCSStandards/PHP_CodeSniffer", 6543 "wiki": "https://github.com/PHPCSStandards/PHP_CodeSniffer/wiki" 6544 }, 6545 "funding": [ 6546 { 6547 "url": "https://github.com/PHPCSStandards", 6548 "type": "github" 6549 }, 6550 { 6551 "url": "https://github.com/jrfnl", 6552 "type": "github" 6553 }, 6554 { 6555 "url": "https://opencollective.com/php_codesniffer", 6556 "type": "open_collective" 6557 } 6558 ], 6559 "time": "2024-02-16T15:06:51+00:00" 6560 }, 6561 { 6562 "name": "symfony/config", 6563 "version": "v5.4.35", 6564 "source": { 6565 "type": "git", 6566 "url": "https://github.com/symfony/config.git", 6567 "reference": "6b763438a22a4f20885e994ad6702f6a3f25430e" 6568 }, 6569 "dist": { 6570 "type": "zip", 6571 "url": "https://api.github.com/repos/symfony/config/zipball/6b763438a22a4f20885e994ad6702f6a3f25430e", 6572 "reference": "6b763438a22a4f20885e994ad6702f6a3f25430e", 6573 "shasum": "" 6574 }, 6575 "require": { 6576 "php": ">=7.2.5", 6577 "symfony/deprecation-contracts": "^2.1|^3", 6578 "symfony/filesystem": "^4.4|^5.0|^6.0", 6579 "symfony/polyfill-ctype": "~1.8", 6580 "symfony/polyfill-php80": "^1.16", 6581 "symfony/polyfill-php81": "^1.22" 6582 }, 6583 "conflict": { 6584 "symfony/finder": "<4.4" 6585 }, 6586 "require-dev": { 6587 "symfony/event-dispatcher": "^4.4|^5.0|^6.0", 6588 "symfony/finder": "^4.4|^5.0|^6.0", 6589 "symfony/messenger": "^4.4|^5.0|^6.0", 6590 "symfony/service-contracts": "^1.1|^2|^3", 6591 "symfony/yaml": "^4.4|^5.0|^6.0" 6592 }, 6593 "suggest": { 6594 "symfony/yaml": "To use the yaml reference dumper" 6595 }, 6596 "type": "library", 6597 "autoload": { 6598 "psr-4": { 6599 "Symfony\\Component\\Config\\": "" 6600 }, 6601 "exclude-from-classmap": [ 6602 "/Tests/" 6603 ] 6604 }, 6605 "notification-url": "https://packagist.org/downloads/", 6606 "license": [ 6607 "MIT" 6608 ], 6609 "authors": [ 6610 { 6611 "name": "Fabien Potencier", 6612 "email": "fabien@symfony.com" 6613 }, 6614 { 6615 "name": "Symfony Community", 6616 "homepage": "https://symfony.com/contributors" 6617 } 6618 ], 6619 "description": "Helps you find, load, combine, autofill and validate configuration values of any kind", 6620 "homepage": "https://symfony.com", 6621 "support": { 6622 "source": "https://github.com/symfony/config/tree/v5.4.35" 6623 }, 6624 "funding": [ 6625 { 6626 "url": "https://symfony.com/sponsor", 6627 "type": "custom" 6628 }, 6629 { 6630 "url": "https://github.com/fabpot", 6631 "type": "github" 6632 }, 6633 { 6634 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 6635 "type": "tidelift" 6636 } 6637 ], 6638 "time": "2024-01-23T13:51:25+00:00" 6639 }, 6640 { 6641 "name": "symfony/dependency-injection", 6642 "version": "v5.4.35", 6643 "source": { 6644 "type": "git", 6645 "url": "https://github.com/symfony/dependency-injection.git", 6646 "reference": "45474d527212ca67cdb93f6c5e6da68f4bc67118" 6647 }, 6648 "dist": { 6649 "type": "zip", 6650 "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/45474d527212ca67cdb93f6c5e6da68f4bc67118", 6651 "reference": "45474d527212ca67cdb93f6c5e6da68f4bc67118", 6652 "shasum": "" 6653 }, 6654 "require": { 6655 "php": ">=7.2.5", 6656 "psr/container": "^1.1.1", 6657 "symfony/deprecation-contracts": "^2.1|^3", 6658 "symfony/polyfill-php80": "^1.16", 6659 "symfony/polyfill-php81": "^1.22", 6660 "symfony/service-contracts": "^1.1.6|^2" 6661 }, 6662 "conflict": { 6663 "ext-psr": "<1.1|>=2", 6664 "symfony/config": "<5.3", 6665 "symfony/finder": "<4.4", 6666 "symfony/proxy-manager-bridge": "<4.4", 6667 "symfony/yaml": "<4.4.26" 6668 }, 6669 "provide": { 6670 "psr/container-implementation": "1.0", 6671 "symfony/service-implementation": "1.0|2.0" 6672 }, 6673 "require-dev": { 6674 "symfony/config": "^5.3|^6.0", 6675 "symfony/expression-language": "^4.4|^5.0|^6.0", 6676 "symfony/yaml": "^4.4.26|^5.0|^6.0" 6677 }, 6678 "suggest": { 6679 "symfony/config": "", 6680 "symfony/expression-language": "For using expressions in service container configuration", 6681 "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required", 6682 "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them", 6683 "symfony/yaml": "" 6684 }, 6685 "type": "library", 6686 "autoload": { 6687 "psr-4": { 6688 "Symfony\\Component\\DependencyInjection\\": "" 6689 }, 6690 "exclude-from-classmap": [ 6691 "/Tests/" 6692 ] 6693 }, 6694 "notification-url": "https://packagist.org/downloads/", 6695 "license": [ 6696 "MIT" 6697 ], 6698 "authors": [ 6699 { 6700 "name": "Fabien Potencier", 6701 "email": "fabien@symfony.com" 6702 }, 6703 { 6704 "name": "Symfony Community", 6705 "homepage": "https://symfony.com/contributors" 6706 } 6707 ], 6708 "description": "Allows you to standardize and centralize the way objects are constructed in your application", 6709 "homepage": "https://symfony.com", 6710 "support": { 6711 "source": "https://github.com/symfony/dependency-injection/tree/v5.4.35" 6712 }, 6713 "funding": [ 6714 { 6715 "url": "https://symfony.com/sponsor", 6716 "type": "custom" 6717 }, 6718 { 6719 "url": "https://github.com/fabpot", 6720 "type": "github" 6721 }, 6722 { 6723 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 6724 "type": "tidelift" 6725 } 6726 ], 6727 "time": "2024-01-29T20:37:36+00:00" 6728 }, 6729 { 6730 "name": "symfony/event-dispatcher", 6731 "version": "v5.4.35", 6732 "source": { 6733 "type": "git", 6734 "url": "https://github.com/symfony/event-dispatcher.git", 6735 "reference": "7a69a85c7ea5bdd1e875806a99c51a87d3a74b38" 6736 }, 6737 "dist": { 6738 "type": "zip", 6739 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/7a69a85c7ea5bdd1e875806a99c51a87d3a74b38", 6740 "reference": "7a69a85c7ea5bdd1e875806a99c51a87d3a74b38", 6741 "shasum": "" 6742 }, 6743 "require": { 6744 "php": ">=7.2.5", 6745 "symfony/deprecation-contracts": "^2.1|^3", 6746 "symfony/event-dispatcher-contracts": "^2|^3", 6747 "symfony/polyfill-php80": "^1.16" 6748 }, 6749 "conflict": { 6750 "symfony/dependency-injection": "<4.4" 6751 }, 6752 "provide": { 6753 "psr/event-dispatcher-implementation": "1.0", 6754 "symfony/event-dispatcher-implementation": "2.0" 6755 }, 6756 "require-dev": { 6757 "psr/log": "^1|^2|^3", 6758 "symfony/config": "^4.4|^5.0|^6.0", 6759 "symfony/dependency-injection": "^4.4|^5.0|^6.0", 6760 "symfony/error-handler": "^4.4|^5.0|^6.0", 6761 "symfony/expression-language": "^4.4|^5.0|^6.0", 6762 "symfony/http-foundation": "^4.4|^5.0|^6.0", 6763 "symfony/service-contracts": "^1.1|^2|^3", 6764 "symfony/stopwatch": "^4.4|^5.0|^6.0" 6765 }, 6766 "suggest": { 6767 "symfony/dependency-injection": "", 6768 "symfony/http-kernel": "" 6769 }, 6770 "type": "library", 6771 "autoload": { 6772 "psr-4": { 6773 "Symfony\\Component\\EventDispatcher\\": "" 6774 }, 6775 "exclude-from-classmap": [ 6776 "/Tests/" 6777 ] 6778 }, 6779 "notification-url": "https://packagist.org/downloads/", 6780 "license": [ 6781 "MIT" 6782 ], 6783 "authors": [ 6784 { 6785 "name": "Fabien Potencier", 6786 "email": "fabien@symfony.com" 6787 }, 6788 { 6789 "name": "Symfony Community", 6790 "homepage": "https://symfony.com/contributors" 6791 } 6792 ], 6793 "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them", 6794 "homepage": "https://symfony.com", 6795 "support": { 6796 "source": "https://github.com/symfony/event-dispatcher/tree/v5.4.35" 6797 }, 6798 "funding": [ 6799 { 6800 "url": "https://symfony.com/sponsor", 6801 "type": "custom" 6802 }, 6803 { 6804 "url": "https://github.com/fabpot", 6805 "type": "github" 6806 }, 6807 { 6808 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 6809 "type": "tidelift" 6810 } 6811 ], 6812 "time": "2024-01-23T13:51:25+00:00" 6813 }, 6814 { 6815 "name": "symfony/event-dispatcher-contracts", 6816 "version": "v2.5.2", 6817 "source": { 6818 "type": "git", 6819 "url": "https://github.com/symfony/event-dispatcher-contracts.git", 6820 "reference": "f98b54df6ad059855739db6fcbc2d36995283fe1" 6821 }, 6822 "dist": { 6823 "type": "zip", 6824 "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/f98b54df6ad059855739db6fcbc2d36995283fe1", 6825 "reference": "f98b54df6ad059855739db6fcbc2d36995283fe1", 6826 "shasum": "" 6827 }, 6828 "require": { 6829 "php": ">=7.2.5", 6830 "psr/event-dispatcher": "^1" 6831 }, 6832 "suggest": { 6833 "symfony/event-dispatcher-implementation": "" 6834 }, 6835 "type": "library", 6836 "extra": { 6837 "branch-alias": { 6838 "dev-main": "2.5-dev" 6839 }, 6840 "thanks": { 6841 "name": "symfony/contracts", 6842 "url": "https://github.com/symfony/contracts" 6843 } 6844 }, 6845 "autoload": { 6846 "psr-4": { 6847 "Symfony\\Contracts\\EventDispatcher\\": "" 6848 } 6849 }, 6850 "notification-url": "https://packagist.org/downloads/", 6851 "license": [ 6852 "MIT" 6853 ], 6854 "authors": [ 6855 { 6856 "name": "Nicolas Grekas", 6857 "email": "p@tchwork.com" 6858 }, 6859 { 6860 "name": "Symfony Community", 6861 "homepage": "https://symfony.com/contributors" 6862 } 6863 ], 6864 "description": "Generic abstractions related to dispatching event", 6865 "homepage": "https://symfony.com", 6866 "keywords": [ 6867 "abstractions", 6868 "contracts", 6869 "decoupling", 6870 "interfaces", 6871 "interoperability", 6872 "standards" 6873 ], 6874 "support": { 6875 "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v2.5.2" 6876 }, 6877 "funding": [ 6878 { 6879 "url": "https://symfony.com/sponsor", 6880 "type": "custom" 6881 }, 6882 { 6883 "url": "https://github.com/fabpot", 6884 "type": "github" 6885 }, 6886 { 6887 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 6888 "type": "tidelift" 6889 } 6890 ], 6891 "time": "2022-01-02T09:53:40+00:00" 6892 }, 6893 { 6894 "name": "symfony/filesystem", 6895 "version": "v5.4.35", 6896 "source": { 6897 "type": "git", 6898 "url": "https://github.com/symfony/filesystem.git", 6899 "reference": "5a553607d4ffbfa9c0ab62facadea296c9db7086" 6900 }, 6901 "dist": { 6902 "type": "zip", 6903 "url": "https://api.github.com/repos/symfony/filesystem/zipball/5a553607d4ffbfa9c0ab62facadea296c9db7086", 6904 "reference": "5a553607d4ffbfa9c0ab62facadea296c9db7086", 6905 "shasum": "" 6906 }, 6907 "require": { 6908 "php": ">=7.2.5", 6909 "symfony/polyfill-ctype": "~1.8", 6910 "symfony/polyfill-mbstring": "~1.8", 6911 "symfony/polyfill-php80": "^1.16" 6912 }, 6913 "type": "library", 6914 "autoload": { 6915 "psr-4": { 6916 "Symfony\\Component\\Filesystem\\": "" 6917 }, 6918 "exclude-from-classmap": [ 6919 "/Tests/" 6920 ] 6921 }, 6922 "notification-url": "https://packagist.org/downloads/", 6923 "license": [ 6924 "MIT" 6925 ], 6926 "authors": [ 6927 { 6928 "name": "Fabien Potencier", 6929 "email": "fabien@symfony.com" 6930 }, 6931 { 6932 "name": "Symfony Community", 6933 "homepage": "https://symfony.com/contributors" 6934 } 6935 ], 6936 "description": "Provides basic utilities for the filesystem", 6937 "homepage": "https://symfony.com", 6938 "support": { 6939 "source": "https://github.com/symfony/filesystem/tree/v5.4.35" 6940 }, 6941 "funding": [ 6942 { 6943 "url": "https://symfony.com/sponsor", 6944 "type": "custom" 6945 }, 6946 { 6947 "url": "https://github.com/fabpot", 6948 "type": "github" 6949 }, 6950 { 6951 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 6952 "type": "tidelift" 6953 } 6954 ], 6955 "time": "2024-01-23T13:51:25+00:00" 6956 }, 6957 { 6958 "name": "symfony/finder", 6959 "version": "v5.4.35", 6960 "source": { 6961 "type": "git", 6962 "url": "https://github.com/symfony/finder.git", 6963 "reference": "abe6d6f77d9465fed3cd2d029b29d03b56b56435" 6964 }, 6965 "dist": { 6966 "type": "zip", 6967 "url": "https://api.github.com/repos/symfony/finder/zipball/abe6d6f77d9465fed3cd2d029b29d03b56b56435", 6968 "reference": "abe6d6f77d9465fed3cd2d029b29d03b56b56435", 6969 "shasum": "" 6970 }, 6971 "require": { 6972 "php": ">=7.2.5", 6973 "symfony/deprecation-contracts": "^2.1|^3", 6974 "symfony/polyfill-php80": "^1.16" 6975 }, 6976 "type": "library", 6977 "autoload": { 6978 "psr-4": { 6979 "Symfony\\Component\\Finder\\": "" 6980 }, 6981 "exclude-from-classmap": [ 6982 "/Tests/" 6983 ] 6984 }, 6985 "notification-url": "https://packagist.org/downloads/", 6986 "license": [ 6987 "MIT" 6988 ], 6989 "authors": [ 6990 { 6991 "name": "Fabien Potencier", 6992 "email": "fabien@symfony.com" 6993 }, 6994 { 6995 "name": "Symfony Community", 6996 "homepage": "https://symfony.com/contributors" 6997 } 6998 ], 6999 "description": "Finds files and directories via an intuitive fluent interface", 7000 "homepage": "https://symfony.com", 7001 "support": { 7002 "source": "https://github.com/symfony/finder/tree/v5.4.35" 7003 }, 7004 "funding": [ 7005 { 7006 "url": "https://symfony.com/sponsor", 7007 "type": "custom" 7008 }, 7009 { 7010 "url": "https://github.com/fabpot", 7011 "type": "github" 7012 }, 7013 { 7014 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 7015 "type": "tidelift" 7016 } 7017 ], 7018 "time": "2024-01-23T13:51:25+00:00" 7019 }, 7020 { 7021 "name": "symfony/options-resolver", 7022 "version": "v5.4.21", 7023 "source": { 7024 "type": "git", 7025 "url": "https://github.com/symfony/options-resolver.git", 7026 "reference": "4fe5cf6ede71096839f0e4b4444d65dd3a7c1eb9" 7027 }, 7028 "dist": { 7029 "type": "zip", 7030 "url": "https://api.github.com/repos/symfony/options-resolver/zipball/4fe5cf6ede71096839f0e4b4444d65dd3a7c1eb9", 7031 "reference": "4fe5cf6ede71096839f0e4b4444d65dd3a7c1eb9", 7032 "shasum": "" 7033 }, 7034 "require": { 7035 "php": ">=7.2.5", 7036 "symfony/deprecation-contracts": "^2.1|^3", 7037 "symfony/polyfill-php73": "~1.0", 7038 "symfony/polyfill-php80": "^1.16" 7039 }, 7040 "type": "library", 7041 "autoload": { 7042 "psr-4": { 7043 "Symfony\\Component\\OptionsResolver\\": "" 7044 }, 7045 "exclude-from-classmap": [ 7046 "/Tests/" 7047 ] 7048 }, 7049 "notification-url": "https://packagist.org/downloads/", 7050 "license": [ 7051 "MIT" 7052 ], 7053 "authors": [ 7054 { 7055 "name": "Fabien Potencier", 7056 "email": "fabien@symfony.com" 7057 }, 7058 { 7059 "name": "Symfony Community", 7060 "homepage": "https://symfony.com/contributors" 7061 } 7062 ], 7063 "description": "Provides an improved replacement for the array_replace PHP function", 7064 "homepage": "https://symfony.com", 7065 "keywords": [ 7066 "config", 7067 "configuration", 7068 "options" 7069 ], 7070 "support": { 7071 "source": "https://github.com/symfony/options-resolver/tree/v5.4.21" 7072 }, 7073 "funding": [ 7074 { 7075 "url": "https://symfony.com/sponsor", 7076 "type": "custom" 7077 }, 7078 { 7079 "url": "https://github.com/fabpot", 7080 "type": "github" 7081 }, 7082 { 7083 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 7084 "type": "tidelift" 7085 } 7086 ], 7087 "time": "2023-02-14T08:03:56+00:00" 7088 }, 7089 { 7090 "name": "symfony/polyfill-php81", 7091 "version": "v1.29.0", 7092 "source": { 7093 "type": "git", 7094 "url": "https://github.com/symfony/polyfill-php81.git", 7095 "reference": "c565ad1e63f30e7477fc40738343c62b40bc672d" 7096 }, 7097 "dist": { 7098 "type": "zip", 7099 "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/c565ad1e63f30e7477fc40738343c62b40bc672d", 7100 "reference": "c565ad1e63f30e7477fc40738343c62b40bc672d", 7101 "shasum": "" 7102 }, 7103 "require": { 7104 "php": ">=7.1" 7105 }, 7106 "type": "library", 7107 "extra": { 7108 "thanks": { 7109 "name": "symfony/polyfill", 7110 "url": "https://github.com/symfony/polyfill" 7111 } 7112 }, 7113 "autoload": { 7114 "files": [ 7115 "bootstrap.php" 7116 ], 7117 "psr-4": { 7118 "Symfony\\Polyfill\\Php81\\": "" 7119 }, 7120 "classmap": [ 7121 "Resources/stubs" 7122 ] 7123 }, 7124 "notification-url": "https://packagist.org/downloads/", 7125 "license": [ 7126 "MIT" 7127 ], 7128 "authors": [ 7129 { 7130 "name": "Nicolas Grekas", 7131 "email": "p@tchwork.com" 7132 }, 7133 { 7134 "name": "Symfony Community", 7135 "homepage": "https://symfony.com/contributors" 7136 } 7137 ], 7138 "description": "Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions", 7139 "homepage": "https://symfony.com", 7140 "keywords": [ 7141 "compatibility", 7142 "polyfill", 7143 "portable", 7144 "shim" 7145 ], 7146 "support": { 7147 "source": "https://github.com/symfony/polyfill-php81/tree/v1.29.0" 7148 }, 7149 "funding": [ 7150 { 7151 "url": "https://symfony.com/sponsor", 7152 "type": "custom" 7153 }, 7154 { 7155 "url": "https://github.com/fabpot", 7156 "type": "github" 7157 }, 7158 { 7159 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 7160 "type": "tidelift" 7161 } 7162 ], 7163 "time": "2024-01-29T20:11:03+00:00" 7164 }, 7165 { 7166 "name": "symfony/process", 7167 "version": "v5.4.35", 7168 "source": { 7169 "type": "git", 7170 "url": "https://github.com/symfony/process.git", 7171 "reference": "cbc28e34015ad50166fc2f9c8962d28d0fe861eb" 7172 }, 7173 "dist": { 7174 "type": "zip", 7175 "url": "https://api.github.com/repos/symfony/process/zipball/cbc28e34015ad50166fc2f9c8962d28d0fe861eb", 7176 "reference": "cbc28e34015ad50166fc2f9c8962d28d0fe861eb", 7177 "shasum": "" 7178 }, 7179 "require": { 7180 "php": ">=7.2.5", 7181 "symfony/polyfill-php80": "^1.16" 7182 }, 7183 "type": "library", 7184 "autoload": { 7185 "psr-4": { 7186 "Symfony\\Component\\Process\\": "" 7187 }, 7188 "exclude-from-classmap": [ 7189 "/Tests/" 7190 ] 7191 }, 7192 "notification-url": "https://packagist.org/downloads/", 7193 "license": [ 7194 "MIT" 7195 ], 7196 "authors": [ 7197 { 7198 "name": "Fabien Potencier", 7199 "email": "fabien@symfony.com" 7200 }, 7201 { 7202 "name": "Symfony Community", 7203 "homepage": "https://symfony.com/contributors" 7204 } 7205 ], 7206 "description": "Executes commands in sub-processes", 7207 "homepage": "https://symfony.com", 7208 "support": { 7209 "source": "https://github.com/symfony/process/tree/v5.4.35" 7210 }, 7211 "funding": [ 7212 { 7213 "url": "https://symfony.com/sponsor", 7214 "type": "custom" 7215 }, 7216 { 7217 "url": "https://github.com/fabpot", 7218 "type": "github" 7219 }, 7220 { 7221 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 7222 "type": "tidelift" 7223 } 7224 ], 7225 "time": "2024-01-23T13:51:25+00:00" 7226 }, 7227 { 7228 "name": "symfony/stopwatch", 7229 "version": "v5.4.35", 7230 "source": { 7231 "type": "git", 7232 "url": "https://github.com/symfony/stopwatch.git", 7233 "reference": "887762aa99ff16f65dc8b48aafead415f942d407" 7234 }, 7235 "dist": { 7236 "type": "zip", 7237 "url": "https://api.github.com/repos/symfony/stopwatch/zipball/887762aa99ff16f65dc8b48aafead415f942d407", 7238 "reference": "887762aa99ff16f65dc8b48aafead415f942d407", 7239 "shasum": "" 7240 }, 7241 "require": { 7242 "php": ">=7.2.5", 7243 "symfony/service-contracts": "^1|^2|^3" 7244 }, 7245 "type": "library", 7246 "autoload": { 7247 "psr-4": { 7248 "Symfony\\Component\\Stopwatch\\": "" 7249 }, 7250 "exclude-from-classmap": [ 7251 "/Tests/" 7252 ] 7253 }, 7254 "notification-url": "https://packagist.org/downloads/", 7255 "license": [ 7256 "MIT" 7257 ], 7258 "authors": [ 7259 { 7260 "name": "Fabien Potencier", 7261 "email": "fabien@symfony.com" 7262 }, 7263 { 7264 "name": "Symfony Community", 7265 "homepage": "https://symfony.com/contributors" 7266 } 7267 ], 7268 "description": "Provides a way to profile code", 7269 "homepage": "https://symfony.com", 7270 "support": { 7271 "source": "https://github.com/symfony/stopwatch/tree/v5.4.35" 7272 }, 7273 "funding": [ 7274 { 7275 "url": "https://symfony.com/sponsor", 7276 "type": "custom" 7277 }, 7278 { 7279 "url": "https://github.com/fabpot", 7280 "type": "github" 7281 }, 7282 { 7283 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 7284 "type": "tidelift" 7285 } 7286 ], 7287 "time": "2024-01-23T13:51:25+00:00" 7288 }, 7289 { 7290 "name": "symplify/monorepo-builder", 7291 "version": "11.2.20", 7292 "source": { 7293 "type": "git", 7294 "url": "https://github.com/symplify/monorepo-builder.git", 7295 "reference": "444efe08701776cb1a03b9f3600e715697519aa6" 7296 }, 7297 "dist": { 7298 "type": "zip", 7299 "url": "https://api.github.com/repos/symplify/monorepo-builder/zipball/444efe08701776cb1a03b9f3600e715697519aa6", 7300 "reference": "444efe08701776cb1a03b9f3600e715697519aa6", 7301 "shasum": "" 7302 }, 7303 "require": { 7304 "php": ">=7.2" 7305 }, 7306 "bin": [ 7307 "bin/monorepo-builder" 7308 ], 7309 "type": "library", 7310 "extra": { 7311 "branch-alias": { 7312 "dev-main": "10.3-dev" 7313 } 7314 }, 7315 "autoload": { 7316 "files": [ 7317 "bootstrap.php" 7318 ] 7319 }, 7320 "notification-url": "https://packagist.org/downloads/", 7321 "license": [ 7322 "MIT" 7323 ], 7324 "description": "Prefixed version of Not only Composer tools to build a Monorepo.", 7325 "support": { 7326 "issues": "https://github.com/symplify/monorepo-builder/issues", 7327 "source": "https://github.com/symplify/monorepo-builder/tree/11.2.20" 7328 }, 7329 "funding": [ 7330 { 7331 "url": "https://www.paypal.me/rectorphp", 7332 "type": "custom" 7333 }, 7334 { 7335 "url": "https://github.com/tomasvotruba", 7336 "type": "github" 7337 } 7338 ], 7339 "time": "2023-11-17T08:30:16+00:00" 7340 }, 7341 { 7342 "name": "tedivm/jshrink", 7343 "version": "v1.7.0", 7344 "source": { 7345 "type": "git", 7346 "url": "https://github.com/tedious/JShrink.git", 7347 "reference": "7a35f5a4651ca2ce77295eb8a3b4e133ba47e19e" 7348 }, 7349 "dist": { 7350 "type": "zip", 7351 "url": "https://api.github.com/repos/tedious/JShrink/zipball/7a35f5a4651ca2ce77295eb8a3b4e133ba47e19e", 7352 "reference": "7a35f5a4651ca2ce77295eb8a3b4e133ba47e19e", 7353 "shasum": "" 7354 }, 7355 "require": { 7356 "php": "^7.0|^8.0" 7357 }, 7358 "require-dev": { 7359 "friendsofphp/php-cs-fixer": "^3.14", 7360 "php-coveralls/php-coveralls": "^2.5.0", 7361 "phpunit/phpunit": "^9|^10" 7362 }, 7363 "type": "library", 7364 "autoload": { 7365 "psr-0": { 7366 "JShrink": "src/" 7367 } 7368 }, 7369 "notification-url": "https://packagist.org/downloads/", 7370 "license": [ 7371 "BSD-3-Clause" 7372 ], 7373 "authors": [ 7374 { 7375 "name": "Robert Hafner", 7376 "email": "tedivm@tedivm.com" 7377 } 7378 ], 7379 "description": "Javascript Minifier built in PHP", 7380 "homepage": "http://github.com/tedious/JShrink", 7381 "keywords": [ 7382 "javascript", 7383 "minifier" 7384 ], 7385 "support": { 7386 "issues": "https://github.com/tedious/JShrink/issues", 7387 "source": "https://github.com/tedious/JShrink/tree/v1.7.0" 7388 }, 7389 "funding": [ 7390 { 7391 "url": "https://github.com/tedivm", 7392 "type": "github" 7393 }, 7394 { 7395 "url": "https://tidelift.com/funding/github/packagist/tedivm/jshrink", 7396 "type": "tidelift" 7397 } 7398 ], 7399 "time": "2023-10-04T17:23:23+00:00" 7400 }, 7401 { 7402 "name": "theseer/tokenizer", 7403 "version": "1.2.2", 7404 "source": { 7405 "type": "git", 7406 "url": "https://github.com/theseer/tokenizer.git", 7407 "reference": "b2ad5003ca10d4ee50a12da31de12a5774ba6b96" 7408 }, 7409 "dist": { 7410 "type": "zip", 7411 "url": "https://api.github.com/repos/theseer/tokenizer/zipball/b2ad5003ca10d4ee50a12da31de12a5774ba6b96", 7412 "reference": "b2ad5003ca10d4ee50a12da31de12a5774ba6b96", 7413 "shasum": "" 7414 }, 7415 "require": { 7416 "ext-dom": "*", 7417 "ext-tokenizer": "*", 7418 "ext-xmlwriter": "*", 7419 "php": "^7.2 || ^8.0" 7420 }, 7421 "type": "library", 7422 "autoload": { 7423 "classmap": [ 7424 "src/" 7425 ] 7426 }, 7427 "notification-url": "https://packagist.org/downloads/", 7428 "license": [ 7429 "BSD-3-Clause" 7430 ], 7431 "authors": [ 7432 { 7433 "name": "Arne Blankerts", 7434 "email": "arne@blankerts.de", 7435 "role": "Developer" 7436 } 7437 ], 7438 "description": "A small library for converting tokenized PHP source code into XML and potentially other formats", 7439 "support": { 7440 "issues": "https://github.com/theseer/tokenizer/issues", 7441 "source": "https://github.com/theseer/tokenizer/tree/1.2.2" 7442 }, 7443 "funding": [ 7444 { 7445 "url": "https://github.com/theseer", 7446 "type": "github" 7447 } 7448 ], 7449 "time": "2023-11-20T00:12:19+00:00" 7450 } 7451 ], 7452 "aliases": [], 7453 "minimum-stability": "stable", 7454 "stability-flags": { 7455 "mikey179/vfsstream": 20, 7456 "pear/net_ftp": 20, 7457 "pear/net_growl": 20, 7458 "pear/versioncontrol_git": 20, 7459 "phing/phing-composer-configurator": 20, 7460 "roave/security-advisories": 20 7461 }, 7462 "prefer-stable": true, 7463 "prefer-lowest": false, 7464 "platform": { 7465 "php": ">= 7.4", 7466 "ext-dom": "*", 7467 "ext-json": "*", 7468 "ext-libxml": "*", 7469 "ext-simplexml": "*", 7470 "ext-xml": "*" 7471 }, 7472 "platform-dev": { 7473 "ext-curl": "*", 7474 "ext-iconv": "*", 7475 "ext-openssl": "*", 7476 "ext-pdo_sqlite": "*", 7477 "ext-phar": "*", 7478 "ext-sockets": "*", 7479 "ext-xsl": "*", 7480 "ext-zip": "*" 7481 }, 7482 "platform-overrides": { 7483 "php": "7.4" 7484 }, 7485 "plugin-api-version": "2.6.0" 7486}