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