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": "a76e10c6687c03ee695a91a47e342a25", 8 "packages": [ 9 { 10 "name": "aura/router", 11 "version": "3.3.0", 12 "source": { 13 "type": "git", 14 "url": "https://github.com/auraphp/Aura.Router.git", 15 "reference": "589e806550d511e31a6609edb17f282ea8c957f9" 16 }, 17 "dist": { 18 "type": "zip", 19 "url": "https://api.github.com/repos/auraphp/Aura.Router/zipball/589e806550d511e31a6609edb17f282ea8c957f9", 20 "reference": "589e806550d511e31a6609edb17f282ea8c957f9", 21 "shasum": "" 22 }, 23 "require": { 24 "php": ">=5.5.0", 25 "psr/http-message": "~1.0", 26 "psr/log": "^1.0 || ^2.0 || ^3.0" 27 }, 28 "require-dev": { 29 "guzzlehttp/psr7": "^1.0 || ^2.0", 30 "yoast/phpunit-polyfills": "~1.0" 31 }, 32 "type": "library", 33 "autoload": { 34 "psr-4": { 35 "Aura\\Router\\": "src/" 36 } 37 }, 38 "notification-url": "https://packagist.org/downloads/", 39 "license": [ 40 "MIT" 41 ], 42 "authors": [ 43 { 44 "name": "Aura.Router Contributors", 45 "homepage": "https://github.com/auraphp/Aura.Router/contributors" 46 } 47 ], 48 "description": "Powerful, flexible web routing for PSR-7 requests.", 49 "homepage": "https://github.com/auraphp/Aura.Router", 50 "keywords": [ 51 "psr-7", 52 "route", 53 "router", 54 "routing" 55 ], 56 "support": { 57 "issues": "https://github.com/auraphp/Aura.Router/issues", 58 "source": "https://github.com/auraphp/Aura.Router/tree/3.3.0" 59 }, 60 "time": "2023-06-12T04:42:55+00:00" 61 }, 62 { 63 "name": "brick/math", 64 "version": "0.12.1", 65 "source": { 66 "type": "git", 67 "url": "https://github.com/brick/math.git", 68 "reference": "f510c0a40911935b77b86859eb5223d58d660df1" 69 }, 70 "dist": { 71 "type": "zip", 72 "url": "https://api.github.com/repos/brick/math/zipball/f510c0a40911935b77b86859eb5223d58d660df1", 73 "reference": "f510c0a40911935b77b86859eb5223d58d660df1", 74 "shasum": "" 75 }, 76 "require": { 77 "php": "^8.1" 78 }, 79 "require-dev": { 80 "php-coveralls/php-coveralls": "^2.2", 81 "phpunit/phpunit": "^10.1", 82 "vimeo/psalm": "5.16.0" 83 }, 84 "type": "library", 85 "autoload": { 86 "psr-4": { 87 "Brick\\Math\\": "src/" 88 } 89 }, 90 "notification-url": "https://packagist.org/downloads/", 91 "license": [ 92 "MIT" 93 ], 94 "description": "Arbitrary-precision arithmetic library", 95 "keywords": [ 96 "Arbitrary-precision", 97 "BigInteger", 98 "BigRational", 99 "arithmetic", 100 "bigdecimal", 101 "bignum", 102 "bignumber", 103 "brick", 104 "decimal", 105 "integer", 106 "math", 107 "mathematics", 108 "rational" 109 ], 110 "support": { 111 "issues": "https://github.com/brick/math/issues", 112 "source": "https://github.com/brick/math/tree/0.12.1" 113 }, 114 "funding": [ 115 { 116 "url": "https://github.com/BenMorel", 117 "type": "github" 118 } 119 ], 120 "time": "2023-11-29T23:19:16+00:00" 121 }, 122 { 123 "name": "carbonphp/carbon-doctrine-types", 124 "version": "3.2.0", 125 "source": { 126 "type": "git", 127 "url": "https://github.com/CarbonPHP/carbon-doctrine-types.git", 128 "reference": "18ba5ddfec8976260ead6e866180bd5d2f71aa1d" 129 }, 130 "dist": { 131 "type": "zip", 132 "url": "https://api.github.com/repos/CarbonPHP/carbon-doctrine-types/zipball/18ba5ddfec8976260ead6e866180bd5d2f71aa1d", 133 "reference": "18ba5ddfec8976260ead6e866180bd5d2f71aa1d", 134 "shasum": "" 135 }, 136 "require": { 137 "php": "^8.1" 138 }, 139 "conflict": { 140 "doctrine/dbal": "<4.0.0 || >=5.0.0" 141 }, 142 "require-dev": { 143 "doctrine/dbal": "^4.0.0", 144 "nesbot/carbon": "^2.71.0 || ^3.0.0", 145 "phpunit/phpunit": "^10.3" 146 }, 147 "type": "library", 148 "autoload": { 149 "psr-4": { 150 "Carbon\\Doctrine\\": "src/Carbon/Doctrine/" 151 } 152 }, 153 "notification-url": "https://packagist.org/downloads/", 154 "license": [ 155 "MIT" 156 ], 157 "authors": [ 158 { 159 "name": "KyleKatarn", 160 "email": "kylekatarnls@gmail.com" 161 } 162 ], 163 "description": "Types to use Carbon in Doctrine", 164 "keywords": [ 165 "carbon", 166 "date", 167 "datetime", 168 "doctrine", 169 "time" 170 ], 171 "support": { 172 "issues": "https://github.com/CarbonPHP/carbon-doctrine-types/issues", 173 "source": "https://github.com/CarbonPHP/carbon-doctrine-types/tree/3.2.0" 174 }, 175 "funding": [ 176 { 177 "url": "https://github.com/kylekatarnls", 178 "type": "github" 179 }, 180 { 181 "url": "https://opencollective.com/Carbon", 182 "type": "open_collective" 183 }, 184 { 185 "url": "https://tidelift.com/funding/github/packagist/nesbot/carbon", 186 "type": "tidelift" 187 } 188 ], 189 "time": "2024-02-09T16:56:22+00:00" 190 }, 191 { 192 "name": "dflydev/dot-access-data", 193 "version": "v3.0.3", 194 "source": { 195 "type": "git", 196 "url": "https://github.com/dflydev/dflydev-dot-access-data.git", 197 "reference": "a23a2bf4f31d3518f3ecb38660c95715dfead60f" 198 }, 199 "dist": { 200 "type": "zip", 201 "url": "https://api.github.com/repos/dflydev/dflydev-dot-access-data/zipball/a23a2bf4f31d3518f3ecb38660c95715dfead60f", 202 "reference": "a23a2bf4f31d3518f3ecb38660c95715dfead60f", 203 "shasum": "" 204 }, 205 "require": { 206 "php": "^7.1 || ^8.0" 207 }, 208 "require-dev": { 209 "phpstan/phpstan": "^0.12.42", 210 "phpunit/phpunit": "^7.5 || ^8.5 || ^9.3", 211 "scrutinizer/ocular": "1.6.0", 212 "squizlabs/php_codesniffer": "^3.5", 213 "vimeo/psalm": "^4.0.0" 214 }, 215 "type": "library", 216 "extra": { 217 "branch-alias": { 218 "dev-main": "3.x-dev" 219 } 220 }, 221 "autoload": { 222 "psr-4": { 223 "Dflydev\\DotAccessData\\": "src/" 224 } 225 }, 226 "notification-url": "https://packagist.org/downloads/", 227 "license": [ 228 "MIT" 229 ], 230 "authors": [ 231 { 232 "name": "Dragonfly Development Inc.", 233 "email": "info@dflydev.com", 234 "homepage": "http://dflydev.com" 235 }, 236 { 237 "name": "Beau Simensen", 238 "email": "beau@dflydev.com", 239 "homepage": "http://beausimensen.com" 240 }, 241 { 242 "name": "Carlos Frutos", 243 "email": "carlos@kiwing.it", 244 "homepage": "https://github.com/cfrutos" 245 }, 246 { 247 "name": "Colin O'Dell", 248 "email": "colinodell@gmail.com", 249 "homepage": "https://www.colinodell.com" 250 } 251 ], 252 "description": "Given a deep data structure, access data by dot notation.", 253 "homepage": "https://github.com/dflydev/dflydev-dot-access-data", 254 "keywords": [ 255 "access", 256 "data", 257 "dot", 258 "notation" 259 ], 260 "support": { 261 "issues": "https://github.com/dflydev/dflydev-dot-access-data/issues", 262 "source": "https://github.com/dflydev/dflydev-dot-access-data/tree/v3.0.3" 263 }, 264 "time": "2024-07-08T12:26:09+00:00" 265 }, 266 { 267 "name": "doctrine/inflector", 268 "version": "2.0.10", 269 "source": { 270 "type": "git", 271 "url": "https://github.com/doctrine/inflector.git", 272 "reference": "5817d0659c5b50c9b950feb9af7b9668e2c436bc" 273 }, 274 "dist": { 275 "type": "zip", 276 "url": "https://api.github.com/repos/doctrine/inflector/zipball/5817d0659c5b50c9b950feb9af7b9668e2c436bc", 277 "reference": "5817d0659c5b50c9b950feb9af7b9668e2c436bc", 278 "shasum": "" 279 }, 280 "require": { 281 "php": "^7.2 || ^8.0" 282 }, 283 "require-dev": { 284 "doctrine/coding-standard": "^11.0", 285 "phpstan/phpstan": "^1.8", 286 "phpstan/phpstan-phpunit": "^1.1", 287 "phpstan/phpstan-strict-rules": "^1.3", 288 "phpunit/phpunit": "^8.5 || ^9.5", 289 "vimeo/psalm": "^4.25 || ^5.4" 290 }, 291 "type": "library", 292 "autoload": { 293 "psr-4": { 294 "Doctrine\\Inflector\\": "lib/Doctrine/Inflector" 295 } 296 }, 297 "notification-url": "https://packagist.org/downloads/", 298 "license": [ 299 "MIT" 300 ], 301 "authors": [ 302 { 303 "name": "Guilherme Blanco", 304 "email": "guilhermeblanco@gmail.com" 305 }, 306 { 307 "name": "Roman Borschel", 308 "email": "roman@code-factory.org" 309 }, 310 { 311 "name": "Benjamin Eberlei", 312 "email": "kontakt@beberlei.de" 313 }, 314 { 315 "name": "Jonathan Wage", 316 "email": "jonwage@gmail.com" 317 }, 318 { 319 "name": "Johannes Schmitt", 320 "email": "schmittjoh@gmail.com" 321 } 322 ], 323 "description": "PHP Doctrine Inflector is a small library that can perform string manipulations with regard to upper/lowercase and singular/plural forms of words.", 324 "homepage": "https://www.doctrine-project.org/projects/inflector.html", 325 "keywords": [ 326 "inflection", 327 "inflector", 328 "lowercase", 329 "manipulation", 330 "php", 331 "plural", 332 "singular", 333 "strings", 334 "uppercase", 335 "words" 336 ], 337 "support": { 338 "issues": "https://github.com/doctrine/inflector/issues", 339 "source": "https://github.com/doctrine/inflector/tree/2.0.10" 340 }, 341 "funding": [ 342 { 343 "url": "https://www.doctrine-project.org/sponsorship.html", 344 "type": "custom" 345 }, 346 { 347 "url": "https://www.patreon.com/phpdoctrine", 348 "type": "patreon" 349 }, 350 { 351 "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finflector", 352 "type": "tidelift" 353 } 354 ], 355 "time": "2024-02-18T20:23:39+00:00" 356 }, 357 { 358 "name": "doctrine/lexer", 359 "version": "3.0.1", 360 "source": { 361 "type": "git", 362 "url": "https://github.com/doctrine/lexer.git", 363 "reference": "31ad66abc0fc9e1a1f2d9bc6a42668d2fbbcd6dd" 364 }, 365 "dist": { 366 "type": "zip", 367 "url": "https://api.github.com/repos/doctrine/lexer/zipball/31ad66abc0fc9e1a1f2d9bc6a42668d2fbbcd6dd", 368 "reference": "31ad66abc0fc9e1a1f2d9bc6a42668d2fbbcd6dd", 369 "shasum": "" 370 }, 371 "require": { 372 "php": "^8.1" 373 }, 374 "require-dev": { 375 "doctrine/coding-standard": "^12", 376 "phpstan/phpstan": "^1.10", 377 "phpunit/phpunit": "^10.5", 378 "psalm/plugin-phpunit": "^0.18.3", 379 "vimeo/psalm": "^5.21" 380 }, 381 "type": "library", 382 "autoload": { 383 "psr-4": { 384 "Doctrine\\Common\\Lexer\\": "src" 385 } 386 }, 387 "notification-url": "https://packagist.org/downloads/", 388 "license": [ 389 "MIT" 390 ], 391 "authors": [ 392 { 393 "name": "Guilherme Blanco", 394 "email": "guilhermeblanco@gmail.com" 395 }, 396 { 397 "name": "Roman Borschel", 398 "email": "roman@code-factory.org" 399 }, 400 { 401 "name": "Johannes Schmitt", 402 "email": "schmittjoh@gmail.com" 403 } 404 ], 405 "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.", 406 "homepage": "https://www.doctrine-project.org/projects/lexer.html", 407 "keywords": [ 408 "annotations", 409 "docblock", 410 "lexer", 411 "parser", 412 "php" 413 ], 414 "support": { 415 "issues": "https://github.com/doctrine/lexer/issues", 416 "source": "https://github.com/doctrine/lexer/tree/3.0.1" 417 }, 418 "funding": [ 419 { 420 "url": "https://www.doctrine-project.org/sponsorship.html", 421 "type": "custom" 422 }, 423 { 424 "url": "https://www.patreon.com/phpdoctrine", 425 "type": "patreon" 426 }, 427 { 428 "url": "https://tidelift.com/funding/github/packagist/doctrine%2Flexer", 429 "type": "tidelift" 430 } 431 ], 432 "time": "2024-02-05T11:56:58+00:00" 433 }, 434 { 435 "name": "egulias/email-validator", 436 "version": "4.0.2", 437 "source": { 438 "type": "git", 439 "url": "https://github.com/egulias/EmailValidator.git", 440 "reference": "ebaaf5be6c0286928352e054f2d5125608e5405e" 441 }, 442 "dist": { 443 "type": "zip", 444 "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/ebaaf5be6c0286928352e054f2d5125608e5405e", 445 "reference": "ebaaf5be6c0286928352e054f2d5125608e5405e", 446 "shasum": "" 447 }, 448 "require": { 449 "doctrine/lexer": "^2.0 || ^3.0", 450 "php": ">=8.1", 451 "symfony/polyfill-intl-idn": "^1.26" 452 }, 453 "require-dev": { 454 "phpunit/phpunit": "^10.2", 455 "vimeo/psalm": "^5.12" 456 }, 457 "suggest": { 458 "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation" 459 }, 460 "type": "library", 461 "extra": { 462 "branch-alias": { 463 "dev-master": "4.0.x-dev" 464 } 465 }, 466 "autoload": { 467 "psr-4": { 468 "Egulias\\EmailValidator\\": "src" 469 } 470 }, 471 "notification-url": "https://packagist.org/downloads/", 472 "license": [ 473 "MIT" 474 ], 475 "authors": [ 476 { 477 "name": "Eduardo Gulias Davis" 478 } 479 ], 480 "description": "A library for validating emails against several RFCs", 481 "homepage": "https://github.com/egulias/EmailValidator", 482 "keywords": [ 483 "email", 484 "emailvalidation", 485 "emailvalidator", 486 "validation", 487 "validator" 488 ], 489 "support": { 490 "issues": "https://github.com/egulias/EmailValidator/issues", 491 "source": "https://github.com/egulias/EmailValidator/tree/4.0.2" 492 }, 493 "funding": [ 494 { 495 "url": "https://github.com/egulias", 496 "type": "github" 497 } 498 ], 499 "time": "2023-10-06T06:47:41+00:00" 500 }, 501 { 502 "name": "ezyang/htmlpurifier", 503 "version": "v4.18.0", 504 "source": { 505 "type": "git", 506 "url": "https://github.com/ezyang/htmlpurifier.git", 507 "reference": "cb56001e54359df7ae76dc522d08845dc741621b" 508 }, 509 "dist": { 510 "type": "zip", 511 "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/cb56001e54359df7ae76dc522d08845dc741621b", 512 "reference": "cb56001e54359df7ae76dc522d08845dc741621b", 513 "shasum": "" 514 }, 515 "require": { 516 "php": "~5.6.0 || ~7.0.0 || ~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0" 517 }, 518 "require-dev": { 519 "cerdic/css-tidy": "^1.7 || ^2.0", 520 "simpletest/simpletest": "dev-master" 521 }, 522 "suggest": { 523 "cerdic/css-tidy": "If you want to use the filter 'Filter.ExtractStyleBlocks'.", 524 "ext-bcmath": "Used for unit conversion and imagecrash protection", 525 "ext-iconv": "Converts text to and from non-UTF-8 encodings", 526 "ext-tidy": "Used for pretty-printing HTML" 527 }, 528 "type": "library", 529 "autoload": { 530 "files": [ 531 "library/HTMLPurifier.composer.php" 532 ], 533 "psr-0": { 534 "HTMLPurifier": "library/" 535 }, 536 "exclude-from-classmap": [ 537 "/library/HTMLPurifier/Language/" 538 ] 539 }, 540 "notification-url": "https://packagist.org/downloads/", 541 "license": [ 542 "LGPL-2.1-or-later" 543 ], 544 "authors": [ 545 { 546 "name": "Edward Z. Yang", 547 "email": "admin@htmlpurifier.org", 548 "homepage": "http://ezyang.com" 549 } 550 ], 551 "description": "Standards compliant HTML filter written in PHP", 552 "homepage": "http://htmlpurifier.org/", 553 "keywords": [ 554 "html" 555 ], 556 "support": { 557 "issues": "https://github.com/ezyang/htmlpurifier/issues", 558 "source": "https://github.com/ezyang/htmlpurifier/tree/v4.18.0" 559 }, 560 "time": "2024-11-01T03:51:45+00:00" 561 }, 562 { 563 "name": "fig/http-message-util", 564 "version": "1.1.5", 565 "source": { 566 "type": "git", 567 "url": "https://github.com/php-fig/http-message-util.git", 568 "reference": "9d94dc0154230ac39e5bf89398b324a86f63f765" 569 }, 570 "dist": { 571 "type": "zip", 572 "url": "https://api.github.com/repos/php-fig/http-message-util/zipball/9d94dc0154230ac39e5bf89398b324a86f63f765", 573 "reference": "9d94dc0154230ac39e5bf89398b324a86f63f765", 574 "shasum": "" 575 }, 576 "require": { 577 "php": "^5.3 || ^7.0 || ^8.0" 578 }, 579 "suggest": { 580 "psr/http-message": "The package containing the PSR-7 interfaces" 581 }, 582 "type": "library", 583 "extra": { 584 "branch-alias": { 585 "dev-master": "1.1.x-dev" 586 } 587 }, 588 "autoload": { 589 "psr-4": { 590 "Fig\\Http\\Message\\": "src/" 591 } 592 }, 593 "notification-url": "https://packagist.org/downloads/", 594 "license": [ 595 "MIT" 596 ], 597 "authors": [ 598 { 599 "name": "PHP-FIG", 600 "homepage": "https://www.php-fig.org/" 601 } 602 ], 603 "description": "Utility classes and constants for use with PSR-7 (psr/http-message)", 604 "keywords": [ 605 "http", 606 "http-message", 607 "psr", 608 "psr-7", 609 "request", 610 "response" 611 ], 612 "support": { 613 "issues": "https://github.com/php-fig/http-message-util/issues", 614 "source": "https://github.com/php-fig/http-message-util/tree/1.1.5" 615 }, 616 "time": "2020-11-24T22:02:12+00:00" 617 }, 618 { 619 "name": "fisharebest/algorithm", 620 "version": "1.6.0", 621 "source": { 622 "type": "git", 623 "url": "https://github.com/fisharebest/algorithm.git", 624 "reference": "ce8cee9f8b1fe93b998d7c359f6a0e8598d9f1e7" 625 }, 626 "dist": { 627 "type": "zip", 628 "url": "https://api.github.com/repos/fisharebest/algorithm/zipball/ce8cee9f8b1fe93b998d7c359f6a0e8598d9f1e7", 629 "reference": "ce8cee9f8b1fe93b998d7c359f6a0e8598d9f1e7", 630 "shasum": "" 631 }, 632 "require": { 633 "php": ">=5.3.0" 634 }, 635 "require-dev": { 636 "php-coveralls/php-coveralls": "*", 637 "phpunit/phpunit": "4 - 9" 638 }, 639 "type": "library", 640 "autoload": { 641 "psr-4": { 642 "Fisharebest\\Algorithm\\": "src/", 643 "Fisharebest\\Tests\\Algorithm\\": "tests/" 644 } 645 }, 646 "notification-url": "https://packagist.org/downloads/", 647 "license": [ 648 "GPL-3.0-or-later" 649 ], 650 "authors": [ 651 { 652 "name": "Greg Roach", 653 "email": "greg@subaqua.co.uk", 654 "role": "Developer" 655 } 656 ], 657 "description": "Implementation of standard algorithms in PHP.", 658 "homepage": "https://github.com/fisharebest/algorithm", 659 "keywords": [ 660 "Algorithm", 661 "diff", 662 "dijkstra", 663 "myers" 664 ], 665 "support": { 666 "issues": "https://github.com/fisharebest/algorithm/issues", 667 "source": "https://github.com/fisharebest/algorithm/tree/1.6.0" 668 }, 669 "time": "2021-09-03T12:13:28+00:00" 670 }, 671 { 672 "name": "fisharebest/ext-calendar", 673 "version": "2.6.0", 674 "source": { 675 "type": "git", 676 "url": "https://github.com/fisharebest/ext-calendar.git", 677 "reference": "a1442ee2e6d0e28da16608be80a20642f52b791b" 678 }, 679 "dist": { 680 "type": "zip", 681 "url": "https://api.github.com/repos/fisharebest/ext-calendar/zipball/a1442ee2e6d0e28da16608be80a20642f52b791b", 682 "reference": "a1442ee2e6d0e28da16608be80a20642f52b791b", 683 "shasum": "" 684 }, 685 "require": { 686 "php": ">=5.3.0" 687 }, 688 "provide": { 689 "ext-calendar": "1" 690 }, 691 "require-dev": { 692 "phpunit/phpunit": "*", 693 "satooshi/php-coveralls": "*", 694 "yoast/phpunit-polyfills": "*" 695 }, 696 "type": "library", 697 "autoload": { 698 "files": [ 699 "src/shims.php" 700 ], 701 "psr-4": { 702 "Fisharebest\\ExtCalendar\\": "src/" 703 } 704 }, 705 "notification-url": "https://packagist.org/downloads/", 706 "license": [ 707 "GPL-3.0-or-later" 708 ], 709 "authors": [ 710 { 711 "name": "Greg Roach", 712 "email": "greg@subaqua.co.uk", 713 "role": "Developer" 714 } 715 ], 716 "description": "Implementation of the Arabic (Hijri), French, Gregorian, Jewish, Julian and Persian (Jalali) calendars. Also provides a replacement for the PHP ext/calendar extension.", 717 "homepage": "https://github.com/fisharebest/ext-calendar", 718 "keywords": [ 719 "Jalali", 720 "arabic", 721 "calendar", 722 "ext-calendar", 723 "french", 724 "gregorian", 725 "hebrew", 726 "hijri", 727 "jewish", 728 "julian", 729 "julian day", 730 "julian day number", 731 "persian", 732 "shamsi" 733 ], 734 "support": { 735 "issues": "https://github.com/fisharebest/ext-calendar/issues", 736 "source": "https://github.com/fisharebest/ext-calendar/tree/2.6.0" 737 }, 738 "time": "2022-05-31T16:01:21+00:00" 739 }, 740 { 741 "name": "fisharebest/localization", 742 "version": "1.17.0", 743 "source": { 744 "type": "git", 745 "url": "https://github.com/fisharebest/localization.git", 746 "reference": "ed04431fd1329191da0addb028404aa769d6b388" 747 }, 748 "dist": { 749 "type": "zip", 750 "url": "https://api.github.com/repos/fisharebest/localization/zipball/ed04431fd1329191da0addb028404aa769d6b388", 751 "reference": "ed04431fd1329191da0addb028404aa769d6b388", 752 "shasum": "" 753 }, 754 "require": { 755 "php": ">=5.3.0" 756 }, 757 "require-dev": { 758 "ext-simplexml": "*", 759 "php-coveralls/php-coveralls": "*", 760 "phpunit/phpunit": "*" 761 }, 762 "type": "library", 763 "autoload": { 764 "psr-4": { 765 "Fisharebest\\Localization\\": "src/" 766 } 767 }, 768 "notification-url": "https://packagist.org/downloads/", 769 "license": [ 770 "GPL-3.0-or-later" 771 ], 772 "authors": [ 773 { 774 "name": "Greg Roach", 775 "email": "greg@subaqua.co.uk", 776 "role": "Developer" 777 } 778 ], 779 "description": "A lightweight localization database and translation tools, with data from the CLDR, IANA, ISO, etc.", 780 "homepage": "https://github.com/fisharebest/localization", 781 "keywords": [ 782 "cldr", 783 "gettext", 784 "i18n", 785 "l10n", 786 "language", 787 "locale", 788 "localization", 789 "script", 790 "translate", 791 "translation" 792 ], 793 "support": { 794 "issues": "https://github.com/fisharebest/localization/issues", 795 "source": "https://github.com/fisharebest/localization/tree/1.17.0" 796 }, 797 "time": "2022-10-24T15:23:32+00:00" 798 }, 799 { 800 "name": "guzzlehttp/guzzle", 801 "version": "7.9.2", 802 "source": { 803 "type": "git", 804 "url": "https://github.com/guzzle/guzzle.git", 805 "reference": "d281ed313b989f213357e3be1a179f02196ac99b" 806 }, 807 "dist": { 808 "type": "zip", 809 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/d281ed313b989f213357e3be1a179f02196ac99b", 810 "reference": "d281ed313b989f213357e3be1a179f02196ac99b", 811 "shasum": "" 812 }, 813 "require": { 814 "ext-json": "*", 815 "guzzlehttp/promises": "^1.5.3 || ^2.0.3", 816 "guzzlehttp/psr7": "^2.7.0", 817 "php": "^7.2.5 || ^8.0", 818 "psr/http-client": "^1.0", 819 "symfony/deprecation-contracts": "^2.2 || ^3.0" 820 }, 821 "provide": { 822 "psr/http-client-implementation": "1.0" 823 }, 824 "require-dev": { 825 "bamarni/composer-bin-plugin": "^1.8.2", 826 "ext-curl": "*", 827 "guzzle/client-integration-tests": "3.0.2", 828 "php-http/message-factory": "^1.1", 829 "phpunit/phpunit": "^8.5.39 || ^9.6.20", 830 "psr/log": "^1.1 || ^2.0 || ^3.0" 831 }, 832 "suggest": { 833 "ext-curl": "Required for CURL handler support", 834 "ext-intl": "Required for Internationalized Domain Name (IDN) support", 835 "psr/log": "Required for using the Log middleware" 836 }, 837 "type": "library", 838 "extra": { 839 "bamarni-bin": { 840 "bin-links": true, 841 "forward-command": false 842 } 843 }, 844 "autoload": { 845 "files": [ 846 "src/functions_include.php" 847 ], 848 "psr-4": { 849 "GuzzleHttp\\": "src/" 850 } 851 }, 852 "notification-url": "https://packagist.org/downloads/", 853 "license": [ 854 "MIT" 855 ], 856 "authors": [ 857 { 858 "name": "Graham Campbell", 859 "email": "hello@gjcampbell.co.uk", 860 "homepage": "https://github.com/GrahamCampbell" 861 }, 862 { 863 "name": "Michael Dowling", 864 "email": "mtdowling@gmail.com", 865 "homepage": "https://github.com/mtdowling" 866 }, 867 { 868 "name": "Jeremy Lindblom", 869 "email": "jeremeamia@gmail.com", 870 "homepage": "https://github.com/jeremeamia" 871 }, 872 { 873 "name": "George Mponos", 874 "email": "gmponos@gmail.com", 875 "homepage": "https://github.com/gmponos" 876 }, 877 { 878 "name": "Tobias Nyholm", 879 "email": "tobias.nyholm@gmail.com", 880 "homepage": "https://github.com/Nyholm" 881 }, 882 { 883 "name": "Márk Sági-Kazár", 884 "email": "mark.sagikazar@gmail.com", 885 "homepage": "https://github.com/sagikazarmark" 886 }, 887 { 888 "name": "Tobias Schultze", 889 "email": "webmaster@tubo-world.de", 890 "homepage": "https://github.com/Tobion" 891 } 892 ], 893 "description": "Guzzle is a PHP HTTP client library", 894 "keywords": [ 895 "client", 896 "curl", 897 "framework", 898 "http", 899 "http client", 900 "psr-18", 901 "psr-7", 902 "rest", 903 "web service" 904 ], 905 "support": { 906 "issues": "https://github.com/guzzle/guzzle/issues", 907 "source": "https://github.com/guzzle/guzzle/tree/7.9.2" 908 }, 909 "funding": [ 910 { 911 "url": "https://github.com/GrahamCampbell", 912 "type": "github" 913 }, 914 { 915 "url": "https://github.com/Nyholm", 916 "type": "github" 917 }, 918 { 919 "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle", 920 "type": "tidelift" 921 } 922 ], 923 "time": "2024-07-24T11:22:20+00:00" 924 }, 925 { 926 "name": "guzzlehttp/promises", 927 "version": "2.0.4", 928 "source": { 929 "type": "git", 930 "url": "https://github.com/guzzle/promises.git", 931 "reference": "f9c436286ab2892c7db7be8c8da4ef61ccf7b455" 932 }, 933 "dist": { 934 "type": "zip", 935 "url": "https://api.github.com/repos/guzzle/promises/zipball/f9c436286ab2892c7db7be8c8da4ef61ccf7b455", 936 "reference": "f9c436286ab2892c7db7be8c8da4ef61ccf7b455", 937 "shasum": "" 938 }, 939 "require": { 940 "php": "^7.2.5 || ^8.0" 941 }, 942 "require-dev": { 943 "bamarni/composer-bin-plugin": "^1.8.2", 944 "phpunit/phpunit": "^8.5.39 || ^9.6.20" 945 }, 946 "type": "library", 947 "extra": { 948 "bamarni-bin": { 949 "bin-links": true, 950 "forward-command": false 951 } 952 }, 953 "autoload": { 954 "psr-4": { 955 "GuzzleHttp\\Promise\\": "src/" 956 } 957 }, 958 "notification-url": "https://packagist.org/downloads/", 959 "license": [ 960 "MIT" 961 ], 962 "authors": [ 963 { 964 "name": "Graham Campbell", 965 "email": "hello@gjcampbell.co.uk", 966 "homepage": "https://github.com/GrahamCampbell" 967 }, 968 { 969 "name": "Michael Dowling", 970 "email": "mtdowling@gmail.com", 971 "homepage": "https://github.com/mtdowling" 972 }, 973 { 974 "name": "Tobias Nyholm", 975 "email": "tobias.nyholm@gmail.com", 976 "homepage": "https://github.com/Nyholm" 977 }, 978 { 979 "name": "Tobias Schultze", 980 "email": "webmaster@tubo-world.de", 981 "homepage": "https://github.com/Tobion" 982 } 983 ], 984 "description": "Guzzle promises library", 985 "keywords": [ 986 "promise" 987 ], 988 "support": { 989 "issues": "https://github.com/guzzle/promises/issues", 990 "source": "https://github.com/guzzle/promises/tree/2.0.4" 991 }, 992 "funding": [ 993 { 994 "url": "https://github.com/GrahamCampbell", 995 "type": "github" 996 }, 997 { 998 "url": "https://github.com/Nyholm", 999 "type": "github" 1000 }, 1001 { 1002 "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises", 1003 "type": "tidelift" 1004 } 1005 ], 1006 "time": "2024-10-17T10:06:22+00:00" 1007 }, 1008 { 1009 "name": "guzzlehttp/psr7", 1010 "version": "2.7.0", 1011 "source": { 1012 "type": "git", 1013 "url": "https://github.com/guzzle/psr7.git", 1014 "reference": "a70f5c95fb43bc83f07c9c948baa0dc1829bf201" 1015 }, 1016 "dist": { 1017 "type": "zip", 1018 "url": "https://api.github.com/repos/guzzle/psr7/zipball/a70f5c95fb43bc83f07c9c948baa0dc1829bf201", 1019 "reference": "a70f5c95fb43bc83f07c9c948baa0dc1829bf201", 1020 "shasum": "" 1021 }, 1022 "require": { 1023 "php": "^7.2.5 || ^8.0", 1024 "psr/http-factory": "^1.0", 1025 "psr/http-message": "^1.1 || ^2.0", 1026 "ralouphie/getallheaders": "^3.0" 1027 }, 1028 "provide": { 1029 "psr/http-factory-implementation": "1.0", 1030 "psr/http-message-implementation": "1.0" 1031 }, 1032 "require-dev": { 1033 "bamarni/composer-bin-plugin": "^1.8.2", 1034 "http-interop/http-factory-tests": "0.9.0", 1035 "phpunit/phpunit": "^8.5.39 || ^9.6.20" 1036 }, 1037 "suggest": { 1038 "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses" 1039 }, 1040 "type": "library", 1041 "extra": { 1042 "bamarni-bin": { 1043 "bin-links": true, 1044 "forward-command": false 1045 } 1046 }, 1047 "autoload": { 1048 "psr-4": { 1049 "GuzzleHttp\\Psr7\\": "src/" 1050 } 1051 }, 1052 "notification-url": "https://packagist.org/downloads/", 1053 "license": [ 1054 "MIT" 1055 ], 1056 "authors": [ 1057 { 1058 "name": "Graham Campbell", 1059 "email": "hello@gjcampbell.co.uk", 1060 "homepage": "https://github.com/GrahamCampbell" 1061 }, 1062 { 1063 "name": "Michael Dowling", 1064 "email": "mtdowling@gmail.com", 1065 "homepage": "https://github.com/mtdowling" 1066 }, 1067 { 1068 "name": "George Mponos", 1069 "email": "gmponos@gmail.com", 1070 "homepage": "https://github.com/gmponos" 1071 }, 1072 { 1073 "name": "Tobias Nyholm", 1074 "email": "tobias.nyholm@gmail.com", 1075 "homepage": "https://github.com/Nyholm" 1076 }, 1077 { 1078 "name": "Márk Sági-Kazár", 1079 "email": "mark.sagikazar@gmail.com", 1080 "homepage": "https://github.com/sagikazarmark" 1081 }, 1082 { 1083 "name": "Tobias Schultze", 1084 "email": "webmaster@tubo-world.de", 1085 "homepage": "https://github.com/Tobion" 1086 }, 1087 { 1088 "name": "Márk Sági-Kazár", 1089 "email": "mark.sagikazar@gmail.com", 1090 "homepage": "https://sagikazarmark.hu" 1091 } 1092 ], 1093 "description": "PSR-7 message implementation that also provides common utility methods", 1094 "keywords": [ 1095 "http", 1096 "message", 1097 "psr-7", 1098 "request", 1099 "response", 1100 "stream", 1101 "uri", 1102 "url" 1103 ], 1104 "support": { 1105 "issues": "https://github.com/guzzle/psr7/issues", 1106 "source": "https://github.com/guzzle/psr7/tree/2.7.0" 1107 }, 1108 "funding": [ 1109 { 1110 "url": "https://github.com/GrahamCampbell", 1111 "type": "github" 1112 }, 1113 { 1114 "url": "https://github.com/Nyholm", 1115 "type": "github" 1116 }, 1117 { 1118 "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7", 1119 "type": "tidelift" 1120 } 1121 ], 1122 "time": "2024-07-18T11:15:46+00:00" 1123 }, 1124 { 1125 "name": "illuminate/collections", 1126 "version": "v11.30.0", 1127 "source": { 1128 "type": "git", 1129 "url": "https://github.com/illuminate/collections.git", 1130 "reference": "2d99ccbb19e34450508ff3ab2f62ba90aa2e9793" 1131 }, 1132 "dist": { 1133 "type": "zip", 1134 "url": "https://api.github.com/repos/illuminate/collections/zipball/2d99ccbb19e34450508ff3ab2f62ba90aa2e9793", 1135 "reference": "2d99ccbb19e34450508ff3ab2f62ba90aa2e9793", 1136 "shasum": "" 1137 }, 1138 "require": { 1139 "illuminate/conditionable": "^11.0", 1140 "illuminate/contracts": "^11.0", 1141 "illuminate/macroable": "^11.0", 1142 "php": "^8.2" 1143 }, 1144 "suggest": { 1145 "symfony/var-dumper": "Required to use the dump method (^7.0)." 1146 }, 1147 "type": "library", 1148 "extra": { 1149 "branch-alias": { 1150 "dev-master": "11.x-dev" 1151 } 1152 }, 1153 "autoload": { 1154 "files": [ 1155 "helpers.php" 1156 ], 1157 "psr-4": { 1158 "Illuminate\\Support\\": "" 1159 } 1160 }, 1161 "notification-url": "https://packagist.org/downloads/", 1162 "license": [ 1163 "MIT" 1164 ], 1165 "authors": [ 1166 { 1167 "name": "Taylor Otwell", 1168 "email": "taylor@laravel.com" 1169 } 1170 ], 1171 "description": "The Illuminate Collections package.", 1172 "homepage": "https://laravel.com", 1173 "support": { 1174 "issues": "https://github.com/laravel/framework/issues", 1175 "source": "https://github.com/laravel/framework" 1176 }, 1177 "time": "2024-10-10T19:23:07+00:00" 1178 }, 1179 { 1180 "name": "illuminate/conditionable", 1181 "version": "v11.30.0", 1182 "source": { 1183 "type": "git", 1184 "url": "https://github.com/illuminate/conditionable.git", 1185 "reference": "362dd761b9920367bca1427a902158225e9e3a23" 1186 }, 1187 "dist": { 1188 "type": "zip", 1189 "url": "https://api.github.com/repos/illuminate/conditionable/zipball/362dd761b9920367bca1427a902158225e9e3a23", 1190 "reference": "362dd761b9920367bca1427a902158225e9e3a23", 1191 "shasum": "" 1192 }, 1193 "require": { 1194 "php": "^8.0.2" 1195 }, 1196 "type": "library", 1197 "extra": { 1198 "branch-alias": { 1199 "dev-master": "11.x-dev" 1200 } 1201 }, 1202 "autoload": { 1203 "psr-4": { 1204 "Illuminate\\Support\\": "" 1205 } 1206 }, 1207 "notification-url": "https://packagist.org/downloads/", 1208 "license": [ 1209 "MIT" 1210 ], 1211 "authors": [ 1212 { 1213 "name": "Taylor Otwell", 1214 "email": "taylor@laravel.com" 1215 } 1216 ], 1217 "description": "The Illuminate Conditionable package.", 1218 "homepage": "https://laravel.com", 1219 "support": { 1220 "issues": "https://github.com/laravel/framework/issues", 1221 "source": "https://github.com/laravel/framework" 1222 }, 1223 "time": "2024-06-28T20:10:30+00:00" 1224 }, 1225 { 1226 "name": "illuminate/container", 1227 "version": "v11.30.0", 1228 "source": { 1229 "type": "git", 1230 "url": "https://github.com/illuminate/container.git", 1231 "reference": "06dfc614aff58384b28ba5ad191f6a02d6b192cb" 1232 }, 1233 "dist": { 1234 "type": "zip", 1235 "url": "https://api.github.com/repos/illuminate/container/zipball/06dfc614aff58384b28ba5ad191f6a02d6b192cb", 1236 "reference": "06dfc614aff58384b28ba5ad191f6a02d6b192cb", 1237 "shasum": "" 1238 }, 1239 "require": { 1240 "illuminate/contracts": "^11.0", 1241 "php": "^8.2", 1242 "psr/container": "^1.1.1|^2.0.1" 1243 }, 1244 "provide": { 1245 "psr/container-implementation": "1.1|2.0" 1246 }, 1247 "type": "library", 1248 "extra": { 1249 "branch-alias": { 1250 "dev-master": "11.x-dev" 1251 } 1252 }, 1253 "autoload": { 1254 "psr-4": { 1255 "Illuminate\\Container\\": "" 1256 } 1257 }, 1258 "notification-url": "https://packagist.org/downloads/", 1259 "license": [ 1260 "MIT" 1261 ], 1262 "authors": [ 1263 { 1264 "name": "Taylor Otwell", 1265 "email": "taylor@laravel.com" 1266 } 1267 ], 1268 "description": "The Illuminate Container package.", 1269 "homepage": "https://laravel.com", 1270 "support": { 1271 "issues": "https://github.com/laravel/framework/issues", 1272 "source": "https://github.com/laravel/framework" 1273 }, 1274 "time": "2024-10-11T15:30:11+00:00" 1275 }, 1276 { 1277 "name": "illuminate/contracts", 1278 "version": "v11.30.0", 1279 "source": { 1280 "type": "git", 1281 "url": "https://github.com/illuminate/contracts.git", 1282 "reference": "56312862af937bd6da8e6dc8bbd88188dfb478f8" 1283 }, 1284 "dist": { 1285 "type": "zip", 1286 "url": "https://api.github.com/repos/illuminate/contracts/zipball/56312862af937bd6da8e6dc8bbd88188dfb478f8", 1287 "reference": "56312862af937bd6da8e6dc8bbd88188dfb478f8", 1288 "shasum": "" 1289 }, 1290 "require": { 1291 "php": "^8.2", 1292 "psr/container": "^1.1.1|^2.0.1", 1293 "psr/simple-cache": "^1.0|^2.0|^3.0" 1294 }, 1295 "type": "library", 1296 "extra": { 1297 "branch-alias": { 1298 "dev-master": "11.x-dev" 1299 } 1300 }, 1301 "autoload": { 1302 "psr-4": { 1303 "Illuminate\\Contracts\\": "" 1304 } 1305 }, 1306 "notification-url": "https://packagist.org/downloads/", 1307 "license": [ 1308 "MIT" 1309 ], 1310 "authors": [ 1311 { 1312 "name": "Taylor Otwell", 1313 "email": "taylor@laravel.com" 1314 } 1315 ], 1316 "description": "The Illuminate Contracts package.", 1317 "homepage": "https://laravel.com", 1318 "support": { 1319 "issues": "https://github.com/laravel/framework/issues", 1320 "source": "https://github.com/laravel/framework" 1321 }, 1322 "time": "2024-09-22T15:08:08+00:00" 1323 }, 1324 { 1325 "name": "illuminate/database", 1326 "version": "v11.30.0", 1327 "source": { 1328 "type": "git", 1329 "url": "https://github.com/illuminate/database.git", 1330 "reference": "29500e97a251419a6e42aeebe4c07ccb174af5b3" 1331 }, 1332 "dist": { 1333 "type": "zip", 1334 "url": "https://api.github.com/repos/illuminate/database/zipball/29500e97a251419a6e42aeebe4c07ccb174af5b3", 1335 "reference": "29500e97a251419a6e42aeebe4c07ccb174af5b3", 1336 "shasum": "" 1337 }, 1338 "require": { 1339 "brick/math": "^0.9.3|^0.10.2|^0.11|^0.12", 1340 "ext-pdo": "*", 1341 "illuminate/collections": "^11.0", 1342 "illuminate/container": "^11.0", 1343 "illuminate/contracts": "^11.0", 1344 "illuminate/macroable": "^11.0", 1345 "illuminate/support": "^11.0", 1346 "php": "^8.2" 1347 }, 1348 "suggest": { 1349 "ext-filter": "Required to use the Postgres database driver.", 1350 "fakerphp/faker": "Required to use the eloquent factory builder (^1.21).", 1351 "illuminate/console": "Required to use the database commands (^11.0).", 1352 "illuminate/events": "Required to use the observers with Eloquent (^11.0).", 1353 "illuminate/filesystem": "Required to use the migrations (^11.0).", 1354 "illuminate/pagination": "Required to paginate the result set (^11.0).", 1355 "laravel/serializable-closure": "Required to handle circular references in model serialization (^1.3).", 1356 "symfony/finder": "Required to use Eloquent model factories (^7.0)." 1357 }, 1358 "type": "library", 1359 "extra": { 1360 "branch-alias": { 1361 "dev-master": "11.x-dev" 1362 } 1363 }, 1364 "autoload": { 1365 "psr-4": { 1366 "Illuminate\\Database\\": "" 1367 } 1368 }, 1369 "notification-url": "https://packagist.org/downloads/", 1370 "license": [ 1371 "MIT" 1372 ], 1373 "authors": [ 1374 { 1375 "name": "Taylor Otwell", 1376 "email": "taylor@laravel.com" 1377 } 1378 ], 1379 "description": "The Illuminate Database package.", 1380 "homepage": "https://laravel.com", 1381 "keywords": [ 1382 "database", 1383 "laravel", 1384 "orm", 1385 "sql" 1386 ], 1387 "support": { 1388 "issues": "https://github.com/laravel/framework/issues", 1389 "source": "https://github.com/laravel/framework" 1390 }, 1391 "time": "2024-10-29T20:30:27+00:00" 1392 }, 1393 { 1394 "name": "illuminate/macroable", 1395 "version": "v11.30.0", 1396 "source": { 1397 "type": "git", 1398 "url": "https://github.com/illuminate/macroable.git", 1399 "reference": "e1cb9e51b9ed5d3c9bc1ab431d0a52fe42a990ed" 1400 }, 1401 "dist": { 1402 "type": "zip", 1403 "url": "https://api.github.com/repos/illuminate/macroable/zipball/e1cb9e51b9ed5d3c9bc1ab431d0a52fe42a990ed", 1404 "reference": "e1cb9e51b9ed5d3c9bc1ab431d0a52fe42a990ed", 1405 "shasum": "" 1406 }, 1407 "require": { 1408 "php": "^8.2" 1409 }, 1410 "type": "library", 1411 "extra": { 1412 "branch-alias": { 1413 "dev-master": "11.x-dev" 1414 } 1415 }, 1416 "autoload": { 1417 "psr-4": { 1418 "Illuminate\\Support\\": "" 1419 } 1420 }, 1421 "notification-url": "https://packagist.org/downloads/", 1422 "license": [ 1423 "MIT" 1424 ], 1425 "authors": [ 1426 { 1427 "name": "Taylor Otwell", 1428 "email": "taylor@laravel.com" 1429 } 1430 ], 1431 "description": "The Illuminate Macroable package.", 1432 "homepage": "https://laravel.com", 1433 "support": { 1434 "issues": "https://github.com/laravel/framework/issues", 1435 "source": "https://github.com/laravel/framework" 1436 }, 1437 "time": "2024-06-28T20:10:30+00:00" 1438 }, 1439 { 1440 "name": "illuminate/support", 1441 "version": "v11.30.0", 1442 "source": { 1443 "type": "git", 1444 "url": "https://github.com/illuminate/support.git", 1445 "reference": "69453485fa4c76589b5a1a98ebef0e8fee749220" 1446 }, 1447 "dist": { 1448 "type": "zip", 1449 "url": "https://api.github.com/repos/illuminate/support/zipball/69453485fa4c76589b5a1a98ebef0e8fee749220", 1450 "reference": "69453485fa4c76589b5a1a98ebef0e8fee749220", 1451 "shasum": "" 1452 }, 1453 "require": { 1454 "doctrine/inflector": "^2.0", 1455 "ext-ctype": "*", 1456 "ext-filter": "*", 1457 "ext-mbstring": "*", 1458 "illuminate/collections": "^11.0", 1459 "illuminate/conditionable": "^11.0", 1460 "illuminate/contracts": "^11.0", 1461 "illuminate/macroable": "^11.0", 1462 "nesbot/carbon": "^2.72.2|^3.0", 1463 "php": "^8.2", 1464 "voku/portable-ascii": "^2.0" 1465 }, 1466 "conflict": { 1467 "tightenco/collect": "<5.5.33" 1468 }, 1469 "replace": { 1470 "spatie/once": "*" 1471 }, 1472 "suggest": { 1473 "illuminate/filesystem": "Required to use the composer class (^11.0).", 1474 "laravel/serializable-closure": "Required to use the once function (^1.3).", 1475 "league/commonmark": "Required to use Str::markdown() and Stringable::markdown() (^2.0.2).", 1476 "ramsey/uuid": "Required to use Str::uuid() (^4.7).", 1477 "symfony/process": "Required to use the composer class (^7.0).", 1478 "symfony/uid": "Required to use Str::ulid() (^7.0).", 1479 "symfony/var-dumper": "Required to use the dd function (^7.0).", 1480 "vlucas/phpdotenv": "Required to use the Env class and env helper (^5.4.1)." 1481 }, 1482 "type": "library", 1483 "extra": { 1484 "branch-alias": { 1485 "dev-master": "11.x-dev" 1486 } 1487 }, 1488 "autoload": { 1489 "files": [ 1490 "functions.php", 1491 "helpers.php" 1492 ], 1493 "psr-4": { 1494 "Illuminate\\Support\\": "" 1495 } 1496 }, 1497 "notification-url": "https://packagist.org/downloads/", 1498 "license": [ 1499 "MIT" 1500 ], 1501 "authors": [ 1502 { 1503 "name": "Taylor Otwell", 1504 "email": "taylor@laravel.com" 1505 } 1506 ], 1507 "description": "The Illuminate Support package.", 1508 "homepage": "https://laravel.com", 1509 "support": { 1510 "issues": "https://github.com/laravel/framework/issues", 1511 "source": "https://github.com/laravel/framework" 1512 }, 1513 "time": "2024-10-29T20:21:52+00:00" 1514 }, 1515 { 1516 "name": "intervention/gif", 1517 "version": "4.2.0", 1518 "source": { 1519 "type": "git", 1520 "url": "https://github.com/Intervention/gif.git", 1521 "reference": "42c131a31b93c440ad49061b599fa218f06f93be" 1522 }, 1523 "dist": { 1524 "type": "zip", 1525 "url": "https://api.github.com/repos/Intervention/gif/zipball/42c131a31b93c440ad49061b599fa218f06f93be", 1526 "reference": "42c131a31b93c440ad49061b599fa218f06f93be", 1527 "shasum": "" 1528 }, 1529 "require": { 1530 "php": "^8.1" 1531 }, 1532 "require-dev": { 1533 "phpstan/phpstan": "^1", 1534 "phpunit/phpunit": "^10.0", 1535 "slevomat/coding-standard": "~8.0", 1536 "squizlabs/php_codesniffer": "^3.8" 1537 }, 1538 "type": "library", 1539 "autoload": { 1540 "psr-4": { 1541 "Intervention\\Gif\\": "src" 1542 } 1543 }, 1544 "notification-url": "https://packagist.org/downloads/", 1545 "license": [ 1546 "MIT" 1547 ], 1548 "authors": [ 1549 { 1550 "name": "Oliver Vogel", 1551 "email": "oliver@intervention.io", 1552 "homepage": "https://intervention.io/" 1553 } 1554 ], 1555 "description": "Native PHP GIF Encoder/Decoder", 1556 "homepage": "https://github.com/intervention/gif", 1557 "keywords": [ 1558 "animation", 1559 "gd", 1560 "gif", 1561 "image" 1562 ], 1563 "support": { 1564 "issues": "https://github.com/Intervention/gif/issues", 1565 "source": "https://github.com/Intervention/gif/tree/4.2.0" 1566 }, 1567 "funding": [ 1568 { 1569 "url": "https://paypal.me/interventionio", 1570 "type": "custom" 1571 }, 1572 { 1573 "url": "https://github.com/Intervention", 1574 "type": "github" 1575 }, 1576 { 1577 "url": "https://ko-fi.com/interventionphp", 1578 "type": "ko_fi" 1579 } 1580 ], 1581 "time": "2024-09-20T13:35:02+00:00" 1582 }, 1583 { 1584 "name": "intervention/image", 1585 "version": "3.9.1", 1586 "source": { 1587 "type": "git", 1588 "url": "https://github.com/Intervention/image.git", 1589 "reference": "b496d1f6b9f812f96166623358dfcafb8c3b1683" 1590 }, 1591 "dist": { 1592 "type": "zip", 1593 "url": "https://api.github.com/repos/Intervention/image/zipball/b496d1f6b9f812f96166623358dfcafb8c3b1683", 1594 "reference": "b496d1f6b9f812f96166623358dfcafb8c3b1683", 1595 "shasum": "" 1596 }, 1597 "require": { 1598 "ext-mbstring": "*", 1599 "intervention/gif": "^4.2", 1600 "php": "^8.1" 1601 }, 1602 "require-dev": { 1603 "mockery/mockery": "^1.6", 1604 "phpstan/phpstan": "^1", 1605 "phpunit/phpunit": "^10.0", 1606 "slevomat/coding-standard": "~8.0", 1607 "squizlabs/php_codesniffer": "^3.8" 1608 }, 1609 "suggest": { 1610 "ext-exif": "Recommended to be able to read EXIF data properly." 1611 }, 1612 "type": "library", 1613 "autoload": { 1614 "psr-4": { 1615 "Intervention\\Image\\": "src" 1616 } 1617 }, 1618 "notification-url": "https://packagist.org/downloads/", 1619 "license": [ 1620 "MIT" 1621 ], 1622 "authors": [ 1623 { 1624 "name": "Oliver Vogel", 1625 "email": "oliver@intervention.io", 1626 "homepage": "https://intervention.io/" 1627 } 1628 ], 1629 "description": "PHP image manipulation", 1630 "homepage": "https://image.intervention.io/", 1631 "keywords": [ 1632 "gd", 1633 "image", 1634 "imagick", 1635 "resize", 1636 "thumbnail", 1637 "watermark" 1638 ], 1639 "support": { 1640 "issues": "https://github.com/Intervention/image/issues", 1641 "source": "https://github.com/Intervention/image/tree/3.9.1" 1642 }, 1643 "funding": [ 1644 { 1645 "url": "https://paypal.me/interventionio", 1646 "type": "custom" 1647 }, 1648 { 1649 "url": "https://github.com/Intervention", 1650 "type": "github" 1651 }, 1652 { 1653 "url": "https://ko-fi.com/interventionphp", 1654 "type": "ko_fi" 1655 } 1656 ], 1657 "time": "2024-10-27T10:15:54+00:00" 1658 }, 1659 { 1660 "name": "io-developer/php-whois", 1661 "version": "4.1.10", 1662 "source": { 1663 "type": "git", 1664 "url": "https://github.com/io-developer/php-whois.git", 1665 "reference": "ea4cf52832fe8ff56fc4937138467819aa2829c1" 1666 }, 1667 "dist": { 1668 "type": "zip", 1669 "url": "https://api.github.com/repos/io-developer/php-whois/zipball/ea4cf52832fe8ff56fc4937138467819aa2829c1", 1670 "reference": "ea4cf52832fe8ff56fc4937138467819aa2829c1", 1671 "shasum": "" 1672 }, 1673 "require": { 1674 "ext-curl": "*", 1675 "ext-json": "*", 1676 "ext-mbstring": "*", 1677 "php": ">=7.2", 1678 "symfony/polyfill-intl-idn": "^1.27" 1679 }, 1680 "require-dev": { 1681 "phpunit/phpunit": "^8.0" 1682 }, 1683 "type": "library", 1684 "autoload": { 1685 "psr-4": { 1686 "Iodev\\": "src/Iodev/" 1687 } 1688 }, 1689 "notification-url": "https://packagist.org/downloads/", 1690 "license": [ 1691 "MIT" 1692 ], 1693 "authors": [ 1694 { 1695 "name": "Sergey Sedyshev", 1696 "email": "i.o.developer@gmail.com", 1697 "homepage": "https://github.com/io-developer" 1698 } 1699 ], 1700 "description": "PHP WHOIS provides parsed and raw whois lookup of domains and ASN routes. PHP 5.4+ and 7+ compatible ", 1701 "homepage": "https://github.com/io-developer/php-whois", 1702 "keywords": [ 1703 "asn", 1704 "domain", 1705 "info", 1706 "lookup", 1707 "parser", 1708 "php", 1709 "query", 1710 "routes", 1711 "tld", 1712 "whois", 1713 "црщшы" 1714 ], 1715 "support": { 1716 "issues": "https://github.com/io-developer/php-whois/issues", 1717 "source": "https://github.com/io-developer/php-whois/tree/4.1.10" 1718 }, 1719 "time": "2023-01-25T14:42:45+00:00" 1720 }, 1721 { 1722 "name": "league/commonmark", 1723 "version": "2.5.3", 1724 "source": { 1725 "type": "git", 1726 "url": "https://github.com/thephpleague/commonmark.git", 1727 "reference": "b650144166dfa7703e62a22e493b853b58d874b0" 1728 }, 1729 "dist": { 1730 "type": "zip", 1731 "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/b650144166dfa7703e62a22e493b853b58d874b0", 1732 "reference": "b650144166dfa7703e62a22e493b853b58d874b0", 1733 "shasum": "" 1734 }, 1735 "require": { 1736 "ext-mbstring": "*", 1737 "league/config": "^1.1.1", 1738 "php": "^7.4 || ^8.0", 1739 "psr/event-dispatcher": "^1.0", 1740 "symfony/deprecation-contracts": "^2.1 || ^3.0", 1741 "symfony/polyfill-php80": "^1.16" 1742 }, 1743 "require-dev": { 1744 "cebe/markdown": "^1.0", 1745 "commonmark/cmark": "0.31.1", 1746 "commonmark/commonmark.js": "0.31.1", 1747 "composer/package-versions-deprecated": "^1.8", 1748 "embed/embed": "^4.4", 1749 "erusev/parsedown": "^1.0", 1750 "ext-json": "*", 1751 "github/gfm": "0.29.0", 1752 "michelf/php-markdown": "^1.4 || ^2.0", 1753 "nyholm/psr7": "^1.5", 1754 "phpstan/phpstan": "^1.8.2", 1755 "phpunit/phpunit": "^9.5.21 || ^10.5.9 || ^11.0.0", 1756 "scrutinizer/ocular": "^1.8.1", 1757 "symfony/finder": "^5.3 | ^6.0 || ^7.0", 1758 "symfony/yaml": "^2.3 | ^3.0 | ^4.0 | ^5.0 | ^6.0 || ^7.0", 1759 "unleashedtech/php-coding-standard": "^3.1.1", 1760 "vimeo/psalm": "^4.24.0 || ^5.0.0" 1761 }, 1762 "suggest": { 1763 "symfony/yaml": "v2.3+ required if using the Front Matter extension" 1764 }, 1765 "type": "library", 1766 "extra": { 1767 "branch-alias": { 1768 "dev-main": "2.6-dev" 1769 } 1770 }, 1771 "autoload": { 1772 "psr-4": { 1773 "League\\CommonMark\\": "src" 1774 } 1775 }, 1776 "notification-url": "https://packagist.org/downloads/", 1777 "license": [ 1778 "BSD-3-Clause" 1779 ], 1780 "authors": [ 1781 { 1782 "name": "Colin O'Dell", 1783 "email": "colinodell@gmail.com", 1784 "homepage": "https://www.colinodell.com", 1785 "role": "Lead Developer" 1786 } 1787 ], 1788 "description": "Highly-extensible PHP Markdown parser which fully supports the CommonMark spec and GitHub-Flavored Markdown (GFM)", 1789 "homepage": "https://commonmark.thephpleague.com", 1790 "keywords": [ 1791 "commonmark", 1792 "flavored", 1793 "gfm", 1794 "github", 1795 "github-flavored", 1796 "markdown", 1797 "md", 1798 "parser" 1799 ], 1800 "support": { 1801 "docs": "https://commonmark.thephpleague.com/", 1802 "forum": "https://github.com/thephpleague/commonmark/discussions", 1803 "issues": "https://github.com/thephpleague/commonmark/issues", 1804 "rss": "https://github.com/thephpleague/commonmark/releases.atom", 1805 "source": "https://github.com/thephpleague/commonmark" 1806 }, 1807 "funding": [ 1808 { 1809 "url": "https://www.colinodell.com/sponsor", 1810 "type": "custom" 1811 }, 1812 { 1813 "url": "https://www.paypal.me/colinpodell/10.00", 1814 "type": "custom" 1815 }, 1816 { 1817 "url": "https://github.com/colinodell", 1818 "type": "github" 1819 }, 1820 { 1821 "url": "https://tidelift.com/funding/github/packagist/league/commonmark", 1822 "type": "tidelift" 1823 } 1824 ], 1825 "time": "2024-08-16T11:46:16+00:00" 1826 }, 1827 { 1828 "name": "league/config", 1829 "version": "v1.2.0", 1830 "source": { 1831 "type": "git", 1832 "url": "https://github.com/thephpleague/config.git", 1833 "reference": "754b3604fb2984c71f4af4a9cbe7b57f346ec1f3" 1834 }, 1835 "dist": { 1836 "type": "zip", 1837 "url": "https://api.github.com/repos/thephpleague/config/zipball/754b3604fb2984c71f4af4a9cbe7b57f346ec1f3", 1838 "reference": "754b3604fb2984c71f4af4a9cbe7b57f346ec1f3", 1839 "shasum": "" 1840 }, 1841 "require": { 1842 "dflydev/dot-access-data": "^3.0.1", 1843 "nette/schema": "^1.2", 1844 "php": "^7.4 || ^8.0" 1845 }, 1846 "require-dev": { 1847 "phpstan/phpstan": "^1.8.2", 1848 "phpunit/phpunit": "^9.5.5", 1849 "scrutinizer/ocular": "^1.8.1", 1850 "unleashedtech/php-coding-standard": "^3.1", 1851 "vimeo/psalm": "^4.7.3" 1852 }, 1853 "type": "library", 1854 "extra": { 1855 "branch-alias": { 1856 "dev-main": "1.2-dev" 1857 } 1858 }, 1859 "autoload": { 1860 "psr-4": { 1861 "League\\Config\\": "src" 1862 } 1863 }, 1864 "notification-url": "https://packagist.org/downloads/", 1865 "license": [ 1866 "BSD-3-Clause" 1867 ], 1868 "authors": [ 1869 { 1870 "name": "Colin O'Dell", 1871 "email": "colinodell@gmail.com", 1872 "homepage": "https://www.colinodell.com", 1873 "role": "Lead Developer" 1874 } 1875 ], 1876 "description": "Define configuration arrays with strict schemas and access values with dot notation", 1877 "homepage": "https://config.thephpleague.com", 1878 "keywords": [ 1879 "array", 1880 "config", 1881 "configuration", 1882 "dot", 1883 "dot-access", 1884 "nested", 1885 "schema" 1886 ], 1887 "support": { 1888 "docs": "https://config.thephpleague.com/", 1889 "issues": "https://github.com/thephpleague/config/issues", 1890 "rss": "https://github.com/thephpleague/config/releases.atom", 1891 "source": "https://github.com/thephpleague/config" 1892 }, 1893 "funding": [ 1894 { 1895 "url": "https://www.colinodell.com/sponsor", 1896 "type": "custom" 1897 }, 1898 { 1899 "url": "https://www.paypal.me/colinpodell/10.00", 1900 "type": "custom" 1901 }, 1902 { 1903 "url": "https://github.com/colinodell", 1904 "type": "github" 1905 } 1906 ], 1907 "time": "2022-12-11T20:36:23+00:00" 1908 }, 1909 { 1910 "name": "league/flysystem", 1911 "version": "3.29.1", 1912 "source": { 1913 "type": "git", 1914 "url": "https://github.com/thephpleague/flysystem.git", 1915 "reference": "edc1bb7c86fab0776c3287dbd19b5fa278347319" 1916 }, 1917 "dist": { 1918 "type": "zip", 1919 "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/edc1bb7c86fab0776c3287dbd19b5fa278347319", 1920 "reference": "edc1bb7c86fab0776c3287dbd19b5fa278347319", 1921 "shasum": "" 1922 }, 1923 "require": { 1924 "league/flysystem-local": "^3.0.0", 1925 "league/mime-type-detection": "^1.0.0", 1926 "php": "^8.0.2" 1927 }, 1928 "conflict": { 1929 "async-aws/core": "<1.19.0", 1930 "async-aws/s3": "<1.14.0", 1931 "aws/aws-sdk-php": "3.209.31 || 3.210.0", 1932 "guzzlehttp/guzzle": "<7.0", 1933 "guzzlehttp/ringphp": "<1.1.1", 1934 "phpseclib/phpseclib": "3.0.15", 1935 "symfony/http-client": "<5.2" 1936 }, 1937 "require-dev": { 1938 "async-aws/s3": "^1.5 || ^2.0", 1939 "async-aws/simple-s3": "^1.1 || ^2.0", 1940 "aws/aws-sdk-php": "^3.295.10", 1941 "composer/semver": "^3.0", 1942 "ext-fileinfo": "*", 1943 "ext-ftp": "*", 1944 "ext-mongodb": "^1.3", 1945 "ext-zip": "*", 1946 "friendsofphp/php-cs-fixer": "^3.5", 1947 "google/cloud-storage": "^1.23", 1948 "guzzlehttp/psr7": "^2.6", 1949 "microsoft/azure-storage-blob": "^1.1", 1950 "mongodb/mongodb": "^1.2", 1951 "phpseclib/phpseclib": "^3.0.36", 1952 "phpstan/phpstan": "^1.10", 1953 "phpunit/phpunit": "^9.5.11|^10.0", 1954 "sabre/dav": "^4.6.0" 1955 }, 1956 "type": "library", 1957 "autoload": { 1958 "psr-4": { 1959 "League\\Flysystem\\": "src" 1960 } 1961 }, 1962 "notification-url": "https://packagist.org/downloads/", 1963 "license": [ 1964 "MIT" 1965 ], 1966 "authors": [ 1967 { 1968 "name": "Frank de Jonge", 1969 "email": "info@frankdejonge.nl" 1970 } 1971 ], 1972 "description": "File storage abstraction for PHP", 1973 "keywords": [ 1974 "WebDAV", 1975 "aws", 1976 "cloud", 1977 "file", 1978 "files", 1979 "filesystem", 1980 "filesystems", 1981 "ftp", 1982 "s3", 1983 "sftp", 1984 "storage" 1985 ], 1986 "support": { 1987 "issues": "https://github.com/thephpleague/flysystem/issues", 1988 "source": "https://github.com/thephpleague/flysystem/tree/3.29.1" 1989 }, 1990 "time": "2024-10-08T08:58:34+00:00" 1991 }, 1992 { 1993 "name": "league/flysystem-local", 1994 "version": "3.29.0", 1995 "source": { 1996 "type": "git", 1997 "url": "https://github.com/thephpleague/flysystem-local.git", 1998 "reference": "e0e8d52ce4b2ed154148453d321e97c8e931bd27" 1999 }, 2000 "dist": { 2001 "type": "zip", 2002 "url": "https://api.github.com/repos/thephpleague/flysystem-local/zipball/e0e8d52ce4b2ed154148453d321e97c8e931bd27", 2003 "reference": "e0e8d52ce4b2ed154148453d321e97c8e931bd27", 2004 "shasum": "" 2005 }, 2006 "require": { 2007 "ext-fileinfo": "*", 2008 "league/flysystem": "^3.0.0", 2009 "league/mime-type-detection": "^1.0.0", 2010 "php": "^8.0.2" 2011 }, 2012 "type": "library", 2013 "autoload": { 2014 "psr-4": { 2015 "League\\Flysystem\\Local\\": "" 2016 } 2017 }, 2018 "notification-url": "https://packagist.org/downloads/", 2019 "license": [ 2020 "MIT" 2021 ], 2022 "authors": [ 2023 { 2024 "name": "Frank de Jonge", 2025 "email": "info@frankdejonge.nl" 2026 } 2027 ], 2028 "description": "Local filesystem adapter for Flysystem.", 2029 "keywords": [ 2030 "Flysystem", 2031 "file", 2032 "files", 2033 "filesystem", 2034 "local" 2035 ], 2036 "support": { 2037 "source": "https://github.com/thephpleague/flysystem-local/tree/3.29.0" 2038 }, 2039 "time": "2024-08-09T21:24:39+00:00" 2040 }, 2041 { 2042 "name": "league/flysystem-path-prefixing", 2043 "version": "3.28.0", 2044 "source": { 2045 "type": "git", 2046 "url": "https://github.com/thephpleague/flysystem-path-prefixing.git", 2047 "reference": "fe187456d824b288672b89d1b32b2d78975bb934" 2048 }, 2049 "dist": { 2050 "type": "zip", 2051 "url": "https://api.github.com/repos/thephpleague/flysystem-path-prefixing/zipball/fe187456d824b288672b89d1b32b2d78975bb934", 2052 "reference": "fe187456d824b288672b89d1b32b2d78975bb934", 2053 "shasum": "" 2054 }, 2055 "require": { 2056 "league/flysystem": "^3.10.0", 2057 "php": "^8.0.2" 2058 }, 2059 "type": "library", 2060 "autoload": { 2061 "psr-4": { 2062 "League\\Flysystem\\PathPrefixing\\": "" 2063 } 2064 }, 2065 "notification-url": "https://packagist.org/downloads/", 2066 "license": [ 2067 "MIT" 2068 ], 2069 "authors": [ 2070 { 2071 "name": "Frank de Jonge", 2072 "email": "info@frankdejonge.nl" 2073 } 2074 ], 2075 "description": "Path prefixing filesystem adapter for Flysystem.", 2076 "keywords": [ 2077 "Flysystem", 2078 "filesystem", 2079 "prefix", 2080 "prefixing" 2081 ], 2082 "support": { 2083 "source": "https://github.com/thephpleague/flysystem-path-prefixing/tree/3.28.0" 2084 }, 2085 "time": "2024-05-06T20:05:52+00:00" 2086 }, 2087 { 2088 "name": "league/flysystem-ziparchive", 2089 "version": "3.29.0", 2090 "source": { 2091 "type": "git", 2092 "url": "https://github.com/thephpleague/flysystem-ziparchive.git", 2093 "reference": "7f1a2c5655be4c6e0d45574153bb5753c8afa4b7" 2094 }, 2095 "dist": { 2096 "type": "zip", 2097 "url": "https://api.github.com/repos/thephpleague/flysystem-ziparchive/zipball/7f1a2c5655be4c6e0d45574153bb5753c8afa4b7", 2098 "reference": "7f1a2c5655be4c6e0d45574153bb5753c8afa4b7", 2099 "shasum": "" 2100 }, 2101 "require": { 2102 "ext-zip": "*", 2103 "league/flysystem": "^3.0.0", 2104 "league/mime-type-detection": "^1.0.0", 2105 "php": "^8.0.2" 2106 }, 2107 "type": "library", 2108 "autoload": { 2109 "psr-4": { 2110 "League\\Flysystem\\ZipArchive\\": "" 2111 } 2112 }, 2113 "notification-url": "https://packagist.org/downloads/", 2114 "license": [ 2115 "MIT" 2116 ], 2117 "authors": [ 2118 { 2119 "name": "Frank de Jonge", 2120 "email": "info@frankdejonge.nl" 2121 } 2122 ], 2123 "description": "ZIP filesystem adapter for Flysystem.", 2124 "keywords": [ 2125 "Flysystem", 2126 "file", 2127 "files", 2128 "filesystem", 2129 "zip" 2130 ], 2131 "support": { 2132 "source": "https://github.com/thephpleague/flysystem-ziparchive/tree/3.29.0" 2133 }, 2134 "time": "2024-08-09T21:24:39+00:00" 2135 }, 2136 { 2137 "name": "league/mime-type-detection", 2138 "version": "1.16.0", 2139 "source": { 2140 "type": "git", 2141 "url": "https://github.com/thephpleague/mime-type-detection.git", 2142 "reference": "2d6702ff215bf922936ccc1ad31007edc76451b9" 2143 }, 2144 "dist": { 2145 "type": "zip", 2146 "url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/2d6702ff215bf922936ccc1ad31007edc76451b9", 2147 "reference": "2d6702ff215bf922936ccc1ad31007edc76451b9", 2148 "shasum": "" 2149 }, 2150 "require": { 2151 "ext-fileinfo": "*", 2152 "php": "^7.4 || ^8.0" 2153 }, 2154 "require-dev": { 2155 "friendsofphp/php-cs-fixer": "^3.2", 2156 "phpstan/phpstan": "^0.12.68", 2157 "phpunit/phpunit": "^8.5.8 || ^9.3 || ^10.0" 2158 }, 2159 "type": "library", 2160 "autoload": { 2161 "psr-4": { 2162 "League\\MimeTypeDetection\\": "src" 2163 } 2164 }, 2165 "notification-url": "https://packagist.org/downloads/", 2166 "license": [ 2167 "MIT" 2168 ], 2169 "authors": [ 2170 { 2171 "name": "Frank de Jonge", 2172 "email": "info@frankdejonge.nl" 2173 } 2174 ], 2175 "description": "Mime-type detection for Flysystem", 2176 "support": { 2177 "issues": "https://github.com/thephpleague/mime-type-detection/issues", 2178 "source": "https://github.com/thephpleague/mime-type-detection/tree/1.16.0" 2179 }, 2180 "funding": [ 2181 { 2182 "url": "https://github.com/frankdejonge", 2183 "type": "github" 2184 }, 2185 { 2186 "url": "https://tidelift.com/funding/github/packagist/league/flysystem", 2187 "type": "tidelift" 2188 } 2189 ], 2190 "time": "2024-09-21T08:32:55+00:00" 2191 }, 2192 { 2193 "name": "middlewares/client-ip", 2194 "version": "v2.0.1", 2195 "source": { 2196 "type": "git", 2197 "url": "https://github.com/middlewares/client-ip.git", 2198 "reference": "466c38388a5efa65f5da4d897adfeb09a4fb44cd" 2199 }, 2200 "dist": { 2201 "type": "zip", 2202 "url": "https://api.github.com/repos/middlewares/client-ip/zipball/466c38388a5efa65f5da4d897adfeb09a4fb44cd", 2203 "reference": "466c38388a5efa65f5da4d897adfeb09a4fb44cd", 2204 "shasum": "" 2205 }, 2206 "require": { 2207 "php": "^7.2 || ^8.0", 2208 "psr/http-server-middleware": "^1.0" 2209 }, 2210 "require-dev": { 2211 "friendsofphp/php-cs-fixer": "^2.0", 2212 "laminas/laminas-diactoros": "^2.2", 2213 "middlewares/utils": "^3.1", 2214 "oscarotero/php-cs-fixer-config": "^1.0", 2215 "phpstan/phpstan": "^0.12", 2216 "phpunit/phpunit": "^8|^9", 2217 "squizlabs/php_codesniffer": "^3.0" 2218 }, 2219 "type": "library", 2220 "autoload": { 2221 "psr-4": { 2222 "Middlewares\\": "src/" 2223 } 2224 }, 2225 "notification-url": "https://packagist.org/downloads/", 2226 "license": [ 2227 "MIT" 2228 ], 2229 "description": "Middleware to detect the client ip and save it as a request attribute", 2230 "homepage": "https://github.com/middlewares/client-ip", 2231 "keywords": [ 2232 "IP", 2233 "http", 2234 "middleware", 2235 "psr-15", 2236 "psr-7", 2237 "server" 2238 ], 2239 "support": { 2240 "issues": "https://github.com/middlewares/client-ip/issues", 2241 "source": "https://github.com/middlewares/client-ip/tree/v2.0.1" 2242 }, 2243 "time": "2020-12-02T00:05:31+00:00" 2244 }, 2245 { 2246 "name": "mlocati/ip-lib", 2247 "version": "1.18.1", 2248 "source": { 2249 "type": "git", 2250 "url": "https://github.com/mlocati/ip-lib.git", 2251 "reference": "08bb43b4949069c543ebdf099a6b2c322d0172ab" 2252 }, 2253 "dist": { 2254 "type": "zip", 2255 "url": "https://api.github.com/repos/mlocati/ip-lib/zipball/08bb43b4949069c543ebdf099a6b2c322d0172ab", 2256 "reference": "08bb43b4949069c543ebdf099a6b2c322d0172ab", 2257 "shasum": "" 2258 }, 2259 "require": { 2260 "php": ">=5.3.3" 2261 }, 2262 "require-dev": { 2263 "ext-pdo_sqlite": "*", 2264 "phpunit/phpunit": "^4.8 || ^5.7 || ^6.5 || ^7.5 || ^8.5 || ^9.5" 2265 }, 2266 "type": "library", 2267 "autoload": { 2268 "psr-4": { 2269 "IPLib\\": "src/" 2270 } 2271 }, 2272 "notification-url": "https://packagist.org/downloads/", 2273 "license": [ 2274 "MIT" 2275 ], 2276 "authors": [ 2277 { 2278 "name": "Michele Locati", 2279 "email": "mlocati@gmail.com", 2280 "homepage": "https://github.com/mlocati", 2281 "role": "Author" 2282 } 2283 ], 2284 "description": "Handle IPv4, IPv6 addresses and ranges", 2285 "homepage": "https://github.com/mlocati/ip-lib", 2286 "keywords": [ 2287 "IP", 2288 "address", 2289 "addresses", 2290 "ipv4", 2291 "ipv6", 2292 "manage", 2293 "managing", 2294 "matching", 2295 "network", 2296 "networking", 2297 "range", 2298 "subnet" 2299 ], 2300 "support": { 2301 "issues": "https://github.com/mlocati/ip-lib/issues", 2302 "source": "https://github.com/mlocati/ip-lib/tree/1.18.1" 2303 }, 2304 "funding": [ 2305 { 2306 "url": "https://github.com/sponsors/mlocati", 2307 "type": "github" 2308 }, 2309 { 2310 "url": "https://paypal.me/mlocati", 2311 "type": "other" 2312 } 2313 ], 2314 "time": "2024-10-29T15:44:19+00:00" 2315 }, 2316 { 2317 "name": "nesbot/carbon", 2318 "version": "3.8.2", 2319 "source": { 2320 "type": "git", 2321 "url": "https://github.com/briannesbitt/Carbon.git", 2322 "reference": "e1268cdbc486d97ce23fef2c666dc3c6b6de9947" 2323 }, 2324 "dist": { 2325 "type": "zip", 2326 "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/e1268cdbc486d97ce23fef2c666dc3c6b6de9947", 2327 "reference": "e1268cdbc486d97ce23fef2c666dc3c6b6de9947", 2328 "shasum": "" 2329 }, 2330 "require": { 2331 "carbonphp/carbon-doctrine-types": "<100.0", 2332 "ext-json": "*", 2333 "php": "^8.1", 2334 "psr/clock": "^1.0", 2335 "symfony/clock": "^6.3 || ^7.0", 2336 "symfony/polyfill-mbstring": "^1.0", 2337 "symfony/translation": "^4.4.18 || ^5.2.1|| ^6.0 || ^7.0" 2338 }, 2339 "provide": { 2340 "psr/clock-implementation": "1.0" 2341 }, 2342 "require-dev": { 2343 "doctrine/dbal": "^3.6.3 || ^4.0", 2344 "doctrine/orm": "^2.15.2 || ^3.0", 2345 "friendsofphp/php-cs-fixer": "^3.57.2", 2346 "kylekatarnls/multi-tester": "^2.5.3", 2347 "ondrejmirtes/better-reflection": "^6.25.0.4", 2348 "phpmd/phpmd": "^2.15.0", 2349 "phpstan/extension-installer": "^1.3.1", 2350 "phpstan/phpstan": "^1.11.2", 2351 "phpunit/phpunit": "^10.5.20", 2352 "squizlabs/php_codesniffer": "^3.9.0" 2353 }, 2354 "bin": [ 2355 "bin/carbon" 2356 ], 2357 "type": "library", 2358 "extra": { 2359 "branch-alias": { 2360 "dev-master": "3.x-dev", 2361 "dev-2.x": "2.x-dev" 2362 }, 2363 "laravel": { 2364 "providers": [ 2365 "Carbon\\Laravel\\ServiceProvider" 2366 ] 2367 }, 2368 "phpstan": { 2369 "includes": [ 2370 "extension.neon" 2371 ] 2372 } 2373 }, 2374 "autoload": { 2375 "psr-4": { 2376 "Carbon\\": "src/Carbon/" 2377 } 2378 }, 2379 "notification-url": "https://packagist.org/downloads/", 2380 "license": [ 2381 "MIT" 2382 ], 2383 "authors": [ 2384 { 2385 "name": "Brian Nesbitt", 2386 "email": "brian@nesbot.com", 2387 "homepage": "https://markido.com" 2388 }, 2389 { 2390 "name": "kylekatarnls", 2391 "homepage": "https://github.com/kylekatarnls" 2392 } 2393 ], 2394 "description": "An API extension for DateTime that supports 281 different languages.", 2395 "homepage": "https://carbon.nesbot.com", 2396 "keywords": [ 2397 "date", 2398 "datetime", 2399 "time" 2400 ], 2401 "support": { 2402 "docs": "https://carbon.nesbot.com/docs", 2403 "issues": "https://github.com/briannesbitt/Carbon/issues", 2404 "source": "https://github.com/briannesbitt/Carbon" 2405 }, 2406 "funding": [ 2407 { 2408 "url": "https://github.com/sponsors/kylekatarnls", 2409 "type": "github" 2410 }, 2411 { 2412 "url": "https://opencollective.com/Carbon#sponsor", 2413 "type": "opencollective" 2414 }, 2415 { 2416 "url": "https://tidelift.com/subscription/pkg/packagist-nesbot-carbon?utm_source=packagist-nesbot-carbon&utm_medium=referral&utm_campaign=readme", 2417 "type": "tidelift" 2418 } 2419 ], 2420 "time": "2024-11-07T17:46:48+00:00" 2421 }, 2422 { 2423 "name": "nette/schema", 2424 "version": "v1.3.2", 2425 "source": { 2426 "type": "git", 2427 "url": "https://github.com/nette/schema.git", 2428 "reference": "da801d52f0354f70a638673c4a0f04e16529431d" 2429 }, 2430 "dist": { 2431 "type": "zip", 2432 "url": "https://api.github.com/repos/nette/schema/zipball/da801d52f0354f70a638673c4a0f04e16529431d", 2433 "reference": "da801d52f0354f70a638673c4a0f04e16529431d", 2434 "shasum": "" 2435 }, 2436 "require": { 2437 "nette/utils": "^4.0", 2438 "php": "8.1 - 8.4" 2439 }, 2440 "require-dev": { 2441 "nette/tester": "^2.5.2", 2442 "phpstan/phpstan-nette": "^1.0", 2443 "tracy/tracy": "^2.8" 2444 }, 2445 "type": "library", 2446 "extra": { 2447 "branch-alias": { 2448 "dev-master": "1.3-dev" 2449 } 2450 }, 2451 "autoload": { 2452 "classmap": [ 2453 "src/" 2454 ] 2455 }, 2456 "notification-url": "https://packagist.org/downloads/", 2457 "license": [ 2458 "BSD-3-Clause", 2459 "GPL-2.0-only", 2460 "GPL-3.0-only" 2461 ], 2462 "authors": [ 2463 { 2464 "name": "David Grudl", 2465 "homepage": "https://davidgrudl.com" 2466 }, 2467 { 2468 "name": "Nette Community", 2469 "homepage": "https://nette.org/contributors" 2470 } 2471 ], 2472 "description": " Nette Schema: validating data structures against a given Schema.", 2473 "homepage": "https://nette.org", 2474 "keywords": [ 2475 "config", 2476 "nette" 2477 ], 2478 "support": { 2479 "issues": "https://github.com/nette/schema/issues", 2480 "source": "https://github.com/nette/schema/tree/v1.3.2" 2481 }, 2482 "time": "2024-10-06T23:10:23+00:00" 2483 }, 2484 { 2485 "name": "nette/utils", 2486 "version": "v4.0.5", 2487 "source": { 2488 "type": "git", 2489 "url": "https://github.com/nette/utils.git", 2490 "reference": "736c567e257dbe0fcf6ce81b4d6dbe05c6899f96" 2491 }, 2492 "dist": { 2493 "type": "zip", 2494 "url": "https://api.github.com/repos/nette/utils/zipball/736c567e257dbe0fcf6ce81b4d6dbe05c6899f96", 2495 "reference": "736c567e257dbe0fcf6ce81b4d6dbe05c6899f96", 2496 "shasum": "" 2497 }, 2498 "require": { 2499 "php": "8.0 - 8.4" 2500 }, 2501 "conflict": { 2502 "nette/finder": "<3", 2503 "nette/schema": "<1.2.2" 2504 }, 2505 "require-dev": { 2506 "jetbrains/phpstorm-attributes": "dev-master", 2507 "nette/tester": "^2.5", 2508 "phpstan/phpstan": "^1.0", 2509 "tracy/tracy": "^2.9" 2510 }, 2511 "suggest": { 2512 "ext-gd": "to use Image", 2513 "ext-iconv": "to use Strings::webalize(), toAscii(), chr() and reverse()", 2514 "ext-intl": "to use Strings::webalize(), toAscii(), normalize() and compare()", 2515 "ext-json": "to use Nette\\Utils\\Json", 2516 "ext-mbstring": "to use Strings::lower() etc...", 2517 "ext-tokenizer": "to use Nette\\Utils\\Reflection::getUseStatements()" 2518 }, 2519 "type": "library", 2520 "extra": { 2521 "branch-alias": { 2522 "dev-master": "4.0-dev" 2523 } 2524 }, 2525 "autoload": { 2526 "classmap": [ 2527 "src/" 2528 ] 2529 }, 2530 "notification-url": "https://packagist.org/downloads/", 2531 "license": [ 2532 "BSD-3-Clause", 2533 "GPL-2.0-only", 2534 "GPL-3.0-only" 2535 ], 2536 "authors": [ 2537 { 2538 "name": "David Grudl", 2539 "homepage": "https://davidgrudl.com" 2540 }, 2541 { 2542 "name": "Nette Community", 2543 "homepage": "https://nette.org/contributors" 2544 } 2545 ], 2546 "description": " Nette Utils: lightweight utilities for string & array manipulation, image handling, safe JSON encoding/decoding, validation, slug or strong password generating etc.", 2547 "homepage": "https://nette.org", 2548 "keywords": [ 2549 "array", 2550 "core", 2551 "datetime", 2552 "images", 2553 "json", 2554 "nette", 2555 "paginator", 2556 "password", 2557 "slugify", 2558 "string", 2559 "unicode", 2560 "utf-8", 2561 "utility", 2562 "validation" 2563 ], 2564 "support": { 2565 "issues": "https://github.com/nette/utils/issues", 2566 "source": "https://github.com/nette/utils/tree/v4.0.5" 2567 }, 2568 "time": "2024-08-07T15:39:19+00:00" 2569 }, 2570 { 2571 "name": "nyholm/psr7", 2572 "version": "1.8.2", 2573 "source": { 2574 "type": "git", 2575 "url": "https://github.com/Nyholm/psr7.git", 2576 "reference": "a71f2b11690f4b24d099d6b16690a90ae14fc6f3" 2577 }, 2578 "dist": { 2579 "type": "zip", 2580 "url": "https://api.github.com/repos/Nyholm/psr7/zipball/a71f2b11690f4b24d099d6b16690a90ae14fc6f3", 2581 "reference": "a71f2b11690f4b24d099d6b16690a90ae14fc6f3", 2582 "shasum": "" 2583 }, 2584 "require": { 2585 "php": ">=7.2", 2586 "psr/http-factory": "^1.0", 2587 "psr/http-message": "^1.1 || ^2.0" 2588 }, 2589 "provide": { 2590 "php-http/message-factory-implementation": "1.0", 2591 "psr/http-factory-implementation": "1.0", 2592 "psr/http-message-implementation": "1.0" 2593 }, 2594 "require-dev": { 2595 "http-interop/http-factory-tests": "^0.9", 2596 "php-http/message-factory": "^1.0", 2597 "php-http/psr7-integration-tests": "^1.0", 2598 "phpunit/phpunit": "^7.5 || ^8.5 || ^9.4", 2599 "symfony/error-handler": "^4.4" 2600 }, 2601 "type": "library", 2602 "extra": { 2603 "branch-alias": { 2604 "dev-master": "1.8-dev" 2605 } 2606 }, 2607 "autoload": { 2608 "psr-4": { 2609 "Nyholm\\Psr7\\": "src/" 2610 } 2611 }, 2612 "notification-url": "https://packagist.org/downloads/", 2613 "license": [ 2614 "MIT" 2615 ], 2616 "authors": [ 2617 { 2618 "name": "Tobias Nyholm", 2619 "email": "tobias.nyholm@gmail.com" 2620 }, 2621 { 2622 "name": "Martijn van der Ven", 2623 "email": "martijn@vanderven.se" 2624 } 2625 ], 2626 "description": "A fast PHP7 implementation of PSR-7", 2627 "homepage": "https://tnyholm.se", 2628 "keywords": [ 2629 "psr-17", 2630 "psr-7" 2631 ], 2632 "support": { 2633 "issues": "https://github.com/Nyholm/psr7/issues", 2634 "source": "https://github.com/Nyholm/psr7/tree/1.8.2" 2635 }, 2636 "funding": [ 2637 { 2638 "url": "https://github.com/Zegnat", 2639 "type": "github" 2640 }, 2641 { 2642 "url": "https://github.com/nyholm", 2643 "type": "github" 2644 } 2645 ], 2646 "time": "2024-09-09T07:06:30+00:00" 2647 }, 2648 { 2649 "name": "nyholm/psr7-server", 2650 "version": "1.1.0", 2651 "source": { 2652 "type": "git", 2653 "url": "https://github.com/Nyholm/psr7-server.git", 2654 "reference": "4335801d851f554ca43fa6e7d2602141538854dc" 2655 }, 2656 "dist": { 2657 "type": "zip", 2658 "url": "https://api.github.com/repos/Nyholm/psr7-server/zipball/4335801d851f554ca43fa6e7d2602141538854dc", 2659 "reference": "4335801d851f554ca43fa6e7d2602141538854dc", 2660 "shasum": "" 2661 }, 2662 "require": { 2663 "php": "^7.1 || ^8.0", 2664 "psr/http-factory": "^1.0", 2665 "psr/http-message": "^1.0 || ^2.0" 2666 }, 2667 "require-dev": { 2668 "nyholm/nsa": "^1.1", 2669 "nyholm/psr7": "^1.3", 2670 "phpunit/phpunit": "^7.0 || ^8.5 || ^9.3" 2671 }, 2672 "type": "library", 2673 "autoload": { 2674 "psr-4": { 2675 "Nyholm\\Psr7Server\\": "src/" 2676 } 2677 }, 2678 "notification-url": "https://packagist.org/downloads/", 2679 "license": [ 2680 "MIT" 2681 ], 2682 "authors": [ 2683 { 2684 "name": "Tobias Nyholm", 2685 "email": "tobias.nyholm@gmail.com" 2686 }, 2687 { 2688 "name": "Martijn van der Ven", 2689 "email": "martijn@vanderven.se" 2690 } 2691 ], 2692 "description": "Helper classes to handle PSR-7 server requests", 2693 "homepage": "http://tnyholm.se", 2694 "keywords": [ 2695 "psr-17", 2696 "psr-7" 2697 ], 2698 "support": { 2699 "issues": "https://github.com/Nyholm/psr7-server/issues", 2700 "source": "https://github.com/Nyholm/psr7-server/tree/1.1.0" 2701 }, 2702 "funding": [ 2703 { 2704 "url": "https://github.com/Zegnat", 2705 "type": "github" 2706 }, 2707 { 2708 "url": "https://github.com/nyholm", 2709 "type": "github" 2710 } 2711 ], 2712 "time": "2023-11-08T09:30:43+00:00" 2713 }, 2714 { 2715 "name": "oscarotero/middleland", 2716 "version": "v1.0.1", 2717 "source": { 2718 "type": "git", 2719 "url": "https://github.com/oscarotero/middleland.git", 2720 "reference": "4848543d59f753aa3352c52d88c66f978debafb2" 2721 }, 2722 "dist": { 2723 "type": "zip", 2724 "url": "https://api.github.com/repos/oscarotero/middleland/zipball/4848543d59f753aa3352c52d88c66f978debafb2", 2725 "reference": "4848543d59f753aa3352c52d88c66f978debafb2", 2726 "shasum": "" 2727 }, 2728 "require": { 2729 "php": "^7.0|^8.0", 2730 "psr/container": "^1.0", 2731 "psr/http-server-middleware": "^1.0" 2732 }, 2733 "require-dev": { 2734 "friendsofphp/php-cs-fixer": "^2.0", 2735 "laminas/laminas-diactoros": "^1.3", 2736 "phpunit/phpunit": ">=6.0" 2737 }, 2738 "type": "library", 2739 "autoload": { 2740 "psr-4": { 2741 "Middleland\\": "src/" 2742 } 2743 }, 2744 "notification-url": "https://packagist.org/downloads/", 2745 "license": [ 2746 "MIT" 2747 ], 2748 "authors": [ 2749 { 2750 "name": "Oscar Otero", 2751 "email": "oom@oscarotero.com", 2752 "homepage": "http://oscarotero.com", 2753 "role": "Developer" 2754 } 2755 ], 2756 "description": "PSR-15 middleware dispatcher", 2757 "homepage": "https://github.com/oscarotero/dispatcher", 2758 "keywords": [ 2759 "http", 2760 "middleware", 2761 "psr-15", 2762 "psr-7" 2763 ], 2764 "support": { 2765 "email": "oom@oscarotero.com", 2766 "issues": "https://github.com/oscarotero/dispatcher/issues", 2767 "source": "https://github.com/oscarotero/middleland/tree/v1.0.1" 2768 }, 2769 "time": "2020-12-06T00:59:17+00:00" 2770 }, 2771 { 2772 "name": "psr/cache", 2773 "version": "3.0.0", 2774 "source": { 2775 "type": "git", 2776 "url": "https://github.com/php-fig/cache.git", 2777 "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf" 2778 }, 2779 "dist": { 2780 "type": "zip", 2781 "url": "https://api.github.com/repos/php-fig/cache/zipball/aa5030cfa5405eccfdcb1083ce040c2cb8d253bf", 2782 "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf", 2783 "shasum": "" 2784 }, 2785 "require": { 2786 "php": ">=8.0.0" 2787 }, 2788 "type": "library", 2789 "extra": { 2790 "branch-alias": { 2791 "dev-master": "1.0.x-dev" 2792 } 2793 }, 2794 "autoload": { 2795 "psr-4": { 2796 "Psr\\Cache\\": "src/" 2797 } 2798 }, 2799 "notification-url": "https://packagist.org/downloads/", 2800 "license": [ 2801 "MIT" 2802 ], 2803 "authors": [ 2804 { 2805 "name": "PHP-FIG", 2806 "homepage": "https://www.php-fig.org/" 2807 } 2808 ], 2809 "description": "Common interface for caching libraries", 2810 "keywords": [ 2811 "cache", 2812 "psr", 2813 "psr-6" 2814 ], 2815 "support": { 2816 "source": "https://github.com/php-fig/cache/tree/3.0.0" 2817 }, 2818 "time": "2021-02-03T23:26:27+00:00" 2819 }, 2820 { 2821 "name": "psr/clock", 2822 "version": "1.0.0", 2823 "source": { 2824 "type": "git", 2825 "url": "https://github.com/php-fig/clock.git", 2826 "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d" 2827 }, 2828 "dist": { 2829 "type": "zip", 2830 "url": "https://api.github.com/repos/php-fig/clock/zipball/e41a24703d4560fd0acb709162f73b8adfc3aa0d", 2831 "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d", 2832 "shasum": "" 2833 }, 2834 "require": { 2835 "php": "^7.0 || ^8.0" 2836 }, 2837 "type": "library", 2838 "autoload": { 2839 "psr-4": { 2840 "Psr\\Clock\\": "src/" 2841 } 2842 }, 2843 "notification-url": "https://packagist.org/downloads/", 2844 "license": [ 2845 "MIT" 2846 ], 2847 "authors": [ 2848 { 2849 "name": "PHP-FIG", 2850 "homepage": "https://www.php-fig.org/" 2851 } 2852 ], 2853 "description": "Common interface for reading the clock.", 2854 "homepage": "https://github.com/php-fig/clock", 2855 "keywords": [ 2856 "clock", 2857 "now", 2858 "psr", 2859 "psr-20", 2860 "time" 2861 ], 2862 "support": { 2863 "issues": "https://github.com/php-fig/clock/issues", 2864 "source": "https://github.com/php-fig/clock/tree/1.0.0" 2865 }, 2866 "time": "2022-11-25T14:36:26+00:00" 2867 }, 2868 { 2869 "name": "psr/container", 2870 "version": "1.1.2", 2871 "source": { 2872 "type": "git", 2873 "url": "https://github.com/php-fig/container.git", 2874 "reference": "513e0666f7216c7459170d56df27dfcefe1689ea" 2875 }, 2876 "dist": { 2877 "type": "zip", 2878 "url": "https://api.github.com/repos/php-fig/container/zipball/513e0666f7216c7459170d56df27dfcefe1689ea", 2879 "reference": "513e0666f7216c7459170d56df27dfcefe1689ea", 2880 "shasum": "" 2881 }, 2882 "require": { 2883 "php": ">=7.4.0" 2884 }, 2885 "type": "library", 2886 "autoload": { 2887 "psr-4": { 2888 "Psr\\Container\\": "src/" 2889 } 2890 }, 2891 "notification-url": "https://packagist.org/downloads/", 2892 "license": [ 2893 "MIT" 2894 ], 2895 "authors": [ 2896 { 2897 "name": "PHP-FIG", 2898 "homepage": "https://www.php-fig.org/" 2899 } 2900 ], 2901 "description": "Common Container Interface (PHP FIG PSR-11)", 2902 "homepage": "https://github.com/php-fig/container", 2903 "keywords": [ 2904 "PSR-11", 2905 "container", 2906 "container-interface", 2907 "container-interop", 2908 "psr" 2909 ], 2910 "support": { 2911 "issues": "https://github.com/php-fig/container/issues", 2912 "source": "https://github.com/php-fig/container/tree/1.1.2" 2913 }, 2914 "time": "2021-11-05T16:50:12+00:00" 2915 }, 2916 { 2917 "name": "psr/event-dispatcher", 2918 "version": "1.0.0", 2919 "source": { 2920 "type": "git", 2921 "url": "https://github.com/php-fig/event-dispatcher.git", 2922 "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0" 2923 }, 2924 "dist": { 2925 "type": "zip", 2926 "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0", 2927 "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0", 2928 "shasum": "" 2929 }, 2930 "require": { 2931 "php": ">=7.2.0" 2932 }, 2933 "type": "library", 2934 "extra": { 2935 "branch-alias": { 2936 "dev-master": "1.0.x-dev" 2937 } 2938 }, 2939 "autoload": { 2940 "psr-4": { 2941 "Psr\\EventDispatcher\\": "src/" 2942 } 2943 }, 2944 "notification-url": "https://packagist.org/downloads/", 2945 "license": [ 2946 "MIT" 2947 ], 2948 "authors": [ 2949 { 2950 "name": "PHP-FIG", 2951 "homepage": "http://www.php-fig.org/" 2952 } 2953 ], 2954 "description": "Standard interfaces for event handling.", 2955 "keywords": [ 2956 "events", 2957 "psr", 2958 "psr-14" 2959 ], 2960 "support": { 2961 "issues": "https://github.com/php-fig/event-dispatcher/issues", 2962 "source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0" 2963 }, 2964 "time": "2019-01-08T18:20:26+00:00" 2965 }, 2966 { 2967 "name": "psr/http-client", 2968 "version": "1.0.3", 2969 "source": { 2970 "type": "git", 2971 "url": "https://github.com/php-fig/http-client.git", 2972 "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90" 2973 }, 2974 "dist": { 2975 "type": "zip", 2976 "url": "https://api.github.com/repos/php-fig/http-client/zipball/bb5906edc1c324c9a05aa0873d40117941e5fa90", 2977 "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90", 2978 "shasum": "" 2979 }, 2980 "require": { 2981 "php": "^7.0 || ^8.0", 2982 "psr/http-message": "^1.0 || ^2.0" 2983 }, 2984 "type": "library", 2985 "extra": { 2986 "branch-alias": { 2987 "dev-master": "1.0.x-dev" 2988 } 2989 }, 2990 "autoload": { 2991 "psr-4": { 2992 "Psr\\Http\\Client\\": "src/" 2993 } 2994 }, 2995 "notification-url": "https://packagist.org/downloads/", 2996 "license": [ 2997 "MIT" 2998 ], 2999 "authors": [ 3000 { 3001 "name": "PHP-FIG", 3002 "homepage": "https://www.php-fig.org/" 3003 } 3004 ], 3005 "description": "Common interface for HTTP clients", 3006 "homepage": "https://github.com/php-fig/http-client", 3007 "keywords": [ 3008 "http", 3009 "http-client", 3010 "psr", 3011 "psr-18" 3012 ], 3013 "support": { 3014 "source": "https://github.com/php-fig/http-client" 3015 }, 3016 "time": "2023-09-23T14:17:50+00:00" 3017 }, 3018 { 3019 "name": "psr/http-factory", 3020 "version": "1.1.0", 3021 "source": { 3022 "type": "git", 3023 "url": "https://github.com/php-fig/http-factory.git", 3024 "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a" 3025 }, 3026 "dist": { 3027 "type": "zip", 3028 "url": "https://api.github.com/repos/php-fig/http-factory/zipball/2b4765fddfe3b508ac62f829e852b1501d3f6e8a", 3029 "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a", 3030 "shasum": "" 3031 }, 3032 "require": { 3033 "php": ">=7.1", 3034 "psr/http-message": "^1.0 || ^2.0" 3035 }, 3036 "type": "library", 3037 "extra": { 3038 "branch-alias": { 3039 "dev-master": "1.0.x-dev" 3040 } 3041 }, 3042 "autoload": { 3043 "psr-4": { 3044 "Psr\\Http\\Message\\": "src/" 3045 } 3046 }, 3047 "notification-url": "https://packagist.org/downloads/", 3048 "license": [ 3049 "MIT" 3050 ], 3051 "authors": [ 3052 { 3053 "name": "PHP-FIG", 3054 "homepage": "https://www.php-fig.org/" 3055 } 3056 ], 3057 "description": "PSR-17: Common interfaces for PSR-7 HTTP message factories", 3058 "keywords": [ 3059 "factory", 3060 "http", 3061 "message", 3062 "psr", 3063 "psr-17", 3064 "psr-7", 3065 "request", 3066 "response" 3067 ], 3068 "support": { 3069 "source": "https://github.com/php-fig/http-factory" 3070 }, 3071 "time": "2024-04-15T12:06:14+00:00" 3072 }, 3073 { 3074 "name": "psr/http-message", 3075 "version": "1.1", 3076 "source": { 3077 "type": "git", 3078 "url": "https://github.com/php-fig/http-message.git", 3079 "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba" 3080 }, 3081 "dist": { 3082 "type": "zip", 3083 "url": "https://api.github.com/repos/php-fig/http-message/zipball/cb6ce4845ce34a8ad9e68117c10ee90a29919eba", 3084 "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba", 3085 "shasum": "" 3086 }, 3087 "require": { 3088 "php": "^7.2 || ^8.0" 3089 }, 3090 "type": "library", 3091 "extra": { 3092 "branch-alias": { 3093 "dev-master": "1.1.x-dev" 3094 } 3095 }, 3096 "autoload": { 3097 "psr-4": { 3098 "Psr\\Http\\Message\\": "src/" 3099 } 3100 }, 3101 "notification-url": "https://packagist.org/downloads/", 3102 "license": [ 3103 "MIT" 3104 ], 3105 "authors": [ 3106 { 3107 "name": "PHP-FIG", 3108 "homepage": "http://www.php-fig.org/" 3109 } 3110 ], 3111 "description": "Common interface for HTTP messages", 3112 "homepage": "https://github.com/php-fig/http-message", 3113 "keywords": [ 3114 "http", 3115 "http-message", 3116 "psr", 3117 "psr-7", 3118 "request", 3119 "response" 3120 ], 3121 "support": { 3122 "source": "https://github.com/php-fig/http-message/tree/1.1" 3123 }, 3124 "time": "2023-04-04T09:50:52+00:00" 3125 }, 3126 { 3127 "name": "psr/http-server-handler", 3128 "version": "1.0.2", 3129 "source": { 3130 "type": "git", 3131 "url": "https://github.com/php-fig/http-server-handler.git", 3132 "reference": "84c4fb66179be4caaf8e97bd239203245302e7d4" 3133 }, 3134 "dist": { 3135 "type": "zip", 3136 "url": "https://api.github.com/repos/php-fig/http-server-handler/zipball/84c4fb66179be4caaf8e97bd239203245302e7d4", 3137 "reference": "84c4fb66179be4caaf8e97bd239203245302e7d4", 3138 "shasum": "" 3139 }, 3140 "require": { 3141 "php": ">=7.0", 3142 "psr/http-message": "^1.0 || ^2.0" 3143 }, 3144 "type": "library", 3145 "extra": { 3146 "branch-alias": { 3147 "dev-master": "1.0.x-dev" 3148 } 3149 }, 3150 "autoload": { 3151 "psr-4": { 3152 "Psr\\Http\\Server\\": "src/" 3153 } 3154 }, 3155 "notification-url": "https://packagist.org/downloads/", 3156 "license": [ 3157 "MIT" 3158 ], 3159 "authors": [ 3160 { 3161 "name": "PHP-FIG", 3162 "homepage": "https://www.php-fig.org/" 3163 } 3164 ], 3165 "description": "Common interface for HTTP server-side request handler", 3166 "keywords": [ 3167 "handler", 3168 "http", 3169 "http-interop", 3170 "psr", 3171 "psr-15", 3172 "psr-7", 3173 "request", 3174 "response", 3175 "server" 3176 ], 3177 "support": { 3178 "source": "https://github.com/php-fig/http-server-handler/tree/1.0.2" 3179 }, 3180 "time": "2023-04-10T20:06:20+00:00" 3181 }, 3182 { 3183 "name": "psr/http-server-middleware", 3184 "version": "1.0.2", 3185 "source": { 3186 "type": "git", 3187 "url": "https://github.com/php-fig/http-server-middleware.git", 3188 "reference": "c1481f747daaa6a0782775cd6a8c26a1bf4a3829" 3189 }, 3190 "dist": { 3191 "type": "zip", 3192 "url": "https://api.github.com/repos/php-fig/http-server-middleware/zipball/c1481f747daaa6a0782775cd6a8c26a1bf4a3829", 3193 "reference": "c1481f747daaa6a0782775cd6a8c26a1bf4a3829", 3194 "shasum": "" 3195 }, 3196 "require": { 3197 "php": ">=7.0", 3198 "psr/http-message": "^1.0 || ^2.0", 3199 "psr/http-server-handler": "^1.0" 3200 }, 3201 "type": "library", 3202 "extra": { 3203 "branch-alias": { 3204 "dev-master": "1.0.x-dev" 3205 } 3206 }, 3207 "autoload": { 3208 "psr-4": { 3209 "Psr\\Http\\Server\\": "src/" 3210 } 3211 }, 3212 "notification-url": "https://packagist.org/downloads/", 3213 "license": [ 3214 "MIT" 3215 ], 3216 "authors": [ 3217 { 3218 "name": "PHP-FIG", 3219 "homepage": "https://www.php-fig.org/" 3220 } 3221 ], 3222 "description": "Common interface for HTTP server-side middleware", 3223 "keywords": [ 3224 "http", 3225 "http-interop", 3226 "middleware", 3227 "psr", 3228 "psr-15", 3229 "psr-7", 3230 "request", 3231 "response" 3232 ], 3233 "support": { 3234 "issues": "https://github.com/php-fig/http-server-middleware/issues", 3235 "source": "https://github.com/php-fig/http-server-middleware/tree/1.0.2" 3236 }, 3237 "time": "2023-04-11T06:14:47+00:00" 3238 }, 3239 { 3240 "name": "psr/log", 3241 "version": "2.0.0", 3242 "source": { 3243 "type": "git", 3244 "url": "https://github.com/php-fig/log.git", 3245 "reference": "ef29f6d262798707a9edd554e2b82517ef3a9376" 3246 }, 3247 "dist": { 3248 "type": "zip", 3249 "url": "https://api.github.com/repos/php-fig/log/zipball/ef29f6d262798707a9edd554e2b82517ef3a9376", 3250 "reference": "ef29f6d262798707a9edd554e2b82517ef3a9376", 3251 "shasum": "" 3252 }, 3253 "require": { 3254 "php": ">=8.0.0" 3255 }, 3256 "type": "library", 3257 "extra": { 3258 "branch-alias": { 3259 "dev-master": "2.0.x-dev" 3260 } 3261 }, 3262 "autoload": { 3263 "psr-4": { 3264 "Psr\\Log\\": "src" 3265 } 3266 }, 3267 "notification-url": "https://packagist.org/downloads/", 3268 "license": [ 3269 "MIT" 3270 ], 3271 "authors": [ 3272 { 3273 "name": "PHP-FIG", 3274 "homepage": "https://www.php-fig.org/" 3275 } 3276 ], 3277 "description": "Common interface for logging libraries", 3278 "homepage": "https://github.com/php-fig/log", 3279 "keywords": [ 3280 "log", 3281 "psr", 3282 "psr-3" 3283 ], 3284 "support": { 3285 "source": "https://github.com/php-fig/log/tree/2.0.0" 3286 }, 3287 "time": "2021-07-14T16:41:46+00:00" 3288 }, 3289 { 3290 "name": "psr/simple-cache", 3291 "version": "3.0.0", 3292 "source": { 3293 "type": "git", 3294 "url": "https://github.com/php-fig/simple-cache.git", 3295 "reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865" 3296 }, 3297 "dist": { 3298 "type": "zip", 3299 "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/764e0b3939f5ca87cb904f570ef9be2d78a07865", 3300 "reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865", 3301 "shasum": "" 3302 }, 3303 "require": { 3304 "php": ">=8.0.0" 3305 }, 3306 "type": "library", 3307 "extra": { 3308 "branch-alias": { 3309 "dev-master": "3.0.x-dev" 3310 } 3311 }, 3312 "autoload": { 3313 "psr-4": { 3314 "Psr\\SimpleCache\\": "src/" 3315 } 3316 }, 3317 "notification-url": "https://packagist.org/downloads/", 3318 "license": [ 3319 "MIT" 3320 ], 3321 "authors": [ 3322 { 3323 "name": "PHP-FIG", 3324 "homepage": "https://www.php-fig.org/" 3325 } 3326 ], 3327 "description": "Common interfaces for simple caching", 3328 "keywords": [ 3329 "cache", 3330 "caching", 3331 "psr", 3332 "psr-16", 3333 "simple-cache" 3334 ], 3335 "support": { 3336 "source": "https://github.com/php-fig/simple-cache/tree/3.0.0" 3337 }, 3338 "time": "2021-10-29T13:26:27+00:00" 3339 }, 3340 { 3341 "name": "ralouphie/getallheaders", 3342 "version": "3.0.3", 3343 "source": { 3344 "type": "git", 3345 "url": "https://github.com/ralouphie/getallheaders.git", 3346 "reference": "120b605dfeb996808c31b6477290a714d356e822" 3347 }, 3348 "dist": { 3349 "type": "zip", 3350 "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822", 3351 "reference": "120b605dfeb996808c31b6477290a714d356e822", 3352 "shasum": "" 3353 }, 3354 "require": { 3355 "php": ">=5.6" 3356 }, 3357 "require-dev": { 3358 "php-coveralls/php-coveralls": "^2.1", 3359 "phpunit/phpunit": "^5 || ^6.5" 3360 }, 3361 "type": "library", 3362 "autoload": { 3363 "files": [ 3364 "src/getallheaders.php" 3365 ] 3366 }, 3367 "notification-url": "https://packagist.org/downloads/", 3368 "license": [ 3369 "MIT" 3370 ], 3371 "authors": [ 3372 { 3373 "name": "Ralph Khattar", 3374 "email": "ralph.khattar@gmail.com" 3375 } 3376 ], 3377 "description": "A polyfill for getallheaders.", 3378 "support": { 3379 "issues": "https://github.com/ralouphie/getallheaders/issues", 3380 "source": "https://github.com/ralouphie/getallheaders/tree/develop" 3381 }, 3382 "time": "2019-03-08T08:55:37+00:00" 3383 }, 3384 { 3385 "name": "ramsey/collection", 3386 "version": "2.0.0", 3387 "source": { 3388 "type": "git", 3389 "url": "https://github.com/ramsey/collection.git", 3390 "reference": "a4b48764bfbb8f3a6a4d1aeb1a35bb5e9ecac4a5" 3391 }, 3392 "dist": { 3393 "type": "zip", 3394 "url": "https://api.github.com/repos/ramsey/collection/zipball/a4b48764bfbb8f3a6a4d1aeb1a35bb5e9ecac4a5", 3395 "reference": "a4b48764bfbb8f3a6a4d1aeb1a35bb5e9ecac4a5", 3396 "shasum": "" 3397 }, 3398 "require": { 3399 "php": "^8.1" 3400 }, 3401 "require-dev": { 3402 "captainhook/plugin-composer": "^5.3", 3403 "ergebnis/composer-normalize": "^2.28.3", 3404 "fakerphp/faker": "^1.21", 3405 "hamcrest/hamcrest-php": "^2.0", 3406 "jangregor/phpstan-prophecy": "^1.0", 3407 "mockery/mockery": "^1.5", 3408 "php-parallel-lint/php-console-highlighter": "^1.0", 3409 "php-parallel-lint/php-parallel-lint": "^1.3", 3410 "phpcsstandards/phpcsutils": "^1.0.0-rc1", 3411 "phpspec/prophecy-phpunit": "^2.0", 3412 "phpstan/extension-installer": "^1.2", 3413 "phpstan/phpstan": "^1.9", 3414 "phpstan/phpstan-mockery": "^1.1", 3415 "phpstan/phpstan-phpunit": "^1.3", 3416 "phpunit/phpunit": "^9.5", 3417 "psalm/plugin-mockery": "^1.1", 3418 "psalm/plugin-phpunit": "^0.18.4", 3419 "ramsey/coding-standard": "^2.0.3", 3420 "ramsey/conventional-commits": "^1.3", 3421 "vimeo/psalm": "^5.4" 3422 }, 3423 "type": "library", 3424 "extra": { 3425 "captainhook": { 3426 "force-install": true 3427 }, 3428 "ramsey/conventional-commits": { 3429 "configFile": "conventional-commits.json" 3430 } 3431 }, 3432 "autoload": { 3433 "psr-4": { 3434 "Ramsey\\Collection\\": "src/" 3435 } 3436 }, 3437 "notification-url": "https://packagist.org/downloads/", 3438 "license": [ 3439 "MIT" 3440 ], 3441 "authors": [ 3442 { 3443 "name": "Ben Ramsey", 3444 "email": "ben@benramsey.com", 3445 "homepage": "https://benramsey.com" 3446 } 3447 ], 3448 "description": "A PHP library for representing and manipulating collections.", 3449 "keywords": [ 3450 "array", 3451 "collection", 3452 "hash", 3453 "map", 3454 "queue", 3455 "set" 3456 ], 3457 "support": { 3458 "issues": "https://github.com/ramsey/collection/issues", 3459 "source": "https://github.com/ramsey/collection/tree/2.0.0" 3460 }, 3461 "funding": [ 3462 { 3463 "url": "https://github.com/ramsey", 3464 "type": "github" 3465 }, 3466 { 3467 "url": "https://tidelift.com/funding/github/packagist/ramsey/collection", 3468 "type": "tidelift" 3469 } 3470 ], 3471 "time": "2022-12-31T21:50:55+00:00" 3472 }, 3473 { 3474 "name": "ramsey/uuid", 3475 "version": "4.7.6", 3476 "source": { 3477 "type": "git", 3478 "url": "https://github.com/ramsey/uuid.git", 3479 "reference": "91039bc1faa45ba123c4328958e620d382ec7088" 3480 }, 3481 "dist": { 3482 "type": "zip", 3483 "url": "https://api.github.com/repos/ramsey/uuid/zipball/91039bc1faa45ba123c4328958e620d382ec7088", 3484 "reference": "91039bc1faa45ba123c4328958e620d382ec7088", 3485 "shasum": "" 3486 }, 3487 "require": { 3488 "brick/math": "^0.8.8 || ^0.9 || ^0.10 || ^0.11 || ^0.12", 3489 "ext-json": "*", 3490 "php": "^8.0", 3491 "ramsey/collection": "^1.2 || ^2.0" 3492 }, 3493 "replace": { 3494 "rhumsaa/uuid": "self.version" 3495 }, 3496 "require-dev": { 3497 "captainhook/captainhook": "^5.10", 3498 "captainhook/plugin-composer": "^5.3", 3499 "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0", 3500 "doctrine/annotations": "^1.8", 3501 "ergebnis/composer-normalize": "^2.15", 3502 "mockery/mockery": "^1.3", 3503 "paragonie/random-lib": "^2", 3504 "php-mock/php-mock": "^2.2", 3505 "php-mock/php-mock-mockery": "^1.3", 3506 "php-parallel-lint/php-parallel-lint": "^1.1", 3507 "phpbench/phpbench": "^1.0", 3508 "phpstan/extension-installer": "^1.1", 3509 "phpstan/phpstan": "^1.8", 3510 "phpstan/phpstan-mockery": "^1.1", 3511 "phpstan/phpstan-phpunit": "^1.1", 3512 "phpunit/phpunit": "^8.5 || ^9", 3513 "ramsey/composer-repl": "^1.4", 3514 "slevomat/coding-standard": "^8.4", 3515 "squizlabs/php_codesniffer": "^3.5", 3516 "vimeo/psalm": "^4.9" 3517 }, 3518 "suggest": { 3519 "ext-bcmath": "Enables faster math with arbitrary-precision integers using BCMath.", 3520 "ext-gmp": "Enables faster math with arbitrary-precision integers using GMP.", 3521 "ext-uuid": "Enables the use of PeclUuidTimeGenerator and PeclUuidRandomGenerator.", 3522 "paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter", 3523 "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type." 3524 }, 3525 "type": "library", 3526 "extra": { 3527 "captainhook": { 3528 "force-install": true 3529 } 3530 }, 3531 "autoload": { 3532 "files": [ 3533 "src/functions.php" 3534 ], 3535 "psr-4": { 3536 "Ramsey\\Uuid\\": "src/" 3537 } 3538 }, 3539 "notification-url": "https://packagist.org/downloads/", 3540 "license": [ 3541 "MIT" 3542 ], 3543 "description": "A PHP library for generating and working with universally unique identifiers (UUIDs).", 3544 "keywords": [ 3545 "guid", 3546 "identifier", 3547 "uuid" 3548 ], 3549 "support": { 3550 "issues": "https://github.com/ramsey/uuid/issues", 3551 "source": "https://github.com/ramsey/uuid/tree/4.7.6" 3552 }, 3553 "funding": [ 3554 { 3555 "url": "https://github.com/ramsey", 3556 "type": "github" 3557 }, 3558 { 3559 "url": "https://tidelift.com/funding/github/packagist/ramsey/uuid", 3560 "type": "tidelift" 3561 } 3562 ], 3563 "time": "2024-04-27T21:32:50+00:00" 3564 }, 3565 { 3566 "name": "sabre/uri", 3567 "version": "3.0.2", 3568 "source": { 3569 "type": "git", 3570 "url": "https://github.com/sabre-io/uri.git", 3571 "reference": "38eeab6ed9eec435a2188db489d4649c56272c51" 3572 }, 3573 "dist": { 3574 "type": "zip", 3575 "url": "https://api.github.com/repos/sabre-io/uri/zipball/38eeab6ed9eec435a2188db489d4649c56272c51", 3576 "reference": "38eeab6ed9eec435a2188db489d4649c56272c51", 3577 "shasum": "" 3578 }, 3579 "require": { 3580 "php": "^7.4 || ^8.0" 3581 }, 3582 "require-dev": { 3583 "friendsofphp/php-cs-fixer": "^3.64", 3584 "phpstan/extension-installer": "^1.4", 3585 "phpstan/phpstan": "^1.12", 3586 "phpstan/phpstan-phpunit": "^1.4", 3587 "phpstan/phpstan-strict-rules": "^1.6", 3588 "phpunit/phpunit": "^9.6" 3589 }, 3590 "type": "library", 3591 "autoload": { 3592 "files": [ 3593 "lib/functions.php" 3594 ], 3595 "psr-4": { 3596 "Sabre\\Uri\\": "lib/" 3597 } 3598 }, 3599 "notification-url": "https://packagist.org/downloads/", 3600 "license": [ 3601 "BSD-3-Clause" 3602 ], 3603 "authors": [ 3604 { 3605 "name": "Evert Pot", 3606 "email": "me@evertpot.com", 3607 "homepage": "http://evertpot.com/", 3608 "role": "Developer" 3609 } 3610 ], 3611 "description": "Functions for making sense out of URIs.", 3612 "homepage": "http://sabre.io/uri/", 3613 "keywords": [ 3614 "rfc3986", 3615 "uri", 3616 "url" 3617 ], 3618 "support": { 3619 "forum": "https://groups.google.com/group/sabredav-discuss", 3620 "issues": "https://github.com/sabre-io/uri/issues", 3621 "source": "https://github.com/fruux/sabre-uri" 3622 }, 3623 "time": "2024-09-04T15:30:08+00:00" 3624 }, 3625 { 3626 "name": "sabre/vobject", 3627 "version": "4.5.6", 3628 "source": { 3629 "type": "git", 3630 "url": "https://github.com/sabre-io/vobject.git", 3631 "reference": "900266bb3bd448a9f7f41f82344ad0aba237cb27" 3632 }, 3633 "dist": { 3634 "type": "zip", 3635 "url": "https://api.github.com/repos/sabre-io/vobject/zipball/900266bb3bd448a9f7f41f82344ad0aba237cb27", 3636 "reference": "900266bb3bd448a9f7f41f82344ad0aba237cb27", 3637 "shasum": "" 3638 }, 3639 "require": { 3640 "ext-mbstring": "*", 3641 "php": "^7.1 || ^8.0", 3642 "sabre/xml": "^2.1 || ^3.0 || ^4.0" 3643 }, 3644 "require-dev": { 3645 "friendsofphp/php-cs-fixer": "~2.17.1", 3646 "phpstan/phpstan": "^0.12 || ^1.11", 3647 "phpunit/php-invoker": "^2.0 || ^3.1", 3648 "phpunit/phpunit": "^7.5 || ^8.5 || ^9.6" 3649 }, 3650 "suggest": { 3651 "hoa/bench": "If you would like to run the benchmark scripts" 3652 }, 3653 "bin": [ 3654 "bin/vobject", 3655 "bin/generate_vcards" 3656 ], 3657 "type": "library", 3658 "extra": { 3659 "branch-alias": { 3660 "dev-master": "4.0.x-dev" 3661 } 3662 }, 3663 "autoload": { 3664 "psr-4": { 3665 "Sabre\\VObject\\": "lib/" 3666 } 3667 }, 3668 "notification-url": "https://packagist.org/downloads/", 3669 "license": [ 3670 "BSD-3-Clause" 3671 ], 3672 "authors": [ 3673 { 3674 "name": "Evert Pot", 3675 "email": "me@evertpot.com", 3676 "homepage": "http://evertpot.com/", 3677 "role": "Developer" 3678 }, 3679 { 3680 "name": "Dominik Tobschall", 3681 "email": "dominik@fruux.com", 3682 "homepage": "http://tobschall.de/", 3683 "role": "Developer" 3684 }, 3685 { 3686 "name": "Ivan Enderlin", 3687 "email": "ivan.enderlin@hoa-project.net", 3688 "homepage": "http://mnt.io/", 3689 "role": "Developer" 3690 } 3691 ], 3692 "description": "The VObject library for PHP allows you to easily parse and manipulate iCalendar and vCard objects", 3693 "homepage": "http://sabre.io/vobject/", 3694 "keywords": [ 3695 "availability", 3696 "freebusy", 3697 "iCalendar", 3698 "ical", 3699 "ics", 3700 "jCal", 3701 "jCard", 3702 "recurrence", 3703 "rfc2425", 3704 "rfc2426", 3705 "rfc2739", 3706 "rfc4770", 3707 "rfc5545", 3708 "rfc5546", 3709 "rfc6321", 3710 "rfc6350", 3711 "rfc6351", 3712 "rfc6474", 3713 "rfc6638", 3714 "rfc6715", 3715 "rfc6868", 3716 "vCalendar", 3717 "vCard", 3718 "vcf", 3719 "xCal", 3720 "xCard" 3721 ], 3722 "support": { 3723 "forum": "https://groups.google.com/group/sabredav-discuss", 3724 "issues": "https://github.com/sabre-io/vobject/issues", 3725 "source": "https://github.com/fruux/sabre-vobject" 3726 }, 3727 "time": "2024-10-14T11:53:54+00:00" 3728 }, 3729 { 3730 "name": "sabre/xml", 3731 "version": "4.0.6", 3732 "source": { 3733 "type": "git", 3734 "url": "https://github.com/sabre-io/xml.git", 3735 "reference": "a89257fd188ce30e456b841b6915f27905dfdbe3" 3736 }, 3737 "dist": { 3738 "type": "zip", 3739 "url": "https://api.github.com/repos/sabre-io/xml/zipball/a89257fd188ce30e456b841b6915f27905dfdbe3", 3740 "reference": "a89257fd188ce30e456b841b6915f27905dfdbe3", 3741 "shasum": "" 3742 }, 3743 "require": { 3744 "ext-dom": "*", 3745 "ext-xmlreader": "*", 3746 "ext-xmlwriter": "*", 3747 "lib-libxml": ">=2.6.20", 3748 "php": "^7.4 || ^8.0", 3749 "sabre/uri": ">=2.0,<4.0.0" 3750 }, 3751 "require-dev": { 3752 "friendsofphp/php-cs-fixer": "^3.64", 3753 "phpstan/phpstan": "^1.12", 3754 "phpunit/phpunit": "^9.6" 3755 }, 3756 "type": "library", 3757 "autoload": { 3758 "files": [ 3759 "lib/Deserializer/functions.php", 3760 "lib/Serializer/functions.php" 3761 ], 3762 "psr-4": { 3763 "Sabre\\Xml\\": "lib/" 3764 } 3765 }, 3766 "notification-url": "https://packagist.org/downloads/", 3767 "license": [ 3768 "BSD-3-Clause" 3769 ], 3770 "authors": [ 3771 { 3772 "name": "Evert Pot", 3773 "email": "me@evertpot.com", 3774 "homepage": "http://evertpot.com/", 3775 "role": "Developer" 3776 }, 3777 { 3778 "name": "Markus Staab", 3779 "email": "markus.staab@redaxo.de", 3780 "role": "Developer" 3781 } 3782 ], 3783 "description": "sabre/xml is an XML library that you may not hate.", 3784 "homepage": "https://sabre.io/xml/", 3785 "keywords": [ 3786 "XMLReader", 3787 "XMLWriter", 3788 "dom", 3789 "xml" 3790 ], 3791 "support": { 3792 "forum": "https://groups.google.com/group/sabredav-discuss", 3793 "issues": "https://github.com/sabre-io/xml/issues", 3794 "source": "https://github.com/fruux/sabre-xml" 3795 }, 3796 "time": "2024-09-06T08:00:55+00:00" 3797 }, 3798 { 3799 "name": "symfony/cache", 3800 "version": "v7.1.7", 3801 "source": { 3802 "type": "git", 3803 "url": "https://github.com/symfony/cache.git", 3804 "reference": "23b61c9592ee72233c31625f0ae805dd1571e928" 3805 }, 3806 "dist": { 3807 "type": "zip", 3808 "url": "https://api.github.com/repos/symfony/cache/zipball/23b61c9592ee72233c31625f0ae805dd1571e928", 3809 "reference": "23b61c9592ee72233c31625f0ae805dd1571e928", 3810 "shasum": "" 3811 }, 3812 "require": { 3813 "php": ">=8.2", 3814 "psr/cache": "^2.0|^3.0", 3815 "psr/log": "^1.1|^2|^3", 3816 "symfony/cache-contracts": "^2.5|^3", 3817 "symfony/deprecation-contracts": "^2.5|^3.0", 3818 "symfony/service-contracts": "^2.5|^3", 3819 "symfony/var-exporter": "^6.4|^7.0" 3820 }, 3821 "conflict": { 3822 "doctrine/dbal": "<3.6", 3823 "symfony/dependency-injection": "<6.4", 3824 "symfony/http-kernel": "<6.4", 3825 "symfony/var-dumper": "<6.4" 3826 }, 3827 "provide": { 3828 "psr/cache-implementation": "2.0|3.0", 3829 "psr/simple-cache-implementation": "1.0|2.0|3.0", 3830 "symfony/cache-implementation": "1.1|2.0|3.0" 3831 }, 3832 "require-dev": { 3833 "cache/integration-tests": "dev-master", 3834 "doctrine/dbal": "^3.6|^4", 3835 "predis/predis": "^1.1|^2.0", 3836 "psr/simple-cache": "^1.0|^2.0|^3.0", 3837 "symfony/config": "^6.4|^7.0", 3838 "symfony/dependency-injection": "^6.4|^7.0", 3839 "symfony/filesystem": "^6.4|^7.0", 3840 "symfony/http-kernel": "^6.4|^7.0", 3841 "symfony/messenger": "^6.4|^7.0", 3842 "symfony/var-dumper": "^6.4|^7.0" 3843 }, 3844 "type": "library", 3845 "autoload": { 3846 "psr-4": { 3847 "Symfony\\Component\\Cache\\": "" 3848 }, 3849 "classmap": [ 3850 "Traits/ValueWrapper.php" 3851 ], 3852 "exclude-from-classmap": [ 3853 "/Tests/" 3854 ] 3855 }, 3856 "notification-url": "https://packagist.org/downloads/", 3857 "license": [ 3858 "MIT" 3859 ], 3860 "authors": [ 3861 { 3862 "name": "Nicolas Grekas", 3863 "email": "p@tchwork.com" 3864 }, 3865 { 3866 "name": "Symfony Community", 3867 "homepage": "https://symfony.com/contributors" 3868 } 3869 ], 3870 "description": "Provides extended PSR-6, PSR-16 (and tags) implementations", 3871 "homepage": "https://symfony.com", 3872 "keywords": [ 3873 "caching", 3874 "psr6" 3875 ], 3876 "support": { 3877 "source": "https://github.com/symfony/cache/tree/v7.1.7" 3878 }, 3879 "funding": [ 3880 { 3881 "url": "https://symfony.com/sponsor", 3882 "type": "custom" 3883 }, 3884 { 3885 "url": "https://github.com/fabpot", 3886 "type": "github" 3887 }, 3888 { 3889 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 3890 "type": "tidelift" 3891 } 3892 ], 3893 "time": "2024-11-05T15:34:55+00:00" 3894 }, 3895 { 3896 "name": "symfony/cache-contracts", 3897 "version": "v3.5.0", 3898 "source": { 3899 "type": "git", 3900 "url": "https://github.com/symfony/cache-contracts.git", 3901 "reference": "df6a1a44c890faded49a5fca33c2d5c5fd3c2197" 3902 }, 3903 "dist": { 3904 "type": "zip", 3905 "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/df6a1a44c890faded49a5fca33c2d5c5fd3c2197", 3906 "reference": "df6a1a44c890faded49a5fca33c2d5c5fd3c2197", 3907 "shasum": "" 3908 }, 3909 "require": { 3910 "php": ">=8.1", 3911 "psr/cache": "^3.0" 3912 }, 3913 "type": "library", 3914 "extra": { 3915 "branch-alias": { 3916 "dev-main": "3.5-dev" 3917 }, 3918 "thanks": { 3919 "name": "symfony/contracts", 3920 "url": "https://github.com/symfony/contracts" 3921 } 3922 }, 3923 "autoload": { 3924 "psr-4": { 3925 "Symfony\\Contracts\\Cache\\": "" 3926 } 3927 }, 3928 "notification-url": "https://packagist.org/downloads/", 3929 "license": [ 3930 "MIT" 3931 ], 3932 "authors": [ 3933 { 3934 "name": "Nicolas Grekas", 3935 "email": "p@tchwork.com" 3936 }, 3937 { 3938 "name": "Symfony Community", 3939 "homepage": "https://symfony.com/contributors" 3940 } 3941 ], 3942 "description": "Generic abstractions related to caching", 3943 "homepage": "https://symfony.com", 3944 "keywords": [ 3945 "abstractions", 3946 "contracts", 3947 "decoupling", 3948 "interfaces", 3949 "interoperability", 3950 "standards" 3951 ], 3952 "support": { 3953 "source": "https://github.com/symfony/cache-contracts/tree/v3.5.0" 3954 }, 3955 "funding": [ 3956 { 3957 "url": "https://symfony.com/sponsor", 3958 "type": "custom" 3959 }, 3960 { 3961 "url": "https://github.com/fabpot", 3962 "type": "github" 3963 }, 3964 { 3965 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 3966 "type": "tidelift" 3967 } 3968 ], 3969 "time": "2024-04-18T09:32:20+00:00" 3970 }, 3971 { 3972 "name": "symfony/clock", 3973 "version": "v7.1.6", 3974 "source": { 3975 "type": "git", 3976 "url": "https://github.com/symfony/clock.git", 3977 "reference": "97bebc53548684c17ed696bc8af016880f0f098d" 3978 }, 3979 "dist": { 3980 "type": "zip", 3981 "url": "https://api.github.com/repos/symfony/clock/zipball/97bebc53548684c17ed696bc8af016880f0f098d", 3982 "reference": "97bebc53548684c17ed696bc8af016880f0f098d", 3983 "shasum": "" 3984 }, 3985 "require": { 3986 "php": ">=8.2", 3987 "psr/clock": "^1.0", 3988 "symfony/polyfill-php83": "^1.28" 3989 }, 3990 "provide": { 3991 "psr/clock-implementation": "1.0" 3992 }, 3993 "type": "library", 3994 "autoload": { 3995 "files": [ 3996 "Resources/now.php" 3997 ], 3998 "psr-4": { 3999 "Symfony\\Component\\Clock\\": "" 4000 }, 4001 "exclude-from-classmap": [ 4002 "/Tests/" 4003 ] 4004 }, 4005 "notification-url": "https://packagist.org/downloads/", 4006 "license": [ 4007 "MIT" 4008 ], 4009 "authors": [ 4010 { 4011 "name": "Nicolas Grekas", 4012 "email": "p@tchwork.com" 4013 }, 4014 { 4015 "name": "Symfony Community", 4016 "homepage": "https://symfony.com/contributors" 4017 } 4018 ], 4019 "description": "Decouples applications from the system clock", 4020 "homepage": "https://symfony.com", 4021 "keywords": [ 4022 "clock", 4023 "psr20", 4024 "time" 4025 ], 4026 "support": { 4027 "source": "https://github.com/symfony/clock/tree/v7.1.6" 4028 }, 4029 "funding": [ 4030 { 4031 "url": "https://symfony.com/sponsor", 4032 "type": "custom" 4033 }, 4034 { 4035 "url": "https://github.com/fabpot", 4036 "type": "github" 4037 }, 4038 { 4039 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 4040 "type": "tidelift" 4041 } 4042 ], 4043 "time": "2024-09-25T14:20:29+00:00" 4044 }, 4045 { 4046 "name": "symfony/console", 4047 "version": "v7.1.7", 4048 "source": { 4049 "type": "git", 4050 "url": "https://github.com/symfony/console.git", 4051 "reference": "3284aafcac338b6e86fd955ee4d794cbe434151a" 4052 }, 4053 "dist": { 4054 "type": "zip", 4055 "url": "https://api.github.com/repos/symfony/console/zipball/3284aafcac338b6e86fd955ee4d794cbe434151a", 4056 "reference": "3284aafcac338b6e86fd955ee4d794cbe434151a", 4057 "shasum": "" 4058 }, 4059 "require": { 4060 "php": ">=8.2", 4061 "symfony/polyfill-mbstring": "~1.0", 4062 "symfony/service-contracts": "^2.5|^3", 4063 "symfony/string": "^6.4|^7.0" 4064 }, 4065 "conflict": { 4066 "symfony/dependency-injection": "<6.4", 4067 "symfony/dotenv": "<6.4", 4068 "symfony/event-dispatcher": "<6.4", 4069 "symfony/lock": "<6.4", 4070 "symfony/process": "<6.4" 4071 }, 4072 "provide": { 4073 "psr/log-implementation": "1.0|2.0|3.0" 4074 }, 4075 "require-dev": { 4076 "psr/log": "^1|^2|^3", 4077 "symfony/config": "^6.4|^7.0", 4078 "symfony/dependency-injection": "^6.4|^7.0", 4079 "symfony/event-dispatcher": "^6.4|^7.0", 4080 "symfony/http-foundation": "^6.4|^7.0", 4081 "symfony/http-kernel": "^6.4|^7.0", 4082 "symfony/lock": "^6.4|^7.0", 4083 "symfony/messenger": "^6.4|^7.0", 4084 "symfony/process": "^6.4|^7.0", 4085 "symfony/stopwatch": "^6.4|^7.0", 4086 "symfony/var-dumper": "^6.4|^7.0" 4087 }, 4088 "type": "library", 4089 "autoload": { 4090 "psr-4": { 4091 "Symfony\\Component\\Console\\": "" 4092 }, 4093 "exclude-from-classmap": [ 4094 "/Tests/" 4095 ] 4096 }, 4097 "notification-url": "https://packagist.org/downloads/", 4098 "license": [ 4099 "MIT" 4100 ], 4101 "authors": [ 4102 { 4103 "name": "Fabien Potencier", 4104 "email": "fabien@symfony.com" 4105 }, 4106 { 4107 "name": "Symfony Community", 4108 "homepage": "https://symfony.com/contributors" 4109 } 4110 ], 4111 "description": "Eases the creation of beautiful and testable command line interfaces", 4112 "homepage": "https://symfony.com", 4113 "keywords": [ 4114 "cli", 4115 "command-line", 4116 "console", 4117 "terminal" 4118 ], 4119 "support": { 4120 "source": "https://github.com/symfony/console/tree/v7.1.7" 4121 }, 4122 "funding": [ 4123 { 4124 "url": "https://symfony.com/sponsor", 4125 "type": "custom" 4126 }, 4127 { 4128 "url": "https://github.com/fabpot", 4129 "type": "github" 4130 }, 4131 { 4132 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 4133 "type": "tidelift" 4134 } 4135 ], 4136 "time": "2024-11-05T15:34:55+00:00" 4137 }, 4138 { 4139 "name": "symfony/deprecation-contracts", 4140 "version": "v3.5.0", 4141 "source": { 4142 "type": "git", 4143 "url": "https://github.com/symfony/deprecation-contracts.git", 4144 "reference": "0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1" 4145 }, 4146 "dist": { 4147 "type": "zip", 4148 "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1", 4149 "reference": "0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1", 4150 "shasum": "" 4151 }, 4152 "require": { 4153 "php": ">=8.1" 4154 }, 4155 "type": "library", 4156 "extra": { 4157 "branch-alias": { 4158 "dev-main": "3.5-dev" 4159 }, 4160 "thanks": { 4161 "name": "symfony/contracts", 4162 "url": "https://github.com/symfony/contracts" 4163 } 4164 }, 4165 "autoload": { 4166 "files": [ 4167 "function.php" 4168 ] 4169 }, 4170 "notification-url": "https://packagist.org/downloads/", 4171 "license": [ 4172 "MIT" 4173 ], 4174 "authors": [ 4175 { 4176 "name": "Nicolas Grekas", 4177 "email": "p@tchwork.com" 4178 }, 4179 { 4180 "name": "Symfony Community", 4181 "homepage": "https://symfony.com/contributors" 4182 } 4183 ], 4184 "description": "A generic function and convention to trigger deprecation notices", 4185 "homepage": "https://symfony.com", 4186 "support": { 4187 "source": "https://github.com/symfony/deprecation-contracts/tree/v3.5.0" 4188 }, 4189 "funding": [ 4190 { 4191 "url": "https://symfony.com/sponsor", 4192 "type": "custom" 4193 }, 4194 { 4195 "url": "https://github.com/fabpot", 4196 "type": "github" 4197 }, 4198 { 4199 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 4200 "type": "tidelift" 4201 } 4202 ], 4203 "time": "2024-04-18T09:32:20+00:00" 4204 }, 4205 { 4206 "name": "symfony/event-dispatcher", 4207 "version": "v7.1.6", 4208 "source": { 4209 "type": "git", 4210 "url": "https://github.com/symfony/event-dispatcher.git", 4211 "reference": "87254c78dd50721cfd015b62277a8281c5589702" 4212 }, 4213 "dist": { 4214 "type": "zip", 4215 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/87254c78dd50721cfd015b62277a8281c5589702", 4216 "reference": "87254c78dd50721cfd015b62277a8281c5589702", 4217 "shasum": "" 4218 }, 4219 "require": { 4220 "php": ">=8.2", 4221 "symfony/event-dispatcher-contracts": "^2.5|^3" 4222 }, 4223 "conflict": { 4224 "symfony/dependency-injection": "<6.4", 4225 "symfony/service-contracts": "<2.5" 4226 }, 4227 "provide": { 4228 "psr/event-dispatcher-implementation": "1.0", 4229 "symfony/event-dispatcher-implementation": "2.0|3.0" 4230 }, 4231 "require-dev": { 4232 "psr/log": "^1|^2|^3", 4233 "symfony/config": "^6.4|^7.0", 4234 "symfony/dependency-injection": "^6.4|^7.0", 4235 "symfony/error-handler": "^6.4|^7.0", 4236 "symfony/expression-language": "^6.4|^7.0", 4237 "symfony/http-foundation": "^6.4|^7.0", 4238 "symfony/service-contracts": "^2.5|^3", 4239 "symfony/stopwatch": "^6.4|^7.0" 4240 }, 4241 "type": "library", 4242 "autoload": { 4243 "psr-4": { 4244 "Symfony\\Component\\EventDispatcher\\": "" 4245 }, 4246 "exclude-from-classmap": [ 4247 "/Tests/" 4248 ] 4249 }, 4250 "notification-url": "https://packagist.org/downloads/", 4251 "license": [ 4252 "MIT" 4253 ], 4254 "authors": [ 4255 { 4256 "name": "Fabien Potencier", 4257 "email": "fabien@symfony.com" 4258 }, 4259 { 4260 "name": "Symfony Community", 4261 "homepage": "https://symfony.com/contributors" 4262 } 4263 ], 4264 "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them", 4265 "homepage": "https://symfony.com", 4266 "support": { 4267 "source": "https://github.com/symfony/event-dispatcher/tree/v7.1.6" 4268 }, 4269 "funding": [ 4270 { 4271 "url": "https://symfony.com/sponsor", 4272 "type": "custom" 4273 }, 4274 { 4275 "url": "https://github.com/fabpot", 4276 "type": "github" 4277 }, 4278 { 4279 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 4280 "type": "tidelift" 4281 } 4282 ], 4283 "time": "2024-09-25T14:20:29+00:00" 4284 }, 4285 { 4286 "name": "symfony/event-dispatcher-contracts", 4287 "version": "v3.5.0", 4288 "source": { 4289 "type": "git", 4290 "url": "https://github.com/symfony/event-dispatcher-contracts.git", 4291 "reference": "8f93aec25d41b72493c6ddff14e916177c9efc50" 4292 }, 4293 "dist": { 4294 "type": "zip", 4295 "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/8f93aec25d41b72493c6ddff14e916177c9efc50", 4296 "reference": "8f93aec25d41b72493c6ddff14e916177c9efc50", 4297 "shasum": "" 4298 }, 4299 "require": { 4300 "php": ">=8.1", 4301 "psr/event-dispatcher": "^1" 4302 }, 4303 "type": "library", 4304 "extra": { 4305 "branch-alias": { 4306 "dev-main": "3.5-dev" 4307 }, 4308 "thanks": { 4309 "name": "symfony/contracts", 4310 "url": "https://github.com/symfony/contracts" 4311 } 4312 }, 4313 "autoload": { 4314 "psr-4": { 4315 "Symfony\\Contracts\\EventDispatcher\\": "" 4316 } 4317 }, 4318 "notification-url": "https://packagist.org/downloads/", 4319 "license": [ 4320 "MIT" 4321 ], 4322 "authors": [ 4323 { 4324 "name": "Nicolas Grekas", 4325 "email": "p@tchwork.com" 4326 }, 4327 { 4328 "name": "Symfony Community", 4329 "homepage": "https://symfony.com/contributors" 4330 } 4331 ], 4332 "description": "Generic abstractions related to dispatching event", 4333 "homepage": "https://symfony.com", 4334 "keywords": [ 4335 "abstractions", 4336 "contracts", 4337 "decoupling", 4338 "interfaces", 4339 "interoperability", 4340 "standards" 4341 ], 4342 "support": { 4343 "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.5.0" 4344 }, 4345 "funding": [ 4346 { 4347 "url": "https://symfony.com/sponsor", 4348 "type": "custom" 4349 }, 4350 { 4351 "url": "https://github.com/fabpot", 4352 "type": "github" 4353 }, 4354 { 4355 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 4356 "type": "tidelift" 4357 } 4358 ], 4359 "time": "2024-04-18T09:32:20+00:00" 4360 }, 4361 { 4362 "name": "symfony/expression-language", 4363 "version": "v7.1.6", 4364 "source": { 4365 "type": "git", 4366 "url": "https://github.com/symfony/expression-language.git", 4367 "reference": "c3a1224bc144b36cd79149b42c1aecd5f81395a5" 4368 }, 4369 "dist": { 4370 "type": "zip", 4371 "url": "https://api.github.com/repos/symfony/expression-language/zipball/c3a1224bc144b36cd79149b42c1aecd5f81395a5", 4372 "reference": "c3a1224bc144b36cd79149b42c1aecd5f81395a5", 4373 "shasum": "" 4374 }, 4375 "require": { 4376 "php": ">=8.2", 4377 "symfony/cache": "^6.4|^7.0", 4378 "symfony/deprecation-contracts": "^2.5|^3", 4379 "symfony/service-contracts": "^2.5|^3" 4380 }, 4381 "type": "library", 4382 "autoload": { 4383 "psr-4": { 4384 "Symfony\\Component\\ExpressionLanguage\\": "" 4385 }, 4386 "exclude-from-classmap": [ 4387 "/Tests/" 4388 ] 4389 }, 4390 "notification-url": "https://packagist.org/downloads/", 4391 "license": [ 4392 "MIT" 4393 ], 4394 "authors": [ 4395 { 4396 "name": "Fabien Potencier", 4397 "email": "fabien@symfony.com" 4398 }, 4399 { 4400 "name": "Symfony Community", 4401 "homepage": "https://symfony.com/contributors" 4402 } 4403 ], 4404 "description": "Provides an engine that can compile and evaluate expressions", 4405 "homepage": "https://symfony.com", 4406 "support": { 4407 "source": "https://github.com/symfony/expression-language/tree/v7.1.6" 4408 }, 4409 "funding": [ 4410 { 4411 "url": "https://symfony.com/sponsor", 4412 "type": "custom" 4413 }, 4414 { 4415 "url": "https://github.com/fabpot", 4416 "type": "github" 4417 }, 4418 { 4419 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 4420 "type": "tidelift" 4421 } 4422 ], 4423 "time": "2024-10-09T08:46:59+00:00" 4424 }, 4425 { 4426 "name": "symfony/mailer", 4427 "version": "v7.1.6", 4428 "source": { 4429 "type": "git", 4430 "url": "https://github.com/symfony/mailer.git", 4431 "reference": "69c9948451fb3a6a4d47dc8261d1794734e76cdd" 4432 }, 4433 "dist": { 4434 "type": "zip", 4435 "url": "https://api.github.com/repos/symfony/mailer/zipball/69c9948451fb3a6a4d47dc8261d1794734e76cdd", 4436 "reference": "69c9948451fb3a6a4d47dc8261d1794734e76cdd", 4437 "shasum": "" 4438 }, 4439 "require": { 4440 "egulias/email-validator": "^2.1.10|^3|^4", 4441 "php": ">=8.2", 4442 "psr/event-dispatcher": "^1", 4443 "psr/log": "^1|^2|^3", 4444 "symfony/event-dispatcher": "^6.4|^7.0", 4445 "symfony/mime": "^6.4|^7.0", 4446 "symfony/service-contracts": "^2.5|^3" 4447 }, 4448 "conflict": { 4449 "symfony/http-client-contracts": "<2.5", 4450 "symfony/http-kernel": "<6.4", 4451 "symfony/messenger": "<6.4", 4452 "symfony/mime": "<6.4", 4453 "symfony/twig-bridge": "<6.4" 4454 }, 4455 "require-dev": { 4456 "symfony/console": "^6.4|^7.0", 4457 "symfony/http-client": "^6.4|^7.0", 4458 "symfony/messenger": "^6.4|^7.0", 4459 "symfony/twig-bridge": "^6.4|^7.0" 4460 }, 4461 "type": "library", 4462 "autoload": { 4463 "psr-4": { 4464 "Symfony\\Component\\Mailer\\": "" 4465 }, 4466 "exclude-from-classmap": [ 4467 "/Tests/" 4468 ] 4469 }, 4470 "notification-url": "https://packagist.org/downloads/", 4471 "license": [ 4472 "MIT" 4473 ], 4474 "authors": [ 4475 { 4476 "name": "Fabien Potencier", 4477 "email": "fabien@symfony.com" 4478 }, 4479 { 4480 "name": "Symfony Community", 4481 "homepage": "https://symfony.com/contributors" 4482 } 4483 ], 4484 "description": "Helps sending emails", 4485 "homepage": "https://symfony.com", 4486 "support": { 4487 "source": "https://github.com/symfony/mailer/tree/v7.1.6" 4488 }, 4489 "funding": [ 4490 { 4491 "url": "https://symfony.com/sponsor", 4492 "type": "custom" 4493 }, 4494 { 4495 "url": "https://github.com/fabpot", 4496 "type": "github" 4497 }, 4498 { 4499 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 4500 "type": "tidelift" 4501 } 4502 ], 4503 "time": "2024-09-25T14:20:29+00:00" 4504 }, 4505 { 4506 "name": "symfony/mime", 4507 "version": "v7.1.6", 4508 "source": { 4509 "type": "git", 4510 "url": "https://github.com/symfony/mime.git", 4511 "reference": "caa1e521edb2650b8470918dfe51708c237f0598" 4512 }, 4513 "dist": { 4514 "type": "zip", 4515 "url": "https://api.github.com/repos/symfony/mime/zipball/caa1e521edb2650b8470918dfe51708c237f0598", 4516 "reference": "caa1e521edb2650b8470918dfe51708c237f0598", 4517 "shasum": "" 4518 }, 4519 "require": { 4520 "php": ">=8.2", 4521 "symfony/polyfill-intl-idn": "^1.10", 4522 "symfony/polyfill-mbstring": "^1.0" 4523 }, 4524 "conflict": { 4525 "egulias/email-validator": "~3.0.0", 4526 "phpdocumentor/reflection-docblock": "<3.2.2", 4527 "phpdocumentor/type-resolver": "<1.4.0", 4528 "symfony/mailer": "<6.4", 4529 "symfony/serializer": "<6.4.3|>7.0,<7.0.3" 4530 }, 4531 "require-dev": { 4532 "egulias/email-validator": "^2.1.10|^3.1|^4", 4533 "league/html-to-markdown": "^5.0", 4534 "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0", 4535 "symfony/dependency-injection": "^6.4|^7.0", 4536 "symfony/process": "^6.4|^7.0", 4537 "symfony/property-access": "^6.4|^7.0", 4538 "symfony/property-info": "^6.4|^7.0", 4539 "symfony/serializer": "^6.4.3|^7.0.3" 4540 }, 4541 "type": "library", 4542 "autoload": { 4543 "psr-4": { 4544 "Symfony\\Component\\Mime\\": "" 4545 }, 4546 "exclude-from-classmap": [ 4547 "/Tests/" 4548 ] 4549 }, 4550 "notification-url": "https://packagist.org/downloads/", 4551 "license": [ 4552 "MIT" 4553 ], 4554 "authors": [ 4555 { 4556 "name": "Fabien Potencier", 4557 "email": "fabien@symfony.com" 4558 }, 4559 { 4560 "name": "Symfony Community", 4561 "homepage": "https://symfony.com/contributors" 4562 } 4563 ], 4564 "description": "Allows manipulating MIME messages", 4565 "homepage": "https://symfony.com", 4566 "keywords": [ 4567 "mime", 4568 "mime-type" 4569 ], 4570 "support": { 4571 "source": "https://github.com/symfony/mime/tree/v7.1.6" 4572 }, 4573 "funding": [ 4574 { 4575 "url": "https://symfony.com/sponsor", 4576 "type": "custom" 4577 }, 4578 { 4579 "url": "https://github.com/fabpot", 4580 "type": "github" 4581 }, 4582 { 4583 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 4584 "type": "tidelift" 4585 } 4586 ], 4587 "time": "2024-10-25T15:11:02+00:00" 4588 }, 4589 { 4590 "name": "symfony/polyfill-ctype", 4591 "version": "v1.31.0", 4592 "source": { 4593 "type": "git", 4594 "url": "https://github.com/symfony/polyfill-ctype.git", 4595 "reference": "a3cc8b044a6ea513310cbd48ef7333b384945638" 4596 }, 4597 "dist": { 4598 "type": "zip", 4599 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/a3cc8b044a6ea513310cbd48ef7333b384945638", 4600 "reference": "a3cc8b044a6ea513310cbd48ef7333b384945638", 4601 "shasum": "" 4602 }, 4603 "require": { 4604 "php": ">=7.2" 4605 }, 4606 "provide": { 4607 "ext-ctype": "*" 4608 }, 4609 "suggest": { 4610 "ext-ctype": "For best performance" 4611 }, 4612 "type": "library", 4613 "extra": { 4614 "thanks": { 4615 "name": "symfony/polyfill", 4616 "url": "https://github.com/symfony/polyfill" 4617 } 4618 }, 4619 "autoload": { 4620 "files": [ 4621 "bootstrap.php" 4622 ], 4623 "psr-4": { 4624 "Symfony\\Polyfill\\Ctype\\": "" 4625 } 4626 }, 4627 "notification-url": "https://packagist.org/downloads/", 4628 "license": [ 4629 "MIT" 4630 ], 4631 "authors": [ 4632 { 4633 "name": "Gert de Pagter", 4634 "email": "BackEndTea@gmail.com" 4635 }, 4636 { 4637 "name": "Symfony Community", 4638 "homepage": "https://symfony.com/contributors" 4639 } 4640 ], 4641 "description": "Symfony polyfill for ctype functions", 4642 "homepage": "https://symfony.com", 4643 "keywords": [ 4644 "compatibility", 4645 "ctype", 4646 "polyfill", 4647 "portable" 4648 ], 4649 "support": { 4650 "source": "https://github.com/symfony/polyfill-ctype/tree/v1.31.0" 4651 }, 4652 "funding": [ 4653 { 4654 "url": "https://symfony.com/sponsor", 4655 "type": "custom" 4656 }, 4657 { 4658 "url": "https://github.com/fabpot", 4659 "type": "github" 4660 }, 4661 { 4662 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 4663 "type": "tidelift" 4664 } 4665 ], 4666 "time": "2024-09-09T11:45:10+00:00" 4667 }, 4668 { 4669 "name": "symfony/polyfill-intl-grapheme", 4670 "version": "v1.31.0", 4671 "source": { 4672 "type": "git", 4673 "url": "https://github.com/symfony/polyfill-intl-grapheme.git", 4674 "reference": "b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe" 4675 }, 4676 "dist": { 4677 "type": "zip", 4678 "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe", 4679 "reference": "b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe", 4680 "shasum": "" 4681 }, 4682 "require": { 4683 "php": ">=7.2" 4684 }, 4685 "suggest": { 4686 "ext-intl": "For best performance" 4687 }, 4688 "type": "library", 4689 "extra": { 4690 "thanks": { 4691 "name": "symfony/polyfill", 4692 "url": "https://github.com/symfony/polyfill" 4693 } 4694 }, 4695 "autoload": { 4696 "files": [ 4697 "bootstrap.php" 4698 ], 4699 "psr-4": { 4700 "Symfony\\Polyfill\\Intl\\Grapheme\\": "" 4701 } 4702 }, 4703 "notification-url": "https://packagist.org/downloads/", 4704 "license": [ 4705 "MIT" 4706 ], 4707 "authors": [ 4708 { 4709 "name": "Nicolas Grekas", 4710 "email": "p@tchwork.com" 4711 }, 4712 { 4713 "name": "Symfony Community", 4714 "homepage": "https://symfony.com/contributors" 4715 } 4716 ], 4717 "description": "Symfony polyfill for intl's grapheme_* functions", 4718 "homepage": "https://symfony.com", 4719 "keywords": [ 4720 "compatibility", 4721 "grapheme", 4722 "intl", 4723 "polyfill", 4724 "portable", 4725 "shim" 4726 ], 4727 "support": { 4728 "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.31.0" 4729 }, 4730 "funding": [ 4731 { 4732 "url": "https://symfony.com/sponsor", 4733 "type": "custom" 4734 }, 4735 { 4736 "url": "https://github.com/fabpot", 4737 "type": "github" 4738 }, 4739 { 4740 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 4741 "type": "tidelift" 4742 } 4743 ], 4744 "time": "2024-09-09T11:45:10+00:00" 4745 }, 4746 { 4747 "name": "symfony/polyfill-intl-idn", 4748 "version": "v1.31.0", 4749 "source": { 4750 "type": "git", 4751 "url": "https://github.com/symfony/polyfill-intl-idn.git", 4752 "reference": "c36586dcf89a12315939e00ec9b4474adcb1d773" 4753 }, 4754 "dist": { 4755 "type": "zip", 4756 "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/c36586dcf89a12315939e00ec9b4474adcb1d773", 4757 "reference": "c36586dcf89a12315939e00ec9b4474adcb1d773", 4758 "shasum": "" 4759 }, 4760 "require": { 4761 "php": ">=7.2", 4762 "symfony/polyfill-intl-normalizer": "^1.10" 4763 }, 4764 "suggest": { 4765 "ext-intl": "For best performance" 4766 }, 4767 "type": "library", 4768 "extra": { 4769 "thanks": { 4770 "name": "symfony/polyfill", 4771 "url": "https://github.com/symfony/polyfill" 4772 } 4773 }, 4774 "autoload": { 4775 "files": [ 4776 "bootstrap.php" 4777 ], 4778 "psr-4": { 4779 "Symfony\\Polyfill\\Intl\\Idn\\": "" 4780 } 4781 }, 4782 "notification-url": "https://packagist.org/downloads/", 4783 "license": [ 4784 "MIT" 4785 ], 4786 "authors": [ 4787 { 4788 "name": "Laurent Bassin", 4789 "email": "laurent@bassin.info" 4790 }, 4791 { 4792 "name": "Trevor Rowbotham", 4793 "email": "trevor.rowbotham@pm.me" 4794 }, 4795 { 4796 "name": "Symfony Community", 4797 "homepage": "https://symfony.com/contributors" 4798 } 4799 ], 4800 "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions", 4801 "homepage": "https://symfony.com", 4802 "keywords": [ 4803 "compatibility", 4804 "idn", 4805 "intl", 4806 "polyfill", 4807 "portable", 4808 "shim" 4809 ], 4810 "support": { 4811 "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.31.0" 4812 }, 4813 "funding": [ 4814 { 4815 "url": "https://symfony.com/sponsor", 4816 "type": "custom" 4817 }, 4818 { 4819 "url": "https://github.com/fabpot", 4820 "type": "github" 4821 }, 4822 { 4823 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 4824 "type": "tidelift" 4825 } 4826 ], 4827 "time": "2024-09-09T11:45:10+00:00" 4828 }, 4829 { 4830 "name": "symfony/polyfill-intl-normalizer", 4831 "version": "v1.31.0", 4832 "source": { 4833 "type": "git", 4834 "url": "https://github.com/symfony/polyfill-intl-normalizer.git", 4835 "reference": "3833d7255cc303546435cb650316bff708a1c75c" 4836 }, 4837 "dist": { 4838 "type": "zip", 4839 "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/3833d7255cc303546435cb650316bff708a1c75c", 4840 "reference": "3833d7255cc303546435cb650316bff708a1c75c", 4841 "shasum": "" 4842 }, 4843 "require": { 4844 "php": ">=7.2" 4845 }, 4846 "suggest": { 4847 "ext-intl": "For best performance" 4848 }, 4849 "type": "library", 4850 "extra": { 4851 "thanks": { 4852 "name": "symfony/polyfill", 4853 "url": "https://github.com/symfony/polyfill" 4854 } 4855 }, 4856 "autoload": { 4857 "files": [ 4858 "bootstrap.php" 4859 ], 4860 "psr-4": { 4861 "Symfony\\Polyfill\\Intl\\Normalizer\\": "" 4862 }, 4863 "classmap": [ 4864 "Resources/stubs" 4865 ] 4866 }, 4867 "notification-url": "https://packagist.org/downloads/", 4868 "license": [ 4869 "MIT" 4870 ], 4871 "authors": [ 4872 { 4873 "name": "Nicolas Grekas", 4874 "email": "p@tchwork.com" 4875 }, 4876 { 4877 "name": "Symfony Community", 4878 "homepage": "https://symfony.com/contributors" 4879 } 4880 ], 4881 "description": "Symfony polyfill for intl's Normalizer class and related functions", 4882 "homepage": "https://symfony.com", 4883 "keywords": [ 4884 "compatibility", 4885 "intl", 4886 "normalizer", 4887 "polyfill", 4888 "portable", 4889 "shim" 4890 ], 4891 "support": { 4892 "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.31.0" 4893 }, 4894 "funding": [ 4895 { 4896 "url": "https://symfony.com/sponsor", 4897 "type": "custom" 4898 }, 4899 { 4900 "url": "https://github.com/fabpot", 4901 "type": "github" 4902 }, 4903 { 4904 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 4905 "type": "tidelift" 4906 } 4907 ], 4908 "time": "2024-09-09T11:45:10+00:00" 4909 }, 4910 { 4911 "name": "symfony/polyfill-mbstring", 4912 "version": "v1.31.0", 4913 "source": { 4914 "type": "git", 4915 "url": "https://github.com/symfony/polyfill-mbstring.git", 4916 "reference": "85181ba99b2345b0ef10ce42ecac37612d9fd341" 4917 }, 4918 "dist": { 4919 "type": "zip", 4920 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/85181ba99b2345b0ef10ce42ecac37612d9fd341", 4921 "reference": "85181ba99b2345b0ef10ce42ecac37612d9fd341", 4922 "shasum": "" 4923 }, 4924 "require": { 4925 "php": ">=7.2" 4926 }, 4927 "provide": { 4928 "ext-mbstring": "*" 4929 }, 4930 "suggest": { 4931 "ext-mbstring": "For best performance" 4932 }, 4933 "type": "library", 4934 "extra": { 4935 "thanks": { 4936 "name": "symfony/polyfill", 4937 "url": "https://github.com/symfony/polyfill" 4938 } 4939 }, 4940 "autoload": { 4941 "files": [ 4942 "bootstrap.php" 4943 ], 4944 "psr-4": { 4945 "Symfony\\Polyfill\\Mbstring\\": "" 4946 } 4947 }, 4948 "notification-url": "https://packagist.org/downloads/", 4949 "license": [ 4950 "MIT" 4951 ], 4952 "authors": [ 4953 { 4954 "name": "Nicolas Grekas", 4955 "email": "p@tchwork.com" 4956 }, 4957 { 4958 "name": "Symfony Community", 4959 "homepage": "https://symfony.com/contributors" 4960 } 4961 ], 4962 "description": "Symfony polyfill for the Mbstring extension", 4963 "homepage": "https://symfony.com", 4964 "keywords": [ 4965 "compatibility", 4966 "mbstring", 4967 "polyfill", 4968 "portable", 4969 "shim" 4970 ], 4971 "support": { 4972 "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.31.0" 4973 }, 4974 "funding": [ 4975 { 4976 "url": "https://symfony.com/sponsor", 4977 "type": "custom" 4978 }, 4979 { 4980 "url": "https://github.com/fabpot", 4981 "type": "github" 4982 }, 4983 { 4984 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 4985 "type": "tidelift" 4986 } 4987 ], 4988 "time": "2024-09-09T11:45:10+00:00" 4989 }, 4990 { 4991 "name": "symfony/polyfill-php80", 4992 "version": "v1.31.0", 4993 "source": { 4994 "type": "git", 4995 "url": "https://github.com/symfony/polyfill-php80.git", 4996 "reference": "60328e362d4c2c802a54fcbf04f9d3fb892b4cf8" 4997 }, 4998 "dist": { 4999 "type": "zip", 5000 "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/60328e362d4c2c802a54fcbf04f9d3fb892b4cf8", 5001 "reference": "60328e362d4c2c802a54fcbf04f9d3fb892b4cf8", 5002 "shasum": "" 5003 }, 5004 "require": { 5005 "php": ">=7.2" 5006 }, 5007 "type": "library", 5008 "extra": { 5009 "thanks": { 5010 "name": "symfony/polyfill", 5011 "url": "https://github.com/symfony/polyfill" 5012 } 5013 }, 5014 "autoload": { 5015 "files": [ 5016 "bootstrap.php" 5017 ], 5018 "psr-4": { 5019 "Symfony\\Polyfill\\Php80\\": "" 5020 }, 5021 "classmap": [ 5022 "Resources/stubs" 5023 ] 5024 }, 5025 "notification-url": "https://packagist.org/downloads/", 5026 "license": [ 5027 "MIT" 5028 ], 5029 "authors": [ 5030 { 5031 "name": "Ion Bazan", 5032 "email": "ion.bazan@gmail.com" 5033 }, 5034 { 5035 "name": "Nicolas Grekas", 5036 "email": "p@tchwork.com" 5037 }, 5038 { 5039 "name": "Symfony Community", 5040 "homepage": "https://symfony.com/contributors" 5041 } 5042 ], 5043 "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions", 5044 "homepage": "https://symfony.com", 5045 "keywords": [ 5046 "compatibility", 5047 "polyfill", 5048 "portable", 5049 "shim" 5050 ], 5051 "support": { 5052 "source": "https://github.com/symfony/polyfill-php80/tree/v1.31.0" 5053 }, 5054 "funding": [ 5055 { 5056 "url": "https://symfony.com/sponsor", 5057 "type": "custom" 5058 }, 5059 { 5060 "url": "https://github.com/fabpot", 5061 "type": "github" 5062 }, 5063 { 5064 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 5065 "type": "tidelift" 5066 } 5067 ], 5068 "time": "2024-09-09T11:45:10+00:00" 5069 }, 5070 { 5071 "name": "symfony/polyfill-php83", 5072 "version": "v1.31.0", 5073 "source": { 5074 "type": "git", 5075 "url": "https://github.com/symfony/polyfill-php83.git", 5076 "reference": "2fb86d65e2d424369ad2905e83b236a8805ba491" 5077 }, 5078 "dist": { 5079 "type": "zip", 5080 "url": "https://api.github.com/repos/symfony/polyfill-php83/zipball/2fb86d65e2d424369ad2905e83b236a8805ba491", 5081 "reference": "2fb86d65e2d424369ad2905e83b236a8805ba491", 5082 "shasum": "" 5083 }, 5084 "require": { 5085 "php": ">=7.2" 5086 }, 5087 "type": "library", 5088 "extra": { 5089 "thanks": { 5090 "name": "symfony/polyfill", 5091 "url": "https://github.com/symfony/polyfill" 5092 } 5093 }, 5094 "autoload": { 5095 "files": [ 5096 "bootstrap.php" 5097 ], 5098 "psr-4": { 5099 "Symfony\\Polyfill\\Php83\\": "" 5100 }, 5101 "classmap": [ 5102 "Resources/stubs" 5103 ] 5104 }, 5105 "notification-url": "https://packagist.org/downloads/", 5106 "license": [ 5107 "MIT" 5108 ], 5109 "authors": [ 5110 { 5111 "name": "Nicolas Grekas", 5112 "email": "p@tchwork.com" 5113 }, 5114 { 5115 "name": "Symfony Community", 5116 "homepage": "https://symfony.com/contributors" 5117 } 5118 ], 5119 "description": "Symfony polyfill backporting some PHP 8.3+ features to lower PHP versions", 5120 "homepage": "https://symfony.com", 5121 "keywords": [ 5122 "compatibility", 5123 "polyfill", 5124 "portable", 5125 "shim" 5126 ], 5127 "support": { 5128 "source": "https://github.com/symfony/polyfill-php83/tree/v1.31.0" 5129 }, 5130 "funding": [ 5131 { 5132 "url": "https://symfony.com/sponsor", 5133 "type": "custom" 5134 }, 5135 { 5136 "url": "https://github.com/fabpot", 5137 "type": "github" 5138 }, 5139 { 5140 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 5141 "type": "tidelift" 5142 } 5143 ], 5144 "time": "2024-09-09T11:45:10+00:00" 5145 }, 5146 { 5147 "name": "symfony/service-contracts", 5148 "version": "v3.5.0", 5149 "source": { 5150 "type": "git", 5151 "url": "https://github.com/symfony/service-contracts.git", 5152 "reference": "bd1d9e59a81d8fa4acdcea3f617c581f7475a80f" 5153 }, 5154 "dist": { 5155 "type": "zip", 5156 "url": "https://api.github.com/repos/symfony/service-contracts/zipball/bd1d9e59a81d8fa4acdcea3f617c581f7475a80f", 5157 "reference": "bd1d9e59a81d8fa4acdcea3f617c581f7475a80f", 5158 "shasum": "" 5159 }, 5160 "require": { 5161 "php": ">=8.1", 5162 "psr/container": "^1.1|^2.0", 5163 "symfony/deprecation-contracts": "^2.5|^3" 5164 }, 5165 "conflict": { 5166 "ext-psr": "<1.1|>=2" 5167 }, 5168 "type": "library", 5169 "extra": { 5170 "branch-alias": { 5171 "dev-main": "3.5-dev" 5172 }, 5173 "thanks": { 5174 "name": "symfony/contracts", 5175 "url": "https://github.com/symfony/contracts" 5176 } 5177 }, 5178 "autoload": { 5179 "psr-4": { 5180 "Symfony\\Contracts\\Service\\": "" 5181 }, 5182 "exclude-from-classmap": [ 5183 "/Test/" 5184 ] 5185 }, 5186 "notification-url": "https://packagist.org/downloads/", 5187 "license": [ 5188 "MIT" 5189 ], 5190 "authors": [ 5191 { 5192 "name": "Nicolas Grekas", 5193 "email": "p@tchwork.com" 5194 }, 5195 { 5196 "name": "Symfony Community", 5197 "homepage": "https://symfony.com/contributors" 5198 } 5199 ], 5200 "description": "Generic abstractions related to writing services", 5201 "homepage": "https://symfony.com", 5202 "keywords": [ 5203 "abstractions", 5204 "contracts", 5205 "decoupling", 5206 "interfaces", 5207 "interoperability", 5208 "standards" 5209 ], 5210 "support": { 5211 "source": "https://github.com/symfony/service-contracts/tree/v3.5.0" 5212 }, 5213 "funding": [ 5214 { 5215 "url": "https://symfony.com/sponsor", 5216 "type": "custom" 5217 }, 5218 { 5219 "url": "https://github.com/fabpot", 5220 "type": "github" 5221 }, 5222 { 5223 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 5224 "type": "tidelift" 5225 } 5226 ], 5227 "time": "2024-04-18T09:32:20+00:00" 5228 }, 5229 { 5230 "name": "symfony/string", 5231 "version": "v7.1.6", 5232 "source": { 5233 "type": "git", 5234 "url": "https://github.com/symfony/string.git", 5235 "reference": "61b72d66bf96c360a727ae6232df5ac83c71f626" 5236 }, 5237 "dist": { 5238 "type": "zip", 5239 "url": "https://api.github.com/repos/symfony/string/zipball/61b72d66bf96c360a727ae6232df5ac83c71f626", 5240 "reference": "61b72d66bf96c360a727ae6232df5ac83c71f626", 5241 "shasum": "" 5242 }, 5243 "require": { 5244 "php": ">=8.2", 5245 "symfony/polyfill-ctype": "~1.8", 5246 "symfony/polyfill-intl-grapheme": "~1.0", 5247 "symfony/polyfill-intl-normalizer": "~1.0", 5248 "symfony/polyfill-mbstring": "~1.0" 5249 }, 5250 "conflict": { 5251 "symfony/translation-contracts": "<2.5" 5252 }, 5253 "require-dev": { 5254 "symfony/emoji": "^7.1", 5255 "symfony/error-handler": "^6.4|^7.0", 5256 "symfony/http-client": "^6.4|^7.0", 5257 "symfony/intl": "^6.4|^7.0", 5258 "symfony/translation-contracts": "^2.5|^3.0", 5259 "symfony/var-exporter": "^6.4|^7.0" 5260 }, 5261 "type": "library", 5262 "autoload": { 5263 "files": [ 5264 "Resources/functions.php" 5265 ], 5266 "psr-4": { 5267 "Symfony\\Component\\String\\": "" 5268 }, 5269 "exclude-from-classmap": [ 5270 "/Tests/" 5271 ] 5272 }, 5273 "notification-url": "https://packagist.org/downloads/", 5274 "license": [ 5275 "MIT" 5276 ], 5277 "authors": [ 5278 { 5279 "name": "Nicolas Grekas", 5280 "email": "p@tchwork.com" 5281 }, 5282 { 5283 "name": "Symfony Community", 5284 "homepage": "https://symfony.com/contributors" 5285 } 5286 ], 5287 "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way", 5288 "homepage": "https://symfony.com", 5289 "keywords": [ 5290 "grapheme", 5291 "i18n", 5292 "string", 5293 "unicode", 5294 "utf-8", 5295 "utf8" 5296 ], 5297 "support": { 5298 "source": "https://github.com/symfony/string/tree/v7.1.6" 5299 }, 5300 "funding": [ 5301 { 5302 "url": "https://symfony.com/sponsor", 5303 "type": "custom" 5304 }, 5305 { 5306 "url": "https://github.com/fabpot", 5307 "type": "github" 5308 }, 5309 { 5310 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 5311 "type": "tidelift" 5312 } 5313 ], 5314 "time": "2024-09-25T14:20:29+00:00" 5315 }, 5316 { 5317 "name": "symfony/translation", 5318 "version": "v7.1.6", 5319 "source": { 5320 "type": "git", 5321 "url": "https://github.com/symfony/translation.git", 5322 "reference": "b9f72ab14efdb6b772f85041fa12f820dee8d55f" 5323 }, 5324 "dist": { 5325 "type": "zip", 5326 "url": "https://api.github.com/repos/symfony/translation/zipball/b9f72ab14efdb6b772f85041fa12f820dee8d55f", 5327 "reference": "b9f72ab14efdb6b772f85041fa12f820dee8d55f", 5328 "shasum": "" 5329 }, 5330 "require": { 5331 "php": ">=8.2", 5332 "symfony/polyfill-mbstring": "~1.0", 5333 "symfony/translation-contracts": "^2.5|^3.0" 5334 }, 5335 "conflict": { 5336 "symfony/config": "<6.4", 5337 "symfony/console": "<6.4", 5338 "symfony/dependency-injection": "<6.4", 5339 "symfony/http-client-contracts": "<2.5", 5340 "symfony/http-kernel": "<6.4", 5341 "symfony/service-contracts": "<2.5", 5342 "symfony/twig-bundle": "<6.4", 5343 "symfony/yaml": "<6.4" 5344 }, 5345 "provide": { 5346 "symfony/translation-implementation": "2.3|3.0" 5347 }, 5348 "require-dev": { 5349 "nikic/php-parser": "^4.18|^5.0", 5350 "psr/log": "^1|^2|^3", 5351 "symfony/config": "^6.4|^7.0", 5352 "symfony/console": "^6.4|^7.0", 5353 "symfony/dependency-injection": "^6.4|^7.0", 5354 "symfony/finder": "^6.4|^7.0", 5355 "symfony/http-client-contracts": "^2.5|^3.0", 5356 "symfony/http-kernel": "^6.4|^7.0", 5357 "symfony/intl": "^6.4|^7.0", 5358 "symfony/polyfill-intl-icu": "^1.21", 5359 "symfony/routing": "^6.4|^7.0", 5360 "symfony/service-contracts": "^2.5|^3", 5361 "symfony/yaml": "^6.4|^7.0" 5362 }, 5363 "type": "library", 5364 "autoload": { 5365 "files": [ 5366 "Resources/functions.php" 5367 ], 5368 "psr-4": { 5369 "Symfony\\Component\\Translation\\": "" 5370 }, 5371 "exclude-from-classmap": [ 5372 "/Tests/" 5373 ] 5374 }, 5375 "notification-url": "https://packagist.org/downloads/", 5376 "license": [ 5377 "MIT" 5378 ], 5379 "authors": [ 5380 { 5381 "name": "Fabien Potencier", 5382 "email": "fabien@symfony.com" 5383 }, 5384 { 5385 "name": "Symfony Community", 5386 "homepage": "https://symfony.com/contributors" 5387 } 5388 ], 5389 "description": "Provides tools to internationalize your application", 5390 "homepage": "https://symfony.com", 5391 "support": { 5392 "source": "https://github.com/symfony/translation/tree/v7.1.6" 5393 }, 5394 "funding": [ 5395 { 5396 "url": "https://symfony.com/sponsor", 5397 "type": "custom" 5398 }, 5399 { 5400 "url": "https://github.com/fabpot", 5401 "type": "github" 5402 }, 5403 { 5404 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 5405 "type": "tidelift" 5406 } 5407 ], 5408 "time": "2024-09-28T12:35:13+00:00" 5409 }, 5410 { 5411 "name": "symfony/translation-contracts", 5412 "version": "v3.5.0", 5413 "source": { 5414 "type": "git", 5415 "url": "https://github.com/symfony/translation-contracts.git", 5416 "reference": "b9d2189887bb6b2e0367a9fc7136c5239ab9b05a" 5417 }, 5418 "dist": { 5419 "type": "zip", 5420 "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/b9d2189887bb6b2e0367a9fc7136c5239ab9b05a", 5421 "reference": "b9d2189887bb6b2e0367a9fc7136c5239ab9b05a", 5422 "shasum": "" 5423 }, 5424 "require": { 5425 "php": ">=8.1" 5426 }, 5427 "type": "library", 5428 "extra": { 5429 "branch-alias": { 5430 "dev-main": "3.5-dev" 5431 }, 5432 "thanks": { 5433 "name": "symfony/contracts", 5434 "url": "https://github.com/symfony/contracts" 5435 } 5436 }, 5437 "autoload": { 5438 "psr-4": { 5439 "Symfony\\Contracts\\Translation\\": "" 5440 }, 5441 "exclude-from-classmap": [ 5442 "/Test/" 5443 ] 5444 }, 5445 "notification-url": "https://packagist.org/downloads/", 5446 "license": [ 5447 "MIT" 5448 ], 5449 "authors": [ 5450 { 5451 "name": "Nicolas Grekas", 5452 "email": "p@tchwork.com" 5453 }, 5454 { 5455 "name": "Symfony Community", 5456 "homepage": "https://symfony.com/contributors" 5457 } 5458 ], 5459 "description": "Generic abstractions related to translation", 5460 "homepage": "https://symfony.com", 5461 "keywords": [ 5462 "abstractions", 5463 "contracts", 5464 "decoupling", 5465 "interfaces", 5466 "interoperability", 5467 "standards" 5468 ], 5469 "support": { 5470 "source": "https://github.com/symfony/translation-contracts/tree/v3.5.0" 5471 }, 5472 "funding": [ 5473 { 5474 "url": "https://symfony.com/sponsor", 5475 "type": "custom" 5476 }, 5477 { 5478 "url": "https://github.com/fabpot", 5479 "type": "github" 5480 }, 5481 { 5482 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 5483 "type": "tidelift" 5484 } 5485 ], 5486 "time": "2024-04-18T09:32:20+00:00" 5487 }, 5488 { 5489 "name": "symfony/var-exporter", 5490 "version": "v7.1.6", 5491 "source": { 5492 "type": "git", 5493 "url": "https://github.com/symfony/var-exporter.git", 5494 "reference": "90173ef89c40e7c8c616653241048705f84130ef" 5495 }, 5496 "dist": { 5497 "type": "zip", 5498 "url": "https://api.github.com/repos/symfony/var-exporter/zipball/90173ef89c40e7c8c616653241048705f84130ef", 5499 "reference": "90173ef89c40e7c8c616653241048705f84130ef", 5500 "shasum": "" 5501 }, 5502 "require": { 5503 "php": ">=8.2" 5504 }, 5505 "require-dev": { 5506 "symfony/property-access": "^6.4|^7.0", 5507 "symfony/serializer": "^6.4|^7.0", 5508 "symfony/var-dumper": "^6.4|^7.0" 5509 }, 5510 "type": "library", 5511 "autoload": { 5512 "psr-4": { 5513 "Symfony\\Component\\VarExporter\\": "" 5514 }, 5515 "exclude-from-classmap": [ 5516 "/Tests/" 5517 ] 5518 }, 5519 "notification-url": "https://packagist.org/downloads/", 5520 "license": [ 5521 "MIT" 5522 ], 5523 "authors": [ 5524 { 5525 "name": "Nicolas Grekas", 5526 "email": "p@tchwork.com" 5527 }, 5528 { 5529 "name": "Symfony Community", 5530 "homepage": "https://symfony.com/contributors" 5531 } 5532 ], 5533 "description": "Allows exporting any serializable PHP data structure to plain PHP code", 5534 "homepage": "https://symfony.com", 5535 "keywords": [ 5536 "clone", 5537 "construct", 5538 "export", 5539 "hydrate", 5540 "instantiate", 5541 "lazy-loading", 5542 "proxy", 5543 "serialize" 5544 ], 5545 "support": { 5546 "source": "https://github.com/symfony/var-exporter/tree/v7.1.6" 5547 }, 5548 "funding": [ 5549 { 5550 "url": "https://symfony.com/sponsor", 5551 "type": "custom" 5552 }, 5553 { 5554 "url": "https://github.com/fabpot", 5555 "type": "github" 5556 }, 5557 { 5558 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 5559 "type": "tidelift" 5560 } 5561 ], 5562 "time": "2024-09-25T14:20:29+00:00" 5563 }, 5564 { 5565 "name": "tecnickcom/tcpdf", 5566 "version": "6.7.7", 5567 "source": { 5568 "type": "git", 5569 "url": "https://github.com/tecnickcom/TCPDF.git", 5570 "reference": "cfbc0028cc23f057f2baf9e73bdc238153c22086" 5571 }, 5572 "dist": { 5573 "type": "zip", 5574 "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/cfbc0028cc23f057f2baf9e73bdc238153c22086", 5575 "reference": "cfbc0028cc23f057f2baf9e73bdc238153c22086", 5576 "shasum": "" 5577 }, 5578 "require": { 5579 "php": ">=5.5.0" 5580 }, 5581 "type": "library", 5582 "autoload": { 5583 "classmap": [ 5584 "config", 5585 "include", 5586 "tcpdf.php", 5587 "tcpdf_parser.php", 5588 "tcpdf_import.php", 5589 "tcpdf_barcodes_1d.php", 5590 "tcpdf_barcodes_2d.php", 5591 "include/tcpdf_colors.php", 5592 "include/tcpdf_filters.php", 5593 "include/tcpdf_font_data.php", 5594 "include/tcpdf_fonts.php", 5595 "include/tcpdf_images.php", 5596 "include/tcpdf_static.php", 5597 "include/barcodes/datamatrix.php", 5598 "include/barcodes/pdf417.php", 5599 "include/barcodes/qrcode.php" 5600 ] 5601 }, 5602 "notification-url": "https://packagist.org/downloads/", 5603 "license": [ 5604 "LGPL-3.0-or-later" 5605 ], 5606 "authors": [ 5607 { 5608 "name": "Nicola Asuni", 5609 "email": "info@tecnick.com", 5610 "role": "lead" 5611 } 5612 ], 5613 "description": "TCPDF is a PHP class for generating PDF documents and barcodes.", 5614 "homepage": "http://www.tcpdf.org/", 5615 "keywords": [ 5616 "PDFD32000-2008", 5617 "TCPDF", 5618 "barcodes", 5619 "datamatrix", 5620 "pdf", 5621 "pdf417", 5622 "qrcode" 5623 ], 5624 "support": { 5625 "issues": "https://github.com/tecnickcom/TCPDF/issues", 5626 "source": "https://github.com/tecnickcom/TCPDF/tree/6.7.7" 5627 }, 5628 "funding": [ 5629 { 5630 "url": "https://www.paypal.com/cgi-bin/webscr?cmd=_donations¤cy_code=GBP&business=paypal@tecnick.com&item_name=donation%20for%20tcpdf%20project", 5631 "type": "custom" 5632 } 5633 ], 5634 "time": "2024-10-26T12:15:02+00:00" 5635 }, 5636 { 5637 "name": "voku/portable-ascii", 5638 "version": "2.0.1", 5639 "source": { 5640 "type": "git", 5641 "url": "https://github.com/voku/portable-ascii.git", 5642 "reference": "b56450eed252f6801410d810c8e1727224ae0743" 5643 }, 5644 "dist": { 5645 "type": "zip", 5646 "url": "https://api.github.com/repos/voku/portable-ascii/zipball/b56450eed252f6801410d810c8e1727224ae0743", 5647 "reference": "b56450eed252f6801410d810c8e1727224ae0743", 5648 "shasum": "" 5649 }, 5650 "require": { 5651 "php": ">=7.0.0" 5652 }, 5653 "require-dev": { 5654 "phpunit/phpunit": "~6.0 || ~7.0 || ~9.0" 5655 }, 5656 "suggest": { 5657 "ext-intl": "Use Intl for transliterator_transliterate() support" 5658 }, 5659 "type": "library", 5660 "autoload": { 5661 "psr-4": { 5662 "voku\\": "src/voku/" 5663 } 5664 }, 5665 "notification-url": "https://packagist.org/downloads/", 5666 "license": [ 5667 "MIT" 5668 ], 5669 "authors": [ 5670 { 5671 "name": "Lars Moelleken", 5672 "homepage": "http://www.moelleken.org/" 5673 } 5674 ], 5675 "description": "Portable ASCII library - performance optimized (ascii) string functions for php.", 5676 "homepage": "https://github.com/voku/portable-ascii", 5677 "keywords": [ 5678 "ascii", 5679 "clean", 5680 "php" 5681 ], 5682 "support": { 5683 "issues": "https://github.com/voku/portable-ascii/issues", 5684 "source": "https://github.com/voku/portable-ascii/tree/2.0.1" 5685 }, 5686 "funding": [ 5687 { 5688 "url": "https://www.paypal.me/moelleken", 5689 "type": "custom" 5690 }, 5691 { 5692 "url": "https://github.com/voku", 5693 "type": "github" 5694 }, 5695 { 5696 "url": "https://opencollective.com/portable-ascii", 5697 "type": "open_collective" 5698 }, 5699 { 5700 "url": "https://www.patreon.com/voku", 5701 "type": "patreon" 5702 }, 5703 { 5704 "url": "https://tidelift.com/funding/github/packagist/voku/portable-ascii", 5705 "type": "tidelift" 5706 } 5707 ], 5708 "time": "2022-03-08T17:03:00+00:00" 5709 } 5710 ], 5711 "packages-dev": [ 5712 { 5713 "name": "league/flysystem-memory", 5714 "version": "3.29.0", 5715 "source": { 5716 "type": "git", 5717 "url": "https://github.com/thephpleague/flysystem-memory.git", 5718 "reference": "219c79ad8b1d614a58ac17b775bfb3a6b7228126" 5719 }, 5720 "dist": { 5721 "type": "zip", 5722 "url": "https://api.github.com/repos/thephpleague/flysystem-memory/zipball/219c79ad8b1d614a58ac17b775bfb3a6b7228126", 5723 "reference": "219c79ad8b1d614a58ac17b775bfb3a6b7228126", 5724 "shasum": "" 5725 }, 5726 "require": { 5727 "ext-fileinfo": "*", 5728 "league/flysystem": "^3.0.0", 5729 "php": "^8.0.2" 5730 }, 5731 "type": "library", 5732 "autoload": { 5733 "psr-4": { 5734 "League\\Flysystem\\InMemory\\": "" 5735 } 5736 }, 5737 "notification-url": "https://packagist.org/downloads/", 5738 "license": [ 5739 "MIT" 5740 ], 5741 "authors": [ 5742 { 5743 "name": "Frank de Jonge", 5744 "email": "info@frankdejonge.nl" 5745 } 5746 ], 5747 "description": "In-memory filesystem adapter for Flysystem.", 5748 "keywords": [ 5749 "Flysystem", 5750 "file", 5751 "files", 5752 "filesystem", 5753 "memory" 5754 ], 5755 "support": { 5756 "source": "https://github.com/thephpleague/flysystem-memory/tree/3.29.0" 5757 }, 5758 "time": "2024-08-09T21:24:39+00:00" 5759 }, 5760 { 5761 "name": "myclabs/deep-copy", 5762 "version": "1.12.1", 5763 "source": { 5764 "type": "git", 5765 "url": "https://github.com/myclabs/DeepCopy.git", 5766 "reference": "123267b2c49fbf30d78a7b2d333f6be754b94845" 5767 }, 5768 "dist": { 5769 "type": "zip", 5770 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/123267b2c49fbf30d78a7b2d333f6be754b94845", 5771 "reference": "123267b2c49fbf30d78a7b2d333f6be754b94845", 5772 "shasum": "" 5773 }, 5774 "require": { 5775 "php": "^7.1 || ^8.0" 5776 }, 5777 "conflict": { 5778 "doctrine/collections": "<1.6.8", 5779 "doctrine/common": "<2.13.3 || >=3 <3.2.2" 5780 }, 5781 "require-dev": { 5782 "doctrine/collections": "^1.6.8", 5783 "doctrine/common": "^2.13.3 || ^3.2.2", 5784 "phpspec/prophecy": "^1.10", 5785 "phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13" 5786 }, 5787 "type": "library", 5788 "autoload": { 5789 "files": [ 5790 "src/DeepCopy/deep_copy.php" 5791 ], 5792 "psr-4": { 5793 "DeepCopy\\": "src/DeepCopy/" 5794 } 5795 }, 5796 "notification-url": "https://packagist.org/downloads/", 5797 "license": [ 5798 "MIT" 5799 ], 5800 "description": "Create deep copies (clones) of your objects", 5801 "keywords": [ 5802 "clone", 5803 "copy", 5804 "duplicate", 5805 "object", 5806 "object graph" 5807 ], 5808 "support": { 5809 "issues": "https://github.com/myclabs/DeepCopy/issues", 5810 "source": "https://github.com/myclabs/DeepCopy/tree/1.12.1" 5811 }, 5812 "funding": [ 5813 { 5814 "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy", 5815 "type": "tidelift" 5816 } 5817 ], 5818 "time": "2024-11-08T17:47:46+00:00" 5819 }, 5820 { 5821 "name": "nikic/php-parser", 5822 "version": "v5.3.1", 5823 "source": { 5824 "type": "git", 5825 "url": "https://github.com/nikic/PHP-Parser.git", 5826 "reference": "8eea230464783aa9671db8eea6f8c6ac5285794b" 5827 }, 5828 "dist": { 5829 "type": "zip", 5830 "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/8eea230464783aa9671db8eea6f8c6ac5285794b", 5831 "reference": "8eea230464783aa9671db8eea6f8c6ac5285794b", 5832 "shasum": "" 5833 }, 5834 "require": { 5835 "ext-ctype": "*", 5836 "ext-json": "*", 5837 "ext-tokenizer": "*", 5838 "php": ">=7.4" 5839 }, 5840 "require-dev": { 5841 "ircmaxell/php-yacc": "^0.0.7", 5842 "phpunit/phpunit": "^9.0" 5843 }, 5844 "bin": [ 5845 "bin/php-parse" 5846 ], 5847 "type": "library", 5848 "extra": { 5849 "branch-alias": { 5850 "dev-master": "5.0-dev" 5851 } 5852 }, 5853 "autoload": { 5854 "psr-4": { 5855 "PhpParser\\": "lib/PhpParser" 5856 } 5857 }, 5858 "notification-url": "https://packagist.org/downloads/", 5859 "license": [ 5860 "BSD-3-Clause" 5861 ], 5862 "authors": [ 5863 { 5864 "name": "Nikita Popov" 5865 } 5866 ], 5867 "description": "A PHP parser written in PHP", 5868 "keywords": [ 5869 "parser", 5870 "php" 5871 ], 5872 "support": { 5873 "issues": "https://github.com/nikic/PHP-Parser/issues", 5874 "source": "https://github.com/nikic/PHP-Parser/tree/v5.3.1" 5875 }, 5876 "time": "2024-10-08T18:51:32+00:00" 5877 }, 5878 { 5879 "name": "phar-io/manifest", 5880 "version": "2.0.4", 5881 "source": { 5882 "type": "git", 5883 "url": "https://github.com/phar-io/manifest.git", 5884 "reference": "54750ef60c58e43759730615a392c31c80e23176" 5885 }, 5886 "dist": { 5887 "type": "zip", 5888 "url": "https://api.github.com/repos/phar-io/manifest/zipball/54750ef60c58e43759730615a392c31c80e23176", 5889 "reference": "54750ef60c58e43759730615a392c31c80e23176", 5890 "shasum": "" 5891 }, 5892 "require": { 5893 "ext-dom": "*", 5894 "ext-libxml": "*", 5895 "ext-phar": "*", 5896 "ext-xmlwriter": "*", 5897 "phar-io/version": "^3.0.1", 5898 "php": "^7.2 || ^8.0" 5899 }, 5900 "type": "library", 5901 "extra": { 5902 "branch-alias": { 5903 "dev-master": "2.0.x-dev" 5904 } 5905 }, 5906 "autoload": { 5907 "classmap": [ 5908 "src/" 5909 ] 5910 }, 5911 "notification-url": "https://packagist.org/downloads/", 5912 "license": [ 5913 "BSD-3-Clause" 5914 ], 5915 "authors": [ 5916 { 5917 "name": "Arne Blankerts", 5918 "email": "arne@blankerts.de", 5919 "role": "Developer" 5920 }, 5921 { 5922 "name": "Sebastian Heuer", 5923 "email": "sebastian@phpeople.de", 5924 "role": "Developer" 5925 }, 5926 { 5927 "name": "Sebastian Bergmann", 5928 "email": "sebastian@phpunit.de", 5929 "role": "Developer" 5930 } 5931 ], 5932 "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)", 5933 "support": { 5934 "issues": "https://github.com/phar-io/manifest/issues", 5935 "source": "https://github.com/phar-io/manifest/tree/2.0.4" 5936 }, 5937 "funding": [ 5938 { 5939 "url": "https://github.com/theseer", 5940 "type": "github" 5941 } 5942 ], 5943 "time": "2024-03-03T12:33:53+00:00" 5944 }, 5945 { 5946 "name": "phar-io/version", 5947 "version": "3.2.1", 5948 "source": { 5949 "type": "git", 5950 "url": "https://github.com/phar-io/version.git", 5951 "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74" 5952 }, 5953 "dist": { 5954 "type": "zip", 5955 "url": "https://api.github.com/repos/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbed74", 5956 "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74", 5957 "shasum": "" 5958 }, 5959 "require": { 5960 "php": "^7.2 || ^8.0" 5961 }, 5962 "type": "library", 5963 "autoload": { 5964 "classmap": [ 5965 "src/" 5966 ] 5967 }, 5968 "notification-url": "https://packagist.org/downloads/", 5969 "license": [ 5970 "BSD-3-Clause" 5971 ], 5972 "authors": [ 5973 { 5974 "name": "Arne Blankerts", 5975 "email": "arne@blankerts.de", 5976 "role": "Developer" 5977 }, 5978 { 5979 "name": "Sebastian Heuer", 5980 "email": "sebastian@phpeople.de", 5981 "role": "Developer" 5982 }, 5983 { 5984 "name": "Sebastian Bergmann", 5985 "email": "sebastian@phpunit.de", 5986 "role": "Developer" 5987 } 5988 ], 5989 "description": "Library for handling version information and constraints", 5990 "support": { 5991 "issues": "https://github.com/phar-io/version/issues", 5992 "source": "https://github.com/phar-io/version/tree/3.2.1" 5993 }, 5994 "time": "2022-02-21T01:04:05+00:00" 5995 }, 5996 { 5997 "name": "php-coveralls/php-coveralls", 5998 "version": "v2.7.0", 5999 "source": { 6000 "type": "git", 6001 "url": "https://github.com/php-coveralls/php-coveralls.git", 6002 "reference": "b36fa4394e519dafaddc04ae03976bc65a25ba15" 6003 }, 6004 "dist": { 6005 "type": "zip", 6006 "url": "https://api.github.com/repos/php-coveralls/php-coveralls/zipball/b36fa4394e519dafaddc04ae03976bc65a25ba15", 6007 "reference": "b36fa4394e519dafaddc04ae03976bc65a25ba15", 6008 "shasum": "" 6009 }, 6010 "require": { 6011 "ext-json": "*", 6012 "ext-simplexml": "*", 6013 "guzzlehttp/guzzle": "^6.0 || ^7.0", 6014 "php": "^7.0 || ^8.0", 6015 "psr/log": "^1.0 || ^2.0", 6016 "symfony/config": "^2.1 || ^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0", 6017 "symfony/console": "^2.1 || ^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0", 6018 "symfony/stopwatch": "^2.0 || ^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0", 6019 "symfony/yaml": "^2.0.5 || ^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0" 6020 }, 6021 "require-dev": { 6022 "phpunit/phpunit": "^4.8.35 || ^5.4.3 || ^6.0 || ^7.0 || >=8.0 <8.5.29 || >=9.0 <9.5.23", 6023 "sanmai/phpunit-legacy-adapter": "^6.1 || ^8.0" 6024 }, 6025 "suggest": { 6026 "symfony/http-kernel": "Allows Symfony integration" 6027 }, 6028 "bin": [ 6029 "bin/php-coveralls" 6030 ], 6031 "type": "library", 6032 "autoload": { 6033 "psr-4": { 6034 "PhpCoveralls\\": "src/" 6035 } 6036 }, 6037 "notification-url": "https://packagist.org/downloads/", 6038 "license": [ 6039 "MIT" 6040 ], 6041 "authors": [ 6042 { 6043 "name": "Kitamura Satoshi", 6044 "email": "with.no.parachute@gmail.com", 6045 "homepage": "https://www.facebook.com/satooshi.jp", 6046 "role": "Original creator" 6047 }, 6048 { 6049 "name": "Takashi Matsuo", 6050 "email": "tmatsuo@google.com" 6051 }, 6052 { 6053 "name": "Google Inc" 6054 }, 6055 { 6056 "name": "Dariusz Ruminski", 6057 "email": "dariusz.ruminski@gmail.com", 6058 "homepage": "https://github.com/keradus" 6059 }, 6060 { 6061 "name": "Contributors", 6062 "homepage": "https://github.com/php-coveralls/php-coveralls/graphs/contributors" 6063 } 6064 ], 6065 "description": "PHP client library for Coveralls API", 6066 "homepage": "https://github.com/php-coveralls/php-coveralls", 6067 "keywords": [ 6068 "ci", 6069 "coverage", 6070 "github", 6071 "test" 6072 ], 6073 "support": { 6074 "issues": "https://github.com/php-coveralls/php-coveralls/issues", 6075 "source": "https://github.com/php-coveralls/php-coveralls/tree/v2.7.0" 6076 }, 6077 "time": "2023-11-22T10:21:01+00:00" 6078 }, 6079 { 6080 "name": "phpunit/php-code-coverage", 6081 "version": "11.0.7", 6082 "source": { 6083 "type": "git", 6084 "url": "https://github.com/sebastianbergmann/php-code-coverage.git", 6085 "reference": "f7f08030e8811582cc459871d28d6f5a1a4d35ca" 6086 }, 6087 "dist": { 6088 "type": "zip", 6089 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/f7f08030e8811582cc459871d28d6f5a1a4d35ca", 6090 "reference": "f7f08030e8811582cc459871d28d6f5a1a4d35ca", 6091 "shasum": "" 6092 }, 6093 "require": { 6094 "ext-dom": "*", 6095 "ext-libxml": "*", 6096 "ext-xmlwriter": "*", 6097 "nikic/php-parser": "^5.3.1", 6098 "php": ">=8.2", 6099 "phpunit/php-file-iterator": "^5.1.0", 6100 "phpunit/php-text-template": "^4.0.1", 6101 "sebastian/code-unit-reverse-lookup": "^4.0.1", 6102 "sebastian/complexity": "^4.0.1", 6103 "sebastian/environment": "^7.2.0", 6104 "sebastian/lines-of-code": "^3.0.1", 6105 "sebastian/version": "^5.0.2", 6106 "theseer/tokenizer": "^1.2.3" 6107 }, 6108 "require-dev": { 6109 "phpunit/phpunit": "^11.4.1" 6110 }, 6111 "suggest": { 6112 "ext-pcov": "PHP extension that provides line coverage", 6113 "ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage" 6114 }, 6115 "type": "library", 6116 "extra": { 6117 "branch-alias": { 6118 "dev-main": "11.0.x-dev" 6119 } 6120 }, 6121 "autoload": { 6122 "classmap": [ 6123 "src/" 6124 ] 6125 }, 6126 "notification-url": "https://packagist.org/downloads/", 6127 "license": [ 6128 "BSD-3-Clause" 6129 ], 6130 "authors": [ 6131 { 6132 "name": "Sebastian Bergmann", 6133 "email": "sebastian@phpunit.de", 6134 "role": "lead" 6135 } 6136 ], 6137 "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", 6138 "homepage": "https://github.com/sebastianbergmann/php-code-coverage", 6139 "keywords": [ 6140 "coverage", 6141 "testing", 6142 "xunit" 6143 ], 6144 "support": { 6145 "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues", 6146 "security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy", 6147 "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/11.0.7" 6148 }, 6149 "funding": [ 6150 { 6151 "url": "https://github.com/sebastianbergmann", 6152 "type": "github" 6153 } 6154 ], 6155 "time": "2024-10-09T06:21:38+00:00" 6156 }, 6157 { 6158 "name": "phpunit/php-file-iterator", 6159 "version": "5.1.0", 6160 "source": { 6161 "type": "git", 6162 "url": "https://github.com/sebastianbergmann/php-file-iterator.git", 6163 "reference": "118cfaaa8bc5aef3287bf315b6060b1174754af6" 6164 }, 6165 "dist": { 6166 "type": "zip", 6167 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/118cfaaa8bc5aef3287bf315b6060b1174754af6", 6168 "reference": "118cfaaa8bc5aef3287bf315b6060b1174754af6", 6169 "shasum": "" 6170 }, 6171 "require": { 6172 "php": ">=8.2" 6173 }, 6174 "require-dev": { 6175 "phpunit/phpunit": "^11.0" 6176 }, 6177 "type": "library", 6178 "extra": { 6179 "branch-alias": { 6180 "dev-main": "5.0-dev" 6181 } 6182 }, 6183 "autoload": { 6184 "classmap": [ 6185 "src/" 6186 ] 6187 }, 6188 "notification-url": "https://packagist.org/downloads/", 6189 "license": [ 6190 "BSD-3-Clause" 6191 ], 6192 "authors": [ 6193 { 6194 "name": "Sebastian Bergmann", 6195 "email": "sebastian@phpunit.de", 6196 "role": "lead" 6197 } 6198 ], 6199 "description": "FilterIterator implementation that filters files based on a list of suffixes.", 6200 "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", 6201 "keywords": [ 6202 "filesystem", 6203 "iterator" 6204 ], 6205 "support": { 6206 "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues", 6207 "security": "https://github.com/sebastianbergmann/php-file-iterator/security/policy", 6208 "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/5.1.0" 6209 }, 6210 "funding": [ 6211 { 6212 "url": "https://github.com/sebastianbergmann", 6213 "type": "github" 6214 } 6215 ], 6216 "time": "2024-08-27T05:02:59+00:00" 6217 }, 6218 { 6219 "name": "phpunit/php-invoker", 6220 "version": "5.0.1", 6221 "source": { 6222 "type": "git", 6223 "url": "https://github.com/sebastianbergmann/php-invoker.git", 6224 "reference": "c1ca3814734c07492b3d4c5f794f4b0995333da2" 6225 }, 6226 "dist": { 6227 "type": "zip", 6228 "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/c1ca3814734c07492b3d4c5f794f4b0995333da2", 6229 "reference": "c1ca3814734c07492b3d4c5f794f4b0995333da2", 6230 "shasum": "" 6231 }, 6232 "require": { 6233 "php": ">=8.2" 6234 }, 6235 "require-dev": { 6236 "ext-pcntl": "*", 6237 "phpunit/phpunit": "^11.0" 6238 }, 6239 "suggest": { 6240 "ext-pcntl": "*" 6241 }, 6242 "type": "library", 6243 "extra": { 6244 "branch-alias": { 6245 "dev-main": "5.0-dev" 6246 } 6247 }, 6248 "autoload": { 6249 "classmap": [ 6250 "src/" 6251 ] 6252 }, 6253 "notification-url": "https://packagist.org/downloads/", 6254 "license": [ 6255 "BSD-3-Clause" 6256 ], 6257 "authors": [ 6258 { 6259 "name": "Sebastian Bergmann", 6260 "email": "sebastian@phpunit.de", 6261 "role": "lead" 6262 } 6263 ], 6264 "description": "Invoke callables with a timeout", 6265 "homepage": "https://github.com/sebastianbergmann/php-invoker/", 6266 "keywords": [ 6267 "process" 6268 ], 6269 "support": { 6270 "issues": "https://github.com/sebastianbergmann/php-invoker/issues", 6271 "security": "https://github.com/sebastianbergmann/php-invoker/security/policy", 6272 "source": "https://github.com/sebastianbergmann/php-invoker/tree/5.0.1" 6273 }, 6274 "funding": [ 6275 { 6276 "url": "https://github.com/sebastianbergmann", 6277 "type": "github" 6278 } 6279 ], 6280 "time": "2024-07-03T05:07:44+00:00" 6281 }, 6282 { 6283 "name": "phpunit/php-text-template", 6284 "version": "4.0.1", 6285 "source": { 6286 "type": "git", 6287 "url": "https://github.com/sebastianbergmann/php-text-template.git", 6288 "reference": "3e0404dc6b300e6bf56415467ebcb3fe4f33e964" 6289 }, 6290 "dist": { 6291 "type": "zip", 6292 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/3e0404dc6b300e6bf56415467ebcb3fe4f33e964", 6293 "reference": "3e0404dc6b300e6bf56415467ebcb3fe4f33e964", 6294 "shasum": "" 6295 }, 6296 "require": { 6297 "php": ">=8.2" 6298 }, 6299 "require-dev": { 6300 "phpunit/phpunit": "^11.0" 6301 }, 6302 "type": "library", 6303 "extra": { 6304 "branch-alias": { 6305 "dev-main": "4.0-dev" 6306 } 6307 }, 6308 "autoload": { 6309 "classmap": [ 6310 "src/" 6311 ] 6312 }, 6313 "notification-url": "https://packagist.org/downloads/", 6314 "license": [ 6315 "BSD-3-Clause" 6316 ], 6317 "authors": [ 6318 { 6319 "name": "Sebastian Bergmann", 6320 "email": "sebastian@phpunit.de", 6321 "role": "lead" 6322 } 6323 ], 6324 "description": "Simple template engine.", 6325 "homepage": "https://github.com/sebastianbergmann/php-text-template/", 6326 "keywords": [ 6327 "template" 6328 ], 6329 "support": { 6330 "issues": "https://github.com/sebastianbergmann/php-text-template/issues", 6331 "security": "https://github.com/sebastianbergmann/php-text-template/security/policy", 6332 "source": "https://github.com/sebastianbergmann/php-text-template/tree/4.0.1" 6333 }, 6334 "funding": [ 6335 { 6336 "url": "https://github.com/sebastianbergmann", 6337 "type": "github" 6338 } 6339 ], 6340 "time": "2024-07-03T05:08:43+00:00" 6341 }, 6342 { 6343 "name": "phpunit/php-timer", 6344 "version": "7.0.1", 6345 "source": { 6346 "type": "git", 6347 "url": "https://github.com/sebastianbergmann/php-timer.git", 6348 "reference": "3b415def83fbcb41f991d9ebf16ae4ad8b7837b3" 6349 }, 6350 "dist": { 6351 "type": "zip", 6352 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3b415def83fbcb41f991d9ebf16ae4ad8b7837b3", 6353 "reference": "3b415def83fbcb41f991d9ebf16ae4ad8b7837b3", 6354 "shasum": "" 6355 }, 6356 "require": { 6357 "php": ">=8.2" 6358 }, 6359 "require-dev": { 6360 "phpunit/phpunit": "^11.0" 6361 }, 6362 "type": "library", 6363 "extra": { 6364 "branch-alias": { 6365 "dev-main": "7.0-dev" 6366 } 6367 }, 6368 "autoload": { 6369 "classmap": [ 6370 "src/" 6371 ] 6372 }, 6373 "notification-url": "https://packagist.org/downloads/", 6374 "license": [ 6375 "BSD-3-Clause" 6376 ], 6377 "authors": [ 6378 { 6379 "name": "Sebastian Bergmann", 6380 "email": "sebastian@phpunit.de", 6381 "role": "lead" 6382 } 6383 ], 6384 "description": "Utility class for timing", 6385 "homepage": "https://github.com/sebastianbergmann/php-timer/", 6386 "keywords": [ 6387 "timer" 6388 ], 6389 "support": { 6390 "issues": "https://github.com/sebastianbergmann/php-timer/issues", 6391 "security": "https://github.com/sebastianbergmann/php-timer/security/policy", 6392 "source": "https://github.com/sebastianbergmann/php-timer/tree/7.0.1" 6393 }, 6394 "funding": [ 6395 { 6396 "url": "https://github.com/sebastianbergmann", 6397 "type": "github" 6398 } 6399 ], 6400 "time": "2024-07-03T05:09:35+00:00" 6401 }, 6402 { 6403 "name": "phpunit/phpunit", 6404 "version": "11.4.3", 6405 "source": { 6406 "type": "git", 6407 "url": "https://github.com/sebastianbergmann/phpunit.git", 6408 "reference": "e8e8ed1854de5d36c088ec1833beae40d2dedd76" 6409 }, 6410 "dist": { 6411 "type": "zip", 6412 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/e8e8ed1854de5d36c088ec1833beae40d2dedd76", 6413 "reference": "e8e8ed1854de5d36c088ec1833beae40d2dedd76", 6414 "shasum": "" 6415 }, 6416 "require": { 6417 "ext-dom": "*", 6418 "ext-json": "*", 6419 "ext-libxml": "*", 6420 "ext-mbstring": "*", 6421 "ext-xml": "*", 6422 "ext-xmlwriter": "*", 6423 "myclabs/deep-copy": "^1.12.0", 6424 "phar-io/manifest": "^2.0.4", 6425 "phar-io/version": "^3.2.1", 6426 "php": ">=8.2", 6427 "phpunit/php-code-coverage": "^11.0.7", 6428 "phpunit/php-file-iterator": "^5.1.0", 6429 "phpunit/php-invoker": "^5.0.1", 6430 "phpunit/php-text-template": "^4.0.1", 6431 "phpunit/php-timer": "^7.0.1", 6432 "sebastian/cli-parser": "^3.0.2", 6433 "sebastian/code-unit": "^3.0.1", 6434 "sebastian/comparator": "^6.1.1", 6435 "sebastian/diff": "^6.0.2", 6436 "sebastian/environment": "^7.2.0", 6437 "sebastian/exporter": "^6.1.3", 6438 "sebastian/global-state": "^7.0.2", 6439 "sebastian/object-enumerator": "^6.0.1", 6440 "sebastian/type": "^5.1.0", 6441 "sebastian/version": "^5.0.2" 6442 }, 6443 "suggest": { 6444 "ext-soap": "To be able to generate mocks based on WSDL files" 6445 }, 6446 "bin": [ 6447 "phpunit" 6448 ], 6449 "type": "library", 6450 "extra": { 6451 "branch-alias": { 6452 "dev-main": "11.4-dev" 6453 } 6454 }, 6455 "autoload": { 6456 "files": [ 6457 "src/Framework/Assert/Functions.php" 6458 ], 6459 "classmap": [ 6460 "src/" 6461 ] 6462 }, 6463 "notification-url": "https://packagist.org/downloads/", 6464 "license": [ 6465 "BSD-3-Clause" 6466 ], 6467 "authors": [ 6468 { 6469 "name": "Sebastian Bergmann", 6470 "email": "sebastian@phpunit.de", 6471 "role": "lead" 6472 } 6473 ], 6474 "description": "The PHP Unit Testing framework.", 6475 "homepage": "https://phpunit.de/", 6476 "keywords": [ 6477 "phpunit", 6478 "testing", 6479 "xunit" 6480 ], 6481 "support": { 6482 "issues": "https://github.com/sebastianbergmann/phpunit/issues", 6483 "security": "https://github.com/sebastianbergmann/phpunit/security/policy", 6484 "source": "https://github.com/sebastianbergmann/phpunit/tree/11.4.3" 6485 }, 6486 "funding": [ 6487 { 6488 "url": "https://phpunit.de/sponsors.html", 6489 "type": "custom" 6490 }, 6491 { 6492 "url": "https://github.com/sebastianbergmann", 6493 "type": "github" 6494 }, 6495 { 6496 "url": "https://tidelift.com/funding/github/packagist/phpunit/phpunit", 6497 "type": "tidelift" 6498 } 6499 ], 6500 "time": "2024-10-28T13:07:50+00:00" 6501 }, 6502 { 6503 "name": "sebastian/cli-parser", 6504 "version": "3.0.2", 6505 "source": { 6506 "type": "git", 6507 "url": "https://github.com/sebastianbergmann/cli-parser.git", 6508 "reference": "15c5dd40dc4f38794d383bb95465193f5e0ae180" 6509 }, 6510 "dist": { 6511 "type": "zip", 6512 "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/15c5dd40dc4f38794d383bb95465193f5e0ae180", 6513 "reference": "15c5dd40dc4f38794d383bb95465193f5e0ae180", 6514 "shasum": "" 6515 }, 6516 "require": { 6517 "php": ">=8.2" 6518 }, 6519 "require-dev": { 6520 "phpunit/phpunit": "^11.0" 6521 }, 6522 "type": "library", 6523 "extra": { 6524 "branch-alias": { 6525 "dev-main": "3.0-dev" 6526 } 6527 }, 6528 "autoload": { 6529 "classmap": [ 6530 "src/" 6531 ] 6532 }, 6533 "notification-url": "https://packagist.org/downloads/", 6534 "license": [ 6535 "BSD-3-Clause" 6536 ], 6537 "authors": [ 6538 { 6539 "name": "Sebastian Bergmann", 6540 "email": "sebastian@phpunit.de", 6541 "role": "lead" 6542 } 6543 ], 6544 "description": "Library for parsing CLI options", 6545 "homepage": "https://github.com/sebastianbergmann/cli-parser", 6546 "support": { 6547 "issues": "https://github.com/sebastianbergmann/cli-parser/issues", 6548 "security": "https://github.com/sebastianbergmann/cli-parser/security/policy", 6549 "source": "https://github.com/sebastianbergmann/cli-parser/tree/3.0.2" 6550 }, 6551 "funding": [ 6552 { 6553 "url": "https://github.com/sebastianbergmann", 6554 "type": "github" 6555 } 6556 ], 6557 "time": "2024-07-03T04:41:36+00:00" 6558 }, 6559 { 6560 "name": "sebastian/code-unit", 6561 "version": "3.0.1", 6562 "source": { 6563 "type": "git", 6564 "url": "https://github.com/sebastianbergmann/code-unit.git", 6565 "reference": "6bb7d09d6623567178cf54126afa9c2310114268" 6566 }, 6567 "dist": { 6568 "type": "zip", 6569 "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/6bb7d09d6623567178cf54126afa9c2310114268", 6570 "reference": "6bb7d09d6623567178cf54126afa9c2310114268", 6571 "shasum": "" 6572 }, 6573 "require": { 6574 "php": ">=8.2" 6575 }, 6576 "require-dev": { 6577 "phpunit/phpunit": "^11.0" 6578 }, 6579 "type": "library", 6580 "extra": { 6581 "branch-alias": { 6582 "dev-main": "3.0-dev" 6583 } 6584 }, 6585 "autoload": { 6586 "classmap": [ 6587 "src/" 6588 ] 6589 }, 6590 "notification-url": "https://packagist.org/downloads/", 6591 "license": [ 6592 "BSD-3-Clause" 6593 ], 6594 "authors": [ 6595 { 6596 "name": "Sebastian Bergmann", 6597 "email": "sebastian@phpunit.de", 6598 "role": "lead" 6599 } 6600 ], 6601 "description": "Collection of value objects that represent the PHP code units", 6602 "homepage": "https://github.com/sebastianbergmann/code-unit", 6603 "support": { 6604 "issues": "https://github.com/sebastianbergmann/code-unit/issues", 6605 "security": "https://github.com/sebastianbergmann/code-unit/security/policy", 6606 "source": "https://github.com/sebastianbergmann/code-unit/tree/3.0.1" 6607 }, 6608 "funding": [ 6609 { 6610 "url": "https://github.com/sebastianbergmann", 6611 "type": "github" 6612 } 6613 ], 6614 "time": "2024-07-03T04:44:28+00:00" 6615 }, 6616 { 6617 "name": "sebastian/code-unit-reverse-lookup", 6618 "version": "4.0.1", 6619 "source": { 6620 "type": "git", 6621 "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git", 6622 "reference": "183a9b2632194febd219bb9246eee421dad8d45e" 6623 }, 6624 "dist": { 6625 "type": "zip", 6626 "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/183a9b2632194febd219bb9246eee421dad8d45e", 6627 "reference": "183a9b2632194febd219bb9246eee421dad8d45e", 6628 "shasum": "" 6629 }, 6630 "require": { 6631 "php": ">=8.2" 6632 }, 6633 "require-dev": { 6634 "phpunit/phpunit": "^11.0" 6635 }, 6636 "type": "library", 6637 "extra": { 6638 "branch-alias": { 6639 "dev-main": "4.0-dev" 6640 } 6641 }, 6642 "autoload": { 6643 "classmap": [ 6644 "src/" 6645 ] 6646 }, 6647 "notification-url": "https://packagist.org/downloads/", 6648 "license": [ 6649 "BSD-3-Clause" 6650 ], 6651 "authors": [ 6652 { 6653 "name": "Sebastian Bergmann", 6654 "email": "sebastian@phpunit.de" 6655 } 6656 ], 6657 "description": "Looks up which function or method a line of code belongs to", 6658 "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/", 6659 "support": { 6660 "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues", 6661 "security": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/security/policy", 6662 "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/4.0.1" 6663 }, 6664 "funding": [ 6665 { 6666 "url": "https://github.com/sebastianbergmann", 6667 "type": "github" 6668 } 6669 ], 6670 "time": "2024-07-03T04:45:54+00:00" 6671 }, 6672 { 6673 "name": "sebastian/comparator", 6674 "version": "6.2.1", 6675 "source": { 6676 "type": "git", 6677 "url": "https://github.com/sebastianbergmann/comparator.git", 6678 "reference": "43d129d6a0f81c78bee378b46688293eb7ea3739" 6679 }, 6680 "dist": { 6681 "type": "zip", 6682 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/43d129d6a0f81c78bee378b46688293eb7ea3739", 6683 "reference": "43d129d6a0f81c78bee378b46688293eb7ea3739", 6684 "shasum": "" 6685 }, 6686 "require": { 6687 "ext-dom": "*", 6688 "ext-mbstring": "*", 6689 "php": ">=8.2", 6690 "sebastian/diff": "^6.0", 6691 "sebastian/exporter": "^6.0" 6692 }, 6693 "require-dev": { 6694 "phpunit/phpunit": "^11.4" 6695 }, 6696 "type": "library", 6697 "extra": { 6698 "branch-alias": { 6699 "dev-main": "6.2-dev" 6700 } 6701 }, 6702 "autoload": { 6703 "classmap": [ 6704 "src/" 6705 ] 6706 }, 6707 "notification-url": "https://packagist.org/downloads/", 6708 "license": [ 6709 "BSD-3-Clause" 6710 ], 6711 "authors": [ 6712 { 6713 "name": "Sebastian Bergmann", 6714 "email": "sebastian@phpunit.de" 6715 }, 6716 { 6717 "name": "Jeff Welch", 6718 "email": "whatthejeff@gmail.com" 6719 }, 6720 { 6721 "name": "Volker Dusch", 6722 "email": "github@wallbash.com" 6723 }, 6724 { 6725 "name": "Bernhard Schussek", 6726 "email": "bschussek@2bepublished.at" 6727 } 6728 ], 6729 "description": "Provides the functionality to compare PHP values for equality", 6730 "homepage": "https://github.com/sebastianbergmann/comparator", 6731 "keywords": [ 6732 "comparator", 6733 "compare", 6734 "equality" 6735 ], 6736 "support": { 6737 "issues": "https://github.com/sebastianbergmann/comparator/issues", 6738 "security": "https://github.com/sebastianbergmann/comparator/security/policy", 6739 "source": "https://github.com/sebastianbergmann/comparator/tree/6.2.1" 6740 }, 6741 "funding": [ 6742 { 6743 "url": "https://github.com/sebastianbergmann", 6744 "type": "github" 6745 } 6746 ], 6747 "time": "2024-10-31T05:30:08+00:00" 6748 }, 6749 { 6750 "name": "sebastian/complexity", 6751 "version": "4.0.1", 6752 "source": { 6753 "type": "git", 6754 "url": "https://github.com/sebastianbergmann/complexity.git", 6755 "reference": "ee41d384ab1906c68852636b6de493846e13e5a0" 6756 }, 6757 "dist": { 6758 "type": "zip", 6759 "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/ee41d384ab1906c68852636b6de493846e13e5a0", 6760 "reference": "ee41d384ab1906c68852636b6de493846e13e5a0", 6761 "shasum": "" 6762 }, 6763 "require": { 6764 "nikic/php-parser": "^5.0", 6765 "php": ">=8.2" 6766 }, 6767 "require-dev": { 6768 "phpunit/phpunit": "^11.0" 6769 }, 6770 "type": "library", 6771 "extra": { 6772 "branch-alias": { 6773 "dev-main": "4.0-dev" 6774 } 6775 }, 6776 "autoload": { 6777 "classmap": [ 6778 "src/" 6779 ] 6780 }, 6781 "notification-url": "https://packagist.org/downloads/", 6782 "license": [ 6783 "BSD-3-Clause" 6784 ], 6785 "authors": [ 6786 { 6787 "name": "Sebastian Bergmann", 6788 "email": "sebastian@phpunit.de", 6789 "role": "lead" 6790 } 6791 ], 6792 "description": "Library for calculating the complexity of PHP code units", 6793 "homepage": "https://github.com/sebastianbergmann/complexity", 6794 "support": { 6795 "issues": "https://github.com/sebastianbergmann/complexity/issues", 6796 "security": "https://github.com/sebastianbergmann/complexity/security/policy", 6797 "source": "https://github.com/sebastianbergmann/complexity/tree/4.0.1" 6798 }, 6799 "funding": [ 6800 { 6801 "url": "https://github.com/sebastianbergmann", 6802 "type": "github" 6803 } 6804 ], 6805 "time": "2024-07-03T04:49:50+00:00" 6806 }, 6807 { 6808 "name": "sebastian/diff", 6809 "version": "6.0.2", 6810 "source": { 6811 "type": "git", 6812 "url": "https://github.com/sebastianbergmann/diff.git", 6813 "reference": "b4ccd857127db5d41a5b676f24b51371d76d8544" 6814 }, 6815 "dist": { 6816 "type": "zip", 6817 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/b4ccd857127db5d41a5b676f24b51371d76d8544", 6818 "reference": "b4ccd857127db5d41a5b676f24b51371d76d8544", 6819 "shasum": "" 6820 }, 6821 "require": { 6822 "php": ">=8.2" 6823 }, 6824 "require-dev": { 6825 "phpunit/phpunit": "^11.0", 6826 "symfony/process": "^4.2 || ^5" 6827 }, 6828 "type": "library", 6829 "extra": { 6830 "branch-alias": { 6831 "dev-main": "6.0-dev" 6832 } 6833 }, 6834 "autoload": { 6835 "classmap": [ 6836 "src/" 6837 ] 6838 }, 6839 "notification-url": "https://packagist.org/downloads/", 6840 "license": [ 6841 "BSD-3-Clause" 6842 ], 6843 "authors": [ 6844 { 6845 "name": "Sebastian Bergmann", 6846 "email": "sebastian@phpunit.de" 6847 }, 6848 { 6849 "name": "Kore Nordmann", 6850 "email": "mail@kore-nordmann.de" 6851 } 6852 ], 6853 "description": "Diff implementation", 6854 "homepage": "https://github.com/sebastianbergmann/diff", 6855 "keywords": [ 6856 "diff", 6857 "udiff", 6858 "unidiff", 6859 "unified diff" 6860 ], 6861 "support": { 6862 "issues": "https://github.com/sebastianbergmann/diff/issues", 6863 "security": "https://github.com/sebastianbergmann/diff/security/policy", 6864 "source": "https://github.com/sebastianbergmann/diff/tree/6.0.2" 6865 }, 6866 "funding": [ 6867 { 6868 "url": "https://github.com/sebastianbergmann", 6869 "type": "github" 6870 } 6871 ], 6872 "time": "2024-07-03T04:53:05+00:00" 6873 }, 6874 { 6875 "name": "sebastian/environment", 6876 "version": "7.2.0", 6877 "source": { 6878 "type": "git", 6879 "url": "https://github.com/sebastianbergmann/environment.git", 6880 "reference": "855f3ae0ab316bbafe1ba4e16e9f3c078d24a0c5" 6881 }, 6882 "dist": { 6883 "type": "zip", 6884 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/855f3ae0ab316bbafe1ba4e16e9f3c078d24a0c5", 6885 "reference": "855f3ae0ab316bbafe1ba4e16e9f3c078d24a0c5", 6886 "shasum": "" 6887 }, 6888 "require": { 6889 "php": ">=8.2" 6890 }, 6891 "require-dev": { 6892 "phpunit/phpunit": "^11.0" 6893 }, 6894 "suggest": { 6895 "ext-posix": "*" 6896 }, 6897 "type": "library", 6898 "extra": { 6899 "branch-alias": { 6900 "dev-main": "7.2-dev" 6901 } 6902 }, 6903 "autoload": { 6904 "classmap": [ 6905 "src/" 6906 ] 6907 }, 6908 "notification-url": "https://packagist.org/downloads/", 6909 "license": [ 6910 "BSD-3-Clause" 6911 ], 6912 "authors": [ 6913 { 6914 "name": "Sebastian Bergmann", 6915 "email": "sebastian@phpunit.de" 6916 } 6917 ], 6918 "description": "Provides functionality to handle HHVM/PHP environments", 6919 "homepage": "https://github.com/sebastianbergmann/environment", 6920 "keywords": [ 6921 "Xdebug", 6922 "environment", 6923 "hhvm" 6924 ], 6925 "support": { 6926 "issues": "https://github.com/sebastianbergmann/environment/issues", 6927 "security": "https://github.com/sebastianbergmann/environment/security/policy", 6928 "source": "https://github.com/sebastianbergmann/environment/tree/7.2.0" 6929 }, 6930 "funding": [ 6931 { 6932 "url": "https://github.com/sebastianbergmann", 6933 "type": "github" 6934 } 6935 ], 6936 "time": "2024-07-03T04:54:44+00:00" 6937 }, 6938 { 6939 "name": "sebastian/exporter", 6940 "version": "6.1.3", 6941 "source": { 6942 "type": "git", 6943 "url": "https://github.com/sebastianbergmann/exporter.git", 6944 "reference": "c414673eee9a8f9d51bbf8d61fc9e3ef1e85b20e" 6945 }, 6946 "dist": { 6947 "type": "zip", 6948 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/c414673eee9a8f9d51bbf8d61fc9e3ef1e85b20e", 6949 "reference": "c414673eee9a8f9d51bbf8d61fc9e3ef1e85b20e", 6950 "shasum": "" 6951 }, 6952 "require": { 6953 "ext-mbstring": "*", 6954 "php": ">=8.2", 6955 "sebastian/recursion-context": "^6.0" 6956 }, 6957 "require-dev": { 6958 "phpunit/phpunit": "^11.2" 6959 }, 6960 "type": "library", 6961 "extra": { 6962 "branch-alias": { 6963 "dev-main": "6.1-dev" 6964 } 6965 }, 6966 "autoload": { 6967 "classmap": [ 6968 "src/" 6969 ] 6970 }, 6971 "notification-url": "https://packagist.org/downloads/", 6972 "license": [ 6973 "BSD-3-Clause" 6974 ], 6975 "authors": [ 6976 { 6977 "name": "Sebastian Bergmann", 6978 "email": "sebastian@phpunit.de" 6979 }, 6980 { 6981 "name": "Jeff Welch", 6982 "email": "whatthejeff@gmail.com" 6983 }, 6984 { 6985 "name": "Volker Dusch", 6986 "email": "github@wallbash.com" 6987 }, 6988 { 6989 "name": "Adam Harvey", 6990 "email": "aharvey@php.net" 6991 }, 6992 { 6993 "name": "Bernhard Schussek", 6994 "email": "bschussek@gmail.com" 6995 } 6996 ], 6997 "description": "Provides the functionality to export PHP variables for visualization", 6998 "homepage": "https://www.github.com/sebastianbergmann/exporter", 6999 "keywords": [ 7000 "export", 7001 "exporter" 7002 ], 7003 "support": { 7004 "issues": "https://github.com/sebastianbergmann/exporter/issues", 7005 "security": "https://github.com/sebastianbergmann/exporter/security/policy", 7006 "source": "https://github.com/sebastianbergmann/exporter/tree/6.1.3" 7007 }, 7008 "funding": [ 7009 { 7010 "url": "https://github.com/sebastianbergmann", 7011 "type": "github" 7012 } 7013 ], 7014 "time": "2024-07-03T04:56:19+00:00" 7015 }, 7016 { 7017 "name": "sebastian/global-state", 7018 "version": "7.0.2", 7019 "source": { 7020 "type": "git", 7021 "url": "https://github.com/sebastianbergmann/global-state.git", 7022 "reference": "3be331570a721f9a4b5917f4209773de17f747d7" 7023 }, 7024 "dist": { 7025 "type": "zip", 7026 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/3be331570a721f9a4b5917f4209773de17f747d7", 7027 "reference": "3be331570a721f9a4b5917f4209773de17f747d7", 7028 "shasum": "" 7029 }, 7030 "require": { 7031 "php": ">=8.2", 7032 "sebastian/object-reflector": "^4.0", 7033 "sebastian/recursion-context": "^6.0" 7034 }, 7035 "require-dev": { 7036 "ext-dom": "*", 7037 "phpunit/phpunit": "^11.0" 7038 }, 7039 "type": "library", 7040 "extra": { 7041 "branch-alias": { 7042 "dev-main": "7.0-dev" 7043 } 7044 }, 7045 "autoload": { 7046 "classmap": [ 7047 "src/" 7048 ] 7049 }, 7050 "notification-url": "https://packagist.org/downloads/", 7051 "license": [ 7052 "BSD-3-Clause" 7053 ], 7054 "authors": [ 7055 { 7056 "name": "Sebastian Bergmann", 7057 "email": "sebastian@phpunit.de" 7058 } 7059 ], 7060 "description": "Snapshotting of global state", 7061 "homepage": "https://www.github.com/sebastianbergmann/global-state", 7062 "keywords": [ 7063 "global state" 7064 ], 7065 "support": { 7066 "issues": "https://github.com/sebastianbergmann/global-state/issues", 7067 "security": "https://github.com/sebastianbergmann/global-state/security/policy", 7068 "source": "https://github.com/sebastianbergmann/global-state/tree/7.0.2" 7069 }, 7070 "funding": [ 7071 { 7072 "url": "https://github.com/sebastianbergmann", 7073 "type": "github" 7074 } 7075 ], 7076 "time": "2024-07-03T04:57:36+00:00" 7077 }, 7078 { 7079 "name": "sebastian/lines-of-code", 7080 "version": "3.0.1", 7081 "source": { 7082 "type": "git", 7083 "url": "https://github.com/sebastianbergmann/lines-of-code.git", 7084 "reference": "d36ad0d782e5756913e42ad87cb2890f4ffe467a" 7085 }, 7086 "dist": { 7087 "type": "zip", 7088 "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/d36ad0d782e5756913e42ad87cb2890f4ffe467a", 7089 "reference": "d36ad0d782e5756913e42ad87cb2890f4ffe467a", 7090 "shasum": "" 7091 }, 7092 "require": { 7093 "nikic/php-parser": "^5.0", 7094 "php": ">=8.2" 7095 }, 7096 "require-dev": { 7097 "phpunit/phpunit": "^11.0" 7098 }, 7099 "type": "library", 7100 "extra": { 7101 "branch-alias": { 7102 "dev-main": "3.0-dev" 7103 } 7104 }, 7105 "autoload": { 7106 "classmap": [ 7107 "src/" 7108 ] 7109 }, 7110 "notification-url": "https://packagist.org/downloads/", 7111 "license": [ 7112 "BSD-3-Clause" 7113 ], 7114 "authors": [ 7115 { 7116 "name": "Sebastian Bergmann", 7117 "email": "sebastian@phpunit.de", 7118 "role": "lead" 7119 } 7120 ], 7121 "description": "Library for counting the lines of code in PHP source code", 7122 "homepage": "https://github.com/sebastianbergmann/lines-of-code", 7123 "support": { 7124 "issues": "https://github.com/sebastianbergmann/lines-of-code/issues", 7125 "security": "https://github.com/sebastianbergmann/lines-of-code/security/policy", 7126 "source": "https://github.com/sebastianbergmann/lines-of-code/tree/3.0.1" 7127 }, 7128 "funding": [ 7129 { 7130 "url": "https://github.com/sebastianbergmann", 7131 "type": "github" 7132 } 7133 ], 7134 "time": "2024-07-03T04:58:38+00:00" 7135 }, 7136 { 7137 "name": "sebastian/object-enumerator", 7138 "version": "6.0.1", 7139 "source": { 7140 "type": "git", 7141 "url": "https://github.com/sebastianbergmann/object-enumerator.git", 7142 "reference": "f5b498e631a74204185071eb41f33f38d64608aa" 7143 }, 7144 "dist": { 7145 "type": "zip", 7146 "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/f5b498e631a74204185071eb41f33f38d64608aa", 7147 "reference": "f5b498e631a74204185071eb41f33f38d64608aa", 7148 "shasum": "" 7149 }, 7150 "require": { 7151 "php": ">=8.2", 7152 "sebastian/object-reflector": "^4.0", 7153 "sebastian/recursion-context": "^6.0" 7154 }, 7155 "require-dev": { 7156 "phpunit/phpunit": "^11.0" 7157 }, 7158 "type": "library", 7159 "extra": { 7160 "branch-alias": { 7161 "dev-main": "6.0-dev" 7162 } 7163 }, 7164 "autoload": { 7165 "classmap": [ 7166 "src/" 7167 ] 7168 }, 7169 "notification-url": "https://packagist.org/downloads/", 7170 "license": [ 7171 "BSD-3-Clause" 7172 ], 7173 "authors": [ 7174 { 7175 "name": "Sebastian Bergmann", 7176 "email": "sebastian@phpunit.de" 7177 } 7178 ], 7179 "description": "Traverses array structures and object graphs to enumerate all referenced objects", 7180 "homepage": "https://github.com/sebastianbergmann/object-enumerator/", 7181 "support": { 7182 "issues": "https://github.com/sebastianbergmann/object-enumerator/issues", 7183 "security": "https://github.com/sebastianbergmann/object-enumerator/security/policy", 7184 "source": "https://github.com/sebastianbergmann/object-enumerator/tree/6.0.1" 7185 }, 7186 "funding": [ 7187 { 7188 "url": "https://github.com/sebastianbergmann", 7189 "type": "github" 7190 } 7191 ], 7192 "time": "2024-07-03T05:00:13+00:00" 7193 }, 7194 { 7195 "name": "sebastian/object-reflector", 7196 "version": "4.0.1", 7197 "source": { 7198 "type": "git", 7199 "url": "https://github.com/sebastianbergmann/object-reflector.git", 7200 "reference": "6e1a43b411b2ad34146dee7524cb13a068bb35f9" 7201 }, 7202 "dist": { 7203 "type": "zip", 7204 "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/6e1a43b411b2ad34146dee7524cb13a068bb35f9", 7205 "reference": "6e1a43b411b2ad34146dee7524cb13a068bb35f9", 7206 "shasum": "" 7207 }, 7208 "require": { 7209 "php": ">=8.2" 7210 }, 7211 "require-dev": { 7212 "phpunit/phpunit": "^11.0" 7213 }, 7214 "type": "library", 7215 "extra": { 7216 "branch-alias": { 7217 "dev-main": "4.0-dev" 7218 } 7219 }, 7220 "autoload": { 7221 "classmap": [ 7222 "src/" 7223 ] 7224 }, 7225 "notification-url": "https://packagist.org/downloads/", 7226 "license": [ 7227 "BSD-3-Clause" 7228 ], 7229 "authors": [ 7230 { 7231 "name": "Sebastian Bergmann", 7232 "email": "sebastian@phpunit.de" 7233 } 7234 ], 7235 "description": "Allows reflection of object attributes, including inherited and non-public ones", 7236 "homepage": "https://github.com/sebastianbergmann/object-reflector/", 7237 "support": { 7238 "issues": "https://github.com/sebastianbergmann/object-reflector/issues", 7239 "security": "https://github.com/sebastianbergmann/object-reflector/security/policy", 7240 "source": "https://github.com/sebastianbergmann/object-reflector/tree/4.0.1" 7241 }, 7242 "funding": [ 7243 { 7244 "url": "https://github.com/sebastianbergmann", 7245 "type": "github" 7246 } 7247 ], 7248 "time": "2024-07-03T05:01:32+00:00" 7249 }, 7250 { 7251 "name": "sebastian/recursion-context", 7252 "version": "6.0.2", 7253 "source": { 7254 "type": "git", 7255 "url": "https://github.com/sebastianbergmann/recursion-context.git", 7256 "reference": "694d156164372abbd149a4b85ccda2e4670c0e16" 7257 }, 7258 "dist": { 7259 "type": "zip", 7260 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/694d156164372abbd149a4b85ccda2e4670c0e16", 7261 "reference": "694d156164372abbd149a4b85ccda2e4670c0e16", 7262 "shasum": "" 7263 }, 7264 "require": { 7265 "php": ">=8.2" 7266 }, 7267 "require-dev": { 7268 "phpunit/phpunit": "^11.0" 7269 }, 7270 "type": "library", 7271 "extra": { 7272 "branch-alias": { 7273 "dev-main": "6.0-dev" 7274 } 7275 }, 7276 "autoload": { 7277 "classmap": [ 7278 "src/" 7279 ] 7280 }, 7281 "notification-url": "https://packagist.org/downloads/", 7282 "license": [ 7283 "BSD-3-Clause" 7284 ], 7285 "authors": [ 7286 { 7287 "name": "Sebastian Bergmann", 7288 "email": "sebastian@phpunit.de" 7289 }, 7290 { 7291 "name": "Jeff Welch", 7292 "email": "whatthejeff@gmail.com" 7293 }, 7294 { 7295 "name": "Adam Harvey", 7296 "email": "aharvey@php.net" 7297 } 7298 ], 7299 "description": "Provides functionality to recursively process PHP variables", 7300 "homepage": "https://github.com/sebastianbergmann/recursion-context", 7301 "support": { 7302 "issues": "https://github.com/sebastianbergmann/recursion-context/issues", 7303 "security": "https://github.com/sebastianbergmann/recursion-context/security/policy", 7304 "source": "https://github.com/sebastianbergmann/recursion-context/tree/6.0.2" 7305 }, 7306 "funding": [ 7307 { 7308 "url": "https://github.com/sebastianbergmann", 7309 "type": "github" 7310 } 7311 ], 7312 "time": "2024-07-03T05:10:34+00:00" 7313 }, 7314 { 7315 "name": "sebastian/type", 7316 "version": "5.1.0", 7317 "source": { 7318 "type": "git", 7319 "url": "https://github.com/sebastianbergmann/type.git", 7320 "reference": "461b9c5da241511a2a0e8f240814fb23ce5c0aac" 7321 }, 7322 "dist": { 7323 "type": "zip", 7324 "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/461b9c5da241511a2a0e8f240814fb23ce5c0aac", 7325 "reference": "461b9c5da241511a2a0e8f240814fb23ce5c0aac", 7326 "shasum": "" 7327 }, 7328 "require": { 7329 "php": ">=8.2" 7330 }, 7331 "require-dev": { 7332 "phpunit/phpunit": "^11.3" 7333 }, 7334 "type": "library", 7335 "extra": { 7336 "branch-alias": { 7337 "dev-main": "5.1-dev" 7338 } 7339 }, 7340 "autoload": { 7341 "classmap": [ 7342 "src/" 7343 ] 7344 }, 7345 "notification-url": "https://packagist.org/downloads/", 7346 "license": [ 7347 "BSD-3-Clause" 7348 ], 7349 "authors": [ 7350 { 7351 "name": "Sebastian Bergmann", 7352 "email": "sebastian@phpunit.de", 7353 "role": "lead" 7354 } 7355 ], 7356 "description": "Collection of value objects that represent the types of the PHP type system", 7357 "homepage": "https://github.com/sebastianbergmann/type", 7358 "support": { 7359 "issues": "https://github.com/sebastianbergmann/type/issues", 7360 "security": "https://github.com/sebastianbergmann/type/security/policy", 7361 "source": "https://github.com/sebastianbergmann/type/tree/5.1.0" 7362 }, 7363 "funding": [ 7364 { 7365 "url": "https://github.com/sebastianbergmann", 7366 "type": "github" 7367 } 7368 ], 7369 "time": "2024-09-17T13:12:04+00:00" 7370 }, 7371 { 7372 "name": "sebastian/version", 7373 "version": "5.0.2", 7374 "source": { 7375 "type": "git", 7376 "url": "https://github.com/sebastianbergmann/version.git", 7377 "reference": "c687e3387b99f5b03b6caa64c74b63e2936ff874" 7378 }, 7379 "dist": { 7380 "type": "zip", 7381 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c687e3387b99f5b03b6caa64c74b63e2936ff874", 7382 "reference": "c687e3387b99f5b03b6caa64c74b63e2936ff874", 7383 "shasum": "" 7384 }, 7385 "require": { 7386 "php": ">=8.2" 7387 }, 7388 "type": "library", 7389 "extra": { 7390 "branch-alias": { 7391 "dev-main": "5.0-dev" 7392 } 7393 }, 7394 "autoload": { 7395 "classmap": [ 7396 "src/" 7397 ] 7398 }, 7399 "notification-url": "https://packagist.org/downloads/", 7400 "license": [ 7401 "BSD-3-Clause" 7402 ], 7403 "authors": [ 7404 { 7405 "name": "Sebastian Bergmann", 7406 "email": "sebastian@phpunit.de", 7407 "role": "lead" 7408 } 7409 ], 7410 "description": "Library that helps with managing the version number of Git-hosted PHP projects", 7411 "homepage": "https://github.com/sebastianbergmann/version", 7412 "support": { 7413 "issues": "https://github.com/sebastianbergmann/version/issues", 7414 "security": "https://github.com/sebastianbergmann/version/security/policy", 7415 "source": "https://github.com/sebastianbergmann/version/tree/5.0.2" 7416 }, 7417 "funding": [ 7418 { 7419 "url": "https://github.com/sebastianbergmann", 7420 "type": "github" 7421 } 7422 ], 7423 "time": "2024-10-09T05:16:32+00:00" 7424 }, 7425 { 7426 "name": "symfony/config", 7427 "version": "v7.1.7", 7428 "source": { 7429 "type": "git", 7430 "url": "https://github.com/symfony/config.git", 7431 "reference": "dc373a5cbd345354696f5dfd39c5c7a8ea23f4c8" 7432 }, 7433 "dist": { 7434 "type": "zip", 7435 "url": "https://api.github.com/repos/symfony/config/zipball/dc373a5cbd345354696f5dfd39c5c7a8ea23f4c8", 7436 "reference": "dc373a5cbd345354696f5dfd39c5c7a8ea23f4c8", 7437 "shasum": "" 7438 }, 7439 "require": { 7440 "php": ">=8.2", 7441 "symfony/deprecation-contracts": "^2.5|^3", 7442 "symfony/filesystem": "^7.1", 7443 "symfony/polyfill-ctype": "~1.8" 7444 }, 7445 "conflict": { 7446 "symfony/finder": "<6.4", 7447 "symfony/service-contracts": "<2.5" 7448 }, 7449 "require-dev": { 7450 "symfony/event-dispatcher": "^6.4|^7.0", 7451 "symfony/finder": "^6.4|^7.0", 7452 "symfony/messenger": "^6.4|^7.0", 7453 "symfony/service-contracts": "^2.5|^3", 7454 "symfony/yaml": "^6.4|^7.0" 7455 }, 7456 "type": "library", 7457 "autoload": { 7458 "psr-4": { 7459 "Symfony\\Component\\Config\\": "" 7460 }, 7461 "exclude-from-classmap": [ 7462 "/Tests/" 7463 ] 7464 }, 7465 "notification-url": "https://packagist.org/downloads/", 7466 "license": [ 7467 "MIT" 7468 ], 7469 "authors": [ 7470 { 7471 "name": "Fabien Potencier", 7472 "email": "fabien@symfony.com" 7473 }, 7474 { 7475 "name": "Symfony Community", 7476 "homepage": "https://symfony.com/contributors" 7477 } 7478 ], 7479 "description": "Helps you find, load, combine, autofill and validate configuration values of any kind", 7480 "homepage": "https://symfony.com", 7481 "support": { 7482 "source": "https://github.com/symfony/config/tree/v7.1.7" 7483 }, 7484 "funding": [ 7485 { 7486 "url": "https://symfony.com/sponsor", 7487 "type": "custom" 7488 }, 7489 { 7490 "url": "https://github.com/fabpot", 7491 "type": "github" 7492 }, 7493 { 7494 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 7495 "type": "tidelift" 7496 } 7497 ], 7498 "time": "2024-11-04T11:34:07+00:00" 7499 }, 7500 { 7501 "name": "symfony/filesystem", 7502 "version": "v7.1.6", 7503 "source": { 7504 "type": "git", 7505 "url": "https://github.com/symfony/filesystem.git", 7506 "reference": "c835867b3c62bb05c7fe3d637c871c7ae52024d4" 7507 }, 7508 "dist": { 7509 "type": "zip", 7510 "url": "https://api.github.com/repos/symfony/filesystem/zipball/c835867b3c62bb05c7fe3d637c871c7ae52024d4", 7511 "reference": "c835867b3c62bb05c7fe3d637c871c7ae52024d4", 7512 "shasum": "" 7513 }, 7514 "require": { 7515 "php": ">=8.2", 7516 "symfony/polyfill-ctype": "~1.8", 7517 "symfony/polyfill-mbstring": "~1.8" 7518 }, 7519 "require-dev": { 7520 "symfony/process": "^6.4|^7.0" 7521 }, 7522 "type": "library", 7523 "autoload": { 7524 "psr-4": { 7525 "Symfony\\Component\\Filesystem\\": "" 7526 }, 7527 "exclude-from-classmap": [ 7528 "/Tests/" 7529 ] 7530 }, 7531 "notification-url": "https://packagist.org/downloads/", 7532 "license": [ 7533 "MIT" 7534 ], 7535 "authors": [ 7536 { 7537 "name": "Fabien Potencier", 7538 "email": "fabien@symfony.com" 7539 }, 7540 { 7541 "name": "Symfony Community", 7542 "homepage": "https://symfony.com/contributors" 7543 } 7544 ], 7545 "description": "Provides basic utilities for the filesystem", 7546 "homepage": "https://symfony.com", 7547 "support": { 7548 "source": "https://github.com/symfony/filesystem/tree/v7.1.6" 7549 }, 7550 "funding": [ 7551 { 7552 "url": "https://symfony.com/sponsor", 7553 "type": "custom" 7554 }, 7555 { 7556 "url": "https://github.com/fabpot", 7557 "type": "github" 7558 }, 7559 { 7560 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 7561 "type": "tidelift" 7562 } 7563 ], 7564 "time": "2024-10-25T15:11:02+00:00" 7565 }, 7566 { 7567 "name": "symfony/stopwatch", 7568 "version": "v7.1.6", 7569 "source": { 7570 "type": "git", 7571 "url": "https://github.com/symfony/stopwatch.git", 7572 "reference": "8b4a434e6e7faf6adedffb48783a5c75409a1a05" 7573 }, 7574 "dist": { 7575 "type": "zip", 7576 "url": "https://api.github.com/repos/symfony/stopwatch/zipball/8b4a434e6e7faf6adedffb48783a5c75409a1a05", 7577 "reference": "8b4a434e6e7faf6adedffb48783a5c75409a1a05", 7578 "shasum": "" 7579 }, 7580 "require": { 7581 "php": ">=8.2", 7582 "symfony/service-contracts": "^2.5|^3" 7583 }, 7584 "type": "library", 7585 "autoload": { 7586 "psr-4": { 7587 "Symfony\\Component\\Stopwatch\\": "" 7588 }, 7589 "exclude-from-classmap": [ 7590 "/Tests/" 7591 ] 7592 }, 7593 "notification-url": "https://packagist.org/downloads/", 7594 "license": [ 7595 "MIT" 7596 ], 7597 "authors": [ 7598 { 7599 "name": "Fabien Potencier", 7600 "email": "fabien@symfony.com" 7601 }, 7602 { 7603 "name": "Symfony Community", 7604 "homepage": "https://symfony.com/contributors" 7605 } 7606 ], 7607 "description": "Provides a way to profile code", 7608 "homepage": "https://symfony.com", 7609 "support": { 7610 "source": "https://github.com/symfony/stopwatch/tree/v7.1.6" 7611 }, 7612 "funding": [ 7613 { 7614 "url": "https://symfony.com/sponsor", 7615 "type": "custom" 7616 }, 7617 { 7618 "url": "https://github.com/fabpot", 7619 "type": "github" 7620 }, 7621 { 7622 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 7623 "type": "tidelift" 7624 } 7625 ], 7626 "time": "2024-09-25T14:20:29+00:00" 7627 }, 7628 { 7629 "name": "symfony/yaml", 7630 "version": "v7.1.6", 7631 "source": { 7632 "type": "git", 7633 "url": "https://github.com/symfony/yaml.git", 7634 "reference": "3ced3f29e4f0d6bce2170ff26719f1fe9aacc671" 7635 }, 7636 "dist": { 7637 "type": "zip", 7638 "url": "https://api.github.com/repos/symfony/yaml/zipball/3ced3f29e4f0d6bce2170ff26719f1fe9aacc671", 7639 "reference": "3ced3f29e4f0d6bce2170ff26719f1fe9aacc671", 7640 "shasum": "" 7641 }, 7642 "require": { 7643 "php": ">=8.2", 7644 "symfony/polyfill-ctype": "^1.8" 7645 }, 7646 "conflict": { 7647 "symfony/console": "<6.4" 7648 }, 7649 "require-dev": { 7650 "symfony/console": "^6.4|^7.0" 7651 }, 7652 "bin": [ 7653 "Resources/bin/yaml-lint" 7654 ], 7655 "type": "library", 7656 "autoload": { 7657 "psr-4": { 7658 "Symfony\\Component\\Yaml\\": "" 7659 }, 7660 "exclude-from-classmap": [ 7661 "/Tests/" 7662 ] 7663 }, 7664 "notification-url": "https://packagist.org/downloads/", 7665 "license": [ 7666 "MIT" 7667 ], 7668 "authors": [ 7669 { 7670 "name": "Fabien Potencier", 7671 "email": "fabien@symfony.com" 7672 }, 7673 { 7674 "name": "Symfony Community", 7675 "homepage": "https://symfony.com/contributors" 7676 } 7677 ], 7678 "description": "Loads and dumps YAML files", 7679 "homepage": "https://symfony.com", 7680 "support": { 7681 "source": "https://github.com/symfony/yaml/tree/v7.1.6" 7682 }, 7683 "funding": [ 7684 { 7685 "url": "https://symfony.com/sponsor", 7686 "type": "custom" 7687 }, 7688 { 7689 "url": "https://github.com/fabpot", 7690 "type": "github" 7691 }, 7692 { 7693 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 7694 "type": "tidelift" 7695 } 7696 ], 7697 "time": "2024-09-25T14:20:29+00:00" 7698 }, 7699 { 7700 "name": "theseer/tokenizer", 7701 "version": "1.2.3", 7702 "source": { 7703 "type": "git", 7704 "url": "https://github.com/theseer/tokenizer.git", 7705 "reference": "737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2" 7706 }, 7707 "dist": { 7708 "type": "zip", 7709 "url": "https://api.github.com/repos/theseer/tokenizer/zipball/737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2", 7710 "reference": "737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2", 7711 "shasum": "" 7712 }, 7713 "require": { 7714 "ext-dom": "*", 7715 "ext-tokenizer": "*", 7716 "ext-xmlwriter": "*", 7717 "php": "^7.2 || ^8.0" 7718 }, 7719 "type": "library", 7720 "autoload": { 7721 "classmap": [ 7722 "src/" 7723 ] 7724 }, 7725 "notification-url": "https://packagist.org/downloads/", 7726 "license": [ 7727 "BSD-3-Clause" 7728 ], 7729 "authors": [ 7730 { 7731 "name": "Arne Blankerts", 7732 "email": "arne@blankerts.de", 7733 "role": "Developer" 7734 } 7735 ], 7736 "description": "A small library for converting tokenized PHP source code into XML and potentially other formats", 7737 "support": { 7738 "issues": "https://github.com/theseer/tokenizer/issues", 7739 "source": "https://github.com/theseer/tokenizer/tree/1.2.3" 7740 }, 7741 "funding": [ 7742 { 7743 "url": "https://github.com/theseer", 7744 "type": "github" 7745 } 7746 ], 7747 "time": "2024-03-03T12:36:25+00:00" 7748 } 7749 ], 7750 "aliases": [], 7751 "minimum-stability": "stable", 7752 "stability-flags": [], 7753 "prefer-stable": false, 7754 "prefer-lowest": false, 7755 "platform": { 7756 "php": "8.2 - 8.4", 7757 "ext-ctype": "*", 7758 "ext-curl": "*", 7759 "ext-gd": "*", 7760 "ext-iconv": "*", 7761 "ext-intl": "*", 7762 "ext-json": "*", 7763 "ext-mbstring": "*", 7764 "ext-pcre": "*", 7765 "ext-pdo": "*", 7766 "ext-session": "*", 7767 "ext-xml": "*" 7768 }, 7769 "platform-dev": { 7770 "ext-dom": "*", 7771 "ext-libxml": "*", 7772 "ext-pdo_sqlite": "*", 7773 "ext-sqlite3": "*" 7774 }, 7775 "platform-overrides": { 7776 "php": "8.2.0" 7777 }, 7778 "plugin-api-version": "2.6.0" 7779} 7780