this repo has no description
at master 8730 lines 321 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": "5acec5d1b5a8067a7fd8a3c2ff79fc7c", 8 "packages": [ 9 { 10 "name": "brick/math", 11 "version": "0.14.1", 12 "source": { 13 "type": "git", 14 "url": "https://github.com/brick/math.git", 15 "reference": "f05858549e5f9d7bb45875a75583240a38a281d0" 16 }, 17 "dist": { 18 "type": "zip", 19 "url": "https://api.github.com/repos/brick/math/zipball/f05858549e5f9d7bb45875a75583240a38a281d0", 20 "reference": "f05858549e5f9d7bb45875a75583240a38a281d0", 21 "shasum": "" 22 }, 23 "require": { 24 "php": "^8.2" 25 }, 26 "require-dev": { 27 "php-coveralls/php-coveralls": "^2.2", 28 "phpstan/phpstan": "2.1.22", 29 "phpunit/phpunit": "^11.5" 30 }, 31 "type": "library", 32 "autoload": { 33 "psr-4": { 34 "Brick\\Math\\": "src/" 35 } 36 }, 37 "notification-url": "https://packagist.org/downloads/", 38 "license": [ 39 "MIT" 40 ], 41 "description": "Arbitrary-precision arithmetic library", 42 "keywords": [ 43 "Arbitrary-precision", 44 "BigInteger", 45 "BigRational", 46 "arithmetic", 47 "bigdecimal", 48 "bignum", 49 "bignumber", 50 "brick", 51 "decimal", 52 "integer", 53 "math", 54 "mathematics", 55 "rational" 56 ], 57 "support": { 58 "issues": "https://github.com/brick/math/issues", 59 "source": "https://github.com/brick/math/tree/0.14.1" 60 }, 61 "funding": [ 62 { 63 "url": "https://github.com/BenMorel", 64 "type": "github" 65 } 66 ], 67 "time": "2025-11-24T14:40:29+00:00" 68 }, 69 { 70 "name": "carbonphp/carbon-doctrine-types", 71 "version": "3.2.0", 72 "source": { 73 "type": "git", 74 "url": "https://github.com/CarbonPHP/carbon-doctrine-types.git", 75 "reference": "18ba5ddfec8976260ead6e866180bd5d2f71aa1d" 76 }, 77 "dist": { 78 "type": "zip", 79 "url": "https://api.github.com/repos/CarbonPHP/carbon-doctrine-types/zipball/18ba5ddfec8976260ead6e866180bd5d2f71aa1d", 80 "reference": "18ba5ddfec8976260ead6e866180bd5d2f71aa1d", 81 "shasum": "" 82 }, 83 "require": { 84 "php": "^8.1" 85 }, 86 "conflict": { 87 "doctrine/dbal": "<4.0.0 || >=5.0.0" 88 }, 89 "require-dev": { 90 "doctrine/dbal": "^4.0.0", 91 "nesbot/carbon": "^2.71.0 || ^3.0.0", 92 "phpunit/phpunit": "^10.3" 93 }, 94 "type": "library", 95 "autoload": { 96 "psr-4": { 97 "Carbon\\Doctrine\\": "src/Carbon/Doctrine/" 98 } 99 }, 100 "notification-url": "https://packagist.org/downloads/", 101 "license": [ 102 "MIT" 103 ], 104 "authors": [ 105 { 106 "name": "KyleKatarn", 107 "email": "kylekatarnls@gmail.com" 108 } 109 ], 110 "description": "Types to use Carbon in Doctrine", 111 "keywords": [ 112 "carbon", 113 "date", 114 "datetime", 115 "doctrine", 116 "time" 117 ], 118 "support": { 119 "issues": "https://github.com/CarbonPHP/carbon-doctrine-types/issues", 120 "source": "https://github.com/CarbonPHP/carbon-doctrine-types/tree/3.2.0" 121 }, 122 "funding": [ 123 { 124 "url": "https://github.com/kylekatarnls", 125 "type": "github" 126 }, 127 { 128 "url": "https://opencollective.com/Carbon", 129 "type": "open_collective" 130 }, 131 { 132 "url": "https://tidelift.com/funding/github/packagist/nesbot/carbon", 133 "type": "tidelift" 134 } 135 ], 136 "time": "2024-02-09T16:56:22+00:00" 137 }, 138 { 139 "name": "dflydev/dot-access-data", 140 "version": "v3.0.3", 141 "source": { 142 "type": "git", 143 "url": "https://github.com/dflydev/dflydev-dot-access-data.git", 144 "reference": "a23a2bf4f31d3518f3ecb38660c95715dfead60f" 145 }, 146 "dist": { 147 "type": "zip", 148 "url": "https://api.github.com/repos/dflydev/dflydev-dot-access-data/zipball/a23a2bf4f31d3518f3ecb38660c95715dfead60f", 149 "reference": "a23a2bf4f31d3518f3ecb38660c95715dfead60f", 150 "shasum": "" 151 }, 152 "require": { 153 "php": "^7.1 || ^8.0" 154 }, 155 "require-dev": { 156 "phpstan/phpstan": "^0.12.42", 157 "phpunit/phpunit": "^7.5 || ^8.5 || ^9.3", 158 "scrutinizer/ocular": "1.6.0", 159 "squizlabs/php_codesniffer": "^3.5", 160 "vimeo/psalm": "^4.0.0" 161 }, 162 "type": "library", 163 "extra": { 164 "branch-alias": { 165 "dev-main": "3.x-dev" 166 } 167 }, 168 "autoload": { 169 "psr-4": { 170 "Dflydev\\DotAccessData\\": "src/" 171 } 172 }, 173 "notification-url": "https://packagist.org/downloads/", 174 "license": [ 175 "MIT" 176 ], 177 "authors": [ 178 { 179 "name": "Dragonfly Development Inc.", 180 "email": "info@dflydev.com", 181 "homepage": "http://dflydev.com" 182 }, 183 { 184 "name": "Beau Simensen", 185 "email": "beau@dflydev.com", 186 "homepage": "http://beausimensen.com" 187 }, 188 { 189 "name": "Carlos Frutos", 190 "email": "carlos@kiwing.it", 191 "homepage": "https://github.com/cfrutos" 192 }, 193 { 194 "name": "Colin O'Dell", 195 "email": "colinodell@gmail.com", 196 "homepage": "https://www.colinodell.com" 197 } 198 ], 199 "description": "Given a deep data structure, access data by dot notation.", 200 "homepage": "https://github.com/dflydev/dflydev-dot-access-data", 201 "keywords": [ 202 "access", 203 "data", 204 "dot", 205 "notation" 206 ], 207 "support": { 208 "issues": "https://github.com/dflydev/dflydev-dot-access-data/issues", 209 "source": "https://github.com/dflydev/dflydev-dot-access-data/tree/v3.0.3" 210 }, 211 "time": "2024-07-08T12:26:09+00:00" 212 }, 213 { 214 "name": "doctrine/inflector", 215 "version": "2.1.0", 216 "source": { 217 "type": "git", 218 "url": "https://github.com/doctrine/inflector.git", 219 "reference": "6d6c96277ea252fc1304627204c3d5e6e15faa3b" 220 }, 221 "dist": { 222 "type": "zip", 223 "url": "https://api.github.com/repos/doctrine/inflector/zipball/6d6c96277ea252fc1304627204c3d5e6e15faa3b", 224 "reference": "6d6c96277ea252fc1304627204c3d5e6e15faa3b", 225 "shasum": "" 226 }, 227 "require": { 228 "php": "^7.2 || ^8.0" 229 }, 230 "require-dev": { 231 "doctrine/coding-standard": "^12.0 || ^13.0", 232 "phpstan/phpstan": "^1.12 || ^2.0", 233 "phpstan/phpstan-phpunit": "^1.4 || ^2.0", 234 "phpstan/phpstan-strict-rules": "^1.6 || ^2.0", 235 "phpunit/phpunit": "^8.5 || ^12.2" 236 }, 237 "type": "library", 238 "autoload": { 239 "psr-4": { 240 "Doctrine\\Inflector\\": "src" 241 } 242 }, 243 "notification-url": "https://packagist.org/downloads/", 244 "license": [ 245 "MIT" 246 ], 247 "authors": [ 248 { 249 "name": "Guilherme Blanco", 250 "email": "guilhermeblanco@gmail.com" 251 }, 252 { 253 "name": "Roman Borschel", 254 "email": "roman@code-factory.org" 255 }, 256 { 257 "name": "Benjamin Eberlei", 258 "email": "kontakt@beberlei.de" 259 }, 260 { 261 "name": "Jonathan Wage", 262 "email": "jonwage@gmail.com" 263 }, 264 { 265 "name": "Johannes Schmitt", 266 "email": "schmittjoh@gmail.com" 267 } 268 ], 269 "description": "PHP Doctrine Inflector is a small library that can perform string manipulations with regard to upper/lowercase and singular/plural forms of words.", 270 "homepage": "https://www.doctrine-project.org/projects/inflector.html", 271 "keywords": [ 272 "inflection", 273 "inflector", 274 "lowercase", 275 "manipulation", 276 "php", 277 "plural", 278 "singular", 279 "strings", 280 "uppercase", 281 "words" 282 ], 283 "support": { 284 "issues": "https://github.com/doctrine/inflector/issues", 285 "source": "https://github.com/doctrine/inflector/tree/2.1.0" 286 }, 287 "funding": [ 288 { 289 "url": "https://www.doctrine-project.org/sponsorship.html", 290 "type": "custom" 291 }, 292 { 293 "url": "https://www.patreon.com/phpdoctrine", 294 "type": "patreon" 295 }, 296 { 297 "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finflector", 298 "type": "tidelift" 299 } 300 ], 301 "time": "2025-08-10T19:31:58+00:00" 302 }, 303 { 304 "name": "doctrine/lexer", 305 "version": "3.0.1", 306 "source": { 307 "type": "git", 308 "url": "https://github.com/doctrine/lexer.git", 309 "reference": "31ad66abc0fc9e1a1f2d9bc6a42668d2fbbcd6dd" 310 }, 311 "dist": { 312 "type": "zip", 313 "url": "https://api.github.com/repos/doctrine/lexer/zipball/31ad66abc0fc9e1a1f2d9bc6a42668d2fbbcd6dd", 314 "reference": "31ad66abc0fc9e1a1f2d9bc6a42668d2fbbcd6dd", 315 "shasum": "" 316 }, 317 "require": { 318 "php": "^8.1" 319 }, 320 "require-dev": { 321 "doctrine/coding-standard": "^12", 322 "phpstan/phpstan": "^1.10", 323 "phpunit/phpunit": "^10.5", 324 "psalm/plugin-phpunit": "^0.18.3", 325 "vimeo/psalm": "^5.21" 326 }, 327 "type": "library", 328 "autoload": { 329 "psr-4": { 330 "Doctrine\\Common\\Lexer\\": "src" 331 } 332 }, 333 "notification-url": "https://packagist.org/downloads/", 334 "license": [ 335 "MIT" 336 ], 337 "authors": [ 338 { 339 "name": "Guilherme Blanco", 340 "email": "guilhermeblanco@gmail.com" 341 }, 342 { 343 "name": "Roman Borschel", 344 "email": "roman@code-factory.org" 345 }, 346 { 347 "name": "Johannes Schmitt", 348 "email": "schmittjoh@gmail.com" 349 } 350 ], 351 "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.", 352 "homepage": "https://www.doctrine-project.org/projects/lexer.html", 353 "keywords": [ 354 "annotations", 355 "docblock", 356 "lexer", 357 "parser", 358 "php" 359 ], 360 "support": { 361 "issues": "https://github.com/doctrine/lexer/issues", 362 "source": "https://github.com/doctrine/lexer/tree/3.0.1" 363 }, 364 "funding": [ 365 { 366 "url": "https://www.doctrine-project.org/sponsorship.html", 367 "type": "custom" 368 }, 369 { 370 "url": "https://www.patreon.com/phpdoctrine", 371 "type": "patreon" 372 }, 373 { 374 "url": "https://tidelift.com/funding/github/packagist/doctrine%2Flexer", 375 "type": "tidelift" 376 } 377 ], 378 "time": "2024-02-05T11:56:58+00:00" 379 }, 380 { 381 "name": "dragonmantank/cron-expression", 382 "version": "v3.6.0", 383 "source": { 384 "type": "git", 385 "url": "https://github.com/dragonmantank/cron-expression.git", 386 "reference": "d61a8a9604ec1f8c3d150d09db6ce98b32675013" 387 }, 388 "dist": { 389 "type": "zip", 390 "url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/d61a8a9604ec1f8c3d150d09db6ce98b32675013", 391 "reference": "d61a8a9604ec1f8c3d150d09db6ce98b32675013", 392 "shasum": "" 393 }, 394 "require": { 395 "php": "^8.2|^8.3|^8.4|^8.5" 396 }, 397 "replace": { 398 "mtdowling/cron-expression": "^1.0" 399 }, 400 "require-dev": { 401 "phpstan/extension-installer": "^1.4.3", 402 "phpstan/phpstan": "^1.12.32|^2.1.31", 403 "phpunit/phpunit": "^8.5.48|^9.0" 404 }, 405 "type": "library", 406 "extra": { 407 "branch-alias": { 408 "dev-master": "3.x-dev" 409 } 410 }, 411 "autoload": { 412 "psr-4": { 413 "Cron\\": "src/Cron/" 414 } 415 }, 416 "notification-url": "https://packagist.org/downloads/", 417 "license": [ 418 "MIT" 419 ], 420 "authors": [ 421 { 422 "name": "Chris Tankersley", 423 "email": "chris@ctankersley.com", 424 "homepage": "https://github.com/dragonmantank" 425 } 426 ], 427 "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due", 428 "keywords": [ 429 "cron", 430 "schedule" 431 ], 432 "support": { 433 "issues": "https://github.com/dragonmantank/cron-expression/issues", 434 "source": "https://github.com/dragonmantank/cron-expression/tree/v3.6.0" 435 }, 436 "funding": [ 437 { 438 "url": "https://github.com/dragonmantank", 439 "type": "github" 440 } 441 ], 442 "time": "2025-10-31T18:51:33+00:00" 443 }, 444 { 445 "name": "egulias/email-validator", 446 "version": "4.0.4", 447 "source": { 448 "type": "git", 449 "url": "https://github.com/egulias/EmailValidator.git", 450 "reference": "d42c8731f0624ad6bdc8d3e5e9a4524f68801cfa" 451 }, 452 "dist": { 453 "type": "zip", 454 "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/d42c8731f0624ad6bdc8d3e5e9a4524f68801cfa", 455 "reference": "d42c8731f0624ad6bdc8d3e5e9a4524f68801cfa", 456 "shasum": "" 457 }, 458 "require": { 459 "doctrine/lexer": "^2.0 || ^3.0", 460 "php": ">=8.1", 461 "symfony/polyfill-intl-idn": "^1.26" 462 }, 463 "require-dev": { 464 "phpunit/phpunit": "^10.2", 465 "vimeo/psalm": "^5.12" 466 }, 467 "suggest": { 468 "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation" 469 }, 470 "type": "library", 471 "extra": { 472 "branch-alias": { 473 "dev-master": "4.0.x-dev" 474 } 475 }, 476 "autoload": { 477 "psr-4": { 478 "Egulias\\EmailValidator\\": "src" 479 } 480 }, 481 "notification-url": "https://packagist.org/downloads/", 482 "license": [ 483 "MIT" 484 ], 485 "authors": [ 486 { 487 "name": "Eduardo Gulias Davis" 488 } 489 ], 490 "description": "A library for validating emails against several RFCs", 491 "homepage": "https://github.com/egulias/EmailValidator", 492 "keywords": [ 493 "email", 494 "emailvalidation", 495 "emailvalidator", 496 "validation", 497 "validator" 498 ], 499 "support": { 500 "issues": "https://github.com/egulias/EmailValidator/issues", 501 "source": "https://github.com/egulias/EmailValidator/tree/4.0.4" 502 }, 503 "funding": [ 504 { 505 "url": "https://github.com/egulias", 506 "type": "github" 507 } 508 ], 509 "time": "2025-03-06T22:45:56+00:00" 510 }, 511 { 512 "name": "fruitcake/php-cors", 513 "version": "v1.3.0", 514 "source": { 515 "type": "git", 516 "url": "https://github.com/fruitcake/php-cors.git", 517 "reference": "3d158f36e7875e2f040f37bc0573956240a5a38b" 518 }, 519 "dist": { 520 "type": "zip", 521 "url": "https://api.github.com/repos/fruitcake/php-cors/zipball/3d158f36e7875e2f040f37bc0573956240a5a38b", 522 "reference": "3d158f36e7875e2f040f37bc0573956240a5a38b", 523 "shasum": "" 524 }, 525 "require": { 526 "php": "^7.4|^8.0", 527 "symfony/http-foundation": "^4.4|^5.4|^6|^7" 528 }, 529 "require-dev": { 530 "phpstan/phpstan": "^1.4", 531 "phpunit/phpunit": "^9", 532 "squizlabs/php_codesniffer": "^3.5" 533 }, 534 "type": "library", 535 "extra": { 536 "branch-alias": { 537 "dev-master": "1.2-dev" 538 } 539 }, 540 "autoload": { 541 "psr-4": { 542 "Fruitcake\\Cors\\": "src/" 543 } 544 }, 545 "notification-url": "https://packagist.org/downloads/", 546 "license": [ 547 "MIT" 548 ], 549 "authors": [ 550 { 551 "name": "Fruitcake", 552 "homepage": "https://fruitcake.nl" 553 }, 554 { 555 "name": "Barryvdh", 556 "email": "barryvdh@gmail.com" 557 } 558 ], 559 "description": "Cross-origin resource sharing library for the Symfony HttpFoundation", 560 "homepage": "https://github.com/fruitcake/php-cors", 561 "keywords": [ 562 "cors", 563 "laravel", 564 "symfony" 565 ], 566 "support": { 567 "issues": "https://github.com/fruitcake/php-cors/issues", 568 "source": "https://github.com/fruitcake/php-cors/tree/v1.3.0" 569 }, 570 "funding": [ 571 { 572 "url": "https://fruitcake.nl", 573 "type": "custom" 574 }, 575 { 576 "url": "https://github.com/barryvdh", 577 "type": "github" 578 } 579 ], 580 "time": "2023-10-12T05:21:21+00:00" 581 }, 582 { 583 "name": "graham-campbell/result-type", 584 "version": "v1.1.3", 585 "source": { 586 "type": "git", 587 "url": "https://github.com/GrahamCampbell/Result-Type.git", 588 "reference": "3ba905c11371512af9d9bdd27d99b782216b6945" 589 }, 590 "dist": { 591 "type": "zip", 592 "url": "https://api.github.com/repos/GrahamCampbell/Result-Type/zipball/3ba905c11371512af9d9bdd27d99b782216b6945", 593 "reference": "3ba905c11371512af9d9bdd27d99b782216b6945", 594 "shasum": "" 595 }, 596 "require": { 597 "php": "^7.2.5 || ^8.0", 598 "phpoption/phpoption": "^1.9.3" 599 }, 600 "require-dev": { 601 "phpunit/phpunit": "^8.5.39 || ^9.6.20 || ^10.5.28" 602 }, 603 "type": "library", 604 "autoload": { 605 "psr-4": { 606 "GrahamCampbell\\ResultType\\": "src/" 607 } 608 }, 609 "notification-url": "https://packagist.org/downloads/", 610 "license": [ 611 "MIT" 612 ], 613 "authors": [ 614 { 615 "name": "Graham Campbell", 616 "email": "hello@gjcampbell.co.uk", 617 "homepage": "https://github.com/GrahamCampbell" 618 } 619 ], 620 "description": "An Implementation Of The Result Type", 621 "keywords": [ 622 "Graham Campbell", 623 "GrahamCampbell", 624 "Result Type", 625 "Result-Type", 626 "result" 627 ], 628 "support": { 629 "issues": "https://github.com/GrahamCampbell/Result-Type/issues", 630 "source": "https://github.com/GrahamCampbell/Result-Type/tree/v1.1.3" 631 }, 632 "funding": [ 633 { 634 "url": "https://github.com/GrahamCampbell", 635 "type": "github" 636 }, 637 { 638 "url": "https://tidelift.com/funding/github/packagist/graham-campbell/result-type", 639 "type": "tidelift" 640 } 641 ], 642 "time": "2024-07-20T21:45:45+00:00" 643 }, 644 { 645 "name": "guzzlehttp/guzzle", 646 "version": "7.10.0", 647 "source": { 648 "type": "git", 649 "url": "https://github.com/guzzle/guzzle.git", 650 "reference": "b51ac707cfa420b7bfd4e4d5e510ba8008e822b4" 651 }, 652 "dist": { 653 "type": "zip", 654 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/b51ac707cfa420b7bfd4e4d5e510ba8008e822b4", 655 "reference": "b51ac707cfa420b7bfd4e4d5e510ba8008e822b4", 656 "shasum": "" 657 }, 658 "require": { 659 "ext-json": "*", 660 "guzzlehttp/promises": "^2.3", 661 "guzzlehttp/psr7": "^2.8", 662 "php": "^7.2.5 || ^8.0", 663 "psr/http-client": "^1.0", 664 "symfony/deprecation-contracts": "^2.2 || ^3.0" 665 }, 666 "provide": { 667 "psr/http-client-implementation": "1.0" 668 }, 669 "require-dev": { 670 "bamarni/composer-bin-plugin": "^1.8.2", 671 "ext-curl": "*", 672 "guzzle/client-integration-tests": "3.0.2", 673 "php-http/message-factory": "^1.1", 674 "phpunit/phpunit": "^8.5.39 || ^9.6.20", 675 "psr/log": "^1.1 || ^2.0 || ^3.0" 676 }, 677 "suggest": { 678 "ext-curl": "Required for CURL handler support", 679 "ext-intl": "Required for Internationalized Domain Name (IDN) support", 680 "psr/log": "Required for using the Log middleware" 681 }, 682 "type": "library", 683 "extra": { 684 "bamarni-bin": { 685 "bin-links": true, 686 "forward-command": false 687 } 688 }, 689 "autoload": { 690 "files": [ 691 "src/functions_include.php" 692 ], 693 "psr-4": { 694 "GuzzleHttp\\": "src/" 695 } 696 }, 697 "notification-url": "https://packagist.org/downloads/", 698 "license": [ 699 "MIT" 700 ], 701 "authors": [ 702 { 703 "name": "Graham Campbell", 704 "email": "hello@gjcampbell.co.uk", 705 "homepage": "https://github.com/GrahamCampbell" 706 }, 707 { 708 "name": "Michael Dowling", 709 "email": "mtdowling@gmail.com", 710 "homepage": "https://github.com/mtdowling" 711 }, 712 { 713 "name": "Jeremy Lindblom", 714 "email": "jeremeamia@gmail.com", 715 "homepage": "https://github.com/jeremeamia" 716 }, 717 { 718 "name": "George Mponos", 719 "email": "gmponos@gmail.com", 720 "homepage": "https://github.com/gmponos" 721 }, 722 { 723 "name": "Tobias Nyholm", 724 "email": "tobias.nyholm@gmail.com", 725 "homepage": "https://github.com/Nyholm" 726 }, 727 { 728 "name": "Márk Sági-Kazár", 729 "email": "mark.sagikazar@gmail.com", 730 "homepage": "https://github.com/sagikazarmark" 731 }, 732 { 733 "name": "Tobias Schultze", 734 "email": "webmaster@tubo-world.de", 735 "homepage": "https://github.com/Tobion" 736 } 737 ], 738 "description": "Guzzle is a PHP HTTP client library", 739 "keywords": [ 740 "client", 741 "curl", 742 "framework", 743 "http", 744 "http client", 745 "psr-18", 746 "psr-7", 747 "rest", 748 "web service" 749 ], 750 "support": { 751 "issues": "https://github.com/guzzle/guzzle/issues", 752 "source": "https://github.com/guzzle/guzzle/tree/7.10.0" 753 }, 754 "funding": [ 755 { 756 "url": "https://github.com/GrahamCampbell", 757 "type": "github" 758 }, 759 { 760 "url": "https://github.com/Nyholm", 761 "type": "github" 762 }, 763 { 764 "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle", 765 "type": "tidelift" 766 } 767 ], 768 "time": "2025-08-23T22:36:01+00:00" 769 }, 770 { 771 "name": "guzzlehttp/promises", 772 "version": "2.3.0", 773 "source": { 774 "type": "git", 775 "url": "https://github.com/guzzle/promises.git", 776 "reference": "481557b130ef3790cf82b713667b43030dc9c957" 777 }, 778 "dist": { 779 "type": "zip", 780 "url": "https://api.github.com/repos/guzzle/promises/zipball/481557b130ef3790cf82b713667b43030dc9c957", 781 "reference": "481557b130ef3790cf82b713667b43030dc9c957", 782 "shasum": "" 783 }, 784 "require": { 785 "php": "^7.2.5 || ^8.0" 786 }, 787 "require-dev": { 788 "bamarni/composer-bin-plugin": "^1.8.2", 789 "phpunit/phpunit": "^8.5.44 || ^9.6.25" 790 }, 791 "type": "library", 792 "extra": { 793 "bamarni-bin": { 794 "bin-links": true, 795 "forward-command": false 796 } 797 }, 798 "autoload": { 799 "psr-4": { 800 "GuzzleHttp\\Promise\\": "src/" 801 } 802 }, 803 "notification-url": "https://packagist.org/downloads/", 804 "license": [ 805 "MIT" 806 ], 807 "authors": [ 808 { 809 "name": "Graham Campbell", 810 "email": "hello@gjcampbell.co.uk", 811 "homepage": "https://github.com/GrahamCampbell" 812 }, 813 { 814 "name": "Michael Dowling", 815 "email": "mtdowling@gmail.com", 816 "homepage": "https://github.com/mtdowling" 817 }, 818 { 819 "name": "Tobias Nyholm", 820 "email": "tobias.nyholm@gmail.com", 821 "homepage": "https://github.com/Nyholm" 822 }, 823 { 824 "name": "Tobias Schultze", 825 "email": "webmaster@tubo-world.de", 826 "homepage": "https://github.com/Tobion" 827 } 828 ], 829 "description": "Guzzle promises library", 830 "keywords": [ 831 "promise" 832 ], 833 "support": { 834 "issues": "https://github.com/guzzle/promises/issues", 835 "source": "https://github.com/guzzle/promises/tree/2.3.0" 836 }, 837 "funding": [ 838 { 839 "url": "https://github.com/GrahamCampbell", 840 "type": "github" 841 }, 842 { 843 "url": "https://github.com/Nyholm", 844 "type": "github" 845 }, 846 { 847 "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises", 848 "type": "tidelift" 849 } 850 ], 851 "time": "2025-08-22T14:34:08+00:00" 852 }, 853 { 854 "name": "guzzlehttp/psr7", 855 "version": "2.8.0", 856 "source": { 857 "type": "git", 858 "url": "https://github.com/guzzle/psr7.git", 859 "reference": "21dc724a0583619cd1652f673303492272778051" 860 }, 861 "dist": { 862 "type": "zip", 863 "url": "https://api.github.com/repos/guzzle/psr7/zipball/21dc724a0583619cd1652f673303492272778051", 864 "reference": "21dc724a0583619cd1652f673303492272778051", 865 "shasum": "" 866 }, 867 "require": { 868 "php": "^7.2.5 || ^8.0", 869 "psr/http-factory": "^1.0", 870 "psr/http-message": "^1.1 || ^2.0", 871 "ralouphie/getallheaders": "^3.0" 872 }, 873 "provide": { 874 "psr/http-factory-implementation": "1.0", 875 "psr/http-message-implementation": "1.0" 876 }, 877 "require-dev": { 878 "bamarni/composer-bin-plugin": "^1.8.2", 879 "http-interop/http-factory-tests": "0.9.0", 880 "phpunit/phpunit": "^8.5.44 || ^9.6.25" 881 }, 882 "suggest": { 883 "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses" 884 }, 885 "type": "library", 886 "extra": { 887 "bamarni-bin": { 888 "bin-links": true, 889 "forward-command": false 890 } 891 }, 892 "autoload": { 893 "psr-4": { 894 "GuzzleHttp\\Psr7\\": "src/" 895 } 896 }, 897 "notification-url": "https://packagist.org/downloads/", 898 "license": [ 899 "MIT" 900 ], 901 "authors": [ 902 { 903 "name": "Graham Campbell", 904 "email": "hello@gjcampbell.co.uk", 905 "homepage": "https://github.com/GrahamCampbell" 906 }, 907 { 908 "name": "Michael Dowling", 909 "email": "mtdowling@gmail.com", 910 "homepage": "https://github.com/mtdowling" 911 }, 912 { 913 "name": "George Mponos", 914 "email": "gmponos@gmail.com", 915 "homepage": "https://github.com/gmponos" 916 }, 917 { 918 "name": "Tobias Nyholm", 919 "email": "tobias.nyholm@gmail.com", 920 "homepage": "https://github.com/Nyholm" 921 }, 922 { 923 "name": "Márk Sági-Kazár", 924 "email": "mark.sagikazar@gmail.com", 925 "homepage": "https://github.com/sagikazarmark" 926 }, 927 { 928 "name": "Tobias Schultze", 929 "email": "webmaster@tubo-world.de", 930 "homepage": "https://github.com/Tobion" 931 }, 932 { 933 "name": "Márk Sági-Kazár", 934 "email": "mark.sagikazar@gmail.com", 935 "homepage": "https://sagikazarmark.hu" 936 } 937 ], 938 "description": "PSR-7 message implementation that also provides common utility methods", 939 "keywords": [ 940 "http", 941 "message", 942 "psr-7", 943 "request", 944 "response", 945 "stream", 946 "uri", 947 "url" 948 ], 949 "support": { 950 "issues": "https://github.com/guzzle/psr7/issues", 951 "source": "https://github.com/guzzle/psr7/tree/2.8.0" 952 }, 953 "funding": [ 954 { 955 "url": "https://github.com/GrahamCampbell", 956 "type": "github" 957 }, 958 { 959 "url": "https://github.com/Nyholm", 960 "type": "github" 961 }, 962 { 963 "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7", 964 "type": "tidelift" 965 } 966 ], 967 "time": "2025-08-23T21:21:41+00:00" 968 }, 969 { 970 "name": "guzzlehttp/uri-template", 971 "version": "v1.0.5", 972 "source": { 973 "type": "git", 974 "url": "https://github.com/guzzle/uri-template.git", 975 "reference": "4f4bbd4e7172148801e76e3decc1e559bdee34e1" 976 }, 977 "dist": { 978 "type": "zip", 979 "url": "https://api.github.com/repos/guzzle/uri-template/zipball/4f4bbd4e7172148801e76e3decc1e559bdee34e1", 980 "reference": "4f4bbd4e7172148801e76e3decc1e559bdee34e1", 981 "shasum": "" 982 }, 983 "require": { 984 "php": "^7.2.5 || ^8.0", 985 "symfony/polyfill-php80": "^1.24" 986 }, 987 "require-dev": { 988 "bamarni/composer-bin-plugin": "^1.8.2", 989 "phpunit/phpunit": "^8.5.44 || ^9.6.25", 990 "uri-template/tests": "1.0.0" 991 }, 992 "type": "library", 993 "extra": { 994 "bamarni-bin": { 995 "bin-links": true, 996 "forward-command": false 997 } 998 }, 999 "autoload": { 1000 "psr-4": { 1001 "GuzzleHttp\\UriTemplate\\": "src" 1002 } 1003 }, 1004 "notification-url": "https://packagist.org/downloads/", 1005 "license": [ 1006 "MIT" 1007 ], 1008 "authors": [ 1009 { 1010 "name": "Graham Campbell", 1011 "email": "hello@gjcampbell.co.uk", 1012 "homepage": "https://github.com/GrahamCampbell" 1013 }, 1014 { 1015 "name": "Michael Dowling", 1016 "email": "mtdowling@gmail.com", 1017 "homepage": "https://github.com/mtdowling" 1018 }, 1019 { 1020 "name": "George Mponos", 1021 "email": "gmponos@gmail.com", 1022 "homepage": "https://github.com/gmponos" 1023 }, 1024 { 1025 "name": "Tobias Nyholm", 1026 "email": "tobias.nyholm@gmail.com", 1027 "homepage": "https://github.com/Nyholm" 1028 } 1029 ], 1030 "description": "A polyfill class for uri_template of PHP", 1031 "keywords": [ 1032 "guzzlehttp", 1033 "uri-template" 1034 ], 1035 "support": { 1036 "issues": "https://github.com/guzzle/uri-template/issues", 1037 "source": "https://github.com/guzzle/uri-template/tree/v1.0.5" 1038 }, 1039 "funding": [ 1040 { 1041 "url": "https://github.com/GrahamCampbell", 1042 "type": "github" 1043 }, 1044 { 1045 "url": "https://github.com/Nyholm", 1046 "type": "github" 1047 }, 1048 { 1049 "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/uri-template", 1050 "type": "tidelift" 1051 } 1052 ], 1053 "time": "2025-08-22T14:27:06+00:00" 1054 }, 1055 { 1056 "name": "laravel/framework", 1057 "version": "v12.40.2", 1058 "source": { 1059 "type": "git", 1060 "url": "https://github.com/laravel/framework.git", 1061 "reference": "1ccd99220b474500e672b373f32bd709ec38de50" 1062 }, 1063 "dist": { 1064 "type": "zip", 1065 "url": "https://api.github.com/repos/laravel/framework/zipball/1ccd99220b474500e672b373f32bd709ec38de50", 1066 "reference": "1ccd99220b474500e672b373f32bd709ec38de50", 1067 "shasum": "" 1068 }, 1069 "require": { 1070 "brick/math": "^0.11|^0.12|^0.13|^0.14", 1071 "composer-runtime-api": "^2.2", 1072 "doctrine/inflector": "^2.0.5", 1073 "dragonmantank/cron-expression": "^3.4", 1074 "egulias/email-validator": "^3.2.1|^4.0", 1075 "ext-ctype": "*", 1076 "ext-filter": "*", 1077 "ext-hash": "*", 1078 "ext-mbstring": "*", 1079 "ext-openssl": "*", 1080 "ext-session": "*", 1081 "ext-tokenizer": "*", 1082 "fruitcake/php-cors": "^1.3", 1083 "guzzlehttp/guzzle": "^7.8.2", 1084 "guzzlehttp/uri-template": "^1.0", 1085 "laravel/prompts": "^0.3.0", 1086 "laravel/serializable-closure": "^1.3|^2.0", 1087 "league/commonmark": "^2.7", 1088 "league/flysystem": "^3.25.1", 1089 "league/flysystem-local": "^3.25.1", 1090 "league/uri": "^7.5.1", 1091 "monolog/monolog": "^3.0", 1092 "nesbot/carbon": "^3.8.4", 1093 "nunomaduro/termwind": "^2.0", 1094 "php": "^8.2", 1095 "psr/container": "^1.1.1|^2.0.1", 1096 "psr/log": "^1.0|^2.0|^3.0", 1097 "psr/simple-cache": "^1.0|^2.0|^3.0", 1098 "ramsey/uuid": "^4.7", 1099 "symfony/console": "^7.2.0", 1100 "symfony/error-handler": "^7.2.0", 1101 "symfony/finder": "^7.2.0", 1102 "symfony/http-foundation": "^7.2.0", 1103 "symfony/http-kernel": "^7.2.0", 1104 "symfony/mailer": "^7.2.0", 1105 "symfony/mime": "^7.2.0", 1106 "symfony/polyfill-php83": "^1.33", 1107 "symfony/polyfill-php84": "^1.33", 1108 "symfony/polyfill-php85": "^1.33", 1109 "symfony/process": "^7.2.0", 1110 "symfony/routing": "^7.2.0", 1111 "symfony/uid": "^7.2.0", 1112 "symfony/var-dumper": "^7.2.0", 1113 "tijsverkoyen/css-to-inline-styles": "^2.2.5", 1114 "vlucas/phpdotenv": "^5.6.1", 1115 "voku/portable-ascii": "^2.0.2" 1116 }, 1117 "conflict": { 1118 "tightenco/collect": "<5.5.33" 1119 }, 1120 "provide": { 1121 "psr/container-implementation": "1.1|2.0", 1122 "psr/log-implementation": "1.0|2.0|3.0", 1123 "psr/simple-cache-implementation": "1.0|2.0|3.0" 1124 }, 1125 "replace": { 1126 "illuminate/auth": "self.version", 1127 "illuminate/broadcasting": "self.version", 1128 "illuminate/bus": "self.version", 1129 "illuminate/cache": "self.version", 1130 "illuminate/collections": "self.version", 1131 "illuminate/concurrency": "self.version", 1132 "illuminate/conditionable": "self.version", 1133 "illuminate/config": "self.version", 1134 "illuminate/console": "self.version", 1135 "illuminate/container": "self.version", 1136 "illuminate/contracts": "self.version", 1137 "illuminate/cookie": "self.version", 1138 "illuminate/database": "self.version", 1139 "illuminate/encryption": "self.version", 1140 "illuminate/events": "self.version", 1141 "illuminate/filesystem": "self.version", 1142 "illuminate/hashing": "self.version", 1143 "illuminate/http": "self.version", 1144 "illuminate/json-schema": "self.version", 1145 "illuminate/log": "self.version", 1146 "illuminate/macroable": "self.version", 1147 "illuminate/mail": "self.version", 1148 "illuminate/notifications": "self.version", 1149 "illuminate/pagination": "self.version", 1150 "illuminate/pipeline": "self.version", 1151 "illuminate/process": "self.version", 1152 "illuminate/queue": "self.version", 1153 "illuminate/redis": "self.version", 1154 "illuminate/routing": "self.version", 1155 "illuminate/session": "self.version", 1156 "illuminate/support": "self.version", 1157 "illuminate/testing": "self.version", 1158 "illuminate/translation": "self.version", 1159 "illuminate/validation": "self.version", 1160 "illuminate/view": "self.version", 1161 "spatie/once": "*" 1162 }, 1163 "require-dev": { 1164 "ably/ably-php": "^1.0", 1165 "aws/aws-sdk-php": "^3.322.9", 1166 "ext-gmp": "*", 1167 "fakerphp/faker": "^1.24", 1168 "guzzlehttp/promises": "^2.0.3", 1169 "guzzlehttp/psr7": "^2.4", 1170 "laravel/pint": "^1.18", 1171 "league/flysystem-aws-s3-v3": "^3.25.1", 1172 "league/flysystem-ftp": "^3.25.1", 1173 "league/flysystem-path-prefixing": "^3.25.1", 1174 "league/flysystem-read-only": "^3.25.1", 1175 "league/flysystem-sftp-v3": "^3.25.1", 1176 "mockery/mockery": "^1.6.10", 1177 "opis/json-schema": "^2.4.1", 1178 "orchestra/testbench-core": "^10.8.0", 1179 "pda/pheanstalk": "^5.0.6|^7.0.0", 1180 "php-http/discovery": "^1.15", 1181 "phpstan/phpstan": "^2.0", 1182 "phpunit/phpunit": "^10.5.35|^11.5.3|^12.0.1", 1183 "predis/predis": "^2.3|^3.0", 1184 "resend/resend-php": "^0.10.0|^1.0", 1185 "symfony/cache": "^7.2.0", 1186 "symfony/http-client": "^7.2.0", 1187 "symfony/psr-http-message-bridge": "^7.2.0", 1188 "symfony/translation": "^7.2.0" 1189 }, 1190 "suggest": { 1191 "ably/ably-php": "Required to use the Ably broadcast driver (^1.0).", 1192 "aws/aws-sdk-php": "Required to use the SQS queue driver, DynamoDb failed job storage, and SES mail driver (^3.322.9).", 1193 "brianium/paratest": "Required to run tests in parallel (^7.0|^8.0).", 1194 "ext-apcu": "Required to use the APC cache driver.", 1195 "ext-fileinfo": "Required to use the Filesystem class.", 1196 "ext-ftp": "Required to use the Flysystem FTP driver.", 1197 "ext-gd": "Required to use Illuminate\\Http\\Testing\\FileFactory::image().", 1198 "ext-memcached": "Required to use the memcache cache driver.", 1199 "ext-pcntl": "Required to use all features of the queue worker and console signal trapping.", 1200 "ext-pdo": "Required to use all database features.", 1201 "ext-posix": "Required to use all features of the queue worker.", 1202 "ext-redis": "Required to use the Redis cache and queue drivers (^4.0|^5.0|^6.0).", 1203 "fakerphp/faker": "Required to generate fake data using the fake() helper (^1.23).", 1204 "filp/whoops": "Required for friendly error pages in development (^2.14.3).", 1205 "laravel/tinker": "Required to use the tinker console command (^2.0).", 1206 "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (^3.25.1).", 1207 "league/flysystem-ftp": "Required to use the Flysystem FTP driver (^3.25.1).", 1208 "league/flysystem-path-prefixing": "Required to use the scoped driver (^3.25.1).", 1209 "league/flysystem-read-only": "Required to use read-only disks (^3.25.1)", 1210 "league/flysystem-sftp-v3": "Required to use the Flysystem SFTP driver (^3.25.1).", 1211 "mockery/mockery": "Required to use mocking (^1.6).", 1212 "pda/pheanstalk": "Required to use the beanstalk queue driver (^5.0).", 1213 "php-http/discovery": "Required to use PSR-7 bridging features (^1.15).", 1214 "phpunit/phpunit": "Required to use assertions and run tests (^10.5.35|^11.5.3|^12.0.1).", 1215 "predis/predis": "Required to use the predis connector (^2.3|^3.0).", 1216 "psr/http-message": "Required to allow Storage::put to accept a StreamInterface (^1.0).", 1217 "pusher/pusher-php-server": "Required to use the Pusher broadcast driver (^6.0|^7.0).", 1218 "resend/resend-php": "Required to enable support for the Resend mail transport (^0.10.0|^1.0).", 1219 "symfony/cache": "Required to PSR-6 cache bridge (^7.2).", 1220 "symfony/filesystem": "Required to enable support for relative symbolic links (^7.2).", 1221 "symfony/http-client": "Required to enable support for the Symfony API mail transports (^7.2).", 1222 "symfony/mailgun-mailer": "Required to enable support for the Mailgun mail transport (^7.2).", 1223 "symfony/postmark-mailer": "Required to enable support for the Postmark mail transport (^7.2).", 1224 "symfony/psr-http-message-bridge": "Required to use PSR-7 bridging features (^7.2)." 1225 }, 1226 "type": "library", 1227 "extra": { 1228 "branch-alias": { 1229 "dev-master": "12.x-dev" 1230 } 1231 }, 1232 "autoload": { 1233 "files": [ 1234 "src/Illuminate/Collections/functions.php", 1235 "src/Illuminate/Collections/helpers.php", 1236 "src/Illuminate/Events/functions.php", 1237 "src/Illuminate/Filesystem/functions.php", 1238 "src/Illuminate/Foundation/helpers.php", 1239 "src/Illuminate/Log/functions.php", 1240 "src/Illuminate/Support/functions.php", 1241 "src/Illuminate/Support/helpers.php" 1242 ], 1243 "psr-4": { 1244 "Illuminate\\": "src/Illuminate/", 1245 "Illuminate\\Support\\": [ 1246 "src/Illuminate/Macroable/", 1247 "src/Illuminate/Collections/", 1248 "src/Illuminate/Conditionable/" 1249 ] 1250 } 1251 }, 1252 "notification-url": "https://packagist.org/downloads/", 1253 "license": [ 1254 "MIT" 1255 ], 1256 "authors": [ 1257 { 1258 "name": "Taylor Otwell", 1259 "email": "taylor@laravel.com" 1260 } 1261 ], 1262 "description": "The Laravel Framework.", 1263 "homepage": "https://laravel.com", 1264 "keywords": [ 1265 "framework", 1266 "laravel" 1267 ], 1268 "support": { 1269 "issues": "https://github.com/laravel/framework/issues", 1270 "source": "https://github.com/laravel/framework" 1271 }, 1272 "time": "2025-11-26T19:24:25+00:00" 1273 }, 1274 { 1275 "name": "laravel/prompts", 1276 "version": "v0.3.8", 1277 "source": { 1278 "type": "git", 1279 "url": "https://github.com/laravel/prompts.git", 1280 "reference": "096748cdfb81988f60090bbb839ce3205ace0d35" 1281 }, 1282 "dist": { 1283 "type": "zip", 1284 "url": "https://api.github.com/repos/laravel/prompts/zipball/096748cdfb81988f60090bbb839ce3205ace0d35", 1285 "reference": "096748cdfb81988f60090bbb839ce3205ace0d35", 1286 "shasum": "" 1287 }, 1288 "require": { 1289 "composer-runtime-api": "^2.2", 1290 "ext-mbstring": "*", 1291 "php": "^8.1", 1292 "symfony/console": "^6.2|^7.0" 1293 }, 1294 "conflict": { 1295 "illuminate/console": ">=10.17.0 <10.25.0", 1296 "laravel/framework": ">=10.17.0 <10.25.0" 1297 }, 1298 "require-dev": { 1299 "illuminate/collections": "^10.0|^11.0|^12.0", 1300 "mockery/mockery": "^1.5", 1301 "pestphp/pest": "^2.3|^3.4|^4.0", 1302 "phpstan/phpstan": "^1.12.28", 1303 "phpstan/phpstan-mockery": "^1.1.3" 1304 }, 1305 "suggest": { 1306 "ext-pcntl": "Required for the spinner to be animated." 1307 }, 1308 "type": "library", 1309 "extra": { 1310 "branch-alias": { 1311 "dev-main": "0.3.x-dev" 1312 } 1313 }, 1314 "autoload": { 1315 "files": [ 1316 "src/helpers.php" 1317 ], 1318 "psr-4": { 1319 "Laravel\\Prompts\\": "src/" 1320 } 1321 }, 1322 "notification-url": "https://packagist.org/downloads/", 1323 "license": [ 1324 "MIT" 1325 ], 1326 "description": "Add beautiful and user-friendly forms to your command-line applications.", 1327 "support": { 1328 "issues": "https://github.com/laravel/prompts/issues", 1329 "source": "https://github.com/laravel/prompts/tree/v0.3.8" 1330 }, 1331 "time": "2025-11-21T20:52:52+00:00" 1332 }, 1333 { 1334 "name": "laravel/sanctum", 1335 "version": "v4.2.1", 1336 "source": { 1337 "type": "git", 1338 "url": "https://github.com/laravel/sanctum.git", 1339 "reference": "f5fb373be39a246c74a060f2cf2ae2c2145b3664" 1340 }, 1341 "dist": { 1342 "type": "zip", 1343 "url": "https://api.github.com/repos/laravel/sanctum/zipball/f5fb373be39a246c74a060f2cf2ae2c2145b3664", 1344 "reference": "f5fb373be39a246c74a060f2cf2ae2c2145b3664", 1345 "shasum": "" 1346 }, 1347 "require": { 1348 "ext-json": "*", 1349 "illuminate/console": "^11.0|^12.0", 1350 "illuminate/contracts": "^11.0|^12.0", 1351 "illuminate/database": "^11.0|^12.0", 1352 "illuminate/support": "^11.0|^12.0", 1353 "php": "^8.2", 1354 "symfony/console": "^7.0" 1355 }, 1356 "require-dev": { 1357 "mockery/mockery": "^1.6", 1358 "orchestra/testbench": "^9.15|^10.8", 1359 "phpstan/phpstan": "^1.10" 1360 }, 1361 "type": "library", 1362 "extra": { 1363 "laravel": { 1364 "providers": [ 1365 "Laravel\\Sanctum\\SanctumServiceProvider" 1366 ] 1367 } 1368 }, 1369 "autoload": { 1370 "psr-4": { 1371 "Laravel\\Sanctum\\": "src/" 1372 } 1373 }, 1374 "notification-url": "https://packagist.org/downloads/", 1375 "license": [ 1376 "MIT" 1377 ], 1378 "authors": [ 1379 { 1380 "name": "Taylor Otwell", 1381 "email": "taylor@laravel.com" 1382 } 1383 ], 1384 "description": "Laravel Sanctum provides a featherweight authentication system for SPAs and simple APIs.", 1385 "keywords": [ 1386 "auth", 1387 "laravel", 1388 "sanctum" 1389 ], 1390 "support": { 1391 "issues": "https://github.com/laravel/sanctum/issues", 1392 "source": "https://github.com/laravel/sanctum" 1393 }, 1394 "time": "2025-11-21T13:59:03+00:00" 1395 }, 1396 { 1397 "name": "laravel/serializable-closure", 1398 "version": "v2.0.7", 1399 "source": { 1400 "type": "git", 1401 "url": "https://github.com/laravel/serializable-closure.git", 1402 "reference": "cb291e4c998ac50637c7eeb58189c14f5de5b9dd" 1403 }, 1404 "dist": { 1405 "type": "zip", 1406 "url": "https://api.github.com/repos/laravel/serializable-closure/zipball/cb291e4c998ac50637c7eeb58189c14f5de5b9dd", 1407 "reference": "cb291e4c998ac50637c7eeb58189c14f5de5b9dd", 1408 "shasum": "" 1409 }, 1410 "require": { 1411 "php": "^8.1" 1412 }, 1413 "require-dev": { 1414 "illuminate/support": "^10.0|^11.0|^12.0", 1415 "nesbot/carbon": "^2.67|^3.0", 1416 "pestphp/pest": "^2.36|^3.0|^4.0", 1417 "phpstan/phpstan": "^2.0", 1418 "symfony/var-dumper": "^6.2.0|^7.0.0" 1419 }, 1420 "type": "library", 1421 "extra": { 1422 "branch-alias": { 1423 "dev-master": "2.x-dev" 1424 } 1425 }, 1426 "autoload": { 1427 "psr-4": { 1428 "Laravel\\SerializableClosure\\": "src/" 1429 } 1430 }, 1431 "notification-url": "https://packagist.org/downloads/", 1432 "license": [ 1433 "MIT" 1434 ], 1435 "authors": [ 1436 { 1437 "name": "Taylor Otwell", 1438 "email": "taylor@laravel.com" 1439 }, 1440 { 1441 "name": "Nuno Maduro", 1442 "email": "nuno@laravel.com" 1443 } 1444 ], 1445 "description": "Laravel Serializable Closure provides an easy and secure way to serialize closures in PHP.", 1446 "keywords": [ 1447 "closure", 1448 "laravel", 1449 "serializable" 1450 ], 1451 "support": { 1452 "issues": "https://github.com/laravel/serializable-closure/issues", 1453 "source": "https://github.com/laravel/serializable-closure" 1454 }, 1455 "time": "2025-11-21T20:52:36+00:00" 1456 }, 1457 { 1458 "name": "laravel/tinker", 1459 "version": "v2.10.2", 1460 "source": { 1461 "type": "git", 1462 "url": "https://github.com/laravel/tinker.git", 1463 "reference": "3bcb5f62d6f837e0f093a601e26badafb127bd4c" 1464 }, 1465 "dist": { 1466 "type": "zip", 1467 "url": "https://api.github.com/repos/laravel/tinker/zipball/3bcb5f62d6f837e0f093a601e26badafb127bd4c", 1468 "reference": "3bcb5f62d6f837e0f093a601e26badafb127bd4c", 1469 "shasum": "" 1470 }, 1471 "require": { 1472 "illuminate/console": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0", 1473 "illuminate/contracts": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0", 1474 "illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0", 1475 "php": "^7.2.5|^8.0", 1476 "psy/psysh": "^0.11.1|^0.12.0", 1477 "symfony/var-dumper": "^4.3.4|^5.0|^6.0|^7.0" 1478 }, 1479 "require-dev": { 1480 "mockery/mockery": "~1.3.3|^1.4.2", 1481 "phpstan/phpstan": "^1.10", 1482 "phpunit/phpunit": "^8.5.8|^9.3.3|^10.0" 1483 }, 1484 "suggest": { 1485 "illuminate/database": "The Illuminate Database package (^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0)." 1486 }, 1487 "type": "library", 1488 "extra": { 1489 "laravel": { 1490 "providers": [ 1491 "Laravel\\Tinker\\TinkerServiceProvider" 1492 ] 1493 } 1494 }, 1495 "autoload": { 1496 "psr-4": { 1497 "Laravel\\Tinker\\": "src/" 1498 } 1499 }, 1500 "notification-url": "https://packagist.org/downloads/", 1501 "license": [ 1502 "MIT" 1503 ], 1504 "authors": [ 1505 { 1506 "name": "Taylor Otwell", 1507 "email": "taylor@laravel.com" 1508 } 1509 ], 1510 "description": "Powerful REPL for the Laravel framework.", 1511 "keywords": [ 1512 "REPL", 1513 "Tinker", 1514 "laravel", 1515 "psysh" 1516 ], 1517 "support": { 1518 "issues": "https://github.com/laravel/tinker/issues", 1519 "source": "https://github.com/laravel/tinker/tree/v2.10.2" 1520 }, 1521 "time": "2025-11-20T16:29:12+00:00" 1522 }, 1523 { 1524 "name": "league/commonmark", 1525 "version": "2.8.0", 1526 "source": { 1527 "type": "git", 1528 "url": "https://github.com/thephpleague/commonmark.git", 1529 "reference": "4efa10c1e56488e658d10adf7b7b7dcd19940bfb" 1530 }, 1531 "dist": { 1532 "type": "zip", 1533 "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/4efa10c1e56488e658d10adf7b7b7dcd19940bfb", 1534 "reference": "4efa10c1e56488e658d10adf7b7b7dcd19940bfb", 1535 "shasum": "" 1536 }, 1537 "require": { 1538 "ext-mbstring": "*", 1539 "league/config": "^1.1.1", 1540 "php": "^7.4 || ^8.0", 1541 "psr/event-dispatcher": "^1.0", 1542 "symfony/deprecation-contracts": "^2.1 || ^3.0", 1543 "symfony/polyfill-php80": "^1.16" 1544 }, 1545 "require-dev": { 1546 "cebe/markdown": "^1.0", 1547 "commonmark/cmark": "0.31.1", 1548 "commonmark/commonmark.js": "0.31.1", 1549 "composer/package-versions-deprecated": "^1.8", 1550 "embed/embed": "^4.4", 1551 "erusev/parsedown": "^1.0", 1552 "ext-json": "*", 1553 "github/gfm": "0.29.0", 1554 "michelf/php-markdown": "^1.4 || ^2.0", 1555 "nyholm/psr7": "^1.5", 1556 "phpstan/phpstan": "^1.8.2", 1557 "phpunit/phpunit": "^9.5.21 || ^10.5.9 || ^11.0.0", 1558 "scrutinizer/ocular": "^1.8.1", 1559 "symfony/finder": "^5.3 | ^6.0 | ^7.0", 1560 "symfony/process": "^5.4 | ^6.0 | ^7.0", 1561 "symfony/yaml": "^2.3 | ^3.0 | ^4.0 | ^5.0 | ^6.0 | ^7.0", 1562 "unleashedtech/php-coding-standard": "^3.1.1", 1563 "vimeo/psalm": "^4.24.0 || ^5.0.0 || ^6.0.0" 1564 }, 1565 "suggest": { 1566 "symfony/yaml": "v2.3+ required if using the Front Matter extension" 1567 }, 1568 "type": "library", 1569 "extra": { 1570 "branch-alias": { 1571 "dev-main": "2.9-dev" 1572 } 1573 }, 1574 "autoload": { 1575 "psr-4": { 1576 "League\\CommonMark\\": "src" 1577 } 1578 }, 1579 "notification-url": "https://packagist.org/downloads/", 1580 "license": [ 1581 "BSD-3-Clause" 1582 ], 1583 "authors": [ 1584 { 1585 "name": "Colin O'Dell", 1586 "email": "colinodell@gmail.com", 1587 "homepage": "https://www.colinodell.com", 1588 "role": "Lead Developer" 1589 } 1590 ], 1591 "description": "Highly-extensible PHP Markdown parser which fully supports the CommonMark spec and GitHub-Flavored Markdown (GFM)", 1592 "homepage": "https://commonmark.thephpleague.com", 1593 "keywords": [ 1594 "commonmark", 1595 "flavored", 1596 "gfm", 1597 "github", 1598 "github-flavored", 1599 "markdown", 1600 "md", 1601 "parser" 1602 ], 1603 "support": { 1604 "docs": "https://commonmark.thephpleague.com/", 1605 "forum": "https://github.com/thephpleague/commonmark/discussions", 1606 "issues": "https://github.com/thephpleague/commonmark/issues", 1607 "rss": "https://github.com/thephpleague/commonmark/releases.atom", 1608 "source": "https://github.com/thephpleague/commonmark" 1609 }, 1610 "funding": [ 1611 { 1612 "url": "https://www.colinodell.com/sponsor", 1613 "type": "custom" 1614 }, 1615 { 1616 "url": "https://www.paypal.me/colinpodell/10.00", 1617 "type": "custom" 1618 }, 1619 { 1620 "url": "https://github.com/colinodell", 1621 "type": "github" 1622 }, 1623 { 1624 "url": "https://tidelift.com/funding/github/packagist/league/commonmark", 1625 "type": "tidelift" 1626 } 1627 ], 1628 "time": "2025-11-26T21:48:24+00:00" 1629 }, 1630 { 1631 "name": "league/config", 1632 "version": "v1.2.0", 1633 "source": { 1634 "type": "git", 1635 "url": "https://github.com/thephpleague/config.git", 1636 "reference": "754b3604fb2984c71f4af4a9cbe7b57f346ec1f3" 1637 }, 1638 "dist": { 1639 "type": "zip", 1640 "url": "https://api.github.com/repos/thephpleague/config/zipball/754b3604fb2984c71f4af4a9cbe7b57f346ec1f3", 1641 "reference": "754b3604fb2984c71f4af4a9cbe7b57f346ec1f3", 1642 "shasum": "" 1643 }, 1644 "require": { 1645 "dflydev/dot-access-data": "^3.0.1", 1646 "nette/schema": "^1.2", 1647 "php": "^7.4 || ^8.0" 1648 }, 1649 "require-dev": { 1650 "phpstan/phpstan": "^1.8.2", 1651 "phpunit/phpunit": "^9.5.5", 1652 "scrutinizer/ocular": "^1.8.1", 1653 "unleashedtech/php-coding-standard": "^3.1", 1654 "vimeo/psalm": "^4.7.3" 1655 }, 1656 "type": "library", 1657 "extra": { 1658 "branch-alias": { 1659 "dev-main": "1.2-dev" 1660 } 1661 }, 1662 "autoload": { 1663 "psr-4": { 1664 "League\\Config\\": "src" 1665 } 1666 }, 1667 "notification-url": "https://packagist.org/downloads/", 1668 "license": [ 1669 "BSD-3-Clause" 1670 ], 1671 "authors": [ 1672 { 1673 "name": "Colin O'Dell", 1674 "email": "colinodell@gmail.com", 1675 "homepage": "https://www.colinodell.com", 1676 "role": "Lead Developer" 1677 } 1678 ], 1679 "description": "Define configuration arrays with strict schemas and access values with dot notation", 1680 "homepage": "https://config.thephpleague.com", 1681 "keywords": [ 1682 "array", 1683 "config", 1684 "configuration", 1685 "dot", 1686 "dot-access", 1687 "nested", 1688 "schema" 1689 ], 1690 "support": { 1691 "docs": "https://config.thephpleague.com/", 1692 "issues": "https://github.com/thephpleague/config/issues", 1693 "rss": "https://github.com/thephpleague/config/releases.atom", 1694 "source": "https://github.com/thephpleague/config" 1695 }, 1696 "funding": [ 1697 { 1698 "url": "https://www.colinodell.com/sponsor", 1699 "type": "custom" 1700 }, 1701 { 1702 "url": "https://www.paypal.me/colinpodell/10.00", 1703 "type": "custom" 1704 }, 1705 { 1706 "url": "https://github.com/colinodell", 1707 "type": "github" 1708 } 1709 ], 1710 "time": "2022-12-11T20:36:23+00:00" 1711 }, 1712 { 1713 "name": "league/flysystem", 1714 "version": "3.30.2", 1715 "source": { 1716 "type": "git", 1717 "url": "https://github.com/thephpleague/flysystem.git", 1718 "reference": "5966a8ba23e62bdb518dd9e0e665c2dbd4b5b277" 1719 }, 1720 "dist": { 1721 "type": "zip", 1722 "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/5966a8ba23e62bdb518dd9e0e665c2dbd4b5b277", 1723 "reference": "5966a8ba23e62bdb518dd9e0e665c2dbd4b5b277", 1724 "shasum": "" 1725 }, 1726 "require": { 1727 "league/flysystem-local": "^3.0.0", 1728 "league/mime-type-detection": "^1.0.0", 1729 "php": "^8.0.2" 1730 }, 1731 "conflict": { 1732 "async-aws/core": "<1.19.0", 1733 "async-aws/s3": "<1.14.0", 1734 "aws/aws-sdk-php": "3.209.31 || 3.210.0", 1735 "guzzlehttp/guzzle": "<7.0", 1736 "guzzlehttp/ringphp": "<1.1.1", 1737 "phpseclib/phpseclib": "3.0.15", 1738 "symfony/http-client": "<5.2" 1739 }, 1740 "require-dev": { 1741 "async-aws/s3": "^1.5 || ^2.0", 1742 "async-aws/simple-s3": "^1.1 || ^2.0", 1743 "aws/aws-sdk-php": "^3.295.10", 1744 "composer/semver": "^3.0", 1745 "ext-fileinfo": "*", 1746 "ext-ftp": "*", 1747 "ext-mongodb": "^1.3|^2", 1748 "ext-zip": "*", 1749 "friendsofphp/php-cs-fixer": "^3.5", 1750 "google/cloud-storage": "^1.23", 1751 "guzzlehttp/psr7": "^2.6", 1752 "microsoft/azure-storage-blob": "^1.1", 1753 "mongodb/mongodb": "^1.2|^2", 1754 "phpseclib/phpseclib": "^3.0.36", 1755 "phpstan/phpstan": "^1.10", 1756 "phpunit/phpunit": "^9.5.11|^10.0", 1757 "sabre/dav": "^4.6.0" 1758 }, 1759 "type": "library", 1760 "autoload": { 1761 "psr-4": { 1762 "League\\Flysystem\\": "src" 1763 } 1764 }, 1765 "notification-url": "https://packagist.org/downloads/", 1766 "license": [ 1767 "MIT" 1768 ], 1769 "authors": [ 1770 { 1771 "name": "Frank de Jonge", 1772 "email": "info@frankdejonge.nl" 1773 } 1774 ], 1775 "description": "File storage abstraction for PHP", 1776 "keywords": [ 1777 "WebDAV", 1778 "aws", 1779 "cloud", 1780 "file", 1781 "files", 1782 "filesystem", 1783 "filesystems", 1784 "ftp", 1785 "s3", 1786 "sftp", 1787 "storage" 1788 ], 1789 "support": { 1790 "issues": "https://github.com/thephpleague/flysystem/issues", 1791 "source": "https://github.com/thephpleague/flysystem/tree/3.30.2" 1792 }, 1793 "time": "2025-11-10T17:13:11+00:00" 1794 }, 1795 { 1796 "name": "league/flysystem-local", 1797 "version": "3.30.2", 1798 "source": { 1799 "type": "git", 1800 "url": "https://github.com/thephpleague/flysystem-local.git", 1801 "reference": "ab4f9d0d672f601b102936aa728801dd1a11968d" 1802 }, 1803 "dist": { 1804 "type": "zip", 1805 "url": "https://api.github.com/repos/thephpleague/flysystem-local/zipball/ab4f9d0d672f601b102936aa728801dd1a11968d", 1806 "reference": "ab4f9d0d672f601b102936aa728801dd1a11968d", 1807 "shasum": "" 1808 }, 1809 "require": { 1810 "ext-fileinfo": "*", 1811 "league/flysystem": "^3.0.0", 1812 "league/mime-type-detection": "^1.0.0", 1813 "php": "^8.0.2" 1814 }, 1815 "type": "library", 1816 "autoload": { 1817 "psr-4": { 1818 "League\\Flysystem\\Local\\": "" 1819 } 1820 }, 1821 "notification-url": "https://packagist.org/downloads/", 1822 "license": [ 1823 "MIT" 1824 ], 1825 "authors": [ 1826 { 1827 "name": "Frank de Jonge", 1828 "email": "info@frankdejonge.nl" 1829 } 1830 ], 1831 "description": "Local filesystem adapter for Flysystem.", 1832 "keywords": [ 1833 "Flysystem", 1834 "file", 1835 "files", 1836 "filesystem", 1837 "local" 1838 ], 1839 "support": { 1840 "source": "https://github.com/thephpleague/flysystem-local/tree/3.30.2" 1841 }, 1842 "time": "2025-11-10T11:23:37+00:00" 1843 }, 1844 { 1845 "name": "league/mime-type-detection", 1846 "version": "1.16.0", 1847 "source": { 1848 "type": "git", 1849 "url": "https://github.com/thephpleague/mime-type-detection.git", 1850 "reference": "2d6702ff215bf922936ccc1ad31007edc76451b9" 1851 }, 1852 "dist": { 1853 "type": "zip", 1854 "url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/2d6702ff215bf922936ccc1ad31007edc76451b9", 1855 "reference": "2d6702ff215bf922936ccc1ad31007edc76451b9", 1856 "shasum": "" 1857 }, 1858 "require": { 1859 "ext-fileinfo": "*", 1860 "php": "^7.4 || ^8.0" 1861 }, 1862 "require-dev": { 1863 "friendsofphp/php-cs-fixer": "^3.2", 1864 "phpstan/phpstan": "^0.12.68", 1865 "phpunit/phpunit": "^8.5.8 || ^9.3 || ^10.0" 1866 }, 1867 "type": "library", 1868 "autoload": { 1869 "psr-4": { 1870 "League\\MimeTypeDetection\\": "src" 1871 } 1872 }, 1873 "notification-url": "https://packagist.org/downloads/", 1874 "license": [ 1875 "MIT" 1876 ], 1877 "authors": [ 1878 { 1879 "name": "Frank de Jonge", 1880 "email": "info@frankdejonge.nl" 1881 } 1882 ], 1883 "description": "Mime-type detection for Flysystem", 1884 "support": { 1885 "issues": "https://github.com/thephpleague/mime-type-detection/issues", 1886 "source": "https://github.com/thephpleague/mime-type-detection/tree/1.16.0" 1887 }, 1888 "funding": [ 1889 { 1890 "url": "https://github.com/frankdejonge", 1891 "type": "github" 1892 }, 1893 { 1894 "url": "https://tidelift.com/funding/github/packagist/league/flysystem", 1895 "type": "tidelift" 1896 } 1897 ], 1898 "time": "2024-09-21T08:32:55+00:00" 1899 }, 1900 { 1901 "name": "league/uri", 1902 "version": "7.6.0", 1903 "source": { 1904 "type": "git", 1905 "url": "https://github.com/thephpleague/uri.git", 1906 "reference": "f625804987a0a9112d954f9209d91fec52182344" 1907 }, 1908 "dist": { 1909 "type": "zip", 1910 "url": "https://api.github.com/repos/thephpleague/uri/zipball/f625804987a0a9112d954f9209d91fec52182344", 1911 "reference": "f625804987a0a9112d954f9209d91fec52182344", 1912 "shasum": "" 1913 }, 1914 "require": { 1915 "league/uri-interfaces": "^7.6", 1916 "php": "^8.1", 1917 "psr/http-factory": "^1" 1918 }, 1919 "conflict": { 1920 "league/uri-schemes": "^1.0" 1921 }, 1922 "suggest": { 1923 "ext-bcmath": "to improve IPV4 host parsing", 1924 "ext-dom": "to convert the URI into an HTML anchor tag", 1925 "ext-fileinfo": "to create Data URI from file contennts", 1926 "ext-gmp": "to improve IPV4 host parsing", 1927 "ext-intl": "to handle IDN host with the best performance", 1928 "ext-uri": "to use the PHP native URI class", 1929 "jeremykendall/php-domain-parser": "to resolve Public Suffix and Top Level Domain", 1930 "league/uri-components": "Needed to easily manipulate URI objects components", 1931 "league/uri-polyfill": "Needed to backport the PHP URI extension for older versions of PHP", 1932 "php-64bit": "to improve IPV4 host parsing", 1933 "rowbot/url": "to handle WHATWG URL", 1934 "symfony/polyfill-intl-idn": "to handle IDN host via the Symfony polyfill if ext-intl is not present" 1935 }, 1936 "type": "library", 1937 "extra": { 1938 "branch-alias": { 1939 "dev-master": "7.x-dev" 1940 } 1941 }, 1942 "autoload": { 1943 "psr-4": { 1944 "League\\Uri\\": "" 1945 } 1946 }, 1947 "notification-url": "https://packagist.org/downloads/", 1948 "license": [ 1949 "MIT" 1950 ], 1951 "authors": [ 1952 { 1953 "name": "Ignace Nyamagana Butera", 1954 "email": "nyamsprod@gmail.com", 1955 "homepage": "https://nyamsprod.com" 1956 } 1957 ], 1958 "description": "URI manipulation library", 1959 "homepage": "https://uri.thephpleague.com", 1960 "keywords": [ 1961 "URN", 1962 "data-uri", 1963 "file-uri", 1964 "ftp", 1965 "hostname", 1966 "http", 1967 "https", 1968 "middleware", 1969 "parse_str", 1970 "parse_url", 1971 "psr-7", 1972 "query-string", 1973 "querystring", 1974 "rfc2141", 1975 "rfc3986", 1976 "rfc3987", 1977 "rfc6570", 1978 "rfc8141", 1979 "uri", 1980 "uri-template", 1981 "url", 1982 "ws" 1983 ], 1984 "support": { 1985 "docs": "https://uri.thephpleague.com", 1986 "forum": "https://thephpleague.slack.com", 1987 "issues": "https://github.com/thephpleague/uri-src/issues", 1988 "source": "https://github.com/thephpleague/uri/tree/7.6.0" 1989 }, 1990 "funding": [ 1991 { 1992 "url": "https://github.com/sponsors/nyamsprod", 1993 "type": "github" 1994 } 1995 ], 1996 "time": "2025-11-18T12:17:23+00:00" 1997 }, 1998 { 1999 "name": "league/uri-interfaces", 2000 "version": "7.6.0", 2001 "source": { 2002 "type": "git", 2003 "url": "https://github.com/thephpleague/uri-interfaces.git", 2004 "reference": "ccbfb51c0445298e7e0b7f4481b942f589665368" 2005 }, 2006 "dist": { 2007 "type": "zip", 2008 "url": "https://api.github.com/repos/thephpleague/uri-interfaces/zipball/ccbfb51c0445298e7e0b7f4481b942f589665368", 2009 "reference": "ccbfb51c0445298e7e0b7f4481b942f589665368", 2010 "shasum": "" 2011 }, 2012 "require": { 2013 "ext-filter": "*", 2014 "php": "^8.1", 2015 "psr/http-message": "^1.1 || ^2.0" 2016 }, 2017 "suggest": { 2018 "ext-bcmath": "to improve IPV4 host parsing", 2019 "ext-gmp": "to improve IPV4 host parsing", 2020 "ext-intl": "to handle IDN host with the best performance", 2021 "php-64bit": "to improve IPV4 host parsing", 2022 "rowbot/url": "to handle WHATWG URL", 2023 "symfony/polyfill-intl-idn": "to handle IDN host via the Symfony polyfill if ext-intl is not present" 2024 }, 2025 "type": "library", 2026 "extra": { 2027 "branch-alias": { 2028 "dev-master": "7.x-dev" 2029 } 2030 }, 2031 "autoload": { 2032 "psr-4": { 2033 "League\\Uri\\": "" 2034 } 2035 }, 2036 "notification-url": "https://packagist.org/downloads/", 2037 "license": [ 2038 "MIT" 2039 ], 2040 "authors": [ 2041 { 2042 "name": "Ignace Nyamagana Butera", 2043 "email": "nyamsprod@gmail.com", 2044 "homepage": "https://nyamsprod.com" 2045 } 2046 ], 2047 "description": "Common tools for parsing and resolving RFC3987/RFC3986 URI", 2048 "homepage": "https://uri.thephpleague.com", 2049 "keywords": [ 2050 "data-uri", 2051 "file-uri", 2052 "ftp", 2053 "hostname", 2054 "http", 2055 "https", 2056 "parse_str", 2057 "parse_url", 2058 "psr-7", 2059 "query-string", 2060 "querystring", 2061 "rfc3986", 2062 "rfc3987", 2063 "rfc6570", 2064 "uri", 2065 "url", 2066 "ws" 2067 ], 2068 "support": { 2069 "docs": "https://uri.thephpleague.com", 2070 "forum": "https://thephpleague.slack.com", 2071 "issues": "https://github.com/thephpleague/uri-src/issues", 2072 "source": "https://github.com/thephpleague/uri-interfaces/tree/7.6.0" 2073 }, 2074 "funding": [ 2075 { 2076 "url": "https://github.com/sponsors/nyamsprod", 2077 "type": "github" 2078 } 2079 ], 2080 "time": "2025-11-18T12:17:23+00:00" 2081 }, 2082 { 2083 "name": "monolog/monolog", 2084 "version": "3.9.0", 2085 "source": { 2086 "type": "git", 2087 "url": "https://github.com/Seldaek/monolog.git", 2088 "reference": "10d85740180ecba7896c87e06a166e0c95a0e3b6" 2089 }, 2090 "dist": { 2091 "type": "zip", 2092 "url": "https://api.github.com/repos/Seldaek/monolog/zipball/10d85740180ecba7896c87e06a166e0c95a0e3b6", 2093 "reference": "10d85740180ecba7896c87e06a166e0c95a0e3b6", 2094 "shasum": "" 2095 }, 2096 "require": { 2097 "php": ">=8.1", 2098 "psr/log": "^2.0 || ^3.0" 2099 }, 2100 "provide": { 2101 "psr/log-implementation": "3.0.0" 2102 }, 2103 "require-dev": { 2104 "aws/aws-sdk-php": "^3.0", 2105 "doctrine/couchdb": "~1.0@dev", 2106 "elasticsearch/elasticsearch": "^7 || ^8", 2107 "ext-json": "*", 2108 "graylog2/gelf-php": "^1.4.2 || ^2.0", 2109 "guzzlehttp/guzzle": "^7.4.5", 2110 "guzzlehttp/psr7": "^2.2", 2111 "mongodb/mongodb": "^1.8", 2112 "php-amqplib/php-amqplib": "~2.4 || ^3", 2113 "php-console/php-console": "^3.1.8", 2114 "phpstan/phpstan": "^2", 2115 "phpstan/phpstan-deprecation-rules": "^2", 2116 "phpstan/phpstan-strict-rules": "^2", 2117 "phpunit/phpunit": "^10.5.17 || ^11.0.7", 2118 "predis/predis": "^1.1 || ^2", 2119 "rollbar/rollbar": "^4.0", 2120 "ruflin/elastica": "^7 || ^8", 2121 "symfony/mailer": "^5.4 || ^6", 2122 "symfony/mime": "^5.4 || ^6" 2123 }, 2124 "suggest": { 2125 "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB", 2126 "doctrine/couchdb": "Allow sending log messages to a CouchDB server", 2127 "elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client", 2128 "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)", 2129 "ext-curl": "Required to send log messages using the IFTTTHandler, the LogglyHandler, the SendGridHandler, the SlackWebhookHandler or the TelegramBotHandler", 2130 "ext-mbstring": "Allow to work properly with unicode symbols", 2131 "ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)", 2132 "ext-openssl": "Required to send log messages using SSL", 2133 "ext-sockets": "Allow sending log messages to a Syslog server (via UDP driver)", 2134 "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server", 2135 "mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)", 2136 "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib", 2137 "rollbar/rollbar": "Allow sending log messages to Rollbar", 2138 "ruflin/elastica": "Allow sending log messages to an Elastic Search server" 2139 }, 2140 "type": "library", 2141 "extra": { 2142 "branch-alias": { 2143 "dev-main": "3.x-dev" 2144 } 2145 }, 2146 "autoload": { 2147 "psr-4": { 2148 "Monolog\\": "src/Monolog" 2149 } 2150 }, 2151 "notification-url": "https://packagist.org/downloads/", 2152 "license": [ 2153 "MIT" 2154 ], 2155 "authors": [ 2156 { 2157 "name": "Jordi Boggiano", 2158 "email": "j.boggiano@seld.be", 2159 "homepage": "https://seld.be" 2160 } 2161 ], 2162 "description": "Sends your logs to files, sockets, inboxes, databases and various web services", 2163 "homepage": "https://github.com/Seldaek/monolog", 2164 "keywords": [ 2165 "log", 2166 "logging", 2167 "psr-3" 2168 ], 2169 "support": { 2170 "issues": "https://github.com/Seldaek/monolog/issues", 2171 "source": "https://github.com/Seldaek/monolog/tree/3.9.0" 2172 }, 2173 "funding": [ 2174 { 2175 "url": "https://github.com/Seldaek", 2176 "type": "github" 2177 }, 2178 { 2179 "url": "https://tidelift.com/funding/github/packagist/monolog/monolog", 2180 "type": "tidelift" 2181 } 2182 ], 2183 "time": "2025-03-24T10:02:05+00:00" 2184 }, 2185 { 2186 "name": "nesbot/carbon", 2187 "version": "3.10.3", 2188 "source": { 2189 "type": "git", 2190 "url": "https://github.com/CarbonPHP/carbon.git", 2191 "reference": "8e3643dcd149ae0fe1d2ff4f2c8e4bbfad7c165f" 2192 }, 2193 "dist": { 2194 "type": "zip", 2195 "url": "https://api.github.com/repos/CarbonPHP/carbon/zipball/8e3643dcd149ae0fe1d2ff4f2c8e4bbfad7c165f", 2196 "reference": "8e3643dcd149ae0fe1d2ff4f2c8e4bbfad7c165f", 2197 "shasum": "" 2198 }, 2199 "require": { 2200 "carbonphp/carbon-doctrine-types": "<100.0", 2201 "ext-json": "*", 2202 "php": "^8.1", 2203 "psr/clock": "^1.0", 2204 "symfony/clock": "^6.3.12 || ^7.0", 2205 "symfony/polyfill-mbstring": "^1.0", 2206 "symfony/translation": "^4.4.18 || ^5.2.1 || ^6.0 || ^7.0" 2207 }, 2208 "provide": { 2209 "psr/clock-implementation": "1.0" 2210 }, 2211 "require-dev": { 2212 "doctrine/dbal": "^3.6.3 || ^4.0", 2213 "doctrine/orm": "^2.15.2 || ^3.0", 2214 "friendsofphp/php-cs-fixer": "^v3.87.1", 2215 "kylekatarnls/multi-tester": "^2.5.3", 2216 "phpmd/phpmd": "^2.15.0", 2217 "phpstan/extension-installer": "^1.4.3", 2218 "phpstan/phpstan": "^2.1.22", 2219 "phpunit/phpunit": "^10.5.53", 2220 "squizlabs/php_codesniffer": "^3.13.4" 2221 }, 2222 "bin": [ 2223 "bin/carbon" 2224 ], 2225 "type": "library", 2226 "extra": { 2227 "laravel": { 2228 "providers": [ 2229 "Carbon\\Laravel\\ServiceProvider" 2230 ] 2231 }, 2232 "phpstan": { 2233 "includes": [ 2234 "extension.neon" 2235 ] 2236 }, 2237 "branch-alias": { 2238 "dev-2.x": "2.x-dev", 2239 "dev-master": "3.x-dev" 2240 } 2241 }, 2242 "autoload": { 2243 "psr-4": { 2244 "Carbon\\": "src/Carbon/" 2245 } 2246 }, 2247 "notification-url": "https://packagist.org/downloads/", 2248 "license": [ 2249 "MIT" 2250 ], 2251 "authors": [ 2252 { 2253 "name": "Brian Nesbitt", 2254 "email": "brian@nesbot.com", 2255 "homepage": "https://markido.com" 2256 }, 2257 { 2258 "name": "kylekatarnls", 2259 "homepage": "https://github.com/kylekatarnls" 2260 } 2261 ], 2262 "description": "An API extension for DateTime that supports 281 different languages.", 2263 "homepage": "https://carbon.nesbot.com", 2264 "keywords": [ 2265 "date", 2266 "datetime", 2267 "time" 2268 ], 2269 "support": { 2270 "docs": "https://carbon.nesbot.com/docs", 2271 "issues": "https://github.com/CarbonPHP/carbon/issues", 2272 "source": "https://github.com/CarbonPHP/carbon" 2273 }, 2274 "funding": [ 2275 { 2276 "url": "https://github.com/sponsors/kylekatarnls", 2277 "type": "github" 2278 }, 2279 { 2280 "url": "https://opencollective.com/Carbon#sponsor", 2281 "type": "opencollective" 2282 }, 2283 { 2284 "url": "https://tidelift.com/subscription/pkg/packagist-nesbot-carbon?utm_source=packagist-nesbot-carbon&utm_medium=referral&utm_campaign=readme", 2285 "type": "tidelift" 2286 } 2287 ], 2288 "time": "2025-09-06T13:39:36+00:00" 2289 }, 2290 { 2291 "name": "nette/schema", 2292 "version": "v1.3.3", 2293 "source": { 2294 "type": "git", 2295 "url": "https://github.com/nette/schema.git", 2296 "reference": "2befc2f42d7c715fd9d95efc31b1081e5d765004" 2297 }, 2298 "dist": { 2299 "type": "zip", 2300 "url": "https://api.github.com/repos/nette/schema/zipball/2befc2f42d7c715fd9d95efc31b1081e5d765004", 2301 "reference": "2befc2f42d7c715fd9d95efc31b1081e5d765004", 2302 "shasum": "" 2303 }, 2304 "require": { 2305 "nette/utils": "^4.0", 2306 "php": "8.1 - 8.5" 2307 }, 2308 "require-dev": { 2309 "nette/tester": "^2.5.2", 2310 "phpstan/phpstan-nette": "^2.0@stable", 2311 "tracy/tracy": "^2.8" 2312 }, 2313 "type": "library", 2314 "extra": { 2315 "branch-alias": { 2316 "dev-master": "1.3-dev" 2317 } 2318 }, 2319 "autoload": { 2320 "psr-4": { 2321 "Nette\\": "src" 2322 }, 2323 "classmap": [ 2324 "src/" 2325 ] 2326 }, 2327 "notification-url": "https://packagist.org/downloads/", 2328 "license": [ 2329 "BSD-3-Clause", 2330 "GPL-2.0-only", 2331 "GPL-3.0-only" 2332 ], 2333 "authors": [ 2334 { 2335 "name": "David Grudl", 2336 "homepage": "https://davidgrudl.com" 2337 }, 2338 { 2339 "name": "Nette Community", 2340 "homepage": "https://nette.org/contributors" 2341 } 2342 ], 2343 "description": "📐 Nette Schema: validating data structures against a given Schema.", 2344 "homepage": "https://nette.org", 2345 "keywords": [ 2346 "config", 2347 "nette" 2348 ], 2349 "support": { 2350 "issues": "https://github.com/nette/schema/issues", 2351 "source": "https://github.com/nette/schema/tree/v1.3.3" 2352 }, 2353 "time": "2025-10-30T22:57:59+00:00" 2354 }, 2355 { 2356 "name": "nette/utils", 2357 "version": "v4.0.9", 2358 "source": { 2359 "type": "git", 2360 "url": "https://github.com/nette/utils.git", 2361 "reference": "505a30ad386daa5211f08a318e47015b501cad30" 2362 }, 2363 "dist": { 2364 "type": "zip", 2365 "url": "https://api.github.com/repos/nette/utils/zipball/505a30ad386daa5211f08a318e47015b501cad30", 2366 "reference": "505a30ad386daa5211f08a318e47015b501cad30", 2367 "shasum": "" 2368 }, 2369 "require": { 2370 "php": "8.0 - 8.5" 2371 }, 2372 "conflict": { 2373 "nette/finder": "<3", 2374 "nette/schema": "<1.2.2" 2375 }, 2376 "require-dev": { 2377 "jetbrains/phpstorm-attributes": "^1.2", 2378 "nette/tester": "^2.5", 2379 "phpstan/phpstan-nette": "^2.0@stable", 2380 "tracy/tracy": "^2.9" 2381 }, 2382 "suggest": { 2383 "ext-gd": "to use Image", 2384 "ext-iconv": "to use Strings::webalize(), toAscii(), chr() and reverse()", 2385 "ext-intl": "to use Strings::webalize(), toAscii(), normalize() and compare()", 2386 "ext-json": "to use Nette\\Utils\\Json", 2387 "ext-mbstring": "to use Strings::lower() etc...", 2388 "ext-tokenizer": "to use Nette\\Utils\\Reflection::getUseStatements()" 2389 }, 2390 "type": "library", 2391 "extra": { 2392 "branch-alias": { 2393 "dev-master": "4.0-dev" 2394 } 2395 }, 2396 "autoload": { 2397 "psr-4": { 2398 "Nette\\": "src" 2399 }, 2400 "classmap": [ 2401 "src/" 2402 ] 2403 }, 2404 "notification-url": "https://packagist.org/downloads/", 2405 "license": [ 2406 "BSD-3-Clause", 2407 "GPL-2.0-only", 2408 "GPL-3.0-only" 2409 ], 2410 "authors": [ 2411 { 2412 "name": "David Grudl", 2413 "homepage": "https://davidgrudl.com" 2414 }, 2415 { 2416 "name": "Nette Community", 2417 "homepage": "https://nette.org/contributors" 2418 } 2419 ], 2420 "description": "🛠 Nette Utils: lightweight utilities for string & array manipulation, image handling, safe JSON encoding/decoding, validation, slug or strong password generating etc.", 2421 "homepage": "https://nette.org", 2422 "keywords": [ 2423 "array", 2424 "core", 2425 "datetime", 2426 "images", 2427 "json", 2428 "nette", 2429 "paginator", 2430 "password", 2431 "slugify", 2432 "string", 2433 "unicode", 2434 "utf-8", 2435 "utility", 2436 "validation" 2437 ], 2438 "support": { 2439 "issues": "https://github.com/nette/utils/issues", 2440 "source": "https://github.com/nette/utils/tree/v4.0.9" 2441 }, 2442 "time": "2025-10-31T00:45:47+00:00" 2443 }, 2444 { 2445 "name": "nikic/php-parser", 2446 "version": "v5.6.2", 2447 "source": { 2448 "type": "git", 2449 "url": "https://github.com/nikic/PHP-Parser.git", 2450 "reference": "3a454ca033b9e06b63282ce19562e892747449bb" 2451 }, 2452 "dist": { 2453 "type": "zip", 2454 "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/3a454ca033b9e06b63282ce19562e892747449bb", 2455 "reference": "3a454ca033b9e06b63282ce19562e892747449bb", 2456 "shasum": "" 2457 }, 2458 "require": { 2459 "ext-ctype": "*", 2460 "ext-json": "*", 2461 "ext-tokenizer": "*", 2462 "php": ">=7.4" 2463 }, 2464 "require-dev": { 2465 "ircmaxell/php-yacc": "^0.0.7", 2466 "phpunit/phpunit": "^9.0" 2467 }, 2468 "bin": [ 2469 "bin/php-parse" 2470 ], 2471 "type": "library", 2472 "extra": { 2473 "branch-alias": { 2474 "dev-master": "5.x-dev" 2475 } 2476 }, 2477 "autoload": { 2478 "psr-4": { 2479 "PhpParser\\": "lib/PhpParser" 2480 } 2481 }, 2482 "notification-url": "https://packagist.org/downloads/", 2483 "license": [ 2484 "BSD-3-Clause" 2485 ], 2486 "authors": [ 2487 { 2488 "name": "Nikita Popov" 2489 } 2490 ], 2491 "description": "A PHP parser written in PHP", 2492 "keywords": [ 2493 "parser", 2494 "php" 2495 ], 2496 "support": { 2497 "issues": "https://github.com/nikic/PHP-Parser/issues", 2498 "source": "https://github.com/nikic/PHP-Parser/tree/v5.6.2" 2499 }, 2500 "time": "2025-10-21T19:32:17+00:00" 2501 }, 2502 { 2503 "name": "nunomaduro/termwind", 2504 "version": "v2.3.3", 2505 "source": { 2506 "type": "git", 2507 "url": "https://github.com/nunomaduro/termwind.git", 2508 "reference": "6fb2a640ff502caace8e05fd7be3b503a7e1c017" 2509 }, 2510 "dist": { 2511 "type": "zip", 2512 "url": "https://api.github.com/repos/nunomaduro/termwind/zipball/6fb2a640ff502caace8e05fd7be3b503a7e1c017", 2513 "reference": "6fb2a640ff502caace8e05fd7be3b503a7e1c017", 2514 "shasum": "" 2515 }, 2516 "require": { 2517 "ext-mbstring": "*", 2518 "php": "^8.2", 2519 "symfony/console": "^7.3.6" 2520 }, 2521 "require-dev": { 2522 "illuminate/console": "^11.46.1", 2523 "laravel/pint": "^1.25.1", 2524 "mockery/mockery": "^1.6.12", 2525 "pestphp/pest": "^2.36.0 || ^3.8.4 || ^4.1.3", 2526 "phpstan/phpstan": "^1.12.32", 2527 "phpstan/phpstan-strict-rules": "^1.6.2", 2528 "symfony/var-dumper": "^7.3.5", 2529 "thecodingmachine/phpstan-strict-rules": "^1.0.0" 2530 }, 2531 "type": "library", 2532 "extra": { 2533 "laravel": { 2534 "providers": [ 2535 "Termwind\\Laravel\\TermwindServiceProvider" 2536 ] 2537 }, 2538 "branch-alias": { 2539 "dev-2.x": "2.x-dev" 2540 } 2541 }, 2542 "autoload": { 2543 "files": [ 2544 "src/Functions.php" 2545 ], 2546 "psr-4": { 2547 "Termwind\\": "src/" 2548 } 2549 }, 2550 "notification-url": "https://packagist.org/downloads/", 2551 "license": [ 2552 "MIT" 2553 ], 2554 "authors": [ 2555 { 2556 "name": "Nuno Maduro", 2557 "email": "enunomaduro@gmail.com" 2558 } 2559 ], 2560 "description": "Its like Tailwind CSS, but for the console.", 2561 "keywords": [ 2562 "cli", 2563 "console", 2564 "css", 2565 "package", 2566 "php", 2567 "style" 2568 ], 2569 "support": { 2570 "issues": "https://github.com/nunomaduro/termwind/issues", 2571 "source": "https://github.com/nunomaduro/termwind/tree/v2.3.3" 2572 }, 2573 "funding": [ 2574 { 2575 "url": "https://www.paypal.com/paypalme/enunomaduro", 2576 "type": "custom" 2577 }, 2578 { 2579 "url": "https://github.com/nunomaduro", 2580 "type": "github" 2581 }, 2582 { 2583 "url": "https://github.com/xiCO2k", 2584 "type": "github" 2585 } 2586 ], 2587 "time": "2025-11-20T02:34:59+00:00" 2588 }, 2589 { 2590 "name": "phpoption/phpoption", 2591 "version": "1.9.4", 2592 "source": { 2593 "type": "git", 2594 "url": "https://github.com/schmittjoh/php-option.git", 2595 "reference": "638a154f8d4ee6a5cfa96d6a34dfbe0cffa9566d" 2596 }, 2597 "dist": { 2598 "type": "zip", 2599 "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/638a154f8d4ee6a5cfa96d6a34dfbe0cffa9566d", 2600 "reference": "638a154f8d4ee6a5cfa96d6a34dfbe0cffa9566d", 2601 "shasum": "" 2602 }, 2603 "require": { 2604 "php": "^7.2.5 || ^8.0" 2605 }, 2606 "require-dev": { 2607 "bamarni/composer-bin-plugin": "^1.8.2", 2608 "phpunit/phpunit": "^8.5.44 || ^9.6.25 || ^10.5.53 || ^11.5.34" 2609 }, 2610 "type": "library", 2611 "extra": { 2612 "bamarni-bin": { 2613 "bin-links": true, 2614 "forward-command": false 2615 }, 2616 "branch-alias": { 2617 "dev-master": "1.9-dev" 2618 } 2619 }, 2620 "autoload": { 2621 "psr-4": { 2622 "PhpOption\\": "src/PhpOption/" 2623 } 2624 }, 2625 "notification-url": "https://packagist.org/downloads/", 2626 "license": [ 2627 "Apache-2.0" 2628 ], 2629 "authors": [ 2630 { 2631 "name": "Johannes M. Schmitt", 2632 "email": "schmittjoh@gmail.com", 2633 "homepage": "https://github.com/schmittjoh" 2634 }, 2635 { 2636 "name": "Graham Campbell", 2637 "email": "hello@gjcampbell.co.uk", 2638 "homepage": "https://github.com/GrahamCampbell" 2639 } 2640 ], 2641 "description": "Option Type for PHP", 2642 "keywords": [ 2643 "language", 2644 "option", 2645 "php", 2646 "type" 2647 ], 2648 "support": { 2649 "issues": "https://github.com/schmittjoh/php-option/issues", 2650 "source": "https://github.com/schmittjoh/php-option/tree/1.9.4" 2651 }, 2652 "funding": [ 2653 { 2654 "url": "https://github.com/GrahamCampbell", 2655 "type": "github" 2656 }, 2657 { 2658 "url": "https://tidelift.com/funding/github/packagist/phpoption/phpoption", 2659 "type": "tidelift" 2660 } 2661 ], 2662 "time": "2025-08-21T11:53:16+00:00" 2663 }, 2664 { 2665 "name": "psr/clock", 2666 "version": "1.0.0", 2667 "source": { 2668 "type": "git", 2669 "url": "https://github.com/php-fig/clock.git", 2670 "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d" 2671 }, 2672 "dist": { 2673 "type": "zip", 2674 "url": "https://api.github.com/repos/php-fig/clock/zipball/e41a24703d4560fd0acb709162f73b8adfc3aa0d", 2675 "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d", 2676 "shasum": "" 2677 }, 2678 "require": { 2679 "php": "^7.0 || ^8.0" 2680 }, 2681 "type": "library", 2682 "autoload": { 2683 "psr-4": { 2684 "Psr\\Clock\\": "src/" 2685 } 2686 }, 2687 "notification-url": "https://packagist.org/downloads/", 2688 "license": [ 2689 "MIT" 2690 ], 2691 "authors": [ 2692 { 2693 "name": "PHP-FIG", 2694 "homepage": "https://www.php-fig.org/" 2695 } 2696 ], 2697 "description": "Common interface for reading the clock.", 2698 "homepage": "https://github.com/php-fig/clock", 2699 "keywords": [ 2700 "clock", 2701 "now", 2702 "psr", 2703 "psr-20", 2704 "time" 2705 ], 2706 "support": { 2707 "issues": "https://github.com/php-fig/clock/issues", 2708 "source": "https://github.com/php-fig/clock/tree/1.0.0" 2709 }, 2710 "time": "2022-11-25T14:36:26+00:00" 2711 }, 2712 { 2713 "name": "psr/container", 2714 "version": "2.0.2", 2715 "source": { 2716 "type": "git", 2717 "url": "https://github.com/php-fig/container.git", 2718 "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963" 2719 }, 2720 "dist": { 2721 "type": "zip", 2722 "url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963", 2723 "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963", 2724 "shasum": "" 2725 }, 2726 "require": { 2727 "php": ">=7.4.0" 2728 }, 2729 "type": "library", 2730 "extra": { 2731 "branch-alias": { 2732 "dev-master": "2.0.x-dev" 2733 } 2734 }, 2735 "autoload": { 2736 "psr-4": { 2737 "Psr\\Container\\": "src/" 2738 } 2739 }, 2740 "notification-url": "https://packagist.org/downloads/", 2741 "license": [ 2742 "MIT" 2743 ], 2744 "authors": [ 2745 { 2746 "name": "PHP-FIG", 2747 "homepage": "https://www.php-fig.org/" 2748 } 2749 ], 2750 "description": "Common Container Interface (PHP FIG PSR-11)", 2751 "homepage": "https://github.com/php-fig/container", 2752 "keywords": [ 2753 "PSR-11", 2754 "container", 2755 "container-interface", 2756 "container-interop", 2757 "psr" 2758 ], 2759 "support": { 2760 "issues": "https://github.com/php-fig/container/issues", 2761 "source": "https://github.com/php-fig/container/tree/2.0.2" 2762 }, 2763 "time": "2021-11-05T16:47:00+00:00" 2764 }, 2765 { 2766 "name": "psr/event-dispatcher", 2767 "version": "1.0.0", 2768 "source": { 2769 "type": "git", 2770 "url": "https://github.com/php-fig/event-dispatcher.git", 2771 "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0" 2772 }, 2773 "dist": { 2774 "type": "zip", 2775 "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0", 2776 "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0", 2777 "shasum": "" 2778 }, 2779 "require": { 2780 "php": ">=7.2.0" 2781 }, 2782 "type": "library", 2783 "extra": { 2784 "branch-alias": { 2785 "dev-master": "1.0.x-dev" 2786 } 2787 }, 2788 "autoload": { 2789 "psr-4": { 2790 "Psr\\EventDispatcher\\": "src/" 2791 } 2792 }, 2793 "notification-url": "https://packagist.org/downloads/", 2794 "license": [ 2795 "MIT" 2796 ], 2797 "authors": [ 2798 { 2799 "name": "PHP-FIG", 2800 "homepage": "http://www.php-fig.org/" 2801 } 2802 ], 2803 "description": "Standard interfaces for event handling.", 2804 "keywords": [ 2805 "events", 2806 "psr", 2807 "psr-14" 2808 ], 2809 "support": { 2810 "issues": "https://github.com/php-fig/event-dispatcher/issues", 2811 "source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0" 2812 }, 2813 "time": "2019-01-08T18:20:26+00:00" 2814 }, 2815 { 2816 "name": "psr/http-client", 2817 "version": "1.0.3", 2818 "source": { 2819 "type": "git", 2820 "url": "https://github.com/php-fig/http-client.git", 2821 "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90" 2822 }, 2823 "dist": { 2824 "type": "zip", 2825 "url": "https://api.github.com/repos/php-fig/http-client/zipball/bb5906edc1c324c9a05aa0873d40117941e5fa90", 2826 "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90", 2827 "shasum": "" 2828 }, 2829 "require": { 2830 "php": "^7.0 || ^8.0", 2831 "psr/http-message": "^1.0 || ^2.0" 2832 }, 2833 "type": "library", 2834 "extra": { 2835 "branch-alias": { 2836 "dev-master": "1.0.x-dev" 2837 } 2838 }, 2839 "autoload": { 2840 "psr-4": { 2841 "Psr\\Http\\Client\\": "src/" 2842 } 2843 }, 2844 "notification-url": "https://packagist.org/downloads/", 2845 "license": [ 2846 "MIT" 2847 ], 2848 "authors": [ 2849 { 2850 "name": "PHP-FIG", 2851 "homepage": "https://www.php-fig.org/" 2852 } 2853 ], 2854 "description": "Common interface for HTTP clients", 2855 "homepage": "https://github.com/php-fig/http-client", 2856 "keywords": [ 2857 "http", 2858 "http-client", 2859 "psr", 2860 "psr-18" 2861 ], 2862 "support": { 2863 "source": "https://github.com/php-fig/http-client" 2864 }, 2865 "time": "2023-09-23T14:17:50+00:00" 2866 }, 2867 { 2868 "name": "psr/http-factory", 2869 "version": "1.1.0", 2870 "source": { 2871 "type": "git", 2872 "url": "https://github.com/php-fig/http-factory.git", 2873 "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a" 2874 }, 2875 "dist": { 2876 "type": "zip", 2877 "url": "https://api.github.com/repos/php-fig/http-factory/zipball/2b4765fddfe3b508ac62f829e852b1501d3f6e8a", 2878 "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a", 2879 "shasum": "" 2880 }, 2881 "require": { 2882 "php": ">=7.1", 2883 "psr/http-message": "^1.0 || ^2.0" 2884 }, 2885 "type": "library", 2886 "extra": { 2887 "branch-alias": { 2888 "dev-master": "1.0.x-dev" 2889 } 2890 }, 2891 "autoload": { 2892 "psr-4": { 2893 "Psr\\Http\\Message\\": "src/" 2894 } 2895 }, 2896 "notification-url": "https://packagist.org/downloads/", 2897 "license": [ 2898 "MIT" 2899 ], 2900 "authors": [ 2901 { 2902 "name": "PHP-FIG", 2903 "homepage": "https://www.php-fig.org/" 2904 } 2905 ], 2906 "description": "PSR-17: Common interfaces for PSR-7 HTTP message factories", 2907 "keywords": [ 2908 "factory", 2909 "http", 2910 "message", 2911 "psr", 2912 "psr-17", 2913 "psr-7", 2914 "request", 2915 "response" 2916 ], 2917 "support": { 2918 "source": "https://github.com/php-fig/http-factory" 2919 }, 2920 "time": "2024-04-15T12:06:14+00:00" 2921 }, 2922 { 2923 "name": "psr/http-message", 2924 "version": "2.0", 2925 "source": { 2926 "type": "git", 2927 "url": "https://github.com/php-fig/http-message.git", 2928 "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71" 2929 }, 2930 "dist": { 2931 "type": "zip", 2932 "url": "https://api.github.com/repos/php-fig/http-message/zipball/402d35bcb92c70c026d1a6a9883f06b2ead23d71", 2933 "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71", 2934 "shasum": "" 2935 }, 2936 "require": { 2937 "php": "^7.2 || ^8.0" 2938 }, 2939 "type": "library", 2940 "extra": { 2941 "branch-alias": { 2942 "dev-master": "2.0.x-dev" 2943 } 2944 }, 2945 "autoload": { 2946 "psr-4": { 2947 "Psr\\Http\\Message\\": "src/" 2948 } 2949 }, 2950 "notification-url": "https://packagist.org/downloads/", 2951 "license": [ 2952 "MIT" 2953 ], 2954 "authors": [ 2955 { 2956 "name": "PHP-FIG", 2957 "homepage": "https://www.php-fig.org/" 2958 } 2959 ], 2960 "description": "Common interface for HTTP messages", 2961 "homepage": "https://github.com/php-fig/http-message", 2962 "keywords": [ 2963 "http", 2964 "http-message", 2965 "psr", 2966 "psr-7", 2967 "request", 2968 "response" 2969 ], 2970 "support": { 2971 "source": "https://github.com/php-fig/http-message/tree/2.0" 2972 }, 2973 "time": "2023-04-04T09:54:51+00:00" 2974 }, 2975 { 2976 "name": "psr/log", 2977 "version": "3.0.2", 2978 "source": { 2979 "type": "git", 2980 "url": "https://github.com/php-fig/log.git", 2981 "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3" 2982 }, 2983 "dist": { 2984 "type": "zip", 2985 "url": "https://api.github.com/repos/php-fig/log/zipball/f16e1d5863e37f8d8c2a01719f5b34baa2b714d3", 2986 "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3", 2987 "shasum": "" 2988 }, 2989 "require": { 2990 "php": ">=8.0.0" 2991 }, 2992 "type": "library", 2993 "extra": { 2994 "branch-alias": { 2995 "dev-master": "3.x-dev" 2996 } 2997 }, 2998 "autoload": { 2999 "psr-4": { 3000 "Psr\\Log\\": "src" 3001 } 3002 }, 3003 "notification-url": "https://packagist.org/downloads/", 3004 "license": [ 3005 "MIT" 3006 ], 3007 "authors": [ 3008 { 3009 "name": "PHP-FIG", 3010 "homepage": "https://www.php-fig.org/" 3011 } 3012 ], 3013 "description": "Common interface for logging libraries", 3014 "homepage": "https://github.com/php-fig/log", 3015 "keywords": [ 3016 "log", 3017 "psr", 3018 "psr-3" 3019 ], 3020 "support": { 3021 "source": "https://github.com/php-fig/log/tree/3.0.2" 3022 }, 3023 "time": "2024-09-11T13:17:53+00:00" 3024 }, 3025 { 3026 "name": "psr/simple-cache", 3027 "version": "3.0.0", 3028 "source": { 3029 "type": "git", 3030 "url": "https://github.com/php-fig/simple-cache.git", 3031 "reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865" 3032 }, 3033 "dist": { 3034 "type": "zip", 3035 "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/764e0b3939f5ca87cb904f570ef9be2d78a07865", 3036 "reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865", 3037 "shasum": "" 3038 }, 3039 "require": { 3040 "php": ">=8.0.0" 3041 }, 3042 "type": "library", 3043 "extra": { 3044 "branch-alias": { 3045 "dev-master": "3.0.x-dev" 3046 } 3047 }, 3048 "autoload": { 3049 "psr-4": { 3050 "Psr\\SimpleCache\\": "src/" 3051 } 3052 }, 3053 "notification-url": "https://packagist.org/downloads/", 3054 "license": [ 3055 "MIT" 3056 ], 3057 "authors": [ 3058 { 3059 "name": "PHP-FIG", 3060 "homepage": "https://www.php-fig.org/" 3061 } 3062 ], 3063 "description": "Common interfaces for simple caching", 3064 "keywords": [ 3065 "cache", 3066 "caching", 3067 "psr", 3068 "psr-16", 3069 "simple-cache" 3070 ], 3071 "support": { 3072 "source": "https://github.com/php-fig/simple-cache/tree/3.0.0" 3073 }, 3074 "time": "2021-10-29T13:26:27+00:00" 3075 }, 3076 { 3077 "name": "psy/psysh", 3078 "version": "v0.12.15", 3079 "source": { 3080 "type": "git", 3081 "url": "https://github.com/bobthecow/psysh.git", 3082 "reference": "38953bc71491c838fcb6ebcbdc41ab7483cd549c" 3083 }, 3084 "dist": { 3085 "type": "zip", 3086 "url": "https://api.github.com/repos/bobthecow/psysh/zipball/38953bc71491c838fcb6ebcbdc41ab7483cd549c", 3087 "reference": "38953bc71491c838fcb6ebcbdc41ab7483cd549c", 3088 "shasum": "" 3089 }, 3090 "require": { 3091 "ext-json": "*", 3092 "ext-tokenizer": "*", 3093 "nikic/php-parser": "^5.0 || ^4.0", 3094 "php": "^8.0 || ^7.4", 3095 "symfony/console": "^7.0 || ^6.0 || ^5.0 || ^4.0 || ^3.4", 3096 "symfony/var-dumper": "^7.0 || ^6.0 || ^5.0 || ^4.0 || ^3.4" 3097 }, 3098 "conflict": { 3099 "symfony/console": "4.4.37 || 5.3.14 || 5.3.15 || 5.4.3 || 5.4.4 || 6.0.3 || 6.0.4" 3100 }, 3101 "require-dev": { 3102 "bamarni/composer-bin-plugin": "^1.2", 3103 "composer/class-map-generator": "^1.6" 3104 }, 3105 "suggest": { 3106 "composer/class-map-generator": "Improved tab completion performance with better class discovery.", 3107 "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)", 3108 "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well." 3109 }, 3110 "bin": [ 3111 "bin/psysh" 3112 ], 3113 "type": "library", 3114 "extra": { 3115 "bamarni-bin": { 3116 "bin-links": false, 3117 "forward-command": false 3118 }, 3119 "branch-alias": { 3120 "dev-main": "0.12.x-dev" 3121 } 3122 }, 3123 "autoload": { 3124 "files": [ 3125 "src/functions.php" 3126 ], 3127 "psr-4": { 3128 "Psy\\": "src/" 3129 } 3130 }, 3131 "notification-url": "https://packagist.org/downloads/", 3132 "license": [ 3133 "MIT" 3134 ], 3135 "authors": [ 3136 { 3137 "name": "Justin Hileman", 3138 "email": "justin@justinhileman.info" 3139 } 3140 ], 3141 "description": "An interactive shell for modern PHP.", 3142 "homepage": "https://psysh.org", 3143 "keywords": [ 3144 "REPL", 3145 "console", 3146 "interactive", 3147 "shell" 3148 ], 3149 "support": { 3150 "issues": "https://github.com/bobthecow/psysh/issues", 3151 "source": "https://github.com/bobthecow/psysh/tree/v0.12.15" 3152 }, 3153 "time": "2025-11-28T00:00:14+00:00" 3154 }, 3155 { 3156 "name": "ralouphie/getallheaders", 3157 "version": "3.0.3", 3158 "source": { 3159 "type": "git", 3160 "url": "https://github.com/ralouphie/getallheaders.git", 3161 "reference": "120b605dfeb996808c31b6477290a714d356e822" 3162 }, 3163 "dist": { 3164 "type": "zip", 3165 "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822", 3166 "reference": "120b605dfeb996808c31b6477290a714d356e822", 3167 "shasum": "" 3168 }, 3169 "require": { 3170 "php": ">=5.6" 3171 }, 3172 "require-dev": { 3173 "php-coveralls/php-coveralls": "^2.1", 3174 "phpunit/phpunit": "^5 || ^6.5" 3175 }, 3176 "type": "library", 3177 "autoload": { 3178 "files": [ 3179 "src/getallheaders.php" 3180 ] 3181 }, 3182 "notification-url": "https://packagist.org/downloads/", 3183 "license": [ 3184 "MIT" 3185 ], 3186 "authors": [ 3187 { 3188 "name": "Ralph Khattar", 3189 "email": "ralph.khattar@gmail.com" 3190 } 3191 ], 3192 "description": "A polyfill for getallheaders.", 3193 "support": { 3194 "issues": "https://github.com/ralouphie/getallheaders/issues", 3195 "source": "https://github.com/ralouphie/getallheaders/tree/develop" 3196 }, 3197 "time": "2019-03-08T08:55:37+00:00" 3198 }, 3199 { 3200 "name": "ramsey/collection", 3201 "version": "2.1.1", 3202 "source": { 3203 "type": "git", 3204 "url": "https://github.com/ramsey/collection.git", 3205 "reference": "344572933ad0181accbf4ba763e85a0306a8c5e2" 3206 }, 3207 "dist": { 3208 "type": "zip", 3209 "url": "https://api.github.com/repos/ramsey/collection/zipball/344572933ad0181accbf4ba763e85a0306a8c5e2", 3210 "reference": "344572933ad0181accbf4ba763e85a0306a8c5e2", 3211 "shasum": "" 3212 }, 3213 "require": { 3214 "php": "^8.1" 3215 }, 3216 "require-dev": { 3217 "captainhook/plugin-composer": "^5.3", 3218 "ergebnis/composer-normalize": "^2.45", 3219 "fakerphp/faker": "^1.24", 3220 "hamcrest/hamcrest-php": "^2.0", 3221 "jangregor/phpstan-prophecy": "^2.1", 3222 "mockery/mockery": "^1.6", 3223 "php-parallel-lint/php-console-highlighter": "^1.0", 3224 "php-parallel-lint/php-parallel-lint": "^1.4", 3225 "phpspec/prophecy-phpunit": "^2.3", 3226 "phpstan/extension-installer": "^1.4", 3227 "phpstan/phpstan": "^2.1", 3228 "phpstan/phpstan-mockery": "^2.0", 3229 "phpstan/phpstan-phpunit": "^2.0", 3230 "phpunit/phpunit": "^10.5", 3231 "ramsey/coding-standard": "^2.3", 3232 "ramsey/conventional-commits": "^1.6", 3233 "roave/security-advisories": "dev-latest" 3234 }, 3235 "type": "library", 3236 "extra": { 3237 "captainhook": { 3238 "force-install": true 3239 }, 3240 "ramsey/conventional-commits": { 3241 "configFile": "conventional-commits.json" 3242 } 3243 }, 3244 "autoload": { 3245 "psr-4": { 3246 "Ramsey\\Collection\\": "src/" 3247 } 3248 }, 3249 "notification-url": "https://packagist.org/downloads/", 3250 "license": [ 3251 "MIT" 3252 ], 3253 "authors": [ 3254 { 3255 "name": "Ben Ramsey", 3256 "email": "ben@benramsey.com", 3257 "homepage": "https://benramsey.com" 3258 } 3259 ], 3260 "description": "A PHP library for representing and manipulating collections.", 3261 "keywords": [ 3262 "array", 3263 "collection", 3264 "hash", 3265 "map", 3266 "queue", 3267 "set" 3268 ], 3269 "support": { 3270 "issues": "https://github.com/ramsey/collection/issues", 3271 "source": "https://github.com/ramsey/collection/tree/2.1.1" 3272 }, 3273 "time": "2025-03-22T05:38:12+00:00" 3274 }, 3275 { 3276 "name": "ramsey/uuid", 3277 "version": "4.9.1", 3278 "source": { 3279 "type": "git", 3280 "url": "https://github.com/ramsey/uuid.git", 3281 "reference": "81f941f6f729b1e3ceea61d9d014f8b6c6800440" 3282 }, 3283 "dist": { 3284 "type": "zip", 3285 "url": "https://api.github.com/repos/ramsey/uuid/zipball/81f941f6f729b1e3ceea61d9d014f8b6c6800440", 3286 "reference": "81f941f6f729b1e3ceea61d9d014f8b6c6800440", 3287 "shasum": "" 3288 }, 3289 "require": { 3290 "brick/math": "^0.8.8 || ^0.9 || ^0.10 || ^0.11 || ^0.12 || ^0.13 || ^0.14", 3291 "php": "^8.0", 3292 "ramsey/collection": "^1.2 || ^2.0" 3293 }, 3294 "replace": { 3295 "rhumsaa/uuid": "self.version" 3296 }, 3297 "require-dev": { 3298 "captainhook/captainhook": "^5.25", 3299 "captainhook/plugin-composer": "^5.3", 3300 "dealerdirect/phpcodesniffer-composer-installer": "^1.0", 3301 "ergebnis/composer-normalize": "^2.47", 3302 "mockery/mockery": "^1.6", 3303 "paragonie/random-lib": "^2", 3304 "php-mock/php-mock": "^2.6", 3305 "php-mock/php-mock-mockery": "^1.5", 3306 "php-parallel-lint/php-parallel-lint": "^1.4.0", 3307 "phpbench/phpbench": "^1.2.14", 3308 "phpstan/extension-installer": "^1.4", 3309 "phpstan/phpstan": "^2.1", 3310 "phpstan/phpstan-mockery": "^2.0", 3311 "phpstan/phpstan-phpunit": "^2.0", 3312 "phpunit/phpunit": "^9.6", 3313 "slevomat/coding-standard": "^8.18", 3314 "squizlabs/php_codesniffer": "^3.13" 3315 }, 3316 "suggest": { 3317 "ext-bcmath": "Enables faster math with arbitrary-precision integers using BCMath.", 3318 "ext-gmp": "Enables faster math with arbitrary-precision integers using GMP.", 3319 "ext-uuid": "Enables the use of PeclUuidTimeGenerator and PeclUuidRandomGenerator.", 3320 "paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter", 3321 "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type." 3322 }, 3323 "type": "library", 3324 "extra": { 3325 "captainhook": { 3326 "force-install": true 3327 } 3328 }, 3329 "autoload": { 3330 "files": [ 3331 "src/functions.php" 3332 ], 3333 "psr-4": { 3334 "Ramsey\\Uuid\\": "src/" 3335 } 3336 }, 3337 "notification-url": "https://packagist.org/downloads/", 3338 "license": [ 3339 "MIT" 3340 ], 3341 "description": "A PHP library for generating and working with universally unique identifiers (UUIDs).", 3342 "keywords": [ 3343 "guid", 3344 "identifier", 3345 "uuid" 3346 ], 3347 "support": { 3348 "issues": "https://github.com/ramsey/uuid/issues", 3349 "source": "https://github.com/ramsey/uuid/tree/4.9.1" 3350 }, 3351 "time": "2025-09-04T20:59:21+00:00" 3352 }, 3353 { 3354 "name": "symfony/clock", 3355 "version": "v7.4.0", 3356 "source": { 3357 "type": "git", 3358 "url": "https://github.com/symfony/clock.git", 3359 "reference": "9169f24776edde469914c1e7a1442a50f7a4e110" 3360 }, 3361 "dist": { 3362 "type": "zip", 3363 "url": "https://api.github.com/repos/symfony/clock/zipball/9169f24776edde469914c1e7a1442a50f7a4e110", 3364 "reference": "9169f24776edde469914c1e7a1442a50f7a4e110", 3365 "shasum": "" 3366 }, 3367 "require": { 3368 "php": ">=8.2", 3369 "psr/clock": "^1.0", 3370 "symfony/polyfill-php83": "^1.28" 3371 }, 3372 "provide": { 3373 "psr/clock-implementation": "1.0" 3374 }, 3375 "type": "library", 3376 "autoload": { 3377 "files": [ 3378 "Resources/now.php" 3379 ], 3380 "psr-4": { 3381 "Symfony\\Component\\Clock\\": "" 3382 }, 3383 "exclude-from-classmap": [ 3384 "/Tests/" 3385 ] 3386 }, 3387 "notification-url": "https://packagist.org/downloads/", 3388 "license": [ 3389 "MIT" 3390 ], 3391 "authors": [ 3392 { 3393 "name": "Nicolas Grekas", 3394 "email": "p@tchwork.com" 3395 }, 3396 { 3397 "name": "Symfony Community", 3398 "homepage": "https://symfony.com/contributors" 3399 } 3400 ], 3401 "description": "Decouples applications from the system clock", 3402 "homepage": "https://symfony.com", 3403 "keywords": [ 3404 "clock", 3405 "psr20", 3406 "time" 3407 ], 3408 "support": { 3409 "source": "https://github.com/symfony/clock/tree/v7.4.0" 3410 }, 3411 "funding": [ 3412 { 3413 "url": "https://symfony.com/sponsor", 3414 "type": "custom" 3415 }, 3416 { 3417 "url": "https://github.com/fabpot", 3418 "type": "github" 3419 }, 3420 { 3421 "url": "https://github.com/nicolas-grekas", 3422 "type": "github" 3423 }, 3424 { 3425 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 3426 "type": "tidelift" 3427 } 3428 ], 3429 "time": "2025-11-12T15:39:26+00:00" 3430 }, 3431 { 3432 "name": "symfony/console", 3433 "version": "v7.4.0", 3434 "source": { 3435 "type": "git", 3436 "url": "https://github.com/symfony/console.git", 3437 "reference": "0bc0f45254b99c58d45a8fbf9fb955d46cbd1bb8" 3438 }, 3439 "dist": { 3440 "type": "zip", 3441 "url": "https://api.github.com/repos/symfony/console/zipball/0bc0f45254b99c58d45a8fbf9fb955d46cbd1bb8", 3442 "reference": "0bc0f45254b99c58d45a8fbf9fb955d46cbd1bb8", 3443 "shasum": "" 3444 }, 3445 "require": { 3446 "php": ">=8.2", 3447 "symfony/deprecation-contracts": "^2.5|^3", 3448 "symfony/polyfill-mbstring": "~1.0", 3449 "symfony/service-contracts": "^2.5|^3", 3450 "symfony/string": "^7.2|^8.0" 3451 }, 3452 "conflict": { 3453 "symfony/dependency-injection": "<6.4", 3454 "symfony/dotenv": "<6.4", 3455 "symfony/event-dispatcher": "<6.4", 3456 "symfony/lock": "<6.4", 3457 "symfony/process": "<6.4" 3458 }, 3459 "provide": { 3460 "psr/log-implementation": "1.0|2.0|3.0" 3461 }, 3462 "require-dev": { 3463 "psr/log": "^1|^2|^3", 3464 "symfony/config": "^6.4|^7.0|^8.0", 3465 "symfony/dependency-injection": "^6.4|^7.0|^8.0", 3466 "symfony/event-dispatcher": "^6.4|^7.0|^8.0", 3467 "symfony/http-foundation": "^6.4|^7.0|^8.0", 3468 "symfony/http-kernel": "^6.4|^7.0|^8.0", 3469 "symfony/lock": "^6.4|^7.0|^8.0", 3470 "symfony/messenger": "^6.4|^7.0|^8.0", 3471 "symfony/process": "^6.4|^7.0|^8.0", 3472 "symfony/stopwatch": "^6.4|^7.0|^8.0", 3473 "symfony/var-dumper": "^6.4|^7.0|^8.0" 3474 }, 3475 "type": "library", 3476 "autoload": { 3477 "psr-4": { 3478 "Symfony\\Component\\Console\\": "" 3479 }, 3480 "exclude-from-classmap": [ 3481 "/Tests/" 3482 ] 3483 }, 3484 "notification-url": "https://packagist.org/downloads/", 3485 "license": [ 3486 "MIT" 3487 ], 3488 "authors": [ 3489 { 3490 "name": "Fabien Potencier", 3491 "email": "fabien@symfony.com" 3492 }, 3493 { 3494 "name": "Symfony Community", 3495 "homepage": "https://symfony.com/contributors" 3496 } 3497 ], 3498 "description": "Eases the creation of beautiful and testable command line interfaces", 3499 "homepage": "https://symfony.com", 3500 "keywords": [ 3501 "cli", 3502 "command-line", 3503 "console", 3504 "terminal" 3505 ], 3506 "support": { 3507 "source": "https://github.com/symfony/console/tree/v7.4.0" 3508 }, 3509 "funding": [ 3510 { 3511 "url": "https://symfony.com/sponsor", 3512 "type": "custom" 3513 }, 3514 { 3515 "url": "https://github.com/fabpot", 3516 "type": "github" 3517 }, 3518 { 3519 "url": "https://github.com/nicolas-grekas", 3520 "type": "github" 3521 }, 3522 { 3523 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 3524 "type": "tidelift" 3525 } 3526 ], 3527 "time": "2025-11-27T13:27:24+00:00" 3528 }, 3529 { 3530 "name": "symfony/css-selector", 3531 "version": "v7.4.0", 3532 "source": { 3533 "type": "git", 3534 "url": "https://github.com/symfony/css-selector.git", 3535 "reference": "ab862f478513e7ca2fe9ec117a6f01a8da6e1135" 3536 }, 3537 "dist": { 3538 "type": "zip", 3539 "url": "https://api.github.com/repos/symfony/css-selector/zipball/ab862f478513e7ca2fe9ec117a6f01a8da6e1135", 3540 "reference": "ab862f478513e7ca2fe9ec117a6f01a8da6e1135", 3541 "shasum": "" 3542 }, 3543 "require": { 3544 "php": ">=8.2" 3545 }, 3546 "type": "library", 3547 "autoload": { 3548 "psr-4": { 3549 "Symfony\\Component\\CssSelector\\": "" 3550 }, 3551 "exclude-from-classmap": [ 3552 "/Tests/" 3553 ] 3554 }, 3555 "notification-url": "https://packagist.org/downloads/", 3556 "license": [ 3557 "MIT" 3558 ], 3559 "authors": [ 3560 { 3561 "name": "Fabien Potencier", 3562 "email": "fabien@symfony.com" 3563 }, 3564 { 3565 "name": "Jean-François Simon", 3566 "email": "jeanfrancois.simon@sensiolabs.com" 3567 }, 3568 { 3569 "name": "Symfony Community", 3570 "homepage": "https://symfony.com/contributors" 3571 } 3572 ], 3573 "description": "Converts CSS selectors to XPath expressions", 3574 "homepage": "https://symfony.com", 3575 "support": { 3576 "source": "https://github.com/symfony/css-selector/tree/v7.4.0" 3577 }, 3578 "funding": [ 3579 { 3580 "url": "https://symfony.com/sponsor", 3581 "type": "custom" 3582 }, 3583 { 3584 "url": "https://github.com/fabpot", 3585 "type": "github" 3586 }, 3587 { 3588 "url": "https://github.com/nicolas-grekas", 3589 "type": "github" 3590 }, 3591 { 3592 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 3593 "type": "tidelift" 3594 } 3595 ], 3596 "time": "2025-10-30T13:39:42+00:00" 3597 }, 3598 { 3599 "name": "symfony/deprecation-contracts", 3600 "version": "v3.6.0", 3601 "source": { 3602 "type": "git", 3603 "url": "https://github.com/symfony/deprecation-contracts.git", 3604 "reference": "63afe740e99a13ba87ec199bb07bbdee937a5b62" 3605 }, 3606 "dist": { 3607 "type": "zip", 3608 "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/63afe740e99a13ba87ec199bb07bbdee937a5b62", 3609 "reference": "63afe740e99a13ba87ec199bb07bbdee937a5b62", 3610 "shasum": "" 3611 }, 3612 "require": { 3613 "php": ">=8.1" 3614 }, 3615 "type": "library", 3616 "extra": { 3617 "thanks": { 3618 "url": "https://github.com/symfony/contracts", 3619 "name": "symfony/contracts" 3620 }, 3621 "branch-alias": { 3622 "dev-main": "3.6-dev" 3623 } 3624 }, 3625 "autoload": { 3626 "files": [ 3627 "function.php" 3628 ] 3629 }, 3630 "notification-url": "https://packagist.org/downloads/", 3631 "license": [ 3632 "MIT" 3633 ], 3634 "authors": [ 3635 { 3636 "name": "Nicolas Grekas", 3637 "email": "p@tchwork.com" 3638 }, 3639 { 3640 "name": "Symfony Community", 3641 "homepage": "https://symfony.com/contributors" 3642 } 3643 ], 3644 "description": "A generic function and convention to trigger deprecation notices", 3645 "homepage": "https://symfony.com", 3646 "support": { 3647 "source": "https://github.com/symfony/deprecation-contracts/tree/v3.6.0" 3648 }, 3649 "funding": [ 3650 { 3651 "url": "https://symfony.com/sponsor", 3652 "type": "custom" 3653 }, 3654 { 3655 "url": "https://github.com/fabpot", 3656 "type": "github" 3657 }, 3658 { 3659 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 3660 "type": "tidelift" 3661 } 3662 ], 3663 "time": "2024-09-25T14:21:43+00:00" 3664 }, 3665 { 3666 "name": "symfony/error-handler", 3667 "version": "v7.4.0", 3668 "source": { 3669 "type": "git", 3670 "url": "https://github.com/symfony/error-handler.git", 3671 "reference": "48be2b0653594eea32dcef130cca1c811dcf25c2" 3672 }, 3673 "dist": { 3674 "type": "zip", 3675 "url": "https://api.github.com/repos/symfony/error-handler/zipball/48be2b0653594eea32dcef130cca1c811dcf25c2", 3676 "reference": "48be2b0653594eea32dcef130cca1c811dcf25c2", 3677 "shasum": "" 3678 }, 3679 "require": { 3680 "php": ">=8.2", 3681 "psr/log": "^1|^2|^3", 3682 "symfony/polyfill-php85": "^1.32", 3683 "symfony/var-dumper": "^6.4|^7.0|^8.0" 3684 }, 3685 "conflict": { 3686 "symfony/deprecation-contracts": "<2.5", 3687 "symfony/http-kernel": "<6.4" 3688 }, 3689 "require-dev": { 3690 "symfony/console": "^6.4|^7.0|^8.0", 3691 "symfony/deprecation-contracts": "^2.5|^3", 3692 "symfony/http-kernel": "^6.4|^7.0|^8.0", 3693 "symfony/serializer": "^6.4|^7.0|^8.0", 3694 "symfony/webpack-encore-bundle": "^1.0|^2.0" 3695 }, 3696 "bin": [ 3697 "Resources/bin/patch-type-declarations" 3698 ], 3699 "type": "library", 3700 "autoload": { 3701 "psr-4": { 3702 "Symfony\\Component\\ErrorHandler\\": "" 3703 }, 3704 "exclude-from-classmap": [ 3705 "/Tests/" 3706 ] 3707 }, 3708 "notification-url": "https://packagist.org/downloads/", 3709 "license": [ 3710 "MIT" 3711 ], 3712 "authors": [ 3713 { 3714 "name": "Fabien Potencier", 3715 "email": "fabien@symfony.com" 3716 }, 3717 { 3718 "name": "Symfony Community", 3719 "homepage": "https://symfony.com/contributors" 3720 } 3721 ], 3722 "description": "Provides tools to manage errors and ease debugging PHP code", 3723 "homepage": "https://symfony.com", 3724 "support": { 3725 "source": "https://github.com/symfony/error-handler/tree/v7.4.0" 3726 }, 3727 "funding": [ 3728 { 3729 "url": "https://symfony.com/sponsor", 3730 "type": "custom" 3731 }, 3732 { 3733 "url": "https://github.com/fabpot", 3734 "type": "github" 3735 }, 3736 { 3737 "url": "https://github.com/nicolas-grekas", 3738 "type": "github" 3739 }, 3740 { 3741 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 3742 "type": "tidelift" 3743 } 3744 ], 3745 "time": "2025-11-05T14:29:59+00:00" 3746 }, 3747 { 3748 "name": "symfony/event-dispatcher", 3749 "version": "v8.0.0", 3750 "source": { 3751 "type": "git", 3752 "url": "https://github.com/symfony/event-dispatcher.git", 3753 "reference": "573f95783a2ec6e38752979db139f09fec033f03" 3754 }, 3755 "dist": { 3756 "type": "zip", 3757 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/573f95783a2ec6e38752979db139f09fec033f03", 3758 "reference": "573f95783a2ec6e38752979db139f09fec033f03", 3759 "shasum": "" 3760 }, 3761 "require": { 3762 "php": ">=8.4", 3763 "symfony/event-dispatcher-contracts": "^2.5|^3" 3764 }, 3765 "conflict": { 3766 "symfony/security-http": "<7.4", 3767 "symfony/service-contracts": "<2.5" 3768 }, 3769 "provide": { 3770 "psr/event-dispatcher-implementation": "1.0", 3771 "symfony/event-dispatcher-implementation": "2.0|3.0" 3772 }, 3773 "require-dev": { 3774 "psr/log": "^1|^2|^3", 3775 "symfony/config": "^7.4|^8.0", 3776 "symfony/dependency-injection": "^7.4|^8.0", 3777 "symfony/error-handler": "^7.4|^8.0", 3778 "symfony/expression-language": "^7.4|^8.0", 3779 "symfony/framework-bundle": "^7.4|^8.0", 3780 "symfony/http-foundation": "^7.4|^8.0", 3781 "symfony/service-contracts": "^2.5|^3", 3782 "symfony/stopwatch": "^7.4|^8.0" 3783 }, 3784 "type": "library", 3785 "autoload": { 3786 "psr-4": { 3787 "Symfony\\Component\\EventDispatcher\\": "" 3788 }, 3789 "exclude-from-classmap": [ 3790 "/Tests/" 3791 ] 3792 }, 3793 "notification-url": "https://packagist.org/downloads/", 3794 "license": [ 3795 "MIT" 3796 ], 3797 "authors": [ 3798 { 3799 "name": "Fabien Potencier", 3800 "email": "fabien@symfony.com" 3801 }, 3802 { 3803 "name": "Symfony Community", 3804 "homepage": "https://symfony.com/contributors" 3805 } 3806 ], 3807 "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them", 3808 "homepage": "https://symfony.com", 3809 "support": { 3810 "source": "https://github.com/symfony/event-dispatcher/tree/v8.0.0" 3811 }, 3812 "funding": [ 3813 { 3814 "url": "https://symfony.com/sponsor", 3815 "type": "custom" 3816 }, 3817 { 3818 "url": "https://github.com/fabpot", 3819 "type": "github" 3820 }, 3821 { 3822 "url": "https://github.com/nicolas-grekas", 3823 "type": "github" 3824 }, 3825 { 3826 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 3827 "type": "tidelift" 3828 } 3829 ], 3830 "time": "2025-10-30T14:17:19+00:00" 3831 }, 3832 { 3833 "name": "symfony/event-dispatcher-contracts", 3834 "version": "v3.6.0", 3835 "source": { 3836 "type": "git", 3837 "url": "https://github.com/symfony/event-dispatcher-contracts.git", 3838 "reference": "59eb412e93815df44f05f342958efa9f46b1e586" 3839 }, 3840 "dist": { 3841 "type": "zip", 3842 "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/59eb412e93815df44f05f342958efa9f46b1e586", 3843 "reference": "59eb412e93815df44f05f342958efa9f46b1e586", 3844 "shasum": "" 3845 }, 3846 "require": { 3847 "php": ">=8.1", 3848 "psr/event-dispatcher": "^1" 3849 }, 3850 "type": "library", 3851 "extra": { 3852 "thanks": { 3853 "url": "https://github.com/symfony/contracts", 3854 "name": "symfony/contracts" 3855 }, 3856 "branch-alias": { 3857 "dev-main": "3.6-dev" 3858 } 3859 }, 3860 "autoload": { 3861 "psr-4": { 3862 "Symfony\\Contracts\\EventDispatcher\\": "" 3863 } 3864 }, 3865 "notification-url": "https://packagist.org/downloads/", 3866 "license": [ 3867 "MIT" 3868 ], 3869 "authors": [ 3870 { 3871 "name": "Nicolas Grekas", 3872 "email": "p@tchwork.com" 3873 }, 3874 { 3875 "name": "Symfony Community", 3876 "homepage": "https://symfony.com/contributors" 3877 } 3878 ], 3879 "description": "Generic abstractions related to dispatching event", 3880 "homepage": "https://symfony.com", 3881 "keywords": [ 3882 "abstractions", 3883 "contracts", 3884 "decoupling", 3885 "interfaces", 3886 "interoperability", 3887 "standards" 3888 ], 3889 "support": { 3890 "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.6.0" 3891 }, 3892 "funding": [ 3893 { 3894 "url": "https://symfony.com/sponsor", 3895 "type": "custom" 3896 }, 3897 { 3898 "url": "https://github.com/fabpot", 3899 "type": "github" 3900 }, 3901 { 3902 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 3903 "type": "tidelift" 3904 } 3905 ], 3906 "time": "2024-09-25T14:21:43+00:00" 3907 }, 3908 { 3909 "name": "symfony/finder", 3910 "version": "v7.4.0", 3911 "source": { 3912 "type": "git", 3913 "url": "https://github.com/symfony/finder.git", 3914 "reference": "340b9ed7320570f319028a2cbec46d40535e94bd" 3915 }, 3916 "dist": { 3917 "type": "zip", 3918 "url": "https://api.github.com/repos/symfony/finder/zipball/340b9ed7320570f319028a2cbec46d40535e94bd", 3919 "reference": "340b9ed7320570f319028a2cbec46d40535e94bd", 3920 "shasum": "" 3921 }, 3922 "require": { 3923 "php": ">=8.2" 3924 }, 3925 "require-dev": { 3926 "symfony/filesystem": "^6.4|^7.0|^8.0" 3927 }, 3928 "type": "library", 3929 "autoload": { 3930 "psr-4": { 3931 "Symfony\\Component\\Finder\\": "" 3932 }, 3933 "exclude-from-classmap": [ 3934 "/Tests/" 3935 ] 3936 }, 3937 "notification-url": "https://packagist.org/downloads/", 3938 "license": [ 3939 "MIT" 3940 ], 3941 "authors": [ 3942 { 3943 "name": "Fabien Potencier", 3944 "email": "fabien@symfony.com" 3945 }, 3946 { 3947 "name": "Symfony Community", 3948 "homepage": "https://symfony.com/contributors" 3949 } 3950 ], 3951 "description": "Finds files and directories via an intuitive fluent interface", 3952 "homepage": "https://symfony.com", 3953 "support": { 3954 "source": "https://github.com/symfony/finder/tree/v7.4.0" 3955 }, 3956 "funding": [ 3957 { 3958 "url": "https://symfony.com/sponsor", 3959 "type": "custom" 3960 }, 3961 { 3962 "url": "https://github.com/fabpot", 3963 "type": "github" 3964 }, 3965 { 3966 "url": "https://github.com/nicolas-grekas", 3967 "type": "github" 3968 }, 3969 { 3970 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 3971 "type": "tidelift" 3972 } 3973 ], 3974 "time": "2025-11-05T05:42:40+00:00" 3975 }, 3976 { 3977 "name": "symfony/http-foundation", 3978 "version": "v7.4.0", 3979 "source": { 3980 "type": "git", 3981 "url": "https://github.com/symfony/http-foundation.git", 3982 "reference": "769c1720b68e964b13b58529c17d4a385c62167b" 3983 }, 3984 "dist": { 3985 "type": "zip", 3986 "url": "https://api.github.com/repos/symfony/http-foundation/zipball/769c1720b68e964b13b58529c17d4a385c62167b", 3987 "reference": "769c1720b68e964b13b58529c17d4a385c62167b", 3988 "shasum": "" 3989 }, 3990 "require": { 3991 "php": ">=8.2", 3992 "symfony/deprecation-contracts": "^2.5|^3", 3993 "symfony/polyfill-mbstring": "^1.1" 3994 }, 3995 "conflict": { 3996 "doctrine/dbal": "<3.6", 3997 "symfony/cache": "<6.4.12|>=7.0,<7.1.5" 3998 }, 3999 "require-dev": { 4000 "doctrine/dbal": "^3.6|^4", 4001 "predis/predis": "^1.1|^2.0", 4002 "symfony/cache": "^6.4.12|^7.1.5|^8.0", 4003 "symfony/clock": "^6.4|^7.0|^8.0", 4004 "symfony/dependency-injection": "^6.4|^7.0|^8.0", 4005 "symfony/expression-language": "^6.4|^7.0|^8.0", 4006 "symfony/http-kernel": "^6.4|^7.0|^8.0", 4007 "symfony/mime": "^6.4|^7.0|^8.0", 4008 "symfony/rate-limiter": "^6.4|^7.0|^8.0" 4009 }, 4010 "type": "library", 4011 "autoload": { 4012 "psr-4": { 4013 "Symfony\\Component\\HttpFoundation\\": "" 4014 }, 4015 "exclude-from-classmap": [ 4016 "/Tests/" 4017 ] 4018 }, 4019 "notification-url": "https://packagist.org/downloads/", 4020 "license": [ 4021 "MIT" 4022 ], 4023 "authors": [ 4024 { 4025 "name": "Fabien Potencier", 4026 "email": "fabien@symfony.com" 4027 }, 4028 { 4029 "name": "Symfony Community", 4030 "homepage": "https://symfony.com/contributors" 4031 } 4032 ], 4033 "description": "Defines an object-oriented layer for the HTTP specification", 4034 "homepage": "https://symfony.com", 4035 "support": { 4036 "source": "https://github.com/symfony/http-foundation/tree/v7.4.0" 4037 }, 4038 "funding": [ 4039 { 4040 "url": "https://symfony.com/sponsor", 4041 "type": "custom" 4042 }, 4043 { 4044 "url": "https://github.com/fabpot", 4045 "type": "github" 4046 }, 4047 { 4048 "url": "https://github.com/nicolas-grekas", 4049 "type": "github" 4050 }, 4051 { 4052 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 4053 "type": "tidelift" 4054 } 4055 ], 4056 "time": "2025-11-13T08:49:24+00:00" 4057 }, 4058 { 4059 "name": "symfony/http-kernel", 4060 "version": "v7.4.0", 4061 "source": { 4062 "type": "git", 4063 "url": "https://github.com/symfony/http-kernel.git", 4064 "reference": "7348193cd384495a755554382e4526f27c456085" 4065 }, 4066 "dist": { 4067 "type": "zip", 4068 "url": "https://api.github.com/repos/symfony/http-kernel/zipball/7348193cd384495a755554382e4526f27c456085", 4069 "reference": "7348193cd384495a755554382e4526f27c456085", 4070 "shasum": "" 4071 }, 4072 "require": { 4073 "php": ">=8.2", 4074 "psr/log": "^1|^2|^3", 4075 "symfony/deprecation-contracts": "^2.5|^3", 4076 "symfony/error-handler": "^6.4|^7.0|^8.0", 4077 "symfony/event-dispatcher": "^7.3|^8.0", 4078 "symfony/http-foundation": "^7.4|^8.0", 4079 "symfony/polyfill-ctype": "^1.8" 4080 }, 4081 "conflict": { 4082 "symfony/browser-kit": "<6.4", 4083 "symfony/cache": "<6.4", 4084 "symfony/config": "<6.4", 4085 "symfony/console": "<6.4", 4086 "symfony/dependency-injection": "<6.4", 4087 "symfony/doctrine-bridge": "<6.4", 4088 "symfony/flex": "<2.10", 4089 "symfony/form": "<6.4", 4090 "symfony/http-client": "<6.4", 4091 "symfony/http-client-contracts": "<2.5", 4092 "symfony/mailer": "<6.4", 4093 "symfony/messenger": "<6.4", 4094 "symfony/translation": "<6.4", 4095 "symfony/translation-contracts": "<2.5", 4096 "symfony/twig-bridge": "<6.4", 4097 "symfony/validator": "<6.4", 4098 "symfony/var-dumper": "<6.4", 4099 "twig/twig": "<3.12" 4100 }, 4101 "provide": { 4102 "psr/log-implementation": "1.0|2.0|3.0" 4103 }, 4104 "require-dev": { 4105 "psr/cache": "^1.0|^2.0|^3.0", 4106 "symfony/browser-kit": "^6.4|^7.0|^8.0", 4107 "symfony/clock": "^6.4|^7.0|^8.0", 4108 "symfony/config": "^6.4|^7.0|^8.0", 4109 "symfony/console": "^6.4|^7.0|^8.0", 4110 "symfony/css-selector": "^6.4|^7.0|^8.0", 4111 "symfony/dependency-injection": "^6.4|^7.0|^8.0", 4112 "symfony/dom-crawler": "^6.4|^7.0|^8.0", 4113 "symfony/expression-language": "^6.4|^7.0|^8.0", 4114 "symfony/finder": "^6.4|^7.0|^8.0", 4115 "symfony/http-client-contracts": "^2.5|^3", 4116 "symfony/process": "^6.4|^7.0|^8.0", 4117 "symfony/property-access": "^7.1|^8.0", 4118 "symfony/routing": "^6.4|^7.0|^8.0", 4119 "symfony/serializer": "^7.1|^8.0", 4120 "symfony/stopwatch": "^6.4|^7.0|^8.0", 4121 "symfony/translation": "^6.4|^7.0|^8.0", 4122 "symfony/translation-contracts": "^2.5|^3", 4123 "symfony/uid": "^6.4|^7.0|^8.0", 4124 "symfony/validator": "^6.4|^7.0|^8.0", 4125 "symfony/var-dumper": "^6.4|^7.0|^8.0", 4126 "symfony/var-exporter": "^6.4|^7.0|^8.0", 4127 "twig/twig": "^3.12" 4128 }, 4129 "type": "library", 4130 "autoload": { 4131 "psr-4": { 4132 "Symfony\\Component\\HttpKernel\\": "" 4133 }, 4134 "exclude-from-classmap": [ 4135 "/Tests/" 4136 ] 4137 }, 4138 "notification-url": "https://packagist.org/downloads/", 4139 "license": [ 4140 "MIT" 4141 ], 4142 "authors": [ 4143 { 4144 "name": "Fabien Potencier", 4145 "email": "fabien@symfony.com" 4146 }, 4147 { 4148 "name": "Symfony Community", 4149 "homepage": "https://symfony.com/contributors" 4150 } 4151 ], 4152 "description": "Provides a structured process for converting a Request into a Response", 4153 "homepage": "https://symfony.com", 4154 "support": { 4155 "source": "https://github.com/symfony/http-kernel/tree/v7.4.0" 4156 }, 4157 "funding": [ 4158 { 4159 "url": "https://symfony.com/sponsor", 4160 "type": "custom" 4161 }, 4162 { 4163 "url": "https://github.com/fabpot", 4164 "type": "github" 4165 }, 4166 { 4167 "url": "https://github.com/nicolas-grekas", 4168 "type": "github" 4169 }, 4170 { 4171 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 4172 "type": "tidelift" 4173 } 4174 ], 4175 "time": "2025-11-27T13:38:24+00:00" 4176 }, 4177 { 4178 "name": "symfony/mailer", 4179 "version": "v7.4.0", 4180 "source": { 4181 "type": "git", 4182 "url": "https://github.com/symfony/mailer.git", 4183 "reference": "a3d9eea8cfa467ece41f0f54ba28185d74bd53fd" 4184 }, 4185 "dist": { 4186 "type": "zip", 4187 "url": "https://api.github.com/repos/symfony/mailer/zipball/a3d9eea8cfa467ece41f0f54ba28185d74bd53fd", 4188 "reference": "a3d9eea8cfa467ece41f0f54ba28185d74bd53fd", 4189 "shasum": "" 4190 }, 4191 "require": { 4192 "egulias/email-validator": "^2.1.10|^3|^4", 4193 "php": ">=8.2", 4194 "psr/event-dispatcher": "^1", 4195 "psr/log": "^1|^2|^3", 4196 "symfony/event-dispatcher": "^6.4|^7.0|^8.0", 4197 "symfony/mime": "^7.2|^8.0", 4198 "symfony/service-contracts": "^2.5|^3" 4199 }, 4200 "conflict": { 4201 "symfony/http-client-contracts": "<2.5", 4202 "symfony/http-kernel": "<6.4", 4203 "symfony/messenger": "<6.4", 4204 "symfony/mime": "<6.4", 4205 "symfony/twig-bridge": "<6.4" 4206 }, 4207 "require-dev": { 4208 "symfony/console": "^6.4|^7.0|^8.0", 4209 "symfony/http-client": "^6.4|^7.0|^8.0", 4210 "symfony/messenger": "^6.4|^7.0|^8.0", 4211 "symfony/twig-bridge": "^6.4|^7.0|^8.0" 4212 }, 4213 "type": "library", 4214 "autoload": { 4215 "psr-4": { 4216 "Symfony\\Component\\Mailer\\": "" 4217 }, 4218 "exclude-from-classmap": [ 4219 "/Tests/" 4220 ] 4221 }, 4222 "notification-url": "https://packagist.org/downloads/", 4223 "license": [ 4224 "MIT" 4225 ], 4226 "authors": [ 4227 { 4228 "name": "Fabien Potencier", 4229 "email": "fabien@symfony.com" 4230 }, 4231 { 4232 "name": "Symfony Community", 4233 "homepage": "https://symfony.com/contributors" 4234 } 4235 ], 4236 "description": "Helps sending emails", 4237 "homepage": "https://symfony.com", 4238 "support": { 4239 "source": "https://github.com/symfony/mailer/tree/v7.4.0" 4240 }, 4241 "funding": [ 4242 { 4243 "url": "https://symfony.com/sponsor", 4244 "type": "custom" 4245 }, 4246 { 4247 "url": "https://github.com/fabpot", 4248 "type": "github" 4249 }, 4250 { 4251 "url": "https://github.com/nicolas-grekas", 4252 "type": "github" 4253 }, 4254 { 4255 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 4256 "type": "tidelift" 4257 } 4258 ], 4259 "time": "2025-11-21T15:26:00+00:00" 4260 }, 4261 { 4262 "name": "symfony/mime", 4263 "version": "v7.4.0", 4264 "source": { 4265 "type": "git", 4266 "url": "https://github.com/symfony/mime.git", 4267 "reference": "bdb02729471be5d047a3ac4a69068748f1a6be7a" 4268 }, 4269 "dist": { 4270 "type": "zip", 4271 "url": "https://api.github.com/repos/symfony/mime/zipball/bdb02729471be5d047a3ac4a69068748f1a6be7a", 4272 "reference": "bdb02729471be5d047a3ac4a69068748f1a6be7a", 4273 "shasum": "" 4274 }, 4275 "require": { 4276 "php": ">=8.2", 4277 "symfony/deprecation-contracts": "^2.5|^3", 4278 "symfony/polyfill-intl-idn": "^1.10", 4279 "symfony/polyfill-mbstring": "^1.0" 4280 }, 4281 "conflict": { 4282 "egulias/email-validator": "~3.0.0", 4283 "phpdocumentor/reflection-docblock": "<3.2.2", 4284 "phpdocumentor/type-resolver": "<1.4.0", 4285 "symfony/mailer": "<6.4", 4286 "symfony/serializer": "<6.4.3|>7.0,<7.0.3" 4287 }, 4288 "require-dev": { 4289 "egulias/email-validator": "^2.1.10|^3.1|^4", 4290 "league/html-to-markdown": "^5.0", 4291 "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0", 4292 "symfony/dependency-injection": "^6.4|^7.0|^8.0", 4293 "symfony/process": "^6.4|^7.0|^8.0", 4294 "symfony/property-access": "^6.4|^7.0|^8.0", 4295 "symfony/property-info": "^6.4|^7.0|^8.0", 4296 "symfony/serializer": "^6.4.3|^7.0.3|^8.0" 4297 }, 4298 "type": "library", 4299 "autoload": { 4300 "psr-4": { 4301 "Symfony\\Component\\Mime\\": "" 4302 }, 4303 "exclude-from-classmap": [ 4304 "/Tests/" 4305 ] 4306 }, 4307 "notification-url": "https://packagist.org/downloads/", 4308 "license": [ 4309 "MIT" 4310 ], 4311 "authors": [ 4312 { 4313 "name": "Fabien Potencier", 4314 "email": "fabien@symfony.com" 4315 }, 4316 { 4317 "name": "Symfony Community", 4318 "homepage": "https://symfony.com/contributors" 4319 } 4320 ], 4321 "description": "Allows manipulating MIME messages", 4322 "homepage": "https://symfony.com", 4323 "keywords": [ 4324 "mime", 4325 "mime-type" 4326 ], 4327 "support": { 4328 "source": "https://github.com/symfony/mime/tree/v7.4.0" 4329 }, 4330 "funding": [ 4331 { 4332 "url": "https://symfony.com/sponsor", 4333 "type": "custom" 4334 }, 4335 { 4336 "url": "https://github.com/fabpot", 4337 "type": "github" 4338 }, 4339 { 4340 "url": "https://github.com/nicolas-grekas", 4341 "type": "github" 4342 }, 4343 { 4344 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 4345 "type": "tidelift" 4346 } 4347 ], 4348 "time": "2025-11-16T10:14:42+00:00" 4349 }, 4350 { 4351 "name": "symfony/polyfill-ctype", 4352 "version": "v1.33.0", 4353 "source": { 4354 "type": "git", 4355 "url": "https://github.com/symfony/polyfill-ctype.git", 4356 "reference": "a3cc8b044a6ea513310cbd48ef7333b384945638" 4357 }, 4358 "dist": { 4359 "type": "zip", 4360 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/a3cc8b044a6ea513310cbd48ef7333b384945638", 4361 "reference": "a3cc8b044a6ea513310cbd48ef7333b384945638", 4362 "shasum": "" 4363 }, 4364 "require": { 4365 "php": ">=7.2" 4366 }, 4367 "provide": { 4368 "ext-ctype": "*" 4369 }, 4370 "suggest": { 4371 "ext-ctype": "For best performance" 4372 }, 4373 "type": "library", 4374 "extra": { 4375 "thanks": { 4376 "url": "https://github.com/symfony/polyfill", 4377 "name": "symfony/polyfill" 4378 } 4379 }, 4380 "autoload": { 4381 "files": [ 4382 "bootstrap.php" 4383 ], 4384 "psr-4": { 4385 "Symfony\\Polyfill\\Ctype\\": "" 4386 } 4387 }, 4388 "notification-url": "https://packagist.org/downloads/", 4389 "license": [ 4390 "MIT" 4391 ], 4392 "authors": [ 4393 { 4394 "name": "Gert de Pagter", 4395 "email": "BackEndTea@gmail.com" 4396 }, 4397 { 4398 "name": "Symfony Community", 4399 "homepage": "https://symfony.com/contributors" 4400 } 4401 ], 4402 "description": "Symfony polyfill for ctype functions", 4403 "homepage": "https://symfony.com", 4404 "keywords": [ 4405 "compatibility", 4406 "ctype", 4407 "polyfill", 4408 "portable" 4409 ], 4410 "support": { 4411 "source": "https://github.com/symfony/polyfill-ctype/tree/v1.33.0" 4412 }, 4413 "funding": [ 4414 { 4415 "url": "https://symfony.com/sponsor", 4416 "type": "custom" 4417 }, 4418 { 4419 "url": "https://github.com/fabpot", 4420 "type": "github" 4421 }, 4422 { 4423 "url": "https://github.com/nicolas-grekas", 4424 "type": "github" 4425 }, 4426 { 4427 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 4428 "type": "tidelift" 4429 } 4430 ], 4431 "time": "2024-09-09T11:45:10+00:00" 4432 }, 4433 { 4434 "name": "symfony/polyfill-intl-grapheme", 4435 "version": "v1.33.0", 4436 "source": { 4437 "type": "git", 4438 "url": "https://github.com/symfony/polyfill-intl-grapheme.git", 4439 "reference": "380872130d3a5dd3ace2f4010d95125fde5d5c70" 4440 }, 4441 "dist": { 4442 "type": "zip", 4443 "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/380872130d3a5dd3ace2f4010d95125fde5d5c70", 4444 "reference": "380872130d3a5dd3ace2f4010d95125fde5d5c70", 4445 "shasum": "" 4446 }, 4447 "require": { 4448 "php": ">=7.2" 4449 }, 4450 "suggest": { 4451 "ext-intl": "For best performance" 4452 }, 4453 "type": "library", 4454 "extra": { 4455 "thanks": { 4456 "url": "https://github.com/symfony/polyfill", 4457 "name": "symfony/polyfill" 4458 } 4459 }, 4460 "autoload": { 4461 "files": [ 4462 "bootstrap.php" 4463 ], 4464 "psr-4": { 4465 "Symfony\\Polyfill\\Intl\\Grapheme\\": "" 4466 } 4467 }, 4468 "notification-url": "https://packagist.org/downloads/", 4469 "license": [ 4470 "MIT" 4471 ], 4472 "authors": [ 4473 { 4474 "name": "Nicolas Grekas", 4475 "email": "p@tchwork.com" 4476 }, 4477 { 4478 "name": "Symfony Community", 4479 "homepage": "https://symfony.com/contributors" 4480 } 4481 ], 4482 "description": "Symfony polyfill for intl's grapheme_* functions", 4483 "homepage": "https://symfony.com", 4484 "keywords": [ 4485 "compatibility", 4486 "grapheme", 4487 "intl", 4488 "polyfill", 4489 "portable", 4490 "shim" 4491 ], 4492 "support": { 4493 "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.33.0" 4494 }, 4495 "funding": [ 4496 { 4497 "url": "https://symfony.com/sponsor", 4498 "type": "custom" 4499 }, 4500 { 4501 "url": "https://github.com/fabpot", 4502 "type": "github" 4503 }, 4504 { 4505 "url": "https://github.com/nicolas-grekas", 4506 "type": "github" 4507 }, 4508 { 4509 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 4510 "type": "tidelift" 4511 } 4512 ], 4513 "time": "2025-06-27T09:58:17+00:00" 4514 }, 4515 { 4516 "name": "symfony/polyfill-intl-idn", 4517 "version": "v1.33.0", 4518 "source": { 4519 "type": "git", 4520 "url": "https://github.com/symfony/polyfill-intl-idn.git", 4521 "reference": "9614ac4d8061dc257ecc64cba1b140873dce8ad3" 4522 }, 4523 "dist": { 4524 "type": "zip", 4525 "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/9614ac4d8061dc257ecc64cba1b140873dce8ad3", 4526 "reference": "9614ac4d8061dc257ecc64cba1b140873dce8ad3", 4527 "shasum": "" 4528 }, 4529 "require": { 4530 "php": ">=7.2", 4531 "symfony/polyfill-intl-normalizer": "^1.10" 4532 }, 4533 "suggest": { 4534 "ext-intl": "For best performance" 4535 }, 4536 "type": "library", 4537 "extra": { 4538 "thanks": { 4539 "url": "https://github.com/symfony/polyfill", 4540 "name": "symfony/polyfill" 4541 } 4542 }, 4543 "autoload": { 4544 "files": [ 4545 "bootstrap.php" 4546 ], 4547 "psr-4": { 4548 "Symfony\\Polyfill\\Intl\\Idn\\": "" 4549 } 4550 }, 4551 "notification-url": "https://packagist.org/downloads/", 4552 "license": [ 4553 "MIT" 4554 ], 4555 "authors": [ 4556 { 4557 "name": "Laurent Bassin", 4558 "email": "laurent@bassin.info" 4559 }, 4560 { 4561 "name": "Trevor Rowbotham", 4562 "email": "trevor.rowbotham@pm.me" 4563 }, 4564 { 4565 "name": "Symfony Community", 4566 "homepage": "https://symfony.com/contributors" 4567 } 4568 ], 4569 "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions", 4570 "homepage": "https://symfony.com", 4571 "keywords": [ 4572 "compatibility", 4573 "idn", 4574 "intl", 4575 "polyfill", 4576 "portable", 4577 "shim" 4578 ], 4579 "support": { 4580 "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.33.0" 4581 }, 4582 "funding": [ 4583 { 4584 "url": "https://symfony.com/sponsor", 4585 "type": "custom" 4586 }, 4587 { 4588 "url": "https://github.com/fabpot", 4589 "type": "github" 4590 }, 4591 { 4592 "url": "https://github.com/nicolas-grekas", 4593 "type": "github" 4594 }, 4595 { 4596 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 4597 "type": "tidelift" 4598 } 4599 ], 4600 "time": "2024-09-10T14:38:51+00:00" 4601 }, 4602 { 4603 "name": "symfony/polyfill-intl-normalizer", 4604 "version": "v1.33.0", 4605 "source": { 4606 "type": "git", 4607 "url": "https://github.com/symfony/polyfill-intl-normalizer.git", 4608 "reference": "3833d7255cc303546435cb650316bff708a1c75c" 4609 }, 4610 "dist": { 4611 "type": "zip", 4612 "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/3833d7255cc303546435cb650316bff708a1c75c", 4613 "reference": "3833d7255cc303546435cb650316bff708a1c75c", 4614 "shasum": "" 4615 }, 4616 "require": { 4617 "php": ">=7.2" 4618 }, 4619 "suggest": { 4620 "ext-intl": "For best performance" 4621 }, 4622 "type": "library", 4623 "extra": { 4624 "thanks": { 4625 "url": "https://github.com/symfony/polyfill", 4626 "name": "symfony/polyfill" 4627 } 4628 }, 4629 "autoload": { 4630 "files": [ 4631 "bootstrap.php" 4632 ], 4633 "psr-4": { 4634 "Symfony\\Polyfill\\Intl\\Normalizer\\": "" 4635 }, 4636 "classmap": [ 4637 "Resources/stubs" 4638 ] 4639 }, 4640 "notification-url": "https://packagist.org/downloads/", 4641 "license": [ 4642 "MIT" 4643 ], 4644 "authors": [ 4645 { 4646 "name": "Nicolas Grekas", 4647 "email": "p@tchwork.com" 4648 }, 4649 { 4650 "name": "Symfony Community", 4651 "homepage": "https://symfony.com/contributors" 4652 } 4653 ], 4654 "description": "Symfony polyfill for intl's Normalizer class and related functions", 4655 "homepage": "https://symfony.com", 4656 "keywords": [ 4657 "compatibility", 4658 "intl", 4659 "normalizer", 4660 "polyfill", 4661 "portable", 4662 "shim" 4663 ], 4664 "support": { 4665 "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.33.0" 4666 }, 4667 "funding": [ 4668 { 4669 "url": "https://symfony.com/sponsor", 4670 "type": "custom" 4671 }, 4672 { 4673 "url": "https://github.com/fabpot", 4674 "type": "github" 4675 }, 4676 { 4677 "url": "https://github.com/nicolas-grekas", 4678 "type": "github" 4679 }, 4680 { 4681 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 4682 "type": "tidelift" 4683 } 4684 ], 4685 "time": "2024-09-09T11:45:10+00:00" 4686 }, 4687 { 4688 "name": "symfony/polyfill-mbstring", 4689 "version": "v1.31.0", 4690 "source": { 4691 "type": "git", 4692 "url": "https://github.com/symfony/polyfill-mbstring.git", 4693 "reference": "85181ba99b2345b0ef10ce42ecac37612d9fd341" 4694 }, 4695 "dist": { 4696 "type": "zip", 4697 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/85181ba99b2345b0ef10ce42ecac37612d9fd341", 4698 "reference": "85181ba99b2345b0ef10ce42ecac37612d9fd341", 4699 "shasum": "" 4700 }, 4701 "require": { 4702 "php": ">=7.2" 4703 }, 4704 "provide": { 4705 "ext-mbstring": "*" 4706 }, 4707 "suggest": { 4708 "ext-mbstring": "For best performance" 4709 }, 4710 "type": "library", 4711 "extra": { 4712 "thanks": { 4713 "url": "https://github.com/symfony/polyfill", 4714 "name": "symfony/polyfill" 4715 } 4716 }, 4717 "autoload": { 4718 "files": [ 4719 "bootstrap.php" 4720 ], 4721 "psr-4": { 4722 "Symfony\\Polyfill\\Mbstring\\": "" 4723 } 4724 }, 4725 "notification-url": "https://packagist.org/downloads/", 4726 "license": [ 4727 "MIT" 4728 ], 4729 "authors": [ 4730 { 4731 "name": "Nicolas Grekas", 4732 "email": "p@tchwork.com" 4733 }, 4734 { 4735 "name": "Symfony Community", 4736 "homepage": "https://symfony.com/contributors" 4737 } 4738 ], 4739 "description": "Symfony polyfill for the Mbstring extension", 4740 "homepage": "https://symfony.com", 4741 "keywords": [ 4742 "compatibility", 4743 "mbstring", 4744 "polyfill", 4745 "portable", 4746 "shim" 4747 ], 4748 "support": { 4749 "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.31.0" 4750 }, 4751 "funding": [ 4752 { 4753 "url": "https://symfony.com/sponsor", 4754 "type": "custom" 4755 }, 4756 { 4757 "url": "https://github.com/fabpot", 4758 "type": "github" 4759 }, 4760 { 4761 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 4762 "type": "tidelift" 4763 } 4764 ], 4765 "time": "2024-09-09T11:45:10+00:00" 4766 }, 4767 { 4768 "name": "symfony/polyfill-php80", 4769 "version": "v1.33.0", 4770 "source": { 4771 "type": "git", 4772 "url": "https://github.com/symfony/polyfill-php80.git", 4773 "reference": "0cc9dd0f17f61d8131e7df6b84bd344899fe2608" 4774 }, 4775 "dist": { 4776 "type": "zip", 4777 "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/0cc9dd0f17f61d8131e7df6b84bd344899fe2608", 4778 "reference": "0cc9dd0f17f61d8131e7df6b84bd344899fe2608", 4779 "shasum": "" 4780 }, 4781 "require": { 4782 "php": ">=7.2" 4783 }, 4784 "type": "library", 4785 "extra": { 4786 "thanks": { 4787 "url": "https://github.com/symfony/polyfill", 4788 "name": "symfony/polyfill" 4789 } 4790 }, 4791 "autoload": { 4792 "files": [ 4793 "bootstrap.php" 4794 ], 4795 "psr-4": { 4796 "Symfony\\Polyfill\\Php80\\": "" 4797 }, 4798 "classmap": [ 4799 "Resources/stubs" 4800 ] 4801 }, 4802 "notification-url": "https://packagist.org/downloads/", 4803 "license": [ 4804 "MIT" 4805 ], 4806 "authors": [ 4807 { 4808 "name": "Ion Bazan", 4809 "email": "ion.bazan@gmail.com" 4810 }, 4811 { 4812 "name": "Nicolas Grekas", 4813 "email": "p@tchwork.com" 4814 }, 4815 { 4816 "name": "Symfony Community", 4817 "homepage": "https://symfony.com/contributors" 4818 } 4819 ], 4820 "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions", 4821 "homepage": "https://symfony.com", 4822 "keywords": [ 4823 "compatibility", 4824 "polyfill", 4825 "portable", 4826 "shim" 4827 ], 4828 "support": { 4829 "source": "https://github.com/symfony/polyfill-php80/tree/v1.33.0" 4830 }, 4831 "funding": [ 4832 { 4833 "url": "https://symfony.com/sponsor", 4834 "type": "custom" 4835 }, 4836 { 4837 "url": "https://github.com/fabpot", 4838 "type": "github" 4839 }, 4840 { 4841 "url": "https://github.com/nicolas-grekas", 4842 "type": "github" 4843 }, 4844 { 4845 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 4846 "type": "tidelift" 4847 } 4848 ], 4849 "time": "2025-01-02T08:10:11+00:00" 4850 }, 4851 { 4852 "name": "symfony/polyfill-php83", 4853 "version": "v1.33.0", 4854 "source": { 4855 "type": "git", 4856 "url": "https://github.com/symfony/polyfill-php83.git", 4857 "reference": "17f6f9a6b1735c0f163024d959f700cfbc5155e5" 4858 }, 4859 "dist": { 4860 "type": "zip", 4861 "url": "https://api.github.com/repos/symfony/polyfill-php83/zipball/17f6f9a6b1735c0f163024d959f700cfbc5155e5", 4862 "reference": "17f6f9a6b1735c0f163024d959f700cfbc5155e5", 4863 "shasum": "" 4864 }, 4865 "require": { 4866 "php": ">=7.2" 4867 }, 4868 "type": "library", 4869 "extra": { 4870 "thanks": { 4871 "url": "https://github.com/symfony/polyfill", 4872 "name": "symfony/polyfill" 4873 } 4874 }, 4875 "autoload": { 4876 "files": [ 4877 "bootstrap.php" 4878 ], 4879 "psr-4": { 4880 "Symfony\\Polyfill\\Php83\\": "" 4881 }, 4882 "classmap": [ 4883 "Resources/stubs" 4884 ] 4885 }, 4886 "notification-url": "https://packagist.org/downloads/", 4887 "license": [ 4888 "MIT" 4889 ], 4890 "authors": [ 4891 { 4892 "name": "Nicolas Grekas", 4893 "email": "p@tchwork.com" 4894 }, 4895 { 4896 "name": "Symfony Community", 4897 "homepage": "https://symfony.com/contributors" 4898 } 4899 ], 4900 "description": "Symfony polyfill backporting some PHP 8.3+ features to lower PHP versions", 4901 "homepage": "https://symfony.com", 4902 "keywords": [ 4903 "compatibility", 4904 "polyfill", 4905 "portable", 4906 "shim" 4907 ], 4908 "support": { 4909 "source": "https://github.com/symfony/polyfill-php83/tree/v1.33.0" 4910 }, 4911 "funding": [ 4912 { 4913 "url": "https://symfony.com/sponsor", 4914 "type": "custom" 4915 }, 4916 { 4917 "url": "https://github.com/fabpot", 4918 "type": "github" 4919 }, 4920 { 4921 "url": "https://github.com/nicolas-grekas", 4922 "type": "github" 4923 }, 4924 { 4925 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 4926 "type": "tidelift" 4927 } 4928 ], 4929 "time": "2025-07-08T02:45:35+00:00" 4930 }, 4931 { 4932 "name": "symfony/polyfill-php84", 4933 "version": "v1.33.0", 4934 "source": { 4935 "type": "git", 4936 "url": "https://github.com/symfony/polyfill-php84.git", 4937 "reference": "d8ced4d875142b6a7426000426b8abc631d6b191" 4938 }, 4939 "dist": { 4940 "type": "zip", 4941 "url": "https://api.github.com/repos/symfony/polyfill-php84/zipball/d8ced4d875142b6a7426000426b8abc631d6b191", 4942 "reference": "d8ced4d875142b6a7426000426b8abc631d6b191", 4943 "shasum": "" 4944 }, 4945 "require": { 4946 "php": ">=7.2" 4947 }, 4948 "type": "library", 4949 "extra": { 4950 "thanks": { 4951 "url": "https://github.com/symfony/polyfill", 4952 "name": "symfony/polyfill" 4953 } 4954 }, 4955 "autoload": { 4956 "files": [ 4957 "bootstrap.php" 4958 ], 4959 "psr-4": { 4960 "Symfony\\Polyfill\\Php84\\": "" 4961 }, 4962 "classmap": [ 4963 "Resources/stubs" 4964 ] 4965 }, 4966 "notification-url": "https://packagist.org/downloads/", 4967 "license": [ 4968 "MIT" 4969 ], 4970 "authors": [ 4971 { 4972 "name": "Nicolas Grekas", 4973 "email": "p@tchwork.com" 4974 }, 4975 { 4976 "name": "Symfony Community", 4977 "homepage": "https://symfony.com/contributors" 4978 } 4979 ], 4980 "description": "Symfony polyfill backporting some PHP 8.4+ features to lower PHP versions", 4981 "homepage": "https://symfony.com", 4982 "keywords": [ 4983 "compatibility", 4984 "polyfill", 4985 "portable", 4986 "shim" 4987 ], 4988 "support": { 4989 "source": "https://github.com/symfony/polyfill-php84/tree/v1.33.0" 4990 }, 4991 "funding": [ 4992 { 4993 "url": "https://symfony.com/sponsor", 4994 "type": "custom" 4995 }, 4996 { 4997 "url": "https://github.com/fabpot", 4998 "type": "github" 4999 }, 5000 { 5001 "url": "https://github.com/nicolas-grekas", 5002 "type": "github" 5003 }, 5004 { 5005 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 5006 "type": "tidelift" 5007 } 5008 ], 5009 "time": "2025-06-24T13:30:11+00:00" 5010 }, 5011 { 5012 "name": "symfony/polyfill-php85", 5013 "version": "v1.33.0", 5014 "source": { 5015 "type": "git", 5016 "url": "https://github.com/symfony/polyfill-php85.git", 5017 "reference": "d4e5fcd4ab3d998ab16c0db48e6cbb9a01993f91" 5018 }, 5019 "dist": { 5020 "type": "zip", 5021 "url": "https://api.github.com/repos/symfony/polyfill-php85/zipball/d4e5fcd4ab3d998ab16c0db48e6cbb9a01993f91", 5022 "reference": "d4e5fcd4ab3d998ab16c0db48e6cbb9a01993f91", 5023 "shasum": "" 5024 }, 5025 "require": { 5026 "php": ">=7.2" 5027 }, 5028 "type": "library", 5029 "extra": { 5030 "thanks": { 5031 "url": "https://github.com/symfony/polyfill", 5032 "name": "symfony/polyfill" 5033 } 5034 }, 5035 "autoload": { 5036 "files": [ 5037 "bootstrap.php" 5038 ], 5039 "psr-4": { 5040 "Symfony\\Polyfill\\Php85\\": "" 5041 }, 5042 "classmap": [ 5043 "Resources/stubs" 5044 ] 5045 }, 5046 "notification-url": "https://packagist.org/downloads/", 5047 "license": [ 5048 "MIT" 5049 ], 5050 "authors": [ 5051 { 5052 "name": "Nicolas Grekas", 5053 "email": "p@tchwork.com" 5054 }, 5055 { 5056 "name": "Symfony Community", 5057 "homepage": "https://symfony.com/contributors" 5058 } 5059 ], 5060 "description": "Symfony polyfill backporting some PHP 8.5+ features to lower PHP versions", 5061 "homepage": "https://symfony.com", 5062 "keywords": [ 5063 "compatibility", 5064 "polyfill", 5065 "portable", 5066 "shim" 5067 ], 5068 "support": { 5069 "source": "https://github.com/symfony/polyfill-php85/tree/v1.33.0" 5070 }, 5071 "funding": [ 5072 { 5073 "url": "https://symfony.com/sponsor", 5074 "type": "custom" 5075 }, 5076 { 5077 "url": "https://github.com/fabpot", 5078 "type": "github" 5079 }, 5080 { 5081 "url": "https://github.com/nicolas-grekas", 5082 "type": "github" 5083 }, 5084 { 5085 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 5086 "type": "tidelift" 5087 } 5088 ], 5089 "time": "2025-06-23T16:12:55+00:00" 5090 }, 5091 { 5092 "name": "symfony/polyfill-uuid", 5093 "version": "v1.33.0", 5094 "source": { 5095 "type": "git", 5096 "url": "https://github.com/symfony/polyfill-uuid.git", 5097 "reference": "21533be36c24be3f4b1669c4725c7d1d2bab4ae2" 5098 }, 5099 "dist": { 5100 "type": "zip", 5101 "url": "https://api.github.com/repos/symfony/polyfill-uuid/zipball/21533be36c24be3f4b1669c4725c7d1d2bab4ae2", 5102 "reference": "21533be36c24be3f4b1669c4725c7d1d2bab4ae2", 5103 "shasum": "" 5104 }, 5105 "require": { 5106 "php": ">=7.2" 5107 }, 5108 "provide": { 5109 "ext-uuid": "*" 5110 }, 5111 "suggest": { 5112 "ext-uuid": "For best performance" 5113 }, 5114 "type": "library", 5115 "extra": { 5116 "thanks": { 5117 "url": "https://github.com/symfony/polyfill", 5118 "name": "symfony/polyfill" 5119 } 5120 }, 5121 "autoload": { 5122 "files": [ 5123 "bootstrap.php" 5124 ], 5125 "psr-4": { 5126 "Symfony\\Polyfill\\Uuid\\": "" 5127 } 5128 }, 5129 "notification-url": "https://packagist.org/downloads/", 5130 "license": [ 5131 "MIT" 5132 ], 5133 "authors": [ 5134 { 5135 "name": "Grégoire Pineau", 5136 "email": "lyrixx@lyrixx.info" 5137 }, 5138 { 5139 "name": "Symfony Community", 5140 "homepage": "https://symfony.com/contributors" 5141 } 5142 ], 5143 "description": "Symfony polyfill for uuid functions", 5144 "homepage": "https://symfony.com", 5145 "keywords": [ 5146 "compatibility", 5147 "polyfill", 5148 "portable", 5149 "uuid" 5150 ], 5151 "support": { 5152 "source": "https://github.com/symfony/polyfill-uuid/tree/v1.33.0" 5153 }, 5154 "funding": [ 5155 { 5156 "url": "https://symfony.com/sponsor", 5157 "type": "custom" 5158 }, 5159 { 5160 "url": "https://github.com/fabpot", 5161 "type": "github" 5162 }, 5163 { 5164 "url": "https://github.com/nicolas-grekas", 5165 "type": "github" 5166 }, 5167 { 5168 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 5169 "type": "tidelift" 5170 } 5171 ], 5172 "time": "2024-09-09T11:45:10+00:00" 5173 }, 5174 { 5175 "name": "symfony/process", 5176 "version": "v7.4.0", 5177 "source": { 5178 "type": "git", 5179 "url": "https://github.com/symfony/process.git", 5180 "reference": "7ca8dc2d0dcf4882658313aba8be5d9fd01026c8" 5181 }, 5182 "dist": { 5183 "type": "zip", 5184 "url": "https://api.github.com/repos/symfony/process/zipball/7ca8dc2d0dcf4882658313aba8be5d9fd01026c8", 5185 "reference": "7ca8dc2d0dcf4882658313aba8be5d9fd01026c8", 5186 "shasum": "" 5187 }, 5188 "require": { 5189 "php": ">=8.2" 5190 }, 5191 "type": "library", 5192 "autoload": { 5193 "psr-4": { 5194 "Symfony\\Component\\Process\\": "" 5195 }, 5196 "exclude-from-classmap": [ 5197 "/Tests/" 5198 ] 5199 }, 5200 "notification-url": "https://packagist.org/downloads/", 5201 "license": [ 5202 "MIT" 5203 ], 5204 "authors": [ 5205 { 5206 "name": "Fabien Potencier", 5207 "email": "fabien@symfony.com" 5208 }, 5209 { 5210 "name": "Symfony Community", 5211 "homepage": "https://symfony.com/contributors" 5212 } 5213 ], 5214 "description": "Executes commands in sub-processes", 5215 "homepage": "https://symfony.com", 5216 "support": { 5217 "source": "https://github.com/symfony/process/tree/v7.4.0" 5218 }, 5219 "funding": [ 5220 { 5221 "url": "https://symfony.com/sponsor", 5222 "type": "custom" 5223 }, 5224 { 5225 "url": "https://github.com/fabpot", 5226 "type": "github" 5227 }, 5228 { 5229 "url": "https://github.com/nicolas-grekas", 5230 "type": "github" 5231 }, 5232 { 5233 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 5234 "type": "tidelift" 5235 } 5236 ], 5237 "time": "2025-10-16T11:21:06+00:00" 5238 }, 5239 { 5240 "name": "symfony/routing", 5241 "version": "v7.4.0", 5242 "source": { 5243 "type": "git", 5244 "url": "https://github.com/symfony/routing.git", 5245 "reference": "4720254cb2644a0b876233d258a32bf017330db7" 5246 }, 5247 "dist": { 5248 "type": "zip", 5249 "url": "https://api.github.com/repos/symfony/routing/zipball/4720254cb2644a0b876233d258a32bf017330db7", 5250 "reference": "4720254cb2644a0b876233d258a32bf017330db7", 5251 "shasum": "" 5252 }, 5253 "require": { 5254 "php": ">=8.2", 5255 "symfony/deprecation-contracts": "^2.5|^3" 5256 }, 5257 "conflict": { 5258 "symfony/config": "<6.4", 5259 "symfony/dependency-injection": "<6.4", 5260 "symfony/yaml": "<6.4" 5261 }, 5262 "require-dev": { 5263 "psr/log": "^1|^2|^3", 5264 "symfony/config": "^6.4|^7.0|^8.0", 5265 "symfony/dependency-injection": "^6.4|^7.0|^8.0", 5266 "symfony/expression-language": "^6.4|^7.0|^8.0", 5267 "symfony/http-foundation": "^6.4|^7.0|^8.0", 5268 "symfony/yaml": "^6.4|^7.0|^8.0" 5269 }, 5270 "type": "library", 5271 "autoload": { 5272 "psr-4": { 5273 "Symfony\\Component\\Routing\\": "" 5274 }, 5275 "exclude-from-classmap": [ 5276 "/Tests/" 5277 ] 5278 }, 5279 "notification-url": "https://packagist.org/downloads/", 5280 "license": [ 5281 "MIT" 5282 ], 5283 "authors": [ 5284 { 5285 "name": "Fabien Potencier", 5286 "email": "fabien@symfony.com" 5287 }, 5288 { 5289 "name": "Symfony Community", 5290 "homepage": "https://symfony.com/contributors" 5291 } 5292 ], 5293 "description": "Maps an HTTP request to a set of configuration variables", 5294 "homepage": "https://symfony.com", 5295 "keywords": [ 5296 "router", 5297 "routing", 5298 "uri", 5299 "url" 5300 ], 5301 "support": { 5302 "source": "https://github.com/symfony/routing/tree/v7.4.0" 5303 }, 5304 "funding": [ 5305 { 5306 "url": "https://symfony.com/sponsor", 5307 "type": "custom" 5308 }, 5309 { 5310 "url": "https://github.com/fabpot", 5311 "type": "github" 5312 }, 5313 { 5314 "url": "https://github.com/nicolas-grekas", 5315 "type": "github" 5316 }, 5317 { 5318 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 5319 "type": "tidelift" 5320 } 5321 ], 5322 "time": "2025-11-27T13:27:24+00:00" 5323 }, 5324 { 5325 "name": "symfony/service-contracts", 5326 "version": "v3.6.1", 5327 "source": { 5328 "type": "git", 5329 "url": "https://github.com/symfony/service-contracts.git", 5330 "reference": "45112560a3ba2d715666a509a0bc9521d10b6c43" 5331 }, 5332 "dist": { 5333 "type": "zip", 5334 "url": "https://api.github.com/repos/symfony/service-contracts/zipball/45112560a3ba2d715666a509a0bc9521d10b6c43", 5335 "reference": "45112560a3ba2d715666a509a0bc9521d10b6c43", 5336 "shasum": "" 5337 }, 5338 "require": { 5339 "php": ">=8.1", 5340 "psr/container": "^1.1|^2.0", 5341 "symfony/deprecation-contracts": "^2.5|^3" 5342 }, 5343 "conflict": { 5344 "ext-psr": "<1.1|>=2" 5345 }, 5346 "type": "library", 5347 "extra": { 5348 "thanks": { 5349 "url": "https://github.com/symfony/contracts", 5350 "name": "symfony/contracts" 5351 }, 5352 "branch-alias": { 5353 "dev-main": "3.6-dev" 5354 } 5355 }, 5356 "autoload": { 5357 "psr-4": { 5358 "Symfony\\Contracts\\Service\\": "" 5359 }, 5360 "exclude-from-classmap": [ 5361 "/Test/" 5362 ] 5363 }, 5364 "notification-url": "https://packagist.org/downloads/", 5365 "license": [ 5366 "MIT" 5367 ], 5368 "authors": [ 5369 { 5370 "name": "Nicolas Grekas", 5371 "email": "p@tchwork.com" 5372 }, 5373 { 5374 "name": "Symfony Community", 5375 "homepage": "https://symfony.com/contributors" 5376 } 5377 ], 5378 "description": "Generic abstractions related to writing services", 5379 "homepage": "https://symfony.com", 5380 "keywords": [ 5381 "abstractions", 5382 "contracts", 5383 "decoupling", 5384 "interfaces", 5385 "interoperability", 5386 "standards" 5387 ], 5388 "support": { 5389 "source": "https://github.com/symfony/service-contracts/tree/v3.6.1" 5390 }, 5391 "funding": [ 5392 { 5393 "url": "https://symfony.com/sponsor", 5394 "type": "custom" 5395 }, 5396 { 5397 "url": "https://github.com/fabpot", 5398 "type": "github" 5399 }, 5400 { 5401 "url": "https://github.com/nicolas-grekas", 5402 "type": "github" 5403 }, 5404 { 5405 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 5406 "type": "tidelift" 5407 } 5408 ], 5409 "time": "2025-07-15T11:30:57+00:00" 5410 }, 5411 { 5412 "name": "symfony/string", 5413 "version": "v8.0.0", 5414 "source": { 5415 "type": "git", 5416 "url": "https://github.com/symfony/string.git", 5417 "reference": "f929eccf09531078c243df72398560e32fa4cf4f" 5418 }, 5419 "dist": { 5420 "type": "zip", 5421 "url": "https://api.github.com/repos/symfony/string/zipball/f929eccf09531078c243df72398560e32fa4cf4f", 5422 "reference": "f929eccf09531078c243df72398560e32fa4cf4f", 5423 "shasum": "" 5424 }, 5425 "require": { 5426 "php": ">=8.4", 5427 "symfony/polyfill-ctype": "^1.8", 5428 "symfony/polyfill-intl-grapheme": "^1.33", 5429 "symfony/polyfill-intl-normalizer": "^1.0", 5430 "symfony/polyfill-mbstring": "^1.0" 5431 }, 5432 "conflict": { 5433 "symfony/translation-contracts": "<2.5" 5434 }, 5435 "require-dev": { 5436 "symfony/emoji": "^7.4|^8.0", 5437 "symfony/http-client": "^7.4|^8.0", 5438 "symfony/intl": "^7.4|^8.0", 5439 "symfony/translation-contracts": "^2.5|^3.0", 5440 "symfony/var-exporter": "^7.4|^8.0" 5441 }, 5442 "type": "library", 5443 "autoload": { 5444 "files": [ 5445 "Resources/functions.php" 5446 ], 5447 "psr-4": { 5448 "Symfony\\Component\\String\\": "" 5449 }, 5450 "exclude-from-classmap": [ 5451 "/Tests/" 5452 ] 5453 }, 5454 "notification-url": "https://packagist.org/downloads/", 5455 "license": [ 5456 "MIT" 5457 ], 5458 "authors": [ 5459 { 5460 "name": "Nicolas Grekas", 5461 "email": "p@tchwork.com" 5462 }, 5463 { 5464 "name": "Symfony Community", 5465 "homepage": "https://symfony.com/contributors" 5466 } 5467 ], 5468 "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way", 5469 "homepage": "https://symfony.com", 5470 "keywords": [ 5471 "grapheme", 5472 "i18n", 5473 "string", 5474 "unicode", 5475 "utf-8", 5476 "utf8" 5477 ], 5478 "support": { 5479 "source": "https://github.com/symfony/string/tree/v8.0.0" 5480 }, 5481 "funding": [ 5482 { 5483 "url": "https://symfony.com/sponsor", 5484 "type": "custom" 5485 }, 5486 { 5487 "url": "https://github.com/fabpot", 5488 "type": "github" 5489 }, 5490 { 5491 "url": "https://github.com/nicolas-grekas", 5492 "type": "github" 5493 }, 5494 { 5495 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 5496 "type": "tidelift" 5497 } 5498 ], 5499 "time": "2025-09-11T14:37:55+00:00" 5500 }, 5501 { 5502 "name": "symfony/translation", 5503 "version": "v7.4.0", 5504 "source": { 5505 "type": "git", 5506 "url": "https://github.com/symfony/translation.git", 5507 "reference": "2d01ca0da3f092f91eeedb46f24aa30d2fca8f68" 5508 }, 5509 "dist": { 5510 "type": "zip", 5511 "url": "https://api.github.com/repos/symfony/translation/zipball/2d01ca0da3f092f91eeedb46f24aa30d2fca8f68", 5512 "reference": "2d01ca0da3f092f91eeedb46f24aa30d2fca8f68", 5513 "shasum": "" 5514 }, 5515 "require": { 5516 "php": ">=8.2", 5517 "symfony/deprecation-contracts": "^2.5|^3", 5518 "symfony/polyfill-mbstring": "~1.0", 5519 "symfony/translation-contracts": "^2.5.3|^3.3" 5520 }, 5521 "conflict": { 5522 "nikic/php-parser": "<5.0", 5523 "symfony/config": "<6.4", 5524 "symfony/console": "<6.4", 5525 "symfony/dependency-injection": "<6.4", 5526 "symfony/http-client-contracts": "<2.5", 5527 "symfony/http-kernel": "<6.4", 5528 "symfony/service-contracts": "<2.5", 5529 "symfony/twig-bundle": "<6.4", 5530 "symfony/yaml": "<6.4" 5531 }, 5532 "provide": { 5533 "symfony/translation-implementation": "2.3|3.0" 5534 }, 5535 "require-dev": { 5536 "nikic/php-parser": "^5.0", 5537 "psr/log": "^1|^2|^3", 5538 "symfony/config": "^6.4|^7.0|^8.0", 5539 "symfony/console": "^6.4|^7.0|^8.0", 5540 "symfony/dependency-injection": "^6.4|^7.0|^8.0", 5541 "symfony/finder": "^6.4|^7.0|^8.0", 5542 "symfony/http-client-contracts": "^2.5|^3.0", 5543 "symfony/http-kernel": "^6.4|^7.0|^8.0", 5544 "symfony/intl": "^6.4|^7.0|^8.0", 5545 "symfony/polyfill-intl-icu": "^1.21", 5546 "symfony/routing": "^6.4|^7.0|^8.0", 5547 "symfony/service-contracts": "^2.5|^3", 5548 "symfony/yaml": "^6.4|^7.0|^8.0" 5549 }, 5550 "type": "library", 5551 "autoload": { 5552 "files": [ 5553 "Resources/functions.php" 5554 ], 5555 "psr-4": { 5556 "Symfony\\Component\\Translation\\": "" 5557 }, 5558 "exclude-from-classmap": [ 5559 "/Tests/" 5560 ] 5561 }, 5562 "notification-url": "https://packagist.org/downloads/", 5563 "license": [ 5564 "MIT" 5565 ], 5566 "authors": [ 5567 { 5568 "name": "Fabien Potencier", 5569 "email": "fabien@symfony.com" 5570 }, 5571 { 5572 "name": "Symfony Community", 5573 "homepage": "https://symfony.com/contributors" 5574 } 5575 ], 5576 "description": "Provides tools to internationalize your application", 5577 "homepage": "https://symfony.com", 5578 "support": { 5579 "source": "https://github.com/symfony/translation/tree/v7.4.0" 5580 }, 5581 "funding": [ 5582 { 5583 "url": "https://symfony.com/sponsor", 5584 "type": "custom" 5585 }, 5586 { 5587 "url": "https://github.com/fabpot", 5588 "type": "github" 5589 }, 5590 { 5591 "url": "https://github.com/nicolas-grekas", 5592 "type": "github" 5593 }, 5594 { 5595 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 5596 "type": "tidelift" 5597 } 5598 ], 5599 "time": "2025-11-27T13:27:24+00:00" 5600 }, 5601 { 5602 "name": "symfony/translation-contracts", 5603 "version": "v3.6.1", 5604 "source": { 5605 "type": "git", 5606 "url": "https://github.com/symfony/translation-contracts.git", 5607 "reference": "65a8bc82080447fae78373aa10f8d13b38338977" 5608 }, 5609 "dist": { 5610 "type": "zip", 5611 "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/65a8bc82080447fae78373aa10f8d13b38338977", 5612 "reference": "65a8bc82080447fae78373aa10f8d13b38338977", 5613 "shasum": "" 5614 }, 5615 "require": { 5616 "php": ">=8.1" 5617 }, 5618 "type": "library", 5619 "extra": { 5620 "thanks": { 5621 "url": "https://github.com/symfony/contracts", 5622 "name": "symfony/contracts" 5623 }, 5624 "branch-alias": { 5625 "dev-main": "3.6-dev" 5626 } 5627 }, 5628 "autoload": { 5629 "psr-4": { 5630 "Symfony\\Contracts\\Translation\\": "" 5631 }, 5632 "exclude-from-classmap": [ 5633 "/Test/" 5634 ] 5635 }, 5636 "notification-url": "https://packagist.org/downloads/", 5637 "license": [ 5638 "MIT" 5639 ], 5640 "authors": [ 5641 { 5642 "name": "Nicolas Grekas", 5643 "email": "p@tchwork.com" 5644 }, 5645 { 5646 "name": "Symfony Community", 5647 "homepage": "https://symfony.com/contributors" 5648 } 5649 ], 5650 "description": "Generic abstractions related to translation", 5651 "homepage": "https://symfony.com", 5652 "keywords": [ 5653 "abstractions", 5654 "contracts", 5655 "decoupling", 5656 "interfaces", 5657 "interoperability", 5658 "standards" 5659 ], 5660 "support": { 5661 "source": "https://github.com/symfony/translation-contracts/tree/v3.6.1" 5662 }, 5663 "funding": [ 5664 { 5665 "url": "https://symfony.com/sponsor", 5666 "type": "custom" 5667 }, 5668 { 5669 "url": "https://github.com/fabpot", 5670 "type": "github" 5671 }, 5672 { 5673 "url": "https://github.com/nicolas-grekas", 5674 "type": "github" 5675 }, 5676 { 5677 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 5678 "type": "tidelift" 5679 } 5680 ], 5681 "time": "2025-07-15T13:41:35+00:00" 5682 }, 5683 { 5684 "name": "symfony/uid", 5685 "version": "v7.4.0", 5686 "source": { 5687 "type": "git", 5688 "url": "https://github.com/symfony/uid.git", 5689 "reference": "2498e9f81b7baa206f44de583f2f48350b90142c" 5690 }, 5691 "dist": { 5692 "type": "zip", 5693 "url": "https://api.github.com/repos/symfony/uid/zipball/2498e9f81b7baa206f44de583f2f48350b90142c", 5694 "reference": "2498e9f81b7baa206f44de583f2f48350b90142c", 5695 "shasum": "" 5696 }, 5697 "require": { 5698 "php": ">=8.2", 5699 "symfony/polyfill-uuid": "^1.15" 5700 }, 5701 "require-dev": { 5702 "symfony/console": "^6.4|^7.0|^8.0" 5703 }, 5704 "type": "library", 5705 "autoload": { 5706 "psr-4": { 5707 "Symfony\\Component\\Uid\\": "" 5708 }, 5709 "exclude-from-classmap": [ 5710 "/Tests/" 5711 ] 5712 }, 5713 "notification-url": "https://packagist.org/downloads/", 5714 "license": [ 5715 "MIT" 5716 ], 5717 "authors": [ 5718 { 5719 "name": "Grégoire Pineau", 5720 "email": "lyrixx@lyrixx.info" 5721 }, 5722 { 5723 "name": "Nicolas Grekas", 5724 "email": "p@tchwork.com" 5725 }, 5726 { 5727 "name": "Symfony Community", 5728 "homepage": "https://symfony.com/contributors" 5729 } 5730 ], 5731 "description": "Provides an object-oriented API to generate and represent UIDs", 5732 "homepage": "https://symfony.com", 5733 "keywords": [ 5734 "UID", 5735 "ulid", 5736 "uuid" 5737 ], 5738 "support": { 5739 "source": "https://github.com/symfony/uid/tree/v7.4.0" 5740 }, 5741 "funding": [ 5742 { 5743 "url": "https://symfony.com/sponsor", 5744 "type": "custom" 5745 }, 5746 { 5747 "url": "https://github.com/fabpot", 5748 "type": "github" 5749 }, 5750 { 5751 "url": "https://github.com/nicolas-grekas", 5752 "type": "github" 5753 }, 5754 { 5755 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 5756 "type": "tidelift" 5757 } 5758 ], 5759 "time": "2025-09-25T11:02:55+00:00" 5760 }, 5761 { 5762 "name": "symfony/var-dumper", 5763 "version": "v7.4.0", 5764 "source": { 5765 "type": "git", 5766 "url": "https://github.com/symfony/var-dumper.git", 5767 "reference": "41fd6c4ae28c38b294b42af6db61446594a0dece" 5768 }, 5769 "dist": { 5770 "type": "zip", 5771 "url": "https://api.github.com/repos/symfony/var-dumper/zipball/41fd6c4ae28c38b294b42af6db61446594a0dece", 5772 "reference": "41fd6c4ae28c38b294b42af6db61446594a0dece", 5773 "shasum": "" 5774 }, 5775 "require": { 5776 "php": ">=8.2", 5777 "symfony/deprecation-contracts": "^2.5|^3", 5778 "symfony/polyfill-mbstring": "~1.0" 5779 }, 5780 "conflict": { 5781 "symfony/console": "<6.4" 5782 }, 5783 "require-dev": { 5784 "symfony/console": "^6.4|^7.0|^8.0", 5785 "symfony/http-kernel": "^6.4|^7.0|^8.0", 5786 "symfony/process": "^6.4|^7.0|^8.0", 5787 "symfony/uid": "^6.4|^7.0|^8.0", 5788 "twig/twig": "^3.12" 5789 }, 5790 "bin": [ 5791 "Resources/bin/var-dump-server" 5792 ], 5793 "type": "library", 5794 "autoload": { 5795 "files": [ 5796 "Resources/functions/dump.php" 5797 ], 5798 "psr-4": { 5799 "Symfony\\Component\\VarDumper\\": "" 5800 }, 5801 "exclude-from-classmap": [ 5802 "/Tests/" 5803 ] 5804 }, 5805 "notification-url": "https://packagist.org/downloads/", 5806 "license": [ 5807 "MIT" 5808 ], 5809 "authors": [ 5810 { 5811 "name": "Nicolas Grekas", 5812 "email": "p@tchwork.com" 5813 }, 5814 { 5815 "name": "Symfony Community", 5816 "homepage": "https://symfony.com/contributors" 5817 } 5818 ], 5819 "description": "Provides mechanisms for walking through any arbitrary PHP variable", 5820 "homepage": "https://symfony.com", 5821 "keywords": [ 5822 "debug", 5823 "dump" 5824 ], 5825 "support": { 5826 "source": "https://github.com/symfony/var-dumper/tree/v7.4.0" 5827 }, 5828 "funding": [ 5829 { 5830 "url": "https://symfony.com/sponsor", 5831 "type": "custom" 5832 }, 5833 { 5834 "url": "https://github.com/fabpot", 5835 "type": "github" 5836 }, 5837 { 5838 "url": "https://github.com/nicolas-grekas", 5839 "type": "github" 5840 }, 5841 { 5842 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 5843 "type": "tidelift" 5844 } 5845 ], 5846 "time": "2025-10-27T20:36:44+00:00" 5847 }, 5848 { 5849 "name": "tijsverkoyen/css-to-inline-styles", 5850 "version": "v2.3.0", 5851 "source": { 5852 "type": "git", 5853 "url": "https://github.com/tijsverkoyen/CssToInlineStyles.git", 5854 "reference": "0d72ac1c00084279c1816675284073c5a337c20d" 5855 }, 5856 "dist": { 5857 "type": "zip", 5858 "url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/0d72ac1c00084279c1816675284073c5a337c20d", 5859 "reference": "0d72ac1c00084279c1816675284073c5a337c20d", 5860 "shasum": "" 5861 }, 5862 "require": { 5863 "ext-dom": "*", 5864 "ext-libxml": "*", 5865 "php": "^7.4 || ^8.0", 5866 "symfony/css-selector": "^5.4 || ^6.0 || ^7.0" 5867 }, 5868 "require-dev": { 5869 "phpstan/phpstan": "^2.0", 5870 "phpstan/phpstan-phpunit": "^2.0", 5871 "phpunit/phpunit": "^8.5.21 || ^9.5.10" 5872 }, 5873 "type": "library", 5874 "extra": { 5875 "branch-alias": { 5876 "dev-master": "2.x-dev" 5877 } 5878 }, 5879 "autoload": { 5880 "psr-4": { 5881 "TijsVerkoyen\\CssToInlineStyles\\": "src" 5882 } 5883 }, 5884 "notification-url": "https://packagist.org/downloads/", 5885 "license": [ 5886 "BSD-3-Clause" 5887 ], 5888 "authors": [ 5889 { 5890 "name": "Tijs Verkoyen", 5891 "email": "css_to_inline_styles@verkoyen.eu", 5892 "role": "Developer" 5893 } 5894 ], 5895 "description": "CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.", 5896 "homepage": "https://github.com/tijsverkoyen/CssToInlineStyles", 5897 "support": { 5898 "issues": "https://github.com/tijsverkoyen/CssToInlineStyles/issues", 5899 "source": "https://github.com/tijsverkoyen/CssToInlineStyles/tree/v2.3.0" 5900 }, 5901 "time": "2024-12-21T16:25:41+00:00" 5902 }, 5903 { 5904 "name": "vlucas/phpdotenv", 5905 "version": "v5.6.2", 5906 "source": { 5907 "type": "git", 5908 "url": "https://github.com/vlucas/phpdotenv.git", 5909 "reference": "24ac4c74f91ee2c193fa1aaa5c249cb0822809af" 5910 }, 5911 "dist": { 5912 "type": "zip", 5913 "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/24ac4c74f91ee2c193fa1aaa5c249cb0822809af", 5914 "reference": "24ac4c74f91ee2c193fa1aaa5c249cb0822809af", 5915 "shasum": "" 5916 }, 5917 "require": { 5918 "ext-pcre": "*", 5919 "graham-campbell/result-type": "^1.1.3", 5920 "php": "^7.2.5 || ^8.0", 5921 "phpoption/phpoption": "^1.9.3", 5922 "symfony/polyfill-ctype": "^1.24", 5923 "symfony/polyfill-mbstring": "^1.24", 5924 "symfony/polyfill-php80": "^1.24" 5925 }, 5926 "require-dev": { 5927 "bamarni/composer-bin-plugin": "^1.8.2", 5928 "ext-filter": "*", 5929 "phpunit/phpunit": "^8.5.34 || ^9.6.13 || ^10.4.2" 5930 }, 5931 "suggest": { 5932 "ext-filter": "Required to use the boolean validator." 5933 }, 5934 "type": "library", 5935 "extra": { 5936 "bamarni-bin": { 5937 "bin-links": true, 5938 "forward-command": false 5939 }, 5940 "branch-alias": { 5941 "dev-master": "5.6-dev" 5942 } 5943 }, 5944 "autoload": { 5945 "psr-4": { 5946 "Dotenv\\": "src/" 5947 } 5948 }, 5949 "notification-url": "https://packagist.org/downloads/", 5950 "license": [ 5951 "BSD-3-Clause" 5952 ], 5953 "authors": [ 5954 { 5955 "name": "Graham Campbell", 5956 "email": "hello@gjcampbell.co.uk", 5957 "homepage": "https://github.com/GrahamCampbell" 5958 }, 5959 { 5960 "name": "Vance Lucas", 5961 "email": "vance@vancelucas.com", 5962 "homepage": "https://github.com/vlucas" 5963 } 5964 ], 5965 "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.", 5966 "keywords": [ 5967 "dotenv", 5968 "env", 5969 "environment" 5970 ], 5971 "support": { 5972 "issues": "https://github.com/vlucas/phpdotenv/issues", 5973 "source": "https://github.com/vlucas/phpdotenv/tree/v5.6.2" 5974 }, 5975 "funding": [ 5976 { 5977 "url": "https://github.com/GrahamCampbell", 5978 "type": "github" 5979 }, 5980 { 5981 "url": "https://tidelift.com/funding/github/packagist/vlucas/phpdotenv", 5982 "type": "tidelift" 5983 } 5984 ], 5985 "time": "2025-04-30T23:37:27+00:00" 5986 }, 5987 { 5988 "name": "voku/portable-ascii", 5989 "version": "2.0.3", 5990 "source": { 5991 "type": "git", 5992 "url": "https://github.com/voku/portable-ascii.git", 5993 "reference": "b1d923f88091c6bf09699efcd7c8a1b1bfd7351d" 5994 }, 5995 "dist": { 5996 "type": "zip", 5997 "url": "https://api.github.com/repos/voku/portable-ascii/zipball/b1d923f88091c6bf09699efcd7c8a1b1bfd7351d", 5998 "reference": "b1d923f88091c6bf09699efcd7c8a1b1bfd7351d", 5999 "shasum": "" 6000 }, 6001 "require": { 6002 "php": ">=7.0.0" 6003 }, 6004 "require-dev": { 6005 "phpunit/phpunit": "~6.0 || ~7.0 || ~9.0" 6006 }, 6007 "suggest": { 6008 "ext-intl": "Use Intl for transliterator_transliterate() support" 6009 }, 6010 "type": "library", 6011 "autoload": { 6012 "psr-4": { 6013 "voku\\": "src/voku/" 6014 } 6015 }, 6016 "notification-url": "https://packagist.org/downloads/", 6017 "license": [ 6018 "MIT" 6019 ], 6020 "authors": [ 6021 { 6022 "name": "Lars Moelleken", 6023 "homepage": "https://www.moelleken.org/" 6024 } 6025 ], 6026 "description": "Portable ASCII library - performance optimized (ascii) string functions for php.", 6027 "homepage": "https://github.com/voku/portable-ascii", 6028 "keywords": [ 6029 "ascii", 6030 "clean", 6031 "php" 6032 ], 6033 "support": { 6034 "issues": "https://github.com/voku/portable-ascii/issues", 6035 "source": "https://github.com/voku/portable-ascii/tree/2.0.3" 6036 }, 6037 "funding": [ 6038 { 6039 "url": "https://www.paypal.me/moelleken", 6040 "type": "custom" 6041 }, 6042 { 6043 "url": "https://github.com/voku", 6044 "type": "github" 6045 }, 6046 { 6047 "url": "https://opencollective.com/portable-ascii", 6048 "type": "open_collective" 6049 }, 6050 { 6051 "url": "https://www.patreon.com/voku", 6052 "type": "patreon" 6053 }, 6054 { 6055 "url": "https://tidelift.com/funding/github/packagist/voku/portable-ascii", 6056 "type": "tidelift" 6057 } 6058 ], 6059 "time": "2024-11-21T01:49:47+00:00" 6060 } 6061 ], 6062 "packages-dev": [ 6063 { 6064 "name": "barryvdh/laravel-ide-helper", 6065 "version": "v3.6.0", 6066 "source": { 6067 "type": "git", 6068 "url": "https://github.com/barryvdh/laravel-ide-helper.git", 6069 "reference": "8d00250cba25728373e92c1d8dcebcbf64623d29" 6070 }, 6071 "dist": { 6072 "type": "zip", 6073 "url": "https://api.github.com/repos/barryvdh/laravel-ide-helper/zipball/8d00250cba25728373e92c1d8dcebcbf64623d29", 6074 "reference": "8d00250cba25728373e92c1d8dcebcbf64623d29", 6075 "shasum": "" 6076 }, 6077 "require": { 6078 "barryvdh/reflection-docblock": "^2.4", 6079 "composer/class-map-generator": "^1.0", 6080 "ext-json": "*", 6081 "illuminate/console": "^11.15 || ^12", 6082 "illuminate/database": "^11.15 || ^12", 6083 "illuminate/filesystem": "^11.15 || ^12", 6084 "illuminate/support": "^11.15 || ^12", 6085 "php": "^8.2" 6086 }, 6087 "require-dev": { 6088 "ext-pdo_sqlite": "*", 6089 "friendsofphp/php-cs-fixer": "^3", 6090 "illuminate/config": "^11.15 || ^12", 6091 "illuminate/view": "^11.15 || ^12", 6092 "mockery/mockery": "^1.4", 6093 "orchestra/testbench": "^9.2 || ^10", 6094 "phpunit/phpunit": "^10.5 || ^11.5.3", 6095 "spatie/phpunit-snapshot-assertions": "^4 || ^5", 6096 "vimeo/psalm": "^5.4", 6097 "vlucas/phpdotenv": "^5" 6098 }, 6099 "suggest": { 6100 "illuminate/events": "Required for automatic helper generation (^6|^7|^8|^9|^10|^11)." 6101 }, 6102 "type": "library", 6103 "extra": { 6104 "laravel": { 6105 "providers": [ 6106 "Barryvdh\\LaravelIdeHelper\\IdeHelperServiceProvider" 6107 ] 6108 }, 6109 "branch-alias": { 6110 "dev-master": "3.5-dev" 6111 } 6112 }, 6113 "autoload": { 6114 "psr-4": { 6115 "Barryvdh\\LaravelIdeHelper\\": "src" 6116 } 6117 }, 6118 "notification-url": "https://packagist.org/downloads/", 6119 "license": [ 6120 "MIT" 6121 ], 6122 "authors": [ 6123 { 6124 "name": "Barry vd. Heuvel", 6125 "email": "barryvdh@gmail.com" 6126 } 6127 ], 6128 "description": "Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.", 6129 "keywords": [ 6130 "autocomplete", 6131 "codeintel", 6132 "dev", 6133 "helper", 6134 "ide", 6135 "laravel", 6136 "netbeans", 6137 "phpdoc", 6138 "phpstorm", 6139 "sublime" 6140 ], 6141 "support": { 6142 "issues": "https://github.com/barryvdh/laravel-ide-helper/issues", 6143 "source": "https://github.com/barryvdh/laravel-ide-helper/tree/v3.6.0" 6144 }, 6145 "funding": [ 6146 { 6147 "url": "https://fruitcake.nl", 6148 "type": "custom" 6149 }, 6150 { 6151 "url": "https://github.com/barryvdh", 6152 "type": "github" 6153 } 6154 ], 6155 "time": "2025-07-17T20:11:57+00:00" 6156 }, 6157 { 6158 "name": "barryvdh/reflection-docblock", 6159 "version": "v2.4.0", 6160 "source": { 6161 "type": "git", 6162 "url": "https://github.com/barryvdh/ReflectionDocBlock.git", 6163 "reference": "d103774cbe7e94ddee7e4870f97f727b43fe7201" 6164 }, 6165 "dist": { 6166 "type": "zip", 6167 "url": "https://api.github.com/repos/barryvdh/ReflectionDocBlock/zipball/d103774cbe7e94ddee7e4870f97f727b43fe7201", 6168 "reference": "d103774cbe7e94ddee7e4870f97f727b43fe7201", 6169 "shasum": "" 6170 }, 6171 "require": { 6172 "php": ">=7.1" 6173 }, 6174 "require-dev": { 6175 "phpunit/phpunit": "^8.5.14|^9" 6176 }, 6177 "suggest": { 6178 "dflydev/markdown": "~1.0", 6179 "erusev/parsedown": "~1.0" 6180 }, 6181 "type": "library", 6182 "extra": { 6183 "branch-alias": { 6184 "dev-master": "2.3.x-dev" 6185 } 6186 }, 6187 "autoload": { 6188 "psr-0": { 6189 "Barryvdh": [ 6190 "src/" 6191 ] 6192 } 6193 }, 6194 "notification-url": "https://packagist.org/downloads/", 6195 "license": [ 6196 "MIT" 6197 ], 6198 "authors": [ 6199 { 6200 "name": "Mike van Riel", 6201 "email": "mike.vanriel@naenius.com" 6202 } 6203 ], 6204 "support": { 6205 "source": "https://github.com/barryvdh/ReflectionDocBlock/tree/v2.4.0" 6206 }, 6207 "time": "2025-07-17T06:07:30+00:00" 6208 }, 6209 { 6210 "name": "composer/class-map-generator", 6211 "version": "1.7.0", 6212 "source": { 6213 "type": "git", 6214 "url": "https://github.com/composer/class-map-generator.git", 6215 "reference": "2373419b7709815ed323ebf18c3c72d03ff4a8a6" 6216 }, 6217 "dist": { 6218 "type": "zip", 6219 "url": "https://api.github.com/repos/composer/class-map-generator/zipball/2373419b7709815ed323ebf18c3c72d03ff4a8a6", 6220 "reference": "2373419b7709815ed323ebf18c3c72d03ff4a8a6", 6221 "shasum": "" 6222 }, 6223 "require": { 6224 "composer/pcre": "^2.1 || ^3.1", 6225 "php": "^7.2 || ^8.0", 6226 "symfony/finder": "^4.4 || ^5.3 || ^6 || ^7 || ^8" 6227 }, 6228 "require-dev": { 6229 "phpstan/phpstan": "^1.12 || ^2", 6230 "phpstan/phpstan-deprecation-rules": "^1 || ^2", 6231 "phpstan/phpstan-phpunit": "^1 || ^2", 6232 "phpstan/phpstan-strict-rules": "^1.1 || ^2", 6233 "phpunit/phpunit": "^8", 6234 "symfony/filesystem": "^5.4 || ^6 || ^7 || ^8" 6235 }, 6236 "type": "library", 6237 "extra": { 6238 "branch-alias": { 6239 "dev-main": "1.x-dev" 6240 } 6241 }, 6242 "autoload": { 6243 "psr-4": { 6244 "Composer\\ClassMapGenerator\\": "src" 6245 } 6246 }, 6247 "notification-url": "https://packagist.org/downloads/", 6248 "license": [ 6249 "MIT" 6250 ], 6251 "authors": [ 6252 { 6253 "name": "Jordi Boggiano", 6254 "email": "j.boggiano@seld.be", 6255 "homepage": "https://seld.be" 6256 } 6257 ], 6258 "description": "Utilities to scan PHP code and generate class maps.", 6259 "keywords": [ 6260 "classmap" 6261 ], 6262 "support": { 6263 "issues": "https://github.com/composer/class-map-generator/issues", 6264 "source": "https://github.com/composer/class-map-generator/tree/1.7.0" 6265 }, 6266 "funding": [ 6267 { 6268 "url": "https://packagist.com", 6269 "type": "custom" 6270 }, 6271 { 6272 "url": "https://github.com/composer", 6273 "type": "github" 6274 } 6275 ], 6276 "time": "2025-11-19T10:41:15+00:00" 6277 }, 6278 { 6279 "name": "composer/pcre", 6280 "version": "3.3.2", 6281 "source": { 6282 "type": "git", 6283 "url": "https://github.com/composer/pcre.git", 6284 "reference": "b2bed4734f0cc156ee1fe9c0da2550420d99a21e" 6285 }, 6286 "dist": { 6287 "type": "zip", 6288 "url": "https://api.github.com/repos/composer/pcre/zipball/b2bed4734f0cc156ee1fe9c0da2550420d99a21e", 6289 "reference": "b2bed4734f0cc156ee1fe9c0da2550420d99a21e", 6290 "shasum": "" 6291 }, 6292 "require": { 6293 "php": "^7.4 || ^8.0" 6294 }, 6295 "conflict": { 6296 "phpstan/phpstan": "<1.11.10" 6297 }, 6298 "require-dev": { 6299 "phpstan/phpstan": "^1.12 || ^2", 6300 "phpstan/phpstan-strict-rules": "^1 || ^2", 6301 "phpunit/phpunit": "^8 || ^9" 6302 }, 6303 "type": "library", 6304 "extra": { 6305 "phpstan": { 6306 "includes": [ 6307 "extension.neon" 6308 ] 6309 }, 6310 "branch-alias": { 6311 "dev-main": "3.x-dev" 6312 } 6313 }, 6314 "autoload": { 6315 "psr-4": { 6316 "Composer\\Pcre\\": "src" 6317 } 6318 }, 6319 "notification-url": "https://packagist.org/downloads/", 6320 "license": [ 6321 "MIT" 6322 ], 6323 "authors": [ 6324 { 6325 "name": "Jordi Boggiano", 6326 "email": "j.boggiano@seld.be", 6327 "homepage": "http://seld.be" 6328 } 6329 ], 6330 "description": "PCRE wrapping library that offers type-safe preg_* replacements.", 6331 "keywords": [ 6332 "PCRE", 6333 "preg", 6334 "regex", 6335 "regular expression" 6336 ], 6337 "support": { 6338 "issues": "https://github.com/composer/pcre/issues", 6339 "source": "https://github.com/composer/pcre/tree/3.3.2" 6340 }, 6341 "funding": [ 6342 { 6343 "url": "https://packagist.com", 6344 "type": "custom" 6345 }, 6346 { 6347 "url": "https://github.com/composer", 6348 "type": "github" 6349 }, 6350 { 6351 "url": "https://tidelift.com/funding/github/packagist/composer/composer", 6352 "type": "tidelift" 6353 } 6354 ], 6355 "time": "2024-11-12T16:29:46+00:00" 6356 }, 6357 { 6358 "name": "fakerphp/faker", 6359 "version": "v1.24.1", 6360 "source": { 6361 "type": "git", 6362 "url": "https://github.com/FakerPHP/Faker.git", 6363 "reference": "e0ee18eb1e6dc3cda3ce9fd97e5a0689a88a64b5" 6364 }, 6365 "dist": { 6366 "type": "zip", 6367 "url": "https://api.github.com/repos/FakerPHP/Faker/zipball/e0ee18eb1e6dc3cda3ce9fd97e5a0689a88a64b5", 6368 "reference": "e0ee18eb1e6dc3cda3ce9fd97e5a0689a88a64b5", 6369 "shasum": "" 6370 }, 6371 "require": { 6372 "php": "^7.4 || ^8.0", 6373 "psr/container": "^1.0 || ^2.0", 6374 "symfony/deprecation-contracts": "^2.2 || ^3.0" 6375 }, 6376 "conflict": { 6377 "fzaninotto/faker": "*" 6378 }, 6379 "require-dev": { 6380 "bamarni/composer-bin-plugin": "^1.4.1", 6381 "doctrine/persistence": "^1.3 || ^2.0", 6382 "ext-intl": "*", 6383 "phpunit/phpunit": "^9.5.26", 6384 "symfony/phpunit-bridge": "^5.4.16" 6385 }, 6386 "suggest": { 6387 "doctrine/orm": "Required to use Faker\\ORM\\Doctrine", 6388 "ext-curl": "Required by Faker\\Provider\\Image to download images.", 6389 "ext-dom": "Required by Faker\\Provider\\HtmlLorem for generating random HTML.", 6390 "ext-iconv": "Required by Faker\\Provider\\ru_RU\\Text::realText() for generating real Russian text.", 6391 "ext-mbstring": "Required for multibyte Unicode string functionality." 6392 }, 6393 "type": "library", 6394 "autoload": { 6395 "psr-4": { 6396 "Faker\\": "src/Faker/" 6397 } 6398 }, 6399 "notification-url": "https://packagist.org/downloads/", 6400 "license": [ 6401 "MIT" 6402 ], 6403 "authors": [ 6404 { 6405 "name": "François Zaninotto" 6406 } 6407 ], 6408 "description": "Faker is a PHP library that generates fake data for you.", 6409 "keywords": [ 6410 "data", 6411 "faker", 6412 "fixtures" 6413 ], 6414 "support": { 6415 "issues": "https://github.com/FakerPHP/Faker/issues", 6416 "source": "https://github.com/FakerPHP/Faker/tree/v1.24.1" 6417 }, 6418 "time": "2024-11-21T13:46:39+00:00" 6419 }, 6420 { 6421 "name": "filp/whoops", 6422 "version": "2.18.4", 6423 "source": { 6424 "type": "git", 6425 "url": "https://github.com/filp/whoops.git", 6426 "reference": "d2102955e48b9fd9ab24280a7ad12ed552752c4d" 6427 }, 6428 "dist": { 6429 "type": "zip", 6430 "url": "https://api.github.com/repos/filp/whoops/zipball/d2102955e48b9fd9ab24280a7ad12ed552752c4d", 6431 "reference": "d2102955e48b9fd9ab24280a7ad12ed552752c4d", 6432 "shasum": "" 6433 }, 6434 "require": { 6435 "php": "^7.1 || ^8.0", 6436 "psr/log": "^1.0.1 || ^2.0 || ^3.0" 6437 }, 6438 "require-dev": { 6439 "mockery/mockery": "^1.0", 6440 "phpunit/phpunit": "^7.5.20 || ^8.5.8 || ^9.3.3", 6441 "symfony/var-dumper": "^4.0 || ^5.0" 6442 }, 6443 "suggest": { 6444 "symfony/var-dumper": "Pretty print complex values better with var-dumper available", 6445 "whoops/soap": "Formats errors as SOAP responses" 6446 }, 6447 "type": "library", 6448 "extra": { 6449 "branch-alias": { 6450 "dev-master": "2.7-dev" 6451 } 6452 }, 6453 "autoload": { 6454 "psr-4": { 6455 "Whoops\\": "src/Whoops/" 6456 } 6457 }, 6458 "notification-url": "https://packagist.org/downloads/", 6459 "license": [ 6460 "MIT" 6461 ], 6462 "authors": [ 6463 { 6464 "name": "Filipe Dobreira", 6465 "homepage": "https://github.com/filp", 6466 "role": "Developer" 6467 } 6468 ], 6469 "description": "php error handling for cool kids", 6470 "homepage": "https://filp.github.io/whoops/", 6471 "keywords": [ 6472 "error", 6473 "exception", 6474 "handling", 6475 "library", 6476 "throwable", 6477 "whoops" 6478 ], 6479 "support": { 6480 "issues": "https://github.com/filp/whoops/issues", 6481 "source": "https://github.com/filp/whoops/tree/2.18.4" 6482 }, 6483 "funding": [ 6484 { 6485 "url": "https://github.com/denis-sokolov", 6486 "type": "github" 6487 } 6488 ], 6489 "time": "2025-08-08T12:00:00+00:00" 6490 }, 6491 { 6492 "name": "hamcrest/hamcrest-php", 6493 "version": "v2.1.1", 6494 "source": { 6495 "type": "git", 6496 "url": "https://github.com/hamcrest/hamcrest-php.git", 6497 "reference": "f8b1c0173b22fa6ec77a81fe63e5b01eba7e6487" 6498 }, 6499 "dist": { 6500 "type": "zip", 6501 "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/f8b1c0173b22fa6ec77a81fe63e5b01eba7e6487", 6502 "reference": "f8b1c0173b22fa6ec77a81fe63e5b01eba7e6487", 6503 "shasum": "" 6504 }, 6505 "require": { 6506 "php": "^7.4|^8.0" 6507 }, 6508 "replace": { 6509 "cordoval/hamcrest-php": "*", 6510 "davedevelopment/hamcrest-php": "*", 6511 "kodova/hamcrest-php": "*" 6512 }, 6513 "require-dev": { 6514 "phpunit/php-file-iterator": "^1.4 || ^2.0 || ^3.0", 6515 "phpunit/phpunit": "^4.8.36 || ^5.7 || ^6.5 || ^7.0 || ^8.0 || ^9.0" 6516 }, 6517 "type": "library", 6518 "extra": { 6519 "branch-alias": { 6520 "dev-master": "2.1-dev" 6521 } 6522 }, 6523 "autoload": { 6524 "classmap": [ 6525 "hamcrest" 6526 ] 6527 }, 6528 "notification-url": "https://packagist.org/downloads/", 6529 "license": [ 6530 "BSD-3-Clause" 6531 ], 6532 "description": "This is the PHP port of Hamcrest Matchers", 6533 "keywords": [ 6534 "test" 6535 ], 6536 "support": { 6537 "issues": "https://github.com/hamcrest/hamcrest-php/issues", 6538 "source": "https://github.com/hamcrest/hamcrest-php/tree/v2.1.1" 6539 }, 6540 "time": "2025-04-30T06:54:44+00:00" 6541 }, 6542 { 6543 "name": "laravel/pail", 6544 "version": "v1.2.4", 6545 "source": { 6546 "type": "git", 6547 "url": "https://github.com/laravel/pail.git", 6548 "reference": "49f92285ff5d6fc09816e976a004f8dec6a0ea30" 6549 }, 6550 "dist": { 6551 "type": "zip", 6552 "url": "https://api.github.com/repos/laravel/pail/zipball/49f92285ff5d6fc09816e976a004f8dec6a0ea30", 6553 "reference": "49f92285ff5d6fc09816e976a004f8dec6a0ea30", 6554 "shasum": "" 6555 }, 6556 "require": { 6557 "ext-mbstring": "*", 6558 "illuminate/console": "^10.24|^11.0|^12.0", 6559 "illuminate/contracts": "^10.24|^11.0|^12.0", 6560 "illuminate/log": "^10.24|^11.0|^12.0", 6561 "illuminate/process": "^10.24|^11.0|^12.0", 6562 "illuminate/support": "^10.24|^11.0|^12.0", 6563 "nunomaduro/termwind": "^1.15|^2.0", 6564 "php": "^8.2", 6565 "symfony/console": "^6.0|^7.0" 6566 }, 6567 "require-dev": { 6568 "laravel/framework": "^10.24|^11.0|^12.0", 6569 "laravel/pint": "^1.13", 6570 "orchestra/testbench-core": "^8.13|^9.17|^10.8", 6571 "pestphp/pest": "^2.20|^3.0|^4.0", 6572 "pestphp/pest-plugin-type-coverage": "^2.3|^3.0|^4.0", 6573 "phpstan/phpstan": "^1.12.27", 6574 "symfony/var-dumper": "^6.3|^7.0" 6575 }, 6576 "type": "library", 6577 "extra": { 6578 "laravel": { 6579 "providers": [ 6580 "Laravel\\Pail\\PailServiceProvider" 6581 ] 6582 }, 6583 "branch-alias": { 6584 "dev-main": "1.x-dev" 6585 } 6586 }, 6587 "autoload": { 6588 "psr-4": { 6589 "Laravel\\Pail\\": "src/" 6590 } 6591 }, 6592 "notification-url": "https://packagist.org/downloads/", 6593 "license": [ 6594 "MIT" 6595 ], 6596 "authors": [ 6597 { 6598 "name": "Taylor Otwell", 6599 "email": "taylor@laravel.com" 6600 }, 6601 { 6602 "name": "Nuno Maduro", 6603 "email": "enunomaduro@gmail.com" 6604 } 6605 ], 6606 "description": "Easily delve into your Laravel application's log files directly from the command line.", 6607 "homepage": "https://github.com/laravel/pail", 6608 "keywords": [ 6609 "dev", 6610 "laravel", 6611 "logs", 6612 "php", 6613 "tail" 6614 ], 6615 "support": { 6616 "issues": "https://github.com/laravel/pail/issues", 6617 "source": "https://github.com/laravel/pail" 6618 }, 6619 "time": "2025-11-20T16:29:35+00:00" 6620 }, 6621 { 6622 "name": "laravel/pint", 6623 "version": "v1.26.0", 6624 "source": { 6625 "type": "git", 6626 "url": "https://github.com/laravel/pint.git", 6627 "reference": "69dcca060ecb15e4b564af63d1f642c81a241d6f" 6628 }, 6629 "dist": { 6630 "type": "zip", 6631 "url": "https://api.github.com/repos/laravel/pint/zipball/69dcca060ecb15e4b564af63d1f642c81a241d6f", 6632 "reference": "69dcca060ecb15e4b564af63d1f642c81a241d6f", 6633 "shasum": "" 6634 }, 6635 "require": { 6636 "ext-json": "*", 6637 "ext-mbstring": "*", 6638 "ext-tokenizer": "*", 6639 "ext-xml": "*", 6640 "php": "^8.2.0" 6641 }, 6642 "require-dev": { 6643 "friendsofphp/php-cs-fixer": "^3.90.0", 6644 "illuminate/view": "^12.40.1", 6645 "larastan/larastan": "^3.8.0", 6646 "laravel-zero/framework": "^12.0.4", 6647 "mockery/mockery": "^1.6.12", 6648 "nunomaduro/termwind": "^2.3.3", 6649 "pestphp/pest": "^3.8.4" 6650 }, 6651 "bin": [ 6652 "builds/pint" 6653 ], 6654 "type": "project", 6655 "autoload": { 6656 "psr-4": { 6657 "App\\": "app/", 6658 "Database\\Seeders\\": "database/seeders/", 6659 "Database\\Factories\\": "database/factories/" 6660 } 6661 }, 6662 "notification-url": "https://packagist.org/downloads/", 6663 "license": [ 6664 "MIT" 6665 ], 6666 "authors": [ 6667 { 6668 "name": "Nuno Maduro", 6669 "email": "enunomaduro@gmail.com" 6670 } 6671 ], 6672 "description": "An opinionated code formatter for PHP.", 6673 "homepage": "https://laravel.com", 6674 "keywords": [ 6675 "dev", 6676 "format", 6677 "formatter", 6678 "lint", 6679 "linter", 6680 "php" 6681 ], 6682 "support": { 6683 "issues": "https://github.com/laravel/pint/issues", 6684 "source": "https://github.com/laravel/pint" 6685 }, 6686 "time": "2025-11-25T21:15:52+00:00" 6687 }, 6688 { 6689 "name": "laravel/sail", 6690 "version": "v1.48.1", 6691 "source": { 6692 "type": "git", 6693 "url": "https://github.com/laravel/sail.git", 6694 "reference": "ef122b223f5fca5e5d88bda5127c846710886329" 6695 }, 6696 "dist": { 6697 "type": "zip", 6698 "url": "https://api.github.com/repos/laravel/sail/zipball/ef122b223f5fca5e5d88bda5127c846710886329", 6699 "reference": "ef122b223f5fca5e5d88bda5127c846710886329", 6700 "shasum": "" 6701 }, 6702 "require": { 6703 "illuminate/console": "^9.52.16|^10.0|^11.0|^12.0", 6704 "illuminate/contracts": "^9.52.16|^10.0|^11.0|^12.0", 6705 "illuminate/support": "^9.52.16|^10.0|^11.0|^12.0", 6706 "php": "^8.0", 6707 "symfony/console": "^6.0|^7.0", 6708 "symfony/yaml": "^6.0|^7.0" 6709 }, 6710 "require-dev": { 6711 "orchestra/testbench": "^7.0|^8.0|^9.0|^10.0", 6712 "phpstan/phpstan": "^2.0" 6713 }, 6714 "bin": [ 6715 "bin/sail" 6716 ], 6717 "type": "library", 6718 "extra": { 6719 "laravel": { 6720 "providers": [ 6721 "Laravel\\Sail\\SailServiceProvider" 6722 ] 6723 } 6724 }, 6725 "autoload": { 6726 "psr-4": { 6727 "Laravel\\Sail\\": "src/" 6728 } 6729 }, 6730 "notification-url": "https://packagist.org/downloads/", 6731 "license": [ 6732 "MIT" 6733 ], 6734 "authors": [ 6735 { 6736 "name": "Taylor Otwell", 6737 "email": "taylor@laravel.com" 6738 } 6739 ], 6740 "description": "Docker files for running a basic Laravel application.", 6741 "keywords": [ 6742 "docker", 6743 "laravel" 6744 ], 6745 "support": { 6746 "issues": "https://github.com/laravel/sail/issues", 6747 "source": "https://github.com/laravel/sail" 6748 }, 6749 "time": "2025-11-17T22:05:34+00:00" 6750 }, 6751 { 6752 "name": "mockery/mockery", 6753 "version": "1.6.12", 6754 "source": { 6755 "type": "git", 6756 "url": "https://github.com/mockery/mockery.git", 6757 "reference": "1f4efdd7d3beafe9807b08156dfcb176d18f1699" 6758 }, 6759 "dist": { 6760 "type": "zip", 6761 "url": "https://api.github.com/repos/mockery/mockery/zipball/1f4efdd7d3beafe9807b08156dfcb176d18f1699", 6762 "reference": "1f4efdd7d3beafe9807b08156dfcb176d18f1699", 6763 "shasum": "" 6764 }, 6765 "require": { 6766 "hamcrest/hamcrest-php": "^2.0.1", 6767 "lib-pcre": ">=7.0", 6768 "php": ">=7.3" 6769 }, 6770 "conflict": { 6771 "phpunit/phpunit": "<8.0" 6772 }, 6773 "require-dev": { 6774 "phpunit/phpunit": "^8.5 || ^9.6.17", 6775 "symplify/easy-coding-standard": "^12.1.14" 6776 }, 6777 "type": "library", 6778 "autoload": { 6779 "files": [ 6780 "library/helpers.php", 6781 "library/Mockery.php" 6782 ], 6783 "psr-4": { 6784 "Mockery\\": "library/Mockery" 6785 } 6786 }, 6787 "notification-url": "https://packagist.org/downloads/", 6788 "license": [ 6789 "BSD-3-Clause" 6790 ], 6791 "authors": [ 6792 { 6793 "name": "Pádraic Brady", 6794 "email": "padraic.brady@gmail.com", 6795 "homepage": "https://github.com/padraic", 6796 "role": "Author" 6797 }, 6798 { 6799 "name": "Dave Marshall", 6800 "email": "dave.marshall@atstsolutions.co.uk", 6801 "homepage": "https://davedevelopment.co.uk", 6802 "role": "Developer" 6803 }, 6804 { 6805 "name": "Nathanael Esayeas", 6806 "email": "nathanael.esayeas@protonmail.com", 6807 "homepage": "https://github.com/ghostwriter", 6808 "role": "Lead Developer" 6809 } 6810 ], 6811 "description": "Mockery is a simple yet flexible PHP mock object framework", 6812 "homepage": "https://github.com/mockery/mockery", 6813 "keywords": [ 6814 "BDD", 6815 "TDD", 6816 "library", 6817 "mock", 6818 "mock objects", 6819 "mockery", 6820 "stub", 6821 "test", 6822 "test double", 6823 "testing" 6824 ], 6825 "support": { 6826 "docs": "https://docs.mockery.io/", 6827 "issues": "https://github.com/mockery/mockery/issues", 6828 "rss": "https://github.com/mockery/mockery/releases.atom", 6829 "security": "https://github.com/mockery/mockery/security/advisories", 6830 "source": "https://github.com/mockery/mockery" 6831 }, 6832 "time": "2024-05-16T03:13:13+00:00" 6833 }, 6834 { 6835 "name": "myclabs/deep-copy", 6836 "version": "1.13.4", 6837 "source": { 6838 "type": "git", 6839 "url": "https://github.com/myclabs/DeepCopy.git", 6840 "reference": "07d290f0c47959fd5eed98c95ee5602db07e0b6a" 6841 }, 6842 "dist": { 6843 "type": "zip", 6844 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/07d290f0c47959fd5eed98c95ee5602db07e0b6a", 6845 "reference": "07d290f0c47959fd5eed98c95ee5602db07e0b6a", 6846 "shasum": "" 6847 }, 6848 "require": { 6849 "php": "^7.1 || ^8.0" 6850 }, 6851 "conflict": { 6852 "doctrine/collections": "<1.6.8", 6853 "doctrine/common": "<2.13.3 || >=3 <3.2.2" 6854 }, 6855 "require-dev": { 6856 "doctrine/collections": "^1.6.8", 6857 "doctrine/common": "^2.13.3 || ^3.2.2", 6858 "phpspec/prophecy": "^1.10", 6859 "phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13" 6860 }, 6861 "type": "library", 6862 "autoload": { 6863 "files": [ 6864 "src/DeepCopy/deep_copy.php" 6865 ], 6866 "psr-4": { 6867 "DeepCopy\\": "src/DeepCopy/" 6868 } 6869 }, 6870 "notification-url": "https://packagist.org/downloads/", 6871 "license": [ 6872 "MIT" 6873 ], 6874 "description": "Create deep copies (clones) of your objects", 6875 "keywords": [ 6876 "clone", 6877 "copy", 6878 "duplicate", 6879 "object", 6880 "object graph" 6881 ], 6882 "support": { 6883 "issues": "https://github.com/myclabs/DeepCopy/issues", 6884 "source": "https://github.com/myclabs/DeepCopy/tree/1.13.4" 6885 }, 6886 "funding": [ 6887 { 6888 "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy", 6889 "type": "tidelift" 6890 } 6891 ], 6892 "time": "2025-08-01T08:46:24+00:00" 6893 }, 6894 { 6895 "name": "nunomaduro/collision", 6896 "version": "v8.8.3", 6897 "source": { 6898 "type": "git", 6899 "url": "https://github.com/nunomaduro/collision.git", 6900 "reference": "1dc9e88d105699d0fee8bb18890f41b274f6b4c4" 6901 }, 6902 "dist": { 6903 "type": "zip", 6904 "url": "https://api.github.com/repos/nunomaduro/collision/zipball/1dc9e88d105699d0fee8bb18890f41b274f6b4c4", 6905 "reference": "1dc9e88d105699d0fee8bb18890f41b274f6b4c4", 6906 "shasum": "" 6907 }, 6908 "require": { 6909 "filp/whoops": "^2.18.1", 6910 "nunomaduro/termwind": "^2.3.1", 6911 "php": "^8.2.0", 6912 "symfony/console": "^7.3.0" 6913 }, 6914 "conflict": { 6915 "laravel/framework": "<11.44.2 || >=13.0.0", 6916 "phpunit/phpunit": "<11.5.15 || >=13.0.0" 6917 }, 6918 "require-dev": { 6919 "brianium/paratest": "^7.8.3", 6920 "larastan/larastan": "^3.4.2", 6921 "laravel/framework": "^11.44.2 || ^12.18", 6922 "laravel/pint": "^1.22.1", 6923 "laravel/sail": "^1.43.1", 6924 "laravel/sanctum": "^4.1.1", 6925 "laravel/tinker": "^2.10.1", 6926 "orchestra/testbench-core": "^9.12.0 || ^10.4", 6927 "pestphp/pest": "^3.8.2 || ^4.0.0", 6928 "sebastian/environment": "^7.2.1 || ^8.0" 6929 }, 6930 "type": "library", 6931 "extra": { 6932 "laravel": { 6933 "providers": [ 6934 "NunoMaduro\\Collision\\Adapters\\Laravel\\CollisionServiceProvider" 6935 ] 6936 }, 6937 "branch-alias": { 6938 "dev-8.x": "8.x-dev" 6939 } 6940 }, 6941 "autoload": { 6942 "files": [ 6943 "./src/Adapters/Phpunit/Autoload.php" 6944 ], 6945 "psr-4": { 6946 "NunoMaduro\\Collision\\": "src/" 6947 } 6948 }, 6949 "notification-url": "https://packagist.org/downloads/", 6950 "license": [ 6951 "MIT" 6952 ], 6953 "authors": [ 6954 { 6955 "name": "Nuno Maduro", 6956 "email": "enunomaduro@gmail.com" 6957 } 6958 ], 6959 "description": "Cli error handling for console/command-line PHP applications.", 6960 "keywords": [ 6961 "artisan", 6962 "cli", 6963 "command-line", 6964 "console", 6965 "dev", 6966 "error", 6967 "handling", 6968 "laravel", 6969 "laravel-zero", 6970 "php", 6971 "symfony" 6972 ], 6973 "support": { 6974 "issues": "https://github.com/nunomaduro/collision/issues", 6975 "source": "https://github.com/nunomaduro/collision" 6976 }, 6977 "funding": [ 6978 { 6979 "url": "https://www.paypal.com/paypalme/enunomaduro", 6980 "type": "custom" 6981 }, 6982 { 6983 "url": "https://github.com/nunomaduro", 6984 "type": "github" 6985 }, 6986 { 6987 "url": "https://www.patreon.com/nunomaduro", 6988 "type": "patreon" 6989 } 6990 ], 6991 "time": "2025-11-20T02:55:25+00:00" 6992 }, 6993 { 6994 "name": "phar-io/manifest", 6995 "version": "2.0.4", 6996 "source": { 6997 "type": "git", 6998 "url": "https://github.com/phar-io/manifest.git", 6999 "reference": "54750ef60c58e43759730615a392c31c80e23176" 7000 }, 7001 "dist": { 7002 "type": "zip", 7003 "url": "https://api.github.com/repos/phar-io/manifest/zipball/54750ef60c58e43759730615a392c31c80e23176", 7004 "reference": "54750ef60c58e43759730615a392c31c80e23176", 7005 "shasum": "" 7006 }, 7007 "require": { 7008 "ext-dom": "*", 7009 "ext-libxml": "*", 7010 "ext-phar": "*", 7011 "ext-xmlwriter": "*", 7012 "phar-io/version": "^3.0.1", 7013 "php": "^7.2 || ^8.0" 7014 }, 7015 "type": "library", 7016 "extra": { 7017 "branch-alias": { 7018 "dev-master": "2.0.x-dev" 7019 } 7020 }, 7021 "autoload": { 7022 "classmap": [ 7023 "src/" 7024 ] 7025 }, 7026 "notification-url": "https://packagist.org/downloads/", 7027 "license": [ 7028 "BSD-3-Clause" 7029 ], 7030 "authors": [ 7031 { 7032 "name": "Arne Blankerts", 7033 "email": "arne@blankerts.de", 7034 "role": "Developer" 7035 }, 7036 { 7037 "name": "Sebastian Heuer", 7038 "email": "sebastian@phpeople.de", 7039 "role": "Developer" 7040 }, 7041 { 7042 "name": "Sebastian Bergmann", 7043 "email": "sebastian@phpunit.de", 7044 "role": "Developer" 7045 } 7046 ], 7047 "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)", 7048 "support": { 7049 "issues": "https://github.com/phar-io/manifest/issues", 7050 "source": "https://github.com/phar-io/manifest/tree/2.0.4" 7051 }, 7052 "funding": [ 7053 { 7054 "url": "https://github.com/theseer", 7055 "type": "github" 7056 } 7057 ], 7058 "time": "2024-03-03T12:33:53+00:00" 7059 }, 7060 { 7061 "name": "phar-io/version", 7062 "version": "3.2.1", 7063 "source": { 7064 "type": "git", 7065 "url": "https://github.com/phar-io/version.git", 7066 "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74" 7067 }, 7068 "dist": { 7069 "type": "zip", 7070 "url": "https://api.github.com/repos/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbed74", 7071 "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74", 7072 "shasum": "" 7073 }, 7074 "require": { 7075 "php": "^7.2 || ^8.0" 7076 }, 7077 "type": "library", 7078 "autoload": { 7079 "classmap": [ 7080 "src/" 7081 ] 7082 }, 7083 "notification-url": "https://packagist.org/downloads/", 7084 "license": [ 7085 "BSD-3-Clause" 7086 ], 7087 "authors": [ 7088 { 7089 "name": "Arne Blankerts", 7090 "email": "arne@blankerts.de", 7091 "role": "Developer" 7092 }, 7093 { 7094 "name": "Sebastian Heuer", 7095 "email": "sebastian@phpeople.de", 7096 "role": "Developer" 7097 }, 7098 { 7099 "name": "Sebastian Bergmann", 7100 "email": "sebastian@phpunit.de", 7101 "role": "Developer" 7102 } 7103 ], 7104 "description": "Library for handling version information and constraints", 7105 "support": { 7106 "issues": "https://github.com/phar-io/version/issues", 7107 "source": "https://github.com/phar-io/version/tree/3.2.1" 7108 }, 7109 "time": "2022-02-21T01:04:05+00:00" 7110 }, 7111 { 7112 "name": "phpunit/php-code-coverage", 7113 "version": "11.0.11", 7114 "source": { 7115 "type": "git", 7116 "url": "https://github.com/sebastianbergmann/php-code-coverage.git", 7117 "reference": "4f7722aa9a7b76aa775e2d9d4e95d1ea16eeeef4" 7118 }, 7119 "dist": { 7120 "type": "zip", 7121 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/4f7722aa9a7b76aa775e2d9d4e95d1ea16eeeef4", 7122 "reference": "4f7722aa9a7b76aa775e2d9d4e95d1ea16eeeef4", 7123 "shasum": "" 7124 }, 7125 "require": { 7126 "ext-dom": "*", 7127 "ext-libxml": "*", 7128 "ext-xmlwriter": "*", 7129 "nikic/php-parser": "^5.4.0", 7130 "php": ">=8.2", 7131 "phpunit/php-file-iterator": "^5.1.0", 7132 "phpunit/php-text-template": "^4.0.1", 7133 "sebastian/code-unit-reverse-lookup": "^4.0.1", 7134 "sebastian/complexity": "^4.0.1", 7135 "sebastian/environment": "^7.2.0", 7136 "sebastian/lines-of-code": "^3.0.1", 7137 "sebastian/version": "^5.0.2", 7138 "theseer/tokenizer": "^1.2.3" 7139 }, 7140 "require-dev": { 7141 "phpunit/phpunit": "^11.5.2" 7142 }, 7143 "suggest": { 7144 "ext-pcov": "PHP extension that provides line coverage", 7145 "ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage" 7146 }, 7147 "type": "library", 7148 "extra": { 7149 "branch-alias": { 7150 "dev-main": "11.0.x-dev" 7151 } 7152 }, 7153 "autoload": { 7154 "classmap": [ 7155 "src/" 7156 ] 7157 }, 7158 "notification-url": "https://packagist.org/downloads/", 7159 "license": [ 7160 "BSD-3-Clause" 7161 ], 7162 "authors": [ 7163 { 7164 "name": "Sebastian Bergmann", 7165 "email": "sebastian@phpunit.de", 7166 "role": "lead" 7167 } 7168 ], 7169 "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", 7170 "homepage": "https://github.com/sebastianbergmann/php-code-coverage", 7171 "keywords": [ 7172 "coverage", 7173 "testing", 7174 "xunit" 7175 ], 7176 "support": { 7177 "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues", 7178 "security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy", 7179 "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/11.0.11" 7180 }, 7181 "funding": [ 7182 { 7183 "url": "https://github.com/sebastianbergmann", 7184 "type": "github" 7185 }, 7186 { 7187 "url": "https://liberapay.com/sebastianbergmann", 7188 "type": "liberapay" 7189 }, 7190 { 7191 "url": "https://thanks.dev/u/gh/sebastianbergmann", 7192 "type": "thanks_dev" 7193 }, 7194 { 7195 "url": "https://tidelift.com/funding/github/packagist/phpunit/php-code-coverage", 7196 "type": "tidelift" 7197 } 7198 ], 7199 "time": "2025-08-27T14:37:49+00:00" 7200 }, 7201 { 7202 "name": "phpunit/php-file-iterator", 7203 "version": "5.1.0", 7204 "source": { 7205 "type": "git", 7206 "url": "https://github.com/sebastianbergmann/php-file-iterator.git", 7207 "reference": "118cfaaa8bc5aef3287bf315b6060b1174754af6" 7208 }, 7209 "dist": { 7210 "type": "zip", 7211 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/118cfaaa8bc5aef3287bf315b6060b1174754af6", 7212 "reference": "118cfaaa8bc5aef3287bf315b6060b1174754af6", 7213 "shasum": "" 7214 }, 7215 "require": { 7216 "php": ">=8.2" 7217 }, 7218 "require-dev": { 7219 "phpunit/phpunit": "^11.0" 7220 }, 7221 "type": "library", 7222 "extra": { 7223 "branch-alias": { 7224 "dev-main": "5.0-dev" 7225 } 7226 }, 7227 "autoload": { 7228 "classmap": [ 7229 "src/" 7230 ] 7231 }, 7232 "notification-url": "https://packagist.org/downloads/", 7233 "license": [ 7234 "BSD-3-Clause" 7235 ], 7236 "authors": [ 7237 { 7238 "name": "Sebastian Bergmann", 7239 "email": "sebastian@phpunit.de", 7240 "role": "lead" 7241 } 7242 ], 7243 "description": "FilterIterator implementation that filters files based on a list of suffixes.", 7244 "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", 7245 "keywords": [ 7246 "filesystem", 7247 "iterator" 7248 ], 7249 "support": { 7250 "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues", 7251 "security": "https://github.com/sebastianbergmann/php-file-iterator/security/policy", 7252 "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/5.1.0" 7253 }, 7254 "funding": [ 7255 { 7256 "url": "https://github.com/sebastianbergmann", 7257 "type": "github" 7258 } 7259 ], 7260 "time": "2024-08-27T05:02:59+00:00" 7261 }, 7262 { 7263 "name": "phpunit/php-invoker", 7264 "version": "5.0.1", 7265 "source": { 7266 "type": "git", 7267 "url": "https://github.com/sebastianbergmann/php-invoker.git", 7268 "reference": "c1ca3814734c07492b3d4c5f794f4b0995333da2" 7269 }, 7270 "dist": { 7271 "type": "zip", 7272 "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/c1ca3814734c07492b3d4c5f794f4b0995333da2", 7273 "reference": "c1ca3814734c07492b3d4c5f794f4b0995333da2", 7274 "shasum": "" 7275 }, 7276 "require": { 7277 "php": ">=8.2" 7278 }, 7279 "require-dev": { 7280 "ext-pcntl": "*", 7281 "phpunit/phpunit": "^11.0" 7282 }, 7283 "suggest": { 7284 "ext-pcntl": "*" 7285 }, 7286 "type": "library", 7287 "extra": { 7288 "branch-alias": { 7289 "dev-main": "5.0-dev" 7290 } 7291 }, 7292 "autoload": { 7293 "classmap": [ 7294 "src/" 7295 ] 7296 }, 7297 "notification-url": "https://packagist.org/downloads/", 7298 "license": [ 7299 "BSD-3-Clause" 7300 ], 7301 "authors": [ 7302 { 7303 "name": "Sebastian Bergmann", 7304 "email": "sebastian@phpunit.de", 7305 "role": "lead" 7306 } 7307 ], 7308 "description": "Invoke callables with a timeout", 7309 "homepage": "https://github.com/sebastianbergmann/php-invoker/", 7310 "keywords": [ 7311 "process" 7312 ], 7313 "support": { 7314 "issues": "https://github.com/sebastianbergmann/php-invoker/issues", 7315 "security": "https://github.com/sebastianbergmann/php-invoker/security/policy", 7316 "source": "https://github.com/sebastianbergmann/php-invoker/tree/5.0.1" 7317 }, 7318 "funding": [ 7319 { 7320 "url": "https://github.com/sebastianbergmann", 7321 "type": "github" 7322 } 7323 ], 7324 "time": "2024-07-03T05:07:44+00:00" 7325 }, 7326 { 7327 "name": "phpunit/php-text-template", 7328 "version": "4.0.1", 7329 "source": { 7330 "type": "git", 7331 "url": "https://github.com/sebastianbergmann/php-text-template.git", 7332 "reference": "3e0404dc6b300e6bf56415467ebcb3fe4f33e964" 7333 }, 7334 "dist": { 7335 "type": "zip", 7336 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/3e0404dc6b300e6bf56415467ebcb3fe4f33e964", 7337 "reference": "3e0404dc6b300e6bf56415467ebcb3fe4f33e964", 7338 "shasum": "" 7339 }, 7340 "require": { 7341 "php": ">=8.2" 7342 }, 7343 "require-dev": { 7344 "phpunit/phpunit": "^11.0" 7345 }, 7346 "type": "library", 7347 "extra": { 7348 "branch-alias": { 7349 "dev-main": "4.0-dev" 7350 } 7351 }, 7352 "autoload": { 7353 "classmap": [ 7354 "src/" 7355 ] 7356 }, 7357 "notification-url": "https://packagist.org/downloads/", 7358 "license": [ 7359 "BSD-3-Clause" 7360 ], 7361 "authors": [ 7362 { 7363 "name": "Sebastian Bergmann", 7364 "email": "sebastian@phpunit.de", 7365 "role": "lead" 7366 } 7367 ], 7368 "description": "Simple template engine.", 7369 "homepage": "https://github.com/sebastianbergmann/php-text-template/", 7370 "keywords": [ 7371 "template" 7372 ], 7373 "support": { 7374 "issues": "https://github.com/sebastianbergmann/php-text-template/issues", 7375 "security": "https://github.com/sebastianbergmann/php-text-template/security/policy", 7376 "source": "https://github.com/sebastianbergmann/php-text-template/tree/4.0.1" 7377 }, 7378 "funding": [ 7379 { 7380 "url": "https://github.com/sebastianbergmann", 7381 "type": "github" 7382 } 7383 ], 7384 "time": "2024-07-03T05:08:43+00:00" 7385 }, 7386 { 7387 "name": "phpunit/php-timer", 7388 "version": "7.0.1", 7389 "source": { 7390 "type": "git", 7391 "url": "https://github.com/sebastianbergmann/php-timer.git", 7392 "reference": "3b415def83fbcb41f991d9ebf16ae4ad8b7837b3" 7393 }, 7394 "dist": { 7395 "type": "zip", 7396 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3b415def83fbcb41f991d9ebf16ae4ad8b7837b3", 7397 "reference": "3b415def83fbcb41f991d9ebf16ae4ad8b7837b3", 7398 "shasum": "" 7399 }, 7400 "require": { 7401 "php": ">=8.2" 7402 }, 7403 "require-dev": { 7404 "phpunit/phpunit": "^11.0" 7405 }, 7406 "type": "library", 7407 "extra": { 7408 "branch-alias": { 7409 "dev-main": "7.0-dev" 7410 } 7411 }, 7412 "autoload": { 7413 "classmap": [ 7414 "src/" 7415 ] 7416 }, 7417 "notification-url": "https://packagist.org/downloads/", 7418 "license": [ 7419 "BSD-3-Clause" 7420 ], 7421 "authors": [ 7422 { 7423 "name": "Sebastian Bergmann", 7424 "email": "sebastian@phpunit.de", 7425 "role": "lead" 7426 } 7427 ], 7428 "description": "Utility class for timing", 7429 "homepage": "https://github.com/sebastianbergmann/php-timer/", 7430 "keywords": [ 7431 "timer" 7432 ], 7433 "support": { 7434 "issues": "https://github.com/sebastianbergmann/php-timer/issues", 7435 "security": "https://github.com/sebastianbergmann/php-timer/security/policy", 7436 "source": "https://github.com/sebastianbergmann/php-timer/tree/7.0.1" 7437 }, 7438 "funding": [ 7439 { 7440 "url": "https://github.com/sebastianbergmann", 7441 "type": "github" 7442 } 7443 ], 7444 "time": "2024-07-03T05:09:35+00:00" 7445 }, 7446 { 7447 "name": "phpunit/phpunit", 7448 "version": "11.5.44", 7449 "source": { 7450 "type": "git", 7451 "url": "https://github.com/sebastianbergmann/phpunit.git", 7452 "reference": "c346885c95423eda3f65d85a194aaa24873cda82" 7453 }, 7454 "dist": { 7455 "type": "zip", 7456 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/c346885c95423eda3f65d85a194aaa24873cda82", 7457 "reference": "c346885c95423eda3f65d85a194aaa24873cda82", 7458 "shasum": "" 7459 }, 7460 "require": { 7461 "ext-dom": "*", 7462 "ext-json": "*", 7463 "ext-libxml": "*", 7464 "ext-mbstring": "*", 7465 "ext-xml": "*", 7466 "ext-xmlwriter": "*", 7467 "myclabs/deep-copy": "^1.13.4", 7468 "phar-io/manifest": "^2.0.4", 7469 "phar-io/version": "^3.2.1", 7470 "php": ">=8.2", 7471 "phpunit/php-code-coverage": "^11.0.11", 7472 "phpunit/php-file-iterator": "^5.1.0", 7473 "phpunit/php-invoker": "^5.0.1", 7474 "phpunit/php-text-template": "^4.0.1", 7475 "phpunit/php-timer": "^7.0.1", 7476 "sebastian/cli-parser": "^3.0.2", 7477 "sebastian/code-unit": "^3.0.3", 7478 "sebastian/comparator": "^6.3.2", 7479 "sebastian/diff": "^6.0.2", 7480 "sebastian/environment": "^7.2.1", 7481 "sebastian/exporter": "^6.3.2", 7482 "sebastian/global-state": "^7.0.2", 7483 "sebastian/object-enumerator": "^6.0.1", 7484 "sebastian/type": "^5.1.3", 7485 "sebastian/version": "^5.0.2", 7486 "staabm/side-effects-detector": "^1.0.5" 7487 }, 7488 "suggest": { 7489 "ext-soap": "To be able to generate mocks based on WSDL files" 7490 }, 7491 "bin": [ 7492 "phpunit" 7493 ], 7494 "type": "library", 7495 "extra": { 7496 "branch-alias": { 7497 "dev-main": "11.5-dev" 7498 } 7499 }, 7500 "autoload": { 7501 "files": [ 7502 "src/Framework/Assert/Functions.php" 7503 ], 7504 "classmap": [ 7505 "src/" 7506 ] 7507 }, 7508 "notification-url": "https://packagist.org/downloads/", 7509 "license": [ 7510 "BSD-3-Clause" 7511 ], 7512 "authors": [ 7513 { 7514 "name": "Sebastian Bergmann", 7515 "email": "sebastian@phpunit.de", 7516 "role": "lead" 7517 } 7518 ], 7519 "description": "The PHP Unit Testing framework.", 7520 "homepage": "https://phpunit.de/", 7521 "keywords": [ 7522 "phpunit", 7523 "testing", 7524 "xunit" 7525 ], 7526 "support": { 7527 "issues": "https://github.com/sebastianbergmann/phpunit/issues", 7528 "security": "https://github.com/sebastianbergmann/phpunit/security/policy", 7529 "source": "https://github.com/sebastianbergmann/phpunit/tree/11.5.44" 7530 }, 7531 "funding": [ 7532 { 7533 "url": "https://phpunit.de/sponsors.html", 7534 "type": "custom" 7535 }, 7536 { 7537 "url": "https://github.com/sebastianbergmann", 7538 "type": "github" 7539 }, 7540 { 7541 "url": "https://liberapay.com/sebastianbergmann", 7542 "type": "liberapay" 7543 }, 7544 { 7545 "url": "https://thanks.dev/u/gh/sebastianbergmann", 7546 "type": "thanks_dev" 7547 }, 7548 { 7549 "url": "https://tidelift.com/funding/github/packagist/phpunit/phpunit", 7550 "type": "tidelift" 7551 } 7552 ], 7553 "time": "2025-11-13T07:17:35+00:00" 7554 }, 7555 { 7556 "name": "sebastian/cli-parser", 7557 "version": "3.0.2", 7558 "source": { 7559 "type": "git", 7560 "url": "https://github.com/sebastianbergmann/cli-parser.git", 7561 "reference": "15c5dd40dc4f38794d383bb95465193f5e0ae180" 7562 }, 7563 "dist": { 7564 "type": "zip", 7565 "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/15c5dd40dc4f38794d383bb95465193f5e0ae180", 7566 "reference": "15c5dd40dc4f38794d383bb95465193f5e0ae180", 7567 "shasum": "" 7568 }, 7569 "require": { 7570 "php": ">=8.2" 7571 }, 7572 "require-dev": { 7573 "phpunit/phpunit": "^11.0" 7574 }, 7575 "type": "library", 7576 "extra": { 7577 "branch-alias": { 7578 "dev-main": "3.0-dev" 7579 } 7580 }, 7581 "autoload": { 7582 "classmap": [ 7583 "src/" 7584 ] 7585 }, 7586 "notification-url": "https://packagist.org/downloads/", 7587 "license": [ 7588 "BSD-3-Clause" 7589 ], 7590 "authors": [ 7591 { 7592 "name": "Sebastian Bergmann", 7593 "email": "sebastian@phpunit.de", 7594 "role": "lead" 7595 } 7596 ], 7597 "description": "Library for parsing CLI options", 7598 "homepage": "https://github.com/sebastianbergmann/cli-parser", 7599 "support": { 7600 "issues": "https://github.com/sebastianbergmann/cli-parser/issues", 7601 "security": "https://github.com/sebastianbergmann/cli-parser/security/policy", 7602 "source": "https://github.com/sebastianbergmann/cli-parser/tree/3.0.2" 7603 }, 7604 "funding": [ 7605 { 7606 "url": "https://github.com/sebastianbergmann", 7607 "type": "github" 7608 } 7609 ], 7610 "time": "2024-07-03T04:41:36+00:00" 7611 }, 7612 { 7613 "name": "sebastian/code-unit", 7614 "version": "3.0.3", 7615 "source": { 7616 "type": "git", 7617 "url": "https://github.com/sebastianbergmann/code-unit.git", 7618 "reference": "54391c61e4af8078e5b276ab082b6d3c54c9ad64" 7619 }, 7620 "dist": { 7621 "type": "zip", 7622 "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/54391c61e4af8078e5b276ab082b6d3c54c9ad64", 7623 "reference": "54391c61e4af8078e5b276ab082b6d3c54c9ad64", 7624 "shasum": "" 7625 }, 7626 "require": { 7627 "php": ">=8.2" 7628 }, 7629 "require-dev": { 7630 "phpunit/phpunit": "^11.5" 7631 }, 7632 "type": "library", 7633 "extra": { 7634 "branch-alias": { 7635 "dev-main": "3.0-dev" 7636 } 7637 }, 7638 "autoload": { 7639 "classmap": [ 7640 "src/" 7641 ] 7642 }, 7643 "notification-url": "https://packagist.org/downloads/", 7644 "license": [ 7645 "BSD-3-Clause" 7646 ], 7647 "authors": [ 7648 { 7649 "name": "Sebastian Bergmann", 7650 "email": "sebastian@phpunit.de", 7651 "role": "lead" 7652 } 7653 ], 7654 "description": "Collection of value objects that represent the PHP code units", 7655 "homepage": "https://github.com/sebastianbergmann/code-unit", 7656 "support": { 7657 "issues": "https://github.com/sebastianbergmann/code-unit/issues", 7658 "security": "https://github.com/sebastianbergmann/code-unit/security/policy", 7659 "source": "https://github.com/sebastianbergmann/code-unit/tree/3.0.3" 7660 }, 7661 "funding": [ 7662 { 7663 "url": "https://github.com/sebastianbergmann", 7664 "type": "github" 7665 } 7666 ], 7667 "time": "2025-03-19T07:56:08+00:00" 7668 }, 7669 { 7670 "name": "sebastian/code-unit-reverse-lookup", 7671 "version": "4.0.1", 7672 "source": { 7673 "type": "git", 7674 "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git", 7675 "reference": "183a9b2632194febd219bb9246eee421dad8d45e" 7676 }, 7677 "dist": { 7678 "type": "zip", 7679 "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/183a9b2632194febd219bb9246eee421dad8d45e", 7680 "reference": "183a9b2632194febd219bb9246eee421dad8d45e", 7681 "shasum": "" 7682 }, 7683 "require": { 7684 "php": ">=8.2" 7685 }, 7686 "require-dev": { 7687 "phpunit/phpunit": "^11.0" 7688 }, 7689 "type": "library", 7690 "extra": { 7691 "branch-alias": { 7692 "dev-main": "4.0-dev" 7693 } 7694 }, 7695 "autoload": { 7696 "classmap": [ 7697 "src/" 7698 ] 7699 }, 7700 "notification-url": "https://packagist.org/downloads/", 7701 "license": [ 7702 "BSD-3-Clause" 7703 ], 7704 "authors": [ 7705 { 7706 "name": "Sebastian Bergmann", 7707 "email": "sebastian@phpunit.de" 7708 } 7709 ], 7710 "description": "Looks up which function or method a line of code belongs to", 7711 "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/", 7712 "support": { 7713 "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues", 7714 "security": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/security/policy", 7715 "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/4.0.1" 7716 }, 7717 "funding": [ 7718 { 7719 "url": "https://github.com/sebastianbergmann", 7720 "type": "github" 7721 } 7722 ], 7723 "time": "2024-07-03T04:45:54+00:00" 7724 }, 7725 { 7726 "name": "sebastian/comparator", 7727 "version": "6.3.2", 7728 "source": { 7729 "type": "git", 7730 "url": "https://github.com/sebastianbergmann/comparator.git", 7731 "reference": "85c77556683e6eee4323e4c5468641ca0237e2e8" 7732 }, 7733 "dist": { 7734 "type": "zip", 7735 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/85c77556683e6eee4323e4c5468641ca0237e2e8", 7736 "reference": "85c77556683e6eee4323e4c5468641ca0237e2e8", 7737 "shasum": "" 7738 }, 7739 "require": { 7740 "ext-dom": "*", 7741 "ext-mbstring": "*", 7742 "php": ">=8.2", 7743 "sebastian/diff": "^6.0", 7744 "sebastian/exporter": "^6.0" 7745 }, 7746 "require-dev": { 7747 "phpunit/phpunit": "^11.4" 7748 }, 7749 "suggest": { 7750 "ext-bcmath": "For comparing BcMath\\Number objects" 7751 }, 7752 "type": "library", 7753 "extra": { 7754 "branch-alias": { 7755 "dev-main": "6.3-dev" 7756 } 7757 }, 7758 "autoload": { 7759 "classmap": [ 7760 "src/" 7761 ] 7762 }, 7763 "notification-url": "https://packagist.org/downloads/", 7764 "license": [ 7765 "BSD-3-Clause" 7766 ], 7767 "authors": [ 7768 { 7769 "name": "Sebastian Bergmann", 7770 "email": "sebastian@phpunit.de" 7771 }, 7772 { 7773 "name": "Jeff Welch", 7774 "email": "whatthejeff@gmail.com" 7775 }, 7776 { 7777 "name": "Volker Dusch", 7778 "email": "github@wallbash.com" 7779 }, 7780 { 7781 "name": "Bernhard Schussek", 7782 "email": "bschussek@2bepublished.at" 7783 } 7784 ], 7785 "description": "Provides the functionality to compare PHP values for equality", 7786 "homepage": "https://github.com/sebastianbergmann/comparator", 7787 "keywords": [ 7788 "comparator", 7789 "compare", 7790 "equality" 7791 ], 7792 "support": { 7793 "issues": "https://github.com/sebastianbergmann/comparator/issues", 7794 "security": "https://github.com/sebastianbergmann/comparator/security/policy", 7795 "source": "https://github.com/sebastianbergmann/comparator/tree/6.3.2" 7796 }, 7797 "funding": [ 7798 { 7799 "url": "https://github.com/sebastianbergmann", 7800 "type": "github" 7801 }, 7802 { 7803 "url": "https://liberapay.com/sebastianbergmann", 7804 "type": "liberapay" 7805 }, 7806 { 7807 "url": "https://thanks.dev/u/gh/sebastianbergmann", 7808 "type": "thanks_dev" 7809 }, 7810 { 7811 "url": "https://tidelift.com/funding/github/packagist/sebastian/comparator", 7812 "type": "tidelift" 7813 } 7814 ], 7815 "time": "2025-08-10T08:07:46+00:00" 7816 }, 7817 { 7818 "name": "sebastian/complexity", 7819 "version": "4.0.1", 7820 "source": { 7821 "type": "git", 7822 "url": "https://github.com/sebastianbergmann/complexity.git", 7823 "reference": "ee41d384ab1906c68852636b6de493846e13e5a0" 7824 }, 7825 "dist": { 7826 "type": "zip", 7827 "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/ee41d384ab1906c68852636b6de493846e13e5a0", 7828 "reference": "ee41d384ab1906c68852636b6de493846e13e5a0", 7829 "shasum": "" 7830 }, 7831 "require": { 7832 "nikic/php-parser": "^5.0", 7833 "php": ">=8.2" 7834 }, 7835 "require-dev": { 7836 "phpunit/phpunit": "^11.0" 7837 }, 7838 "type": "library", 7839 "extra": { 7840 "branch-alias": { 7841 "dev-main": "4.0-dev" 7842 } 7843 }, 7844 "autoload": { 7845 "classmap": [ 7846 "src/" 7847 ] 7848 }, 7849 "notification-url": "https://packagist.org/downloads/", 7850 "license": [ 7851 "BSD-3-Clause" 7852 ], 7853 "authors": [ 7854 { 7855 "name": "Sebastian Bergmann", 7856 "email": "sebastian@phpunit.de", 7857 "role": "lead" 7858 } 7859 ], 7860 "description": "Library for calculating the complexity of PHP code units", 7861 "homepage": "https://github.com/sebastianbergmann/complexity", 7862 "support": { 7863 "issues": "https://github.com/sebastianbergmann/complexity/issues", 7864 "security": "https://github.com/sebastianbergmann/complexity/security/policy", 7865 "source": "https://github.com/sebastianbergmann/complexity/tree/4.0.1" 7866 }, 7867 "funding": [ 7868 { 7869 "url": "https://github.com/sebastianbergmann", 7870 "type": "github" 7871 } 7872 ], 7873 "time": "2024-07-03T04:49:50+00:00" 7874 }, 7875 { 7876 "name": "sebastian/diff", 7877 "version": "6.0.2", 7878 "source": { 7879 "type": "git", 7880 "url": "https://github.com/sebastianbergmann/diff.git", 7881 "reference": "b4ccd857127db5d41a5b676f24b51371d76d8544" 7882 }, 7883 "dist": { 7884 "type": "zip", 7885 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/b4ccd857127db5d41a5b676f24b51371d76d8544", 7886 "reference": "b4ccd857127db5d41a5b676f24b51371d76d8544", 7887 "shasum": "" 7888 }, 7889 "require": { 7890 "php": ">=8.2" 7891 }, 7892 "require-dev": { 7893 "phpunit/phpunit": "^11.0", 7894 "symfony/process": "^4.2 || ^5" 7895 }, 7896 "type": "library", 7897 "extra": { 7898 "branch-alias": { 7899 "dev-main": "6.0-dev" 7900 } 7901 }, 7902 "autoload": { 7903 "classmap": [ 7904 "src/" 7905 ] 7906 }, 7907 "notification-url": "https://packagist.org/downloads/", 7908 "license": [ 7909 "BSD-3-Clause" 7910 ], 7911 "authors": [ 7912 { 7913 "name": "Sebastian Bergmann", 7914 "email": "sebastian@phpunit.de" 7915 }, 7916 { 7917 "name": "Kore Nordmann", 7918 "email": "mail@kore-nordmann.de" 7919 } 7920 ], 7921 "description": "Diff implementation", 7922 "homepage": "https://github.com/sebastianbergmann/diff", 7923 "keywords": [ 7924 "diff", 7925 "udiff", 7926 "unidiff", 7927 "unified diff" 7928 ], 7929 "support": { 7930 "issues": "https://github.com/sebastianbergmann/diff/issues", 7931 "security": "https://github.com/sebastianbergmann/diff/security/policy", 7932 "source": "https://github.com/sebastianbergmann/diff/tree/6.0.2" 7933 }, 7934 "funding": [ 7935 { 7936 "url": "https://github.com/sebastianbergmann", 7937 "type": "github" 7938 } 7939 ], 7940 "time": "2024-07-03T04:53:05+00:00" 7941 }, 7942 { 7943 "name": "sebastian/environment", 7944 "version": "7.2.1", 7945 "source": { 7946 "type": "git", 7947 "url": "https://github.com/sebastianbergmann/environment.git", 7948 "reference": "a5c75038693ad2e8d4b6c15ba2403532647830c4" 7949 }, 7950 "dist": { 7951 "type": "zip", 7952 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/a5c75038693ad2e8d4b6c15ba2403532647830c4", 7953 "reference": "a5c75038693ad2e8d4b6c15ba2403532647830c4", 7954 "shasum": "" 7955 }, 7956 "require": { 7957 "php": ">=8.2" 7958 }, 7959 "require-dev": { 7960 "phpunit/phpunit": "^11.3" 7961 }, 7962 "suggest": { 7963 "ext-posix": "*" 7964 }, 7965 "type": "library", 7966 "extra": { 7967 "branch-alias": { 7968 "dev-main": "7.2-dev" 7969 } 7970 }, 7971 "autoload": { 7972 "classmap": [ 7973 "src/" 7974 ] 7975 }, 7976 "notification-url": "https://packagist.org/downloads/", 7977 "license": [ 7978 "BSD-3-Clause" 7979 ], 7980 "authors": [ 7981 { 7982 "name": "Sebastian Bergmann", 7983 "email": "sebastian@phpunit.de" 7984 } 7985 ], 7986 "description": "Provides functionality to handle HHVM/PHP environments", 7987 "homepage": "https://github.com/sebastianbergmann/environment", 7988 "keywords": [ 7989 "Xdebug", 7990 "environment", 7991 "hhvm" 7992 ], 7993 "support": { 7994 "issues": "https://github.com/sebastianbergmann/environment/issues", 7995 "security": "https://github.com/sebastianbergmann/environment/security/policy", 7996 "source": "https://github.com/sebastianbergmann/environment/tree/7.2.1" 7997 }, 7998 "funding": [ 7999 { 8000 "url": "https://github.com/sebastianbergmann", 8001 "type": "github" 8002 }, 8003 { 8004 "url": "https://liberapay.com/sebastianbergmann", 8005 "type": "liberapay" 8006 }, 8007 { 8008 "url": "https://thanks.dev/u/gh/sebastianbergmann", 8009 "type": "thanks_dev" 8010 }, 8011 { 8012 "url": "https://tidelift.com/funding/github/packagist/sebastian/environment", 8013 "type": "tidelift" 8014 } 8015 ], 8016 "time": "2025-05-21T11:55:47+00:00" 8017 }, 8018 { 8019 "name": "sebastian/exporter", 8020 "version": "6.3.2", 8021 "source": { 8022 "type": "git", 8023 "url": "https://github.com/sebastianbergmann/exporter.git", 8024 "reference": "70a298763b40b213ec087c51c739efcaa90bcd74" 8025 }, 8026 "dist": { 8027 "type": "zip", 8028 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/70a298763b40b213ec087c51c739efcaa90bcd74", 8029 "reference": "70a298763b40b213ec087c51c739efcaa90bcd74", 8030 "shasum": "" 8031 }, 8032 "require": { 8033 "ext-mbstring": "*", 8034 "php": ">=8.2", 8035 "sebastian/recursion-context": "^6.0" 8036 }, 8037 "require-dev": { 8038 "phpunit/phpunit": "^11.3" 8039 }, 8040 "type": "library", 8041 "extra": { 8042 "branch-alias": { 8043 "dev-main": "6.3-dev" 8044 } 8045 }, 8046 "autoload": { 8047 "classmap": [ 8048 "src/" 8049 ] 8050 }, 8051 "notification-url": "https://packagist.org/downloads/", 8052 "license": [ 8053 "BSD-3-Clause" 8054 ], 8055 "authors": [ 8056 { 8057 "name": "Sebastian Bergmann", 8058 "email": "sebastian@phpunit.de" 8059 }, 8060 { 8061 "name": "Jeff Welch", 8062 "email": "whatthejeff@gmail.com" 8063 }, 8064 { 8065 "name": "Volker Dusch", 8066 "email": "github@wallbash.com" 8067 }, 8068 { 8069 "name": "Adam Harvey", 8070 "email": "aharvey@php.net" 8071 }, 8072 { 8073 "name": "Bernhard Schussek", 8074 "email": "bschussek@gmail.com" 8075 } 8076 ], 8077 "description": "Provides the functionality to export PHP variables for visualization", 8078 "homepage": "https://www.github.com/sebastianbergmann/exporter", 8079 "keywords": [ 8080 "export", 8081 "exporter" 8082 ], 8083 "support": { 8084 "issues": "https://github.com/sebastianbergmann/exporter/issues", 8085 "security": "https://github.com/sebastianbergmann/exporter/security/policy", 8086 "source": "https://github.com/sebastianbergmann/exporter/tree/6.3.2" 8087 }, 8088 "funding": [ 8089 { 8090 "url": "https://github.com/sebastianbergmann", 8091 "type": "github" 8092 }, 8093 { 8094 "url": "https://liberapay.com/sebastianbergmann", 8095 "type": "liberapay" 8096 }, 8097 { 8098 "url": "https://thanks.dev/u/gh/sebastianbergmann", 8099 "type": "thanks_dev" 8100 }, 8101 { 8102 "url": "https://tidelift.com/funding/github/packagist/sebastian/exporter", 8103 "type": "tidelift" 8104 } 8105 ], 8106 "time": "2025-09-24T06:12:51+00:00" 8107 }, 8108 { 8109 "name": "sebastian/global-state", 8110 "version": "7.0.2", 8111 "source": { 8112 "type": "git", 8113 "url": "https://github.com/sebastianbergmann/global-state.git", 8114 "reference": "3be331570a721f9a4b5917f4209773de17f747d7" 8115 }, 8116 "dist": { 8117 "type": "zip", 8118 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/3be331570a721f9a4b5917f4209773de17f747d7", 8119 "reference": "3be331570a721f9a4b5917f4209773de17f747d7", 8120 "shasum": "" 8121 }, 8122 "require": { 8123 "php": ">=8.2", 8124 "sebastian/object-reflector": "^4.0", 8125 "sebastian/recursion-context": "^6.0" 8126 }, 8127 "require-dev": { 8128 "ext-dom": "*", 8129 "phpunit/phpunit": "^11.0" 8130 }, 8131 "type": "library", 8132 "extra": { 8133 "branch-alias": { 8134 "dev-main": "7.0-dev" 8135 } 8136 }, 8137 "autoload": { 8138 "classmap": [ 8139 "src/" 8140 ] 8141 }, 8142 "notification-url": "https://packagist.org/downloads/", 8143 "license": [ 8144 "BSD-3-Clause" 8145 ], 8146 "authors": [ 8147 { 8148 "name": "Sebastian Bergmann", 8149 "email": "sebastian@phpunit.de" 8150 } 8151 ], 8152 "description": "Snapshotting of global state", 8153 "homepage": "https://www.github.com/sebastianbergmann/global-state", 8154 "keywords": [ 8155 "global state" 8156 ], 8157 "support": { 8158 "issues": "https://github.com/sebastianbergmann/global-state/issues", 8159 "security": "https://github.com/sebastianbergmann/global-state/security/policy", 8160 "source": "https://github.com/sebastianbergmann/global-state/tree/7.0.2" 8161 }, 8162 "funding": [ 8163 { 8164 "url": "https://github.com/sebastianbergmann", 8165 "type": "github" 8166 } 8167 ], 8168 "time": "2024-07-03T04:57:36+00:00" 8169 }, 8170 { 8171 "name": "sebastian/lines-of-code", 8172 "version": "3.0.1", 8173 "source": { 8174 "type": "git", 8175 "url": "https://github.com/sebastianbergmann/lines-of-code.git", 8176 "reference": "d36ad0d782e5756913e42ad87cb2890f4ffe467a" 8177 }, 8178 "dist": { 8179 "type": "zip", 8180 "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/d36ad0d782e5756913e42ad87cb2890f4ffe467a", 8181 "reference": "d36ad0d782e5756913e42ad87cb2890f4ffe467a", 8182 "shasum": "" 8183 }, 8184 "require": { 8185 "nikic/php-parser": "^5.0", 8186 "php": ">=8.2" 8187 }, 8188 "require-dev": { 8189 "phpunit/phpunit": "^11.0" 8190 }, 8191 "type": "library", 8192 "extra": { 8193 "branch-alias": { 8194 "dev-main": "3.0-dev" 8195 } 8196 }, 8197 "autoload": { 8198 "classmap": [ 8199 "src/" 8200 ] 8201 }, 8202 "notification-url": "https://packagist.org/downloads/", 8203 "license": [ 8204 "BSD-3-Clause" 8205 ], 8206 "authors": [ 8207 { 8208 "name": "Sebastian Bergmann", 8209 "email": "sebastian@phpunit.de", 8210 "role": "lead" 8211 } 8212 ], 8213 "description": "Library for counting the lines of code in PHP source code", 8214 "homepage": "https://github.com/sebastianbergmann/lines-of-code", 8215 "support": { 8216 "issues": "https://github.com/sebastianbergmann/lines-of-code/issues", 8217 "security": "https://github.com/sebastianbergmann/lines-of-code/security/policy", 8218 "source": "https://github.com/sebastianbergmann/lines-of-code/tree/3.0.1" 8219 }, 8220 "funding": [ 8221 { 8222 "url": "https://github.com/sebastianbergmann", 8223 "type": "github" 8224 } 8225 ], 8226 "time": "2024-07-03T04:58:38+00:00" 8227 }, 8228 { 8229 "name": "sebastian/object-enumerator", 8230 "version": "6.0.1", 8231 "source": { 8232 "type": "git", 8233 "url": "https://github.com/sebastianbergmann/object-enumerator.git", 8234 "reference": "f5b498e631a74204185071eb41f33f38d64608aa" 8235 }, 8236 "dist": { 8237 "type": "zip", 8238 "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/f5b498e631a74204185071eb41f33f38d64608aa", 8239 "reference": "f5b498e631a74204185071eb41f33f38d64608aa", 8240 "shasum": "" 8241 }, 8242 "require": { 8243 "php": ">=8.2", 8244 "sebastian/object-reflector": "^4.0", 8245 "sebastian/recursion-context": "^6.0" 8246 }, 8247 "require-dev": { 8248 "phpunit/phpunit": "^11.0" 8249 }, 8250 "type": "library", 8251 "extra": { 8252 "branch-alias": { 8253 "dev-main": "6.0-dev" 8254 } 8255 }, 8256 "autoload": { 8257 "classmap": [ 8258 "src/" 8259 ] 8260 }, 8261 "notification-url": "https://packagist.org/downloads/", 8262 "license": [ 8263 "BSD-3-Clause" 8264 ], 8265 "authors": [ 8266 { 8267 "name": "Sebastian Bergmann", 8268 "email": "sebastian@phpunit.de" 8269 } 8270 ], 8271 "description": "Traverses array structures and object graphs to enumerate all referenced objects", 8272 "homepage": "https://github.com/sebastianbergmann/object-enumerator/", 8273 "support": { 8274 "issues": "https://github.com/sebastianbergmann/object-enumerator/issues", 8275 "security": "https://github.com/sebastianbergmann/object-enumerator/security/policy", 8276 "source": "https://github.com/sebastianbergmann/object-enumerator/tree/6.0.1" 8277 }, 8278 "funding": [ 8279 { 8280 "url": "https://github.com/sebastianbergmann", 8281 "type": "github" 8282 } 8283 ], 8284 "time": "2024-07-03T05:00:13+00:00" 8285 }, 8286 { 8287 "name": "sebastian/object-reflector", 8288 "version": "4.0.1", 8289 "source": { 8290 "type": "git", 8291 "url": "https://github.com/sebastianbergmann/object-reflector.git", 8292 "reference": "6e1a43b411b2ad34146dee7524cb13a068bb35f9" 8293 }, 8294 "dist": { 8295 "type": "zip", 8296 "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/6e1a43b411b2ad34146dee7524cb13a068bb35f9", 8297 "reference": "6e1a43b411b2ad34146dee7524cb13a068bb35f9", 8298 "shasum": "" 8299 }, 8300 "require": { 8301 "php": ">=8.2" 8302 }, 8303 "require-dev": { 8304 "phpunit/phpunit": "^11.0" 8305 }, 8306 "type": "library", 8307 "extra": { 8308 "branch-alias": { 8309 "dev-main": "4.0-dev" 8310 } 8311 }, 8312 "autoload": { 8313 "classmap": [ 8314 "src/" 8315 ] 8316 }, 8317 "notification-url": "https://packagist.org/downloads/", 8318 "license": [ 8319 "BSD-3-Clause" 8320 ], 8321 "authors": [ 8322 { 8323 "name": "Sebastian Bergmann", 8324 "email": "sebastian@phpunit.de" 8325 } 8326 ], 8327 "description": "Allows reflection of object attributes, including inherited and non-public ones", 8328 "homepage": "https://github.com/sebastianbergmann/object-reflector/", 8329 "support": { 8330 "issues": "https://github.com/sebastianbergmann/object-reflector/issues", 8331 "security": "https://github.com/sebastianbergmann/object-reflector/security/policy", 8332 "source": "https://github.com/sebastianbergmann/object-reflector/tree/4.0.1" 8333 }, 8334 "funding": [ 8335 { 8336 "url": "https://github.com/sebastianbergmann", 8337 "type": "github" 8338 } 8339 ], 8340 "time": "2024-07-03T05:01:32+00:00" 8341 }, 8342 { 8343 "name": "sebastian/recursion-context", 8344 "version": "6.0.3", 8345 "source": { 8346 "type": "git", 8347 "url": "https://github.com/sebastianbergmann/recursion-context.git", 8348 "reference": "f6458abbf32a6c8174f8f26261475dc133b3d9dc" 8349 }, 8350 "dist": { 8351 "type": "zip", 8352 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/f6458abbf32a6c8174f8f26261475dc133b3d9dc", 8353 "reference": "f6458abbf32a6c8174f8f26261475dc133b3d9dc", 8354 "shasum": "" 8355 }, 8356 "require": { 8357 "php": ">=8.2" 8358 }, 8359 "require-dev": { 8360 "phpunit/phpunit": "^11.3" 8361 }, 8362 "type": "library", 8363 "extra": { 8364 "branch-alias": { 8365 "dev-main": "6.0-dev" 8366 } 8367 }, 8368 "autoload": { 8369 "classmap": [ 8370 "src/" 8371 ] 8372 }, 8373 "notification-url": "https://packagist.org/downloads/", 8374 "license": [ 8375 "BSD-3-Clause" 8376 ], 8377 "authors": [ 8378 { 8379 "name": "Sebastian Bergmann", 8380 "email": "sebastian@phpunit.de" 8381 }, 8382 { 8383 "name": "Jeff Welch", 8384 "email": "whatthejeff@gmail.com" 8385 }, 8386 { 8387 "name": "Adam Harvey", 8388 "email": "aharvey@php.net" 8389 } 8390 ], 8391 "description": "Provides functionality to recursively process PHP variables", 8392 "homepage": "https://github.com/sebastianbergmann/recursion-context", 8393 "support": { 8394 "issues": "https://github.com/sebastianbergmann/recursion-context/issues", 8395 "security": "https://github.com/sebastianbergmann/recursion-context/security/policy", 8396 "source": "https://github.com/sebastianbergmann/recursion-context/tree/6.0.3" 8397 }, 8398 "funding": [ 8399 { 8400 "url": "https://github.com/sebastianbergmann", 8401 "type": "github" 8402 }, 8403 { 8404 "url": "https://liberapay.com/sebastianbergmann", 8405 "type": "liberapay" 8406 }, 8407 { 8408 "url": "https://thanks.dev/u/gh/sebastianbergmann", 8409 "type": "thanks_dev" 8410 }, 8411 { 8412 "url": "https://tidelift.com/funding/github/packagist/sebastian/recursion-context", 8413 "type": "tidelift" 8414 } 8415 ], 8416 "time": "2025-08-13T04:42:22+00:00" 8417 }, 8418 { 8419 "name": "sebastian/type", 8420 "version": "5.1.3", 8421 "source": { 8422 "type": "git", 8423 "url": "https://github.com/sebastianbergmann/type.git", 8424 "reference": "f77d2d4e78738c98d9a68d2596fe5e8fa380f449" 8425 }, 8426 "dist": { 8427 "type": "zip", 8428 "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/f77d2d4e78738c98d9a68d2596fe5e8fa380f449", 8429 "reference": "f77d2d4e78738c98d9a68d2596fe5e8fa380f449", 8430 "shasum": "" 8431 }, 8432 "require": { 8433 "php": ">=8.2" 8434 }, 8435 "require-dev": { 8436 "phpunit/phpunit": "^11.3" 8437 }, 8438 "type": "library", 8439 "extra": { 8440 "branch-alias": { 8441 "dev-main": "5.1-dev" 8442 } 8443 }, 8444 "autoload": { 8445 "classmap": [ 8446 "src/" 8447 ] 8448 }, 8449 "notification-url": "https://packagist.org/downloads/", 8450 "license": [ 8451 "BSD-3-Clause" 8452 ], 8453 "authors": [ 8454 { 8455 "name": "Sebastian Bergmann", 8456 "email": "sebastian@phpunit.de", 8457 "role": "lead" 8458 } 8459 ], 8460 "description": "Collection of value objects that represent the types of the PHP type system", 8461 "homepage": "https://github.com/sebastianbergmann/type", 8462 "support": { 8463 "issues": "https://github.com/sebastianbergmann/type/issues", 8464 "security": "https://github.com/sebastianbergmann/type/security/policy", 8465 "source": "https://github.com/sebastianbergmann/type/tree/5.1.3" 8466 }, 8467 "funding": [ 8468 { 8469 "url": "https://github.com/sebastianbergmann", 8470 "type": "github" 8471 }, 8472 { 8473 "url": "https://liberapay.com/sebastianbergmann", 8474 "type": "liberapay" 8475 }, 8476 { 8477 "url": "https://thanks.dev/u/gh/sebastianbergmann", 8478 "type": "thanks_dev" 8479 }, 8480 { 8481 "url": "https://tidelift.com/funding/github/packagist/sebastian/type", 8482 "type": "tidelift" 8483 } 8484 ], 8485 "time": "2025-08-09T06:55:48+00:00" 8486 }, 8487 { 8488 "name": "sebastian/version", 8489 "version": "5.0.2", 8490 "source": { 8491 "type": "git", 8492 "url": "https://github.com/sebastianbergmann/version.git", 8493 "reference": "c687e3387b99f5b03b6caa64c74b63e2936ff874" 8494 }, 8495 "dist": { 8496 "type": "zip", 8497 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c687e3387b99f5b03b6caa64c74b63e2936ff874", 8498 "reference": "c687e3387b99f5b03b6caa64c74b63e2936ff874", 8499 "shasum": "" 8500 }, 8501 "require": { 8502 "php": ">=8.2" 8503 }, 8504 "type": "library", 8505 "extra": { 8506 "branch-alias": { 8507 "dev-main": "5.0-dev" 8508 } 8509 }, 8510 "autoload": { 8511 "classmap": [ 8512 "src/" 8513 ] 8514 }, 8515 "notification-url": "https://packagist.org/downloads/", 8516 "license": [ 8517 "BSD-3-Clause" 8518 ], 8519 "authors": [ 8520 { 8521 "name": "Sebastian Bergmann", 8522 "email": "sebastian@phpunit.de", 8523 "role": "lead" 8524 } 8525 ], 8526 "description": "Library that helps with managing the version number of Git-hosted PHP projects", 8527 "homepage": "https://github.com/sebastianbergmann/version", 8528 "support": { 8529 "issues": "https://github.com/sebastianbergmann/version/issues", 8530 "security": "https://github.com/sebastianbergmann/version/security/policy", 8531 "source": "https://github.com/sebastianbergmann/version/tree/5.0.2" 8532 }, 8533 "funding": [ 8534 { 8535 "url": "https://github.com/sebastianbergmann", 8536 "type": "github" 8537 } 8538 ], 8539 "time": "2024-10-09T05:16:32+00:00" 8540 }, 8541 { 8542 "name": "staabm/side-effects-detector", 8543 "version": "1.0.5", 8544 "source": { 8545 "type": "git", 8546 "url": "https://github.com/staabm/side-effects-detector.git", 8547 "reference": "d8334211a140ce329c13726d4a715adbddd0a163" 8548 }, 8549 "dist": { 8550 "type": "zip", 8551 "url": "https://api.github.com/repos/staabm/side-effects-detector/zipball/d8334211a140ce329c13726d4a715adbddd0a163", 8552 "reference": "d8334211a140ce329c13726d4a715adbddd0a163", 8553 "shasum": "" 8554 }, 8555 "require": { 8556 "ext-tokenizer": "*", 8557 "php": "^7.4 || ^8.0" 8558 }, 8559 "require-dev": { 8560 "phpstan/extension-installer": "^1.4.3", 8561 "phpstan/phpstan": "^1.12.6", 8562 "phpunit/phpunit": "^9.6.21", 8563 "symfony/var-dumper": "^5.4.43", 8564 "tomasvotruba/type-coverage": "1.0.0", 8565 "tomasvotruba/unused-public": "1.0.0" 8566 }, 8567 "type": "library", 8568 "autoload": { 8569 "classmap": [ 8570 "lib/" 8571 ] 8572 }, 8573 "notification-url": "https://packagist.org/downloads/", 8574 "license": [ 8575 "MIT" 8576 ], 8577 "description": "A static analysis tool to detect side effects in PHP code", 8578 "keywords": [ 8579 "static analysis" 8580 ], 8581 "support": { 8582 "issues": "https://github.com/staabm/side-effects-detector/issues", 8583 "source": "https://github.com/staabm/side-effects-detector/tree/1.0.5" 8584 }, 8585 "funding": [ 8586 { 8587 "url": "https://github.com/staabm", 8588 "type": "github" 8589 } 8590 ], 8591 "time": "2024-10-20T05:08:20+00:00" 8592 }, 8593 { 8594 "name": "symfony/yaml", 8595 "version": "v7.4.0", 8596 "source": { 8597 "type": "git", 8598 "url": "https://github.com/symfony/yaml.git", 8599 "reference": "6c84a4b55aee4cd02034d1c528e83f69ddf63810" 8600 }, 8601 "dist": { 8602 "type": "zip", 8603 "url": "https://api.github.com/repos/symfony/yaml/zipball/6c84a4b55aee4cd02034d1c528e83f69ddf63810", 8604 "reference": "6c84a4b55aee4cd02034d1c528e83f69ddf63810", 8605 "shasum": "" 8606 }, 8607 "require": { 8608 "php": ">=8.2", 8609 "symfony/deprecation-contracts": "^2.5|^3", 8610 "symfony/polyfill-ctype": "^1.8" 8611 }, 8612 "conflict": { 8613 "symfony/console": "<6.4" 8614 }, 8615 "require-dev": { 8616 "symfony/console": "^6.4|^7.0|^8.0" 8617 }, 8618 "bin": [ 8619 "Resources/bin/yaml-lint" 8620 ], 8621 "type": "library", 8622 "autoload": { 8623 "psr-4": { 8624 "Symfony\\Component\\Yaml\\": "" 8625 }, 8626 "exclude-from-classmap": [ 8627 "/Tests/" 8628 ] 8629 }, 8630 "notification-url": "https://packagist.org/downloads/", 8631 "license": [ 8632 "MIT" 8633 ], 8634 "authors": [ 8635 { 8636 "name": "Fabien Potencier", 8637 "email": "fabien@symfony.com" 8638 }, 8639 { 8640 "name": "Symfony Community", 8641 "homepage": "https://symfony.com/contributors" 8642 } 8643 ], 8644 "description": "Loads and dumps YAML files", 8645 "homepage": "https://symfony.com", 8646 "support": { 8647 "source": "https://github.com/symfony/yaml/tree/v7.4.0" 8648 }, 8649 "funding": [ 8650 { 8651 "url": "https://symfony.com/sponsor", 8652 "type": "custom" 8653 }, 8654 { 8655 "url": "https://github.com/fabpot", 8656 "type": "github" 8657 }, 8658 { 8659 "url": "https://github.com/nicolas-grekas", 8660 "type": "github" 8661 }, 8662 { 8663 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 8664 "type": "tidelift" 8665 } 8666 ], 8667 "time": "2025-11-16T10:14:42+00:00" 8668 }, 8669 { 8670 "name": "theseer/tokenizer", 8671 "version": "1.3.1", 8672 "source": { 8673 "type": "git", 8674 "url": "https://github.com/theseer/tokenizer.git", 8675 "reference": "b7489ce515e168639d17feec34b8847c326b0b3c" 8676 }, 8677 "dist": { 8678 "type": "zip", 8679 "url": "https://api.github.com/repos/theseer/tokenizer/zipball/b7489ce515e168639d17feec34b8847c326b0b3c", 8680 "reference": "b7489ce515e168639d17feec34b8847c326b0b3c", 8681 "shasum": "" 8682 }, 8683 "require": { 8684 "ext-dom": "*", 8685 "ext-tokenizer": "*", 8686 "ext-xmlwriter": "*", 8687 "php": "^7.2 || ^8.0" 8688 }, 8689 "type": "library", 8690 "autoload": { 8691 "classmap": [ 8692 "src/" 8693 ] 8694 }, 8695 "notification-url": "https://packagist.org/downloads/", 8696 "license": [ 8697 "BSD-3-Clause" 8698 ], 8699 "authors": [ 8700 { 8701 "name": "Arne Blankerts", 8702 "email": "arne@blankerts.de", 8703 "role": "Developer" 8704 } 8705 ], 8706 "description": "A small library for converting tokenized PHP source code into XML and potentially other formats", 8707 "support": { 8708 "issues": "https://github.com/theseer/tokenizer/issues", 8709 "source": "https://github.com/theseer/tokenizer/tree/1.3.1" 8710 }, 8711 "funding": [ 8712 { 8713 "url": "https://github.com/theseer", 8714 "type": "github" 8715 } 8716 ], 8717 "time": "2025-11-17T20:03:58+00:00" 8718 } 8719 ], 8720 "aliases": [], 8721 "minimum-stability": "stable", 8722 "stability-flags": {}, 8723 "prefer-stable": true, 8724 "prefer-lowest": false, 8725 "platform": { 8726 "php": "^8.2" 8727 }, 8728 "platform-dev": {}, 8729 "plugin-api-version": "2.9.0" 8730}