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