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