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