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": "18c3c53eced75c513e5447d404ca1e61", 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.1", 121 "source": { 122 "type": "git", 123 "url": "https://github.com/composer/package-versions-deprecated.git", 124 "reference": "7413f0b55a051e89485c5cb9f765fe24bb02a7b6" 125 }, 126 "dist": { 127 "type": "zip", 128 "url": "https://api.github.com/repos/composer/package-versions-deprecated/zipball/7413f0b55a051e89485c5cb9f765fe24bb02a7b6", 129 "reference": "7413f0b55a051e89485c5cb9f765fe24bb02a7b6", 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.1" 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": "2020-11-11T10:22:58+00:00" 190 }, 191 { 192 "name": "doctrine/cache", 193 "version": "1.11.0", 194 "source": { 195 "type": "git", 196 "url": "https://github.com/doctrine/cache.git", 197 "reference": "a9c1b59eba5a08ca2770a76eddb88922f504e8e0" 198 }, 199 "dist": { 200 "type": "zip", 201 "url": "https://api.github.com/repos/doctrine/cache/zipball/a9c1b59eba5a08ca2770a76eddb88922f504e8e0", 202 "reference": "a9c1b59eba5a08ca2770a76eddb88922f504e8e0", 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.0" 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-04-13T14:46:17+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.41.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.41.0", 1407 "source": { 1408 "type": "git", 1409 "url": "https://github.com/illuminate/container.git", 1410 "reference": "0e38ee1632d470e56aece0079e6e22d13e6bea8e" 1411 }, 1412 "dist": { 1413 "type": "zip", 1414 "url": "https://api.github.com/repos/illuminate/container/zipball/0e38ee1632d470e56aece0079e6e22d13e6bea8e", 1415 "reference": "0e38ee1632d470e56aece0079e6e22d13e6bea8e", 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-03-16T19:42:20+00:00" 1454 }, 1455 { 1456 "name": "illuminate/contracts", 1457 "version": "v8.41.0", 1458 "source": { 1459 "type": "git", 1460 "url": "https://github.com/illuminate/contracts.git", 1461 "reference": "64abbe2aeee0855a11cfce49d0ea08a0aa967cd2" 1462 }, 1463 "dist": { 1464 "type": "zip", 1465 "url": "https://api.github.com/repos/illuminate/contracts/zipball/64abbe2aeee0855a11cfce49d0ea08a0aa967cd2", 1466 "reference": "64abbe2aeee0855a11cfce49d0ea08a0aa967cd2", 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-05-06T14:58:48+00:00" 1502 }, 1503 { 1504 "name": "illuminate/database", 1505 "version": "v8.41.0", 1506 "source": { 1507 "type": "git", 1508 "url": "https://github.com/illuminate/database.git", 1509 "reference": "6277b39728bce436d2509d215223137d87265792" 1510 }, 1511 "dist": { 1512 "type": "zip", 1513 "url": "https://api.github.com/repos/illuminate/database/zipball/6277b39728bce436d2509d215223137d87265792", 1514 "reference": "6277b39728bce436d2509d215223137d87265792", 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-05-11T13:24:37+00:00" 1570 }, 1571 { 1572 "name": "illuminate/macroable", 1573 "version": "v8.41.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.41.0", 1620 "source": { 1621 "type": "git", 1622 "url": "https://github.com/illuminate/support.git", 1623 "reference": "31e91a12f0aac770d02a05b5d5771829132213b4" 1624 }, 1625 "dist": { 1626 "type": "zip", 1627 "url": "https://api.github.com/repos/illuminate/support/zipball/31e91a12f0aac770d02a05b5d5771829132213b4", 1628 "reference": "31e91a12f0aac770d02a05b5d5771829132213b4", 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-05-10T13:42:57+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.0.7", 1925 "source": { 1926 "type": "git", 1927 "url": "https://github.com/thephpleague/flysystem.git", 1928 "reference": "f1ecc5c7bf193da14fbc34198ffb16d979ad7d5a" 1929 }, 1930 "dist": { 1931 "type": "zip", 1932 "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/f1ecc5c7bf193da14fbc34198ffb16d979ad7d5a", 1933 "reference": "f1ecc5c7bf193da14fbc34198ffb16d979ad7d5a", 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 }, 1956 "type": "library", 1957 "autoload": { 1958 "psr-4": { 1959 "League\\Flysystem\\": "src" 1960 } 1961 }, 1962 "notification-url": "https://packagist.org/downloads/", 1963 "license": [ 1964 "MIT" 1965 ], 1966 "authors": [ 1967 { 1968 "name": "Frank de Jonge", 1969 "email": "info@frankdejonge.nl" 1970 } 1971 ], 1972 "description": "File storage abstraction for PHP", 1973 "keywords": [ 1974 "WebDAV", 1975 "aws", 1976 "cloud", 1977 "file", 1978 "files", 1979 "filesystem", 1980 "filesystems", 1981 "ftp", 1982 "s3", 1983 "sftp", 1984 "storage" 1985 ], 1986 "support": { 1987 "issues": "https://github.com/thephpleague/flysystem/issues", 1988 "source": "https://github.com/thephpleague/flysystem/tree/2.0.7" 1989 }, 1990 "funding": [ 1991 { 1992 "url": "https://offset.earth/frankdejonge", 1993 "type": "custom" 1994 }, 1995 { 1996 "url": "https://github.com/frankdejonge", 1997 "type": "github" 1998 }, 1999 { 2000 "url": "https://tidelift.com/funding/github/packagist/league/flysystem", 2001 "type": "tidelift" 2002 } 2003 ], 2004 "time": "2021-05-13T19:36:24+00:00" 2005 }, 2006 { 2007 "name": "league/flysystem-ziparchive", 2008 "version": "2.0.6", 2009 "source": { 2010 "type": "git", 2011 "url": "https://github.com/thephpleague/flysystem-ziparchive.git", 2012 "reference": "e626e580eb807595c0e98fbab92dca00bdde2bf5" 2013 }, 2014 "dist": { 2015 "type": "zip", 2016 "url": "https://api.github.com/repos/thephpleague/flysystem-ziparchive/zipball/e626e580eb807595c0e98fbab92dca00bdde2bf5", 2017 "reference": "e626e580eb807595c0e98fbab92dca00bdde2bf5", 2018 "shasum": "" 2019 }, 2020 "require": { 2021 "ext-zip": "*", 2022 "league/flysystem": "^2.0.0", 2023 "league/mime-type-detection": "^1.0.0", 2024 "php": "^7.2 || ^8.0" 2025 }, 2026 "type": "library", 2027 "autoload": { 2028 "psr-4": { 2029 "League\\Flysystem\\ZipArchive\\": "" 2030 } 2031 }, 2032 "notification-url": "https://packagist.org/downloads/", 2033 "license": [ 2034 "MIT" 2035 ], 2036 "authors": [ 2037 { 2038 "name": "Frank de Jonge", 2039 "email": "info@frankdejonge.nl" 2040 } 2041 ], 2042 "description": "ZIP filesystem adapter for Flysystem.", 2043 "keywords": [ 2044 "Flysystem", 2045 "file", 2046 "files", 2047 "filesystem", 2048 "zip" 2049 ], 2050 "support": { 2051 "issues": "https://github.com/thephpleague/flysystem-ziparchive/issues", 2052 "source": "https://github.com/thephpleague/flysystem-ziparchive/tree/2.0.6" 2053 }, 2054 "time": "2020-11-24T14:30:57+00:00" 2055 }, 2056 { 2057 "name": "league/mime-type-detection", 2058 "version": "1.7.0", 2059 "source": { 2060 "type": "git", 2061 "url": "https://github.com/thephpleague/mime-type-detection.git", 2062 "reference": "3b9dff8aaf7323590c1d2e443db701eb1f9aa0d3" 2063 }, 2064 "dist": { 2065 "type": "zip", 2066 "url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/3b9dff8aaf7323590c1d2e443db701eb1f9aa0d3", 2067 "reference": "3b9dff8aaf7323590c1d2e443db701eb1f9aa0d3", 2068 "shasum": "" 2069 }, 2070 "require": { 2071 "ext-fileinfo": "*", 2072 "php": "^7.2 || ^8.0" 2073 }, 2074 "require-dev": { 2075 "friendsofphp/php-cs-fixer": "^2.18", 2076 "phpstan/phpstan": "^0.12.68", 2077 "phpunit/phpunit": "^8.5.8 || ^9.3" 2078 }, 2079 "type": "library", 2080 "autoload": { 2081 "psr-4": { 2082 "League\\MimeTypeDetection\\": "src" 2083 } 2084 }, 2085 "notification-url": "https://packagist.org/downloads/", 2086 "license": [ 2087 "MIT" 2088 ], 2089 "authors": [ 2090 { 2091 "name": "Frank de Jonge", 2092 "email": "info@frankdejonge.nl" 2093 } 2094 ], 2095 "description": "Mime-type detection for Flysystem", 2096 "support": { 2097 "issues": "https://github.com/thephpleague/mime-type-detection/issues", 2098 "source": "https://github.com/thephpleague/mime-type-detection/tree/1.7.0" 2099 }, 2100 "funding": [ 2101 { 2102 "url": "https://github.com/frankdejonge", 2103 "type": "github" 2104 }, 2105 { 2106 "url": "https://tidelift.com/funding/github/packagist/league/flysystem", 2107 "type": "tidelift" 2108 } 2109 ], 2110 "time": "2021-01-18T20:58:21+00:00" 2111 }, 2112 { 2113 "name": "middlewares/client-ip", 2114 "version": "v2.0.1", 2115 "source": { 2116 "type": "git", 2117 "url": "https://github.com/middlewares/client-ip.git", 2118 "reference": "466c38388a5efa65f5da4d897adfeb09a4fb44cd" 2119 }, 2120 "dist": { 2121 "type": "zip", 2122 "url": "https://api.github.com/repos/middlewares/client-ip/zipball/466c38388a5efa65f5da4d897adfeb09a4fb44cd", 2123 "reference": "466c38388a5efa65f5da4d897adfeb09a4fb44cd", 2124 "shasum": "" 2125 }, 2126 "require": { 2127 "php": "^7.2 || ^8.0", 2128 "psr/http-server-middleware": "^1.0" 2129 }, 2130 "require-dev": { 2131 "friendsofphp/php-cs-fixer": "^2.0", 2132 "laminas/laminas-diactoros": "^2.2", 2133 "middlewares/utils": "^3.1", 2134 "oscarotero/php-cs-fixer-config": "^1.0", 2135 "phpstan/phpstan": "^0.12", 2136 "phpunit/phpunit": "^8|^9", 2137 "squizlabs/php_codesniffer": "^3.0" 2138 }, 2139 "type": "library", 2140 "autoload": { 2141 "psr-4": { 2142 "Middlewares\\": "src/" 2143 } 2144 }, 2145 "notification-url": "https://packagist.org/downloads/", 2146 "license": [ 2147 "MIT" 2148 ], 2149 "description": "Middleware to detect the client ip and save it as a request attribute", 2150 "homepage": "https://github.com/middlewares/client-ip", 2151 "keywords": [ 2152 "IP", 2153 "http", 2154 "middleware", 2155 "psr-15", 2156 "psr-7", 2157 "server" 2158 ], 2159 "support": { 2160 "issues": "https://github.com/middlewares/client-ip/issues", 2161 "source": "https://github.com/middlewares/client-ip/tree/v2.0.1" 2162 }, 2163 "time": "2020-12-02T00:05:31+00:00" 2164 }, 2165 { 2166 "name": "mlocati/ip-lib", 2167 "version": "1.14.0", 2168 "source": { 2169 "type": "git", 2170 "url": "https://github.com/mlocati/ip-lib.git", 2171 "reference": "882bc0e115970a536b13bcfa59f312783fce08c8" 2172 }, 2173 "dist": { 2174 "type": "zip", 2175 "url": "https://api.github.com/repos/mlocati/ip-lib/zipball/882bc0e115970a536b13bcfa59f312783fce08c8", 2176 "reference": "882bc0e115970a536b13bcfa59f312783fce08c8", 2177 "shasum": "" 2178 }, 2179 "require": { 2180 "php": ">=5.3.3" 2181 }, 2182 "require-dev": { 2183 "ext-pdo_sqlite": "*", 2184 "phpunit/dbunit": "^1.4 || ^2 || ^3 || ^4", 2185 "phpunit/phpunit": "^4.8 || ^5.7 || ^6.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.14.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": "2020-12-31T11:30:02+00:00" 2236 }, 2237 { 2238 "name": "nesbot/carbon", 2239 "version": "2.48.0", 2240 "source": { 2241 "type": "git", 2242 "url": "https://github.com/briannesbitt/Carbon.git", 2243 "reference": "d3c447f21072766cddec3522f9468a5849a76147" 2244 }, 2245 "dist": { 2246 "type": "zip", 2247 "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/d3c447f21072766cddec3522f9468a5849a76147", 2248 "reference": "d3c447f21072766cddec3522f9468a5849a76147", 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-05-07T10:08:30+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.2.8", 3577 "source": { 3578 "type": "git", 3579 "url": "https://github.com/symfony/cache.git", 3580 "reference": "c13bfc6682a669e6ba592ba3305139ebf946a811" 3581 }, 3582 "dist": { 3583 "type": "zip", 3584 "url": "https://api.github.com/repos/symfony/cache/zipball/c13bfc6682a669e6ba592ba3305139ebf946a811", 3585 "reference": "c13bfc6682a669e6ba592ba3305139ebf946a811", 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/polyfill-php80": "^1.15", 3594 "symfony/service-contracts": "^1.1|^2", 3595 "symfony/var-exporter": "^4.4|^5.0" 3596 }, 3597 "conflict": { 3598 "doctrine/dbal": "<2.10", 3599 "symfony/dependency-injection": "<4.4", 3600 "symfony/http-kernel": "<4.4", 3601 "symfony/var-dumper": "<4.4" 3602 }, 3603 "provide": { 3604 "psr/cache-implementation": "1.0|2.0", 3605 "psr/simple-cache-implementation": "1.0", 3606 "symfony/cache-implementation": "1.0|2.0" 3607 }, 3608 "require-dev": { 3609 "cache/integration-tests": "dev-master", 3610 "doctrine/cache": "^1.6", 3611 "doctrine/dbal": "^2.10|^3.0", 3612 "predis/predis": "^1.1", 3613 "psr/simple-cache": "^1.0", 3614 "symfony/config": "^4.4|^5.0", 3615 "symfony/dependency-injection": "^4.4|^5.0", 3616 "symfony/filesystem": "^4.4|^5.0", 3617 "symfony/http-kernel": "^4.4|^5.0", 3618 "symfony/messenger": "^4.4|^5.0", 3619 "symfony/var-dumper": "^4.4|^5.0" 3620 }, 3621 "type": "library", 3622 "autoload": { 3623 "psr-4": { 3624 "Symfony\\Component\\Cache\\": "" 3625 }, 3626 "exclude-from-classmap": [ 3627 "/Tests/" 3628 ] 3629 }, 3630 "notification-url": "https://packagist.org/downloads/", 3631 "license": [ 3632 "MIT" 3633 ], 3634 "authors": [ 3635 { 3636 "name": "Nicolas Grekas", 3637 "email": "p@tchwork.com" 3638 }, 3639 { 3640 "name": "Symfony Community", 3641 "homepage": "https://symfony.com/contributors" 3642 } 3643 ], 3644 "description": "Provides an extended PSR-6, PSR-16 (and tags) implementation", 3645 "homepage": "https://symfony.com", 3646 "keywords": [ 3647 "caching", 3648 "psr6" 3649 ], 3650 "support": { 3651 "source": "https://github.com/symfony/cache/tree/v5.2.8" 3652 }, 3653 "funding": [ 3654 { 3655 "url": "https://symfony.com/sponsor", 3656 "type": "custom" 3657 }, 3658 { 3659 "url": "https://github.com/fabpot", 3660 "type": "github" 3661 }, 3662 { 3663 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 3664 "type": "tidelift" 3665 } 3666 ], 3667 "time": "2021-05-07T13:41:16+00:00" 3668 }, 3669 { 3670 "name": "symfony/cache-contracts", 3671 "version": "v2.4.0", 3672 "source": { 3673 "type": "git", 3674 "url": "https://github.com/symfony/cache-contracts.git", 3675 "reference": "c0446463729b89dd4fa62e9aeecc80287323615d" 3676 }, 3677 "dist": { 3678 "type": "zip", 3679 "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/c0446463729b89dd4fa62e9aeecc80287323615d", 3680 "reference": "c0446463729b89dd4fa62e9aeecc80287323615d", 3681 "shasum": "" 3682 }, 3683 "require": { 3684 "php": ">=7.2.5", 3685 "psr/cache": "^1.0|^2.0|^3.0" 3686 }, 3687 "suggest": { 3688 "symfony/cache-implementation": "" 3689 }, 3690 "type": "library", 3691 "extra": { 3692 "branch-alias": { 3693 "dev-main": "2.4-dev" 3694 }, 3695 "thanks": { 3696 "name": "symfony/contracts", 3697 "url": "https://github.com/symfony/contracts" 3698 } 3699 }, 3700 "autoload": { 3701 "psr-4": { 3702 "Symfony\\Contracts\\Cache\\": "" 3703 } 3704 }, 3705 "notification-url": "https://packagist.org/downloads/", 3706 "license": [ 3707 "MIT" 3708 ], 3709 "authors": [ 3710 { 3711 "name": "Nicolas Grekas", 3712 "email": "p@tchwork.com" 3713 }, 3714 { 3715 "name": "Symfony Community", 3716 "homepage": "https://symfony.com/contributors" 3717 } 3718 ], 3719 "description": "Generic abstractions related to caching", 3720 "homepage": "https://symfony.com", 3721 "keywords": [ 3722 "abstractions", 3723 "contracts", 3724 "decoupling", 3725 "interfaces", 3726 "interoperability", 3727 "standards" 3728 ], 3729 "support": { 3730 "source": "https://github.com/symfony/cache-contracts/tree/v2.4.0" 3731 }, 3732 "funding": [ 3733 { 3734 "url": "https://symfony.com/sponsor", 3735 "type": "custom" 3736 }, 3737 { 3738 "url": "https://github.com/fabpot", 3739 "type": "github" 3740 }, 3741 { 3742 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 3743 "type": "tidelift" 3744 } 3745 ], 3746 "time": "2021-03-23T23:28:01+00:00" 3747 }, 3748 { 3749 "name": "symfony/console", 3750 "version": "v5.2.8", 3751 "source": { 3752 "type": "git", 3753 "url": "https://github.com/symfony/console.git", 3754 "reference": "864568fdc0208b3eba3638b6000b69d2386e6768" 3755 }, 3756 "dist": { 3757 "type": "zip", 3758 "url": "https://api.github.com/repos/symfony/console/zipball/864568fdc0208b3eba3638b6000b69d2386e6768", 3759 "reference": "864568fdc0208b3eba3638b6000b69d2386e6768", 3760 "shasum": "" 3761 }, 3762 "require": { 3763 "php": ">=7.2.5", 3764 "symfony/polyfill-mbstring": "~1.0", 3765 "symfony/polyfill-php73": "^1.8", 3766 "symfony/polyfill-php80": "^1.15", 3767 "symfony/service-contracts": "^1.1|^2", 3768 "symfony/string": "^5.1" 3769 }, 3770 "conflict": { 3771 "symfony/dependency-injection": "<4.4", 3772 "symfony/dotenv": "<5.1", 3773 "symfony/event-dispatcher": "<4.4", 3774 "symfony/lock": "<4.4", 3775 "symfony/process": "<4.4" 3776 }, 3777 "provide": { 3778 "psr/log-implementation": "1.0" 3779 }, 3780 "require-dev": { 3781 "psr/log": "~1.0", 3782 "symfony/config": "^4.4|^5.0", 3783 "symfony/dependency-injection": "^4.4|^5.0", 3784 "symfony/event-dispatcher": "^4.4|^5.0", 3785 "symfony/lock": "^4.4|^5.0", 3786 "symfony/process": "^4.4|^5.0", 3787 "symfony/var-dumper": "^4.4|^5.0" 3788 }, 3789 "suggest": { 3790 "psr/log": "For using the console logger", 3791 "symfony/event-dispatcher": "", 3792 "symfony/lock": "", 3793 "symfony/process": "" 3794 }, 3795 "type": "library", 3796 "autoload": { 3797 "psr-4": { 3798 "Symfony\\Component\\Console\\": "" 3799 }, 3800 "exclude-from-classmap": [ 3801 "/Tests/" 3802 ] 3803 }, 3804 "notification-url": "https://packagist.org/downloads/", 3805 "license": [ 3806 "MIT" 3807 ], 3808 "authors": [ 3809 { 3810 "name": "Fabien Potencier", 3811 "email": "fabien@symfony.com" 3812 }, 3813 { 3814 "name": "Symfony Community", 3815 "homepage": "https://symfony.com/contributors" 3816 } 3817 ], 3818 "description": "Eases the creation of beautiful and testable command line interfaces", 3819 "homepage": "https://symfony.com", 3820 "keywords": [ 3821 "cli", 3822 "command line", 3823 "console", 3824 "terminal" 3825 ], 3826 "support": { 3827 "source": "https://github.com/symfony/console/tree/v5.2.8" 3828 }, 3829 "funding": [ 3830 { 3831 "url": "https://symfony.com/sponsor", 3832 "type": "custom" 3833 }, 3834 { 3835 "url": "https://github.com/fabpot", 3836 "type": "github" 3837 }, 3838 { 3839 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 3840 "type": "tidelift" 3841 } 3842 ], 3843 "time": "2021-05-11T15:45:21+00:00" 3844 }, 3845 { 3846 "name": "symfony/expression-language", 3847 "version": "v5.2.7", 3848 "source": { 3849 "type": "git", 3850 "url": "https://github.com/symfony/expression-language.git", 3851 "reference": "c8bb14c3bcc397845d7e86a1cc5022671eed1ff8" 3852 }, 3853 "dist": { 3854 "type": "zip", 3855 "url": "https://api.github.com/repos/symfony/expression-language/zipball/c8bb14c3bcc397845d7e86a1cc5022671eed1ff8", 3856 "reference": "c8bb14c3bcc397845d7e86a1cc5022671eed1ff8", 3857 "shasum": "" 3858 }, 3859 "require": { 3860 "php": ">=7.2.5", 3861 "symfony/cache": "^4.4|^5.0", 3862 "symfony/polyfill-php80": "^1.15", 3863 "symfony/service-contracts": "^1.1|^2" 3864 }, 3865 "type": "library", 3866 "autoload": { 3867 "psr-4": { 3868 "Symfony\\Component\\ExpressionLanguage\\": "" 3869 }, 3870 "exclude-from-classmap": [ 3871 "/Tests/" 3872 ] 3873 }, 3874 "notification-url": "https://packagist.org/downloads/", 3875 "license": [ 3876 "MIT" 3877 ], 3878 "authors": [ 3879 { 3880 "name": "Fabien Potencier", 3881 "email": "fabien@symfony.com" 3882 }, 3883 { 3884 "name": "Symfony Community", 3885 "homepage": "https://symfony.com/contributors" 3886 } 3887 ], 3888 "description": "Provides an engine that can compile and evaluate expressions", 3889 "homepage": "https://symfony.com", 3890 "support": { 3891 "source": "https://github.com/symfony/expression-language/tree/v5.3.0-BETA1" 3892 }, 3893 "funding": [ 3894 { 3895 "url": "https://symfony.com/sponsor", 3896 "type": "custom" 3897 }, 3898 { 3899 "url": "https://github.com/fabpot", 3900 "type": "github" 3901 }, 3902 { 3903 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 3904 "type": "tidelift" 3905 } 3906 ], 3907 "time": "2021-04-07T16:07:52+00:00" 3908 }, 3909 { 3910 "name": "symfony/polyfill-ctype", 3911 "version": "v1.22.1", 3912 "source": { 3913 "type": "git", 3914 "url": "https://github.com/symfony/polyfill-ctype.git", 3915 "reference": "c6c942b1ac76c82448322025e084cadc56048b4e" 3916 }, 3917 "dist": { 3918 "type": "zip", 3919 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/c6c942b1ac76c82448322025e084cadc56048b4e", 3920 "reference": "c6c942b1ac76c82448322025e084cadc56048b4e", 3921 "shasum": "" 3922 }, 3923 "require": { 3924 "php": ">=7.1" 3925 }, 3926 "suggest": { 3927 "ext-ctype": "For best performance" 3928 }, 3929 "type": "library", 3930 "extra": { 3931 "branch-alias": { 3932 "dev-main": "1.22-dev" 3933 }, 3934 "thanks": { 3935 "name": "symfony/polyfill", 3936 "url": "https://github.com/symfony/polyfill" 3937 } 3938 }, 3939 "autoload": { 3940 "psr-4": { 3941 "Symfony\\Polyfill\\Ctype\\": "" 3942 }, 3943 "files": [ 3944 "bootstrap.php" 3945 ] 3946 }, 3947 "notification-url": "https://packagist.org/downloads/", 3948 "license": [ 3949 "MIT" 3950 ], 3951 "authors": [ 3952 { 3953 "name": "Gert de Pagter", 3954 "email": "BackEndTea@gmail.com" 3955 }, 3956 { 3957 "name": "Symfony Community", 3958 "homepage": "https://symfony.com/contributors" 3959 } 3960 ], 3961 "description": "Symfony polyfill for ctype functions", 3962 "homepage": "https://symfony.com", 3963 "keywords": [ 3964 "compatibility", 3965 "ctype", 3966 "polyfill", 3967 "portable" 3968 ], 3969 "support": { 3970 "source": "https://github.com/symfony/polyfill-ctype/tree/v1.22.1" 3971 }, 3972 "funding": [ 3973 { 3974 "url": "https://symfony.com/sponsor", 3975 "type": "custom" 3976 }, 3977 { 3978 "url": "https://github.com/fabpot", 3979 "type": "github" 3980 }, 3981 { 3982 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 3983 "type": "tidelift" 3984 } 3985 ], 3986 "time": "2021-01-07T16:49:33+00:00" 3987 }, 3988 { 3989 "name": "symfony/polyfill-iconv", 3990 "version": "v1.22.1", 3991 "source": { 3992 "type": "git", 3993 "url": "https://github.com/symfony/polyfill-iconv.git", 3994 "reference": "06fb361659649bcfd6a208a0f1fcaf4e827ad342" 3995 }, 3996 "dist": { 3997 "type": "zip", 3998 "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/06fb361659649bcfd6a208a0f1fcaf4e827ad342", 3999 "reference": "06fb361659649bcfd6a208a0f1fcaf4e827ad342", 4000 "shasum": "" 4001 }, 4002 "require": { 4003 "php": ">=7.1" 4004 }, 4005 "suggest": { 4006 "ext-iconv": "For best performance" 4007 }, 4008 "type": "library", 4009 "extra": { 4010 "branch-alias": { 4011 "dev-main": "1.22-dev" 4012 }, 4013 "thanks": { 4014 "name": "symfony/polyfill", 4015 "url": "https://github.com/symfony/polyfill" 4016 } 4017 }, 4018 "autoload": { 4019 "psr-4": { 4020 "Symfony\\Polyfill\\Iconv\\": "" 4021 }, 4022 "files": [ 4023 "bootstrap.php" 4024 ] 4025 }, 4026 "notification-url": "https://packagist.org/downloads/", 4027 "license": [ 4028 "MIT" 4029 ], 4030 "authors": [ 4031 { 4032 "name": "Nicolas Grekas", 4033 "email": "p@tchwork.com" 4034 }, 4035 { 4036 "name": "Symfony Community", 4037 "homepage": "https://symfony.com/contributors" 4038 } 4039 ], 4040 "description": "Symfony polyfill for the Iconv extension", 4041 "homepage": "https://symfony.com", 4042 "keywords": [ 4043 "compatibility", 4044 "iconv", 4045 "polyfill", 4046 "portable", 4047 "shim" 4048 ], 4049 "support": { 4050 "source": "https://github.com/symfony/polyfill-iconv/tree/v1.22.1" 4051 }, 4052 "funding": [ 4053 { 4054 "url": "https://symfony.com/sponsor", 4055 "type": "custom" 4056 }, 4057 { 4058 "url": "https://github.com/fabpot", 4059 "type": "github" 4060 }, 4061 { 4062 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 4063 "type": "tidelift" 4064 } 4065 ], 4066 "time": "2021-01-22T09:19:47+00:00" 4067 }, 4068 { 4069 "name": "symfony/polyfill-intl-grapheme", 4070 "version": "v1.22.1", 4071 "source": { 4072 "type": "git", 4073 "url": "https://github.com/symfony/polyfill-intl-grapheme.git", 4074 "reference": "5601e09b69f26c1828b13b6bb87cb07cddba3170" 4075 }, 4076 "dist": { 4077 "type": "zip", 4078 "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/5601e09b69f26c1828b13b6bb87cb07cddba3170", 4079 "reference": "5601e09b69f26c1828b13b6bb87cb07cddba3170", 4080 "shasum": "" 4081 }, 4082 "require": { 4083 "php": ">=7.1" 4084 }, 4085 "suggest": { 4086 "ext-intl": "For best performance" 4087 }, 4088 "type": "library", 4089 "extra": { 4090 "branch-alias": { 4091 "dev-main": "1.22-dev" 4092 }, 4093 "thanks": { 4094 "name": "symfony/polyfill", 4095 "url": "https://github.com/symfony/polyfill" 4096 } 4097 }, 4098 "autoload": { 4099 "psr-4": { 4100 "Symfony\\Polyfill\\Intl\\Grapheme\\": "" 4101 }, 4102 "files": [ 4103 "bootstrap.php" 4104 ] 4105 }, 4106 "notification-url": "https://packagist.org/downloads/", 4107 "license": [ 4108 "MIT" 4109 ], 4110 "authors": [ 4111 { 4112 "name": "Nicolas Grekas", 4113 "email": "p@tchwork.com" 4114 }, 4115 { 4116 "name": "Symfony Community", 4117 "homepage": "https://symfony.com/contributors" 4118 } 4119 ], 4120 "description": "Symfony polyfill for intl's grapheme_* functions", 4121 "homepage": "https://symfony.com", 4122 "keywords": [ 4123 "compatibility", 4124 "grapheme", 4125 "intl", 4126 "polyfill", 4127 "portable", 4128 "shim" 4129 ], 4130 "support": { 4131 "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.22.1" 4132 }, 4133 "funding": [ 4134 { 4135 "url": "https://symfony.com/sponsor", 4136 "type": "custom" 4137 }, 4138 { 4139 "url": "https://github.com/fabpot", 4140 "type": "github" 4141 }, 4142 { 4143 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 4144 "type": "tidelift" 4145 } 4146 ], 4147 "time": "2021-01-22T09:19:47+00:00" 4148 }, 4149 { 4150 "name": "symfony/polyfill-intl-idn", 4151 "version": "v1.22.1", 4152 "source": { 4153 "type": "git", 4154 "url": "https://github.com/symfony/polyfill-intl-idn.git", 4155 "reference": "2d63434d922daf7da8dd863e7907e67ee3031483" 4156 }, 4157 "dist": { 4158 "type": "zip", 4159 "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/2d63434d922daf7da8dd863e7907e67ee3031483", 4160 "reference": "2d63434d922daf7da8dd863e7907e67ee3031483", 4161 "shasum": "" 4162 }, 4163 "require": { 4164 "php": ">=7.1", 4165 "symfony/polyfill-intl-normalizer": "^1.10", 4166 "symfony/polyfill-php72": "^1.10" 4167 }, 4168 "suggest": { 4169 "ext-intl": "For best performance" 4170 }, 4171 "type": "library", 4172 "extra": { 4173 "branch-alias": { 4174 "dev-main": "1.22-dev" 4175 }, 4176 "thanks": { 4177 "name": "symfony/polyfill", 4178 "url": "https://github.com/symfony/polyfill" 4179 } 4180 }, 4181 "autoload": { 4182 "psr-4": { 4183 "Symfony\\Polyfill\\Intl\\Idn\\": "" 4184 }, 4185 "files": [ 4186 "bootstrap.php" 4187 ] 4188 }, 4189 "notification-url": "https://packagist.org/downloads/", 4190 "license": [ 4191 "MIT" 4192 ], 4193 "authors": [ 4194 { 4195 "name": "Laurent Bassin", 4196 "email": "laurent@bassin.info" 4197 }, 4198 { 4199 "name": "Trevor Rowbotham", 4200 "email": "trevor.rowbotham@pm.me" 4201 }, 4202 { 4203 "name": "Symfony Community", 4204 "homepage": "https://symfony.com/contributors" 4205 } 4206 ], 4207 "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions", 4208 "homepage": "https://symfony.com", 4209 "keywords": [ 4210 "compatibility", 4211 "idn", 4212 "intl", 4213 "polyfill", 4214 "portable", 4215 "shim" 4216 ], 4217 "support": { 4218 "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.22.1" 4219 }, 4220 "funding": [ 4221 { 4222 "url": "https://symfony.com/sponsor", 4223 "type": "custom" 4224 }, 4225 { 4226 "url": "https://github.com/fabpot", 4227 "type": "github" 4228 }, 4229 { 4230 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 4231 "type": "tidelift" 4232 } 4233 ], 4234 "time": "2021-01-22T09:19:47+00:00" 4235 }, 4236 { 4237 "name": "symfony/polyfill-intl-normalizer", 4238 "version": "v1.22.1", 4239 "source": { 4240 "type": "git", 4241 "url": "https://github.com/symfony/polyfill-intl-normalizer.git", 4242 "reference": "43a0283138253ed1d48d352ab6d0bdb3f809f248" 4243 }, 4244 "dist": { 4245 "type": "zip", 4246 "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/43a0283138253ed1d48d352ab6d0bdb3f809f248", 4247 "reference": "43a0283138253ed1d48d352ab6d0bdb3f809f248", 4248 "shasum": "" 4249 }, 4250 "require": { 4251 "php": ">=7.1" 4252 }, 4253 "suggest": { 4254 "ext-intl": "For best performance" 4255 }, 4256 "type": "library", 4257 "extra": { 4258 "branch-alias": { 4259 "dev-main": "1.22-dev" 4260 }, 4261 "thanks": { 4262 "name": "symfony/polyfill", 4263 "url": "https://github.com/symfony/polyfill" 4264 } 4265 }, 4266 "autoload": { 4267 "psr-4": { 4268 "Symfony\\Polyfill\\Intl\\Normalizer\\": "" 4269 }, 4270 "files": [ 4271 "bootstrap.php" 4272 ], 4273 "classmap": [ 4274 "Resources/stubs" 4275 ] 4276 }, 4277 "notification-url": "https://packagist.org/downloads/", 4278 "license": [ 4279 "MIT" 4280 ], 4281 "authors": [ 4282 { 4283 "name": "Nicolas Grekas", 4284 "email": "p@tchwork.com" 4285 }, 4286 { 4287 "name": "Symfony Community", 4288 "homepage": "https://symfony.com/contributors" 4289 } 4290 ], 4291 "description": "Symfony polyfill for intl's Normalizer class and related functions", 4292 "homepage": "https://symfony.com", 4293 "keywords": [ 4294 "compatibility", 4295 "intl", 4296 "normalizer", 4297 "polyfill", 4298 "portable", 4299 "shim" 4300 ], 4301 "support": { 4302 "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.22.1" 4303 }, 4304 "funding": [ 4305 { 4306 "url": "https://symfony.com/sponsor", 4307 "type": "custom" 4308 }, 4309 { 4310 "url": "https://github.com/fabpot", 4311 "type": "github" 4312 }, 4313 { 4314 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 4315 "type": "tidelift" 4316 } 4317 ], 4318 "time": "2021-01-22T09:19:47+00:00" 4319 }, 4320 { 4321 "name": "symfony/polyfill-mbstring", 4322 "version": "v1.22.1", 4323 "source": { 4324 "type": "git", 4325 "url": "https://github.com/symfony/polyfill-mbstring.git", 4326 "reference": "5232de97ee3b75b0360528dae24e73db49566ab1" 4327 }, 4328 "dist": { 4329 "type": "zip", 4330 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/5232de97ee3b75b0360528dae24e73db49566ab1", 4331 "reference": "5232de97ee3b75b0360528dae24e73db49566ab1", 4332 "shasum": "" 4333 }, 4334 "require": { 4335 "php": ">=7.1" 4336 }, 4337 "suggest": { 4338 "ext-mbstring": "For best performance" 4339 }, 4340 "type": "library", 4341 "extra": { 4342 "branch-alias": { 4343 "dev-main": "1.22-dev" 4344 }, 4345 "thanks": { 4346 "name": "symfony/polyfill", 4347 "url": "https://github.com/symfony/polyfill" 4348 } 4349 }, 4350 "autoload": { 4351 "psr-4": { 4352 "Symfony\\Polyfill\\Mbstring\\": "" 4353 }, 4354 "files": [ 4355 "bootstrap.php" 4356 ] 4357 }, 4358 "notification-url": "https://packagist.org/downloads/", 4359 "license": [ 4360 "MIT" 4361 ], 4362 "authors": [ 4363 { 4364 "name": "Nicolas Grekas", 4365 "email": "p@tchwork.com" 4366 }, 4367 { 4368 "name": "Symfony Community", 4369 "homepage": "https://symfony.com/contributors" 4370 } 4371 ], 4372 "description": "Symfony polyfill for the Mbstring extension", 4373 "homepage": "https://symfony.com", 4374 "keywords": [ 4375 "compatibility", 4376 "mbstring", 4377 "polyfill", 4378 "portable", 4379 "shim" 4380 ], 4381 "support": { 4382 "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.22.1" 4383 }, 4384 "funding": [ 4385 { 4386 "url": "https://symfony.com/sponsor", 4387 "type": "custom" 4388 }, 4389 { 4390 "url": "https://github.com/fabpot", 4391 "type": "github" 4392 }, 4393 { 4394 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 4395 "type": "tidelift" 4396 } 4397 ], 4398 "time": "2021-01-22T09:19:47+00:00" 4399 }, 4400 { 4401 "name": "symfony/polyfill-php72", 4402 "version": "v1.22.1", 4403 "source": { 4404 "type": "git", 4405 "url": "https://github.com/symfony/polyfill-php72.git", 4406 "reference": "cc6e6f9b39fe8075b3dabfbaf5b5f645ae1340c9" 4407 }, 4408 "dist": { 4409 "type": "zip", 4410 "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/cc6e6f9b39fe8075b3dabfbaf5b5f645ae1340c9", 4411 "reference": "cc6e6f9b39fe8075b3dabfbaf5b5f645ae1340c9", 4412 "shasum": "" 4413 }, 4414 "require": { 4415 "php": ">=7.1" 4416 }, 4417 "type": "library", 4418 "extra": { 4419 "branch-alias": { 4420 "dev-main": "1.22-dev" 4421 }, 4422 "thanks": { 4423 "name": "symfony/polyfill", 4424 "url": "https://github.com/symfony/polyfill" 4425 } 4426 }, 4427 "autoload": { 4428 "psr-4": { 4429 "Symfony\\Polyfill\\Php72\\": "" 4430 }, 4431 "files": [ 4432 "bootstrap.php" 4433 ] 4434 }, 4435 "notification-url": "https://packagist.org/downloads/", 4436 "license": [ 4437 "MIT" 4438 ], 4439 "authors": [ 4440 { 4441 "name": "Nicolas Grekas", 4442 "email": "p@tchwork.com" 4443 }, 4444 { 4445 "name": "Symfony Community", 4446 "homepage": "https://symfony.com/contributors" 4447 } 4448 ], 4449 "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions", 4450 "homepage": "https://symfony.com", 4451 "keywords": [ 4452 "compatibility", 4453 "polyfill", 4454 "portable", 4455 "shim" 4456 ], 4457 "support": { 4458 "source": "https://github.com/symfony/polyfill-php72/tree/v1.22.1" 4459 }, 4460 "funding": [ 4461 { 4462 "url": "https://symfony.com/sponsor", 4463 "type": "custom" 4464 }, 4465 { 4466 "url": "https://github.com/fabpot", 4467 "type": "github" 4468 }, 4469 { 4470 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 4471 "type": "tidelift" 4472 } 4473 ], 4474 "time": "2021-01-07T16:49:33+00:00" 4475 }, 4476 { 4477 "name": "symfony/polyfill-php73", 4478 "version": "v1.22.1", 4479 "source": { 4480 "type": "git", 4481 "url": "https://github.com/symfony/polyfill-php73.git", 4482 "reference": "a678b42e92f86eca04b7fa4c0f6f19d097fb69e2" 4483 }, 4484 "dist": { 4485 "type": "zip", 4486 "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/a678b42e92f86eca04b7fa4c0f6f19d097fb69e2", 4487 "reference": "a678b42e92f86eca04b7fa4c0f6f19d097fb69e2", 4488 "shasum": "" 4489 }, 4490 "require": { 4491 "php": ">=7.1" 4492 }, 4493 "type": "library", 4494 "extra": { 4495 "branch-alias": { 4496 "dev-main": "1.22-dev" 4497 }, 4498 "thanks": { 4499 "name": "symfony/polyfill", 4500 "url": "https://github.com/symfony/polyfill" 4501 } 4502 }, 4503 "autoload": { 4504 "psr-4": { 4505 "Symfony\\Polyfill\\Php73\\": "" 4506 }, 4507 "files": [ 4508 "bootstrap.php" 4509 ], 4510 "classmap": [ 4511 "Resources/stubs" 4512 ] 4513 }, 4514 "notification-url": "https://packagist.org/downloads/", 4515 "license": [ 4516 "MIT" 4517 ], 4518 "authors": [ 4519 { 4520 "name": "Nicolas Grekas", 4521 "email": "p@tchwork.com" 4522 }, 4523 { 4524 "name": "Symfony Community", 4525 "homepage": "https://symfony.com/contributors" 4526 } 4527 ], 4528 "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions", 4529 "homepage": "https://symfony.com", 4530 "keywords": [ 4531 "compatibility", 4532 "polyfill", 4533 "portable", 4534 "shim" 4535 ], 4536 "support": { 4537 "source": "https://github.com/symfony/polyfill-php73/tree/v1.22.1" 4538 }, 4539 "funding": [ 4540 { 4541 "url": "https://symfony.com/sponsor", 4542 "type": "custom" 4543 }, 4544 { 4545 "url": "https://github.com/fabpot", 4546 "type": "github" 4547 }, 4548 { 4549 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 4550 "type": "tidelift" 4551 } 4552 ], 4553 "time": "2021-01-07T16:49:33+00:00" 4554 }, 4555 { 4556 "name": "symfony/polyfill-php80", 4557 "version": "v1.22.1", 4558 "source": { 4559 "type": "git", 4560 "url": "https://github.com/symfony/polyfill-php80.git", 4561 "reference": "dc3063ba22c2a1fd2f45ed856374d79114998f91" 4562 }, 4563 "dist": { 4564 "type": "zip", 4565 "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/dc3063ba22c2a1fd2f45ed856374d79114998f91", 4566 "reference": "dc3063ba22c2a1fd2f45ed856374d79114998f91", 4567 "shasum": "" 4568 }, 4569 "require": { 4570 "php": ">=7.1" 4571 }, 4572 "type": "library", 4573 "extra": { 4574 "branch-alias": { 4575 "dev-main": "1.22-dev" 4576 }, 4577 "thanks": { 4578 "name": "symfony/polyfill", 4579 "url": "https://github.com/symfony/polyfill" 4580 } 4581 }, 4582 "autoload": { 4583 "psr-4": { 4584 "Symfony\\Polyfill\\Php80\\": "" 4585 }, 4586 "files": [ 4587 "bootstrap.php" 4588 ], 4589 "classmap": [ 4590 "Resources/stubs" 4591 ] 4592 }, 4593 "notification-url": "https://packagist.org/downloads/", 4594 "license": [ 4595 "MIT" 4596 ], 4597 "authors": [ 4598 { 4599 "name": "Ion Bazan", 4600 "email": "ion.bazan@gmail.com" 4601 }, 4602 { 4603 "name": "Nicolas Grekas", 4604 "email": "p@tchwork.com" 4605 }, 4606 { 4607 "name": "Symfony Community", 4608 "homepage": "https://symfony.com/contributors" 4609 } 4610 ], 4611 "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions", 4612 "homepage": "https://symfony.com", 4613 "keywords": [ 4614 "compatibility", 4615 "polyfill", 4616 "portable", 4617 "shim" 4618 ], 4619 "support": { 4620 "source": "https://github.com/symfony/polyfill-php80/tree/v1.22.1" 4621 }, 4622 "funding": [ 4623 { 4624 "url": "https://symfony.com/sponsor", 4625 "type": "custom" 4626 }, 4627 { 4628 "url": "https://github.com/fabpot", 4629 "type": "github" 4630 }, 4631 { 4632 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 4633 "type": "tidelift" 4634 } 4635 ], 4636 "time": "2021-01-07T16:49:33+00:00" 4637 }, 4638 { 4639 "name": "symfony/service-contracts", 4640 "version": "v2.4.0", 4641 "source": { 4642 "type": "git", 4643 "url": "https://github.com/symfony/service-contracts.git", 4644 "reference": "f040a30e04b57fbcc9c6cbcf4dbaa96bd318b9bb" 4645 }, 4646 "dist": { 4647 "type": "zip", 4648 "url": "https://api.github.com/repos/symfony/service-contracts/zipball/f040a30e04b57fbcc9c6cbcf4dbaa96bd318b9bb", 4649 "reference": "f040a30e04b57fbcc9c6cbcf4dbaa96bd318b9bb", 4650 "shasum": "" 4651 }, 4652 "require": { 4653 "php": ">=7.2.5", 4654 "psr/container": "^1.1" 4655 }, 4656 "suggest": { 4657 "symfony/service-implementation": "" 4658 }, 4659 "type": "library", 4660 "extra": { 4661 "branch-alias": { 4662 "dev-main": "2.4-dev" 4663 }, 4664 "thanks": { 4665 "name": "symfony/contracts", 4666 "url": "https://github.com/symfony/contracts" 4667 } 4668 }, 4669 "autoload": { 4670 "psr-4": { 4671 "Symfony\\Contracts\\Service\\": "" 4672 } 4673 }, 4674 "notification-url": "https://packagist.org/downloads/", 4675 "license": [ 4676 "MIT" 4677 ], 4678 "authors": [ 4679 { 4680 "name": "Nicolas Grekas", 4681 "email": "p@tchwork.com" 4682 }, 4683 { 4684 "name": "Symfony Community", 4685 "homepage": "https://symfony.com/contributors" 4686 } 4687 ], 4688 "description": "Generic abstractions related to writing services", 4689 "homepage": "https://symfony.com", 4690 "keywords": [ 4691 "abstractions", 4692 "contracts", 4693 "decoupling", 4694 "interfaces", 4695 "interoperability", 4696 "standards" 4697 ], 4698 "support": { 4699 "source": "https://github.com/symfony/service-contracts/tree/v2.4.0" 4700 }, 4701 "funding": [ 4702 { 4703 "url": "https://symfony.com/sponsor", 4704 "type": "custom" 4705 }, 4706 { 4707 "url": "https://github.com/fabpot", 4708 "type": "github" 4709 }, 4710 { 4711 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 4712 "type": "tidelift" 4713 } 4714 ], 4715 "time": "2021-04-01T10:43:52+00:00" 4716 }, 4717 { 4718 "name": "symfony/string", 4719 "version": "v5.2.8", 4720 "source": { 4721 "type": "git", 4722 "url": "https://github.com/symfony/string.git", 4723 "reference": "01b35eb64cac8467c3f94cd0ce2d0d376bb7d1db" 4724 }, 4725 "dist": { 4726 "type": "zip", 4727 "url": "https://api.github.com/repos/symfony/string/zipball/01b35eb64cac8467c3f94cd0ce2d0d376bb7d1db", 4728 "reference": "01b35eb64cac8467c3f94cd0ce2d0d376bb7d1db", 4729 "shasum": "" 4730 }, 4731 "require": { 4732 "php": ">=7.2.5", 4733 "symfony/polyfill-ctype": "~1.8", 4734 "symfony/polyfill-intl-grapheme": "~1.0", 4735 "symfony/polyfill-intl-normalizer": "~1.0", 4736 "symfony/polyfill-mbstring": "~1.0", 4737 "symfony/polyfill-php80": "~1.15" 4738 }, 4739 "require-dev": { 4740 "symfony/error-handler": "^4.4|^5.0", 4741 "symfony/http-client": "^4.4|^5.0", 4742 "symfony/translation-contracts": "^1.1|^2", 4743 "symfony/var-exporter": "^4.4|^5.0" 4744 }, 4745 "type": "library", 4746 "autoload": { 4747 "psr-4": { 4748 "Symfony\\Component\\String\\": "" 4749 }, 4750 "files": [ 4751 "Resources/functions.php" 4752 ], 4753 "exclude-from-classmap": [ 4754 "/Tests/" 4755 ] 4756 }, 4757 "notification-url": "https://packagist.org/downloads/", 4758 "license": [ 4759 "MIT" 4760 ], 4761 "authors": [ 4762 { 4763 "name": "Nicolas Grekas", 4764 "email": "p@tchwork.com" 4765 }, 4766 { 4767 "name": "Symfony Community", 4768 "homepage": "https://symfony.com/contributors" 4769 } 4770 ], 4771 "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way", 4772 "homepage": "https://symfony.com", 4773 "keywords": [ 4774 "grapheme", 4775 "i18n", 4776 "string", 4777 "unicode", 4778 "utf-8", 4779 "utf8" 4780 ], 4781 "support": { 4782 "source": "https://github.com/symfony/string/tree/v5.2.8" 4783 }, 4784 "funding": [ 4785 { 4786 "url": "https://symfony.com/sponsor", 4787 "type": "custom" 4788 }, 4789 { 4790 "url": "https://github.com/fabpot", 4791 "type": "github" 4792 }, 4793 { 4794 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 4795 "type": "tidelift" 4796 } 4797 ], 4798 "time": "2021-05-10T14:56:10+00:00" 4799 }, 4800 { 4801 "name": "symfony/translation", 4802 "version": "v5.2.8", 4803 "source": { 4804 "type": "git", 4805 "url": "https://github.com/symfony/translation.git", 4806 "reference": "445caa74a5986f1cc9dd91a2975ef68fa7cb2068" 4807 }, 4808 "dist": { 4809 "type": "zip", 4810 "url": "https://api.github.com/repos/symfony/translation/zipball/445caa74a5986f1cc9dd91a2975ef68fa7cb2068", 4811 "reference": "445caa74a5986f1cc9dd91a2975ef68fa7cb2068", 4812 "shasum": "" 4813 }, 4814 "require": { 4815 "php": ">=7.2.5", 4816 "symfony/polyfill-mbstring": "~1.0", 4817 "symfony/polyfill-php80": "^1.15", 4818 "symfony/translation-contracts": "^2.3" 4819 }, 4820 "conflict": { 4821 "symfony/config": "<4.4", 4822 "symfony/dependency-injection": "<5.0", 4823 "symfony/http-kernel": "<5.0", 4824 "symfony/twig-bundle": "<5.0", 4825 "symfony/yaml": "<4.4" 4826 }, 4827 "provide": { 4828 "symfony/translation-implementation": "2.3" 4829 }, 4830 "require-dev": { 4831 "psr/log": "~1.0", 4832 "symfony/config": "^4.4|^5.0", 4833 "symfony/console": "^4.4|^5.0", 4834 "symfony/dependency-injection": "^5.0", 4835 "symfony/finder": "^4.4|^5.0", 4836 "symfony/http-kernel": "^5.0", 4837 "symfony/intl": "^4.4|^5.0", 4838 "symfony/service-contracts": "^1.1.2|^2", 4839 "symfony/yaml": "^4.4|^5.0" 4840 }, 4841 "suggest": { 4842 "psr/log-implementation": "To use logging capability in translator", 4843 "symfony/config": "", 4844 "symfony/yaml": "" 4845 }, 4846 "type": "library", 4847 "autoload": { 4848 "files": [ 4849 "Resources/functions.php" 4850 ], 4851 "psr-4": { 4852 "Symfony\\Component\\Translation\\": "" 4853 }, 4854 "exclude-from-classmap": [ 4855 "/Tests/" 4856 ] 4857 }, 4858 "notification-url": "https://packagist.org/downloads/", 4859 "license": [ 4860 "MIT" 4861 ], 4862 "authors": [ 4863 { 4864 "name": "Fabien Potencier", 4865 "email": "fabien@symfony.com" 4866 }, 4867 { 4868 "name": "Symfony Community", 4869 "homepage": "https://symfony.com/contributors" 4870 } 4871 ], 4872 "description": "Provides tools to internationalize your application", 4873 "homepage": "https://symfony.com", 4874 "support": { 4875 "source": "https://github.com/symfony/translation/tree/v5.2.8" 4876 }, 4877 "funding": [ 4878 { 4879 "url": "https://symfony.com/sponsor", 4880 "type": "custom" 4881 }, 4882 { 4883 "url": "https://github.com/fabpot", 4884 "type": "github" 4885 }, 4886 { 4887 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 4888 "type": "tidelift" 4889 } 4890 ], 4891 "time": "2021-05-07T13:41:16+00:00" 4892 }, 4893 { 4894 "name": "symfony/translation-contracts", 4895 "version": "v2.4.0", 4896 "source": { 4897 "type": "git", 4898 "url": "https://github.com/symfony/translation-contracts.git", 4899 "reference": "95c812666f3e91db75385749fe219c5e494c7f95" 4900 }, 4901 "dist": { 4902 "type": "zip", 4903 "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/95c812666f3e91db75385749fe219c5e494c7f95", 4904 "reference": "95c812666f3e91db75385749fe219c5e494c7f95", 4905 "shasum": "" 4906 }, 4907 "require": { 4908 "php": ">=7.2.5" 4909 }, 4910 "suggest": { 4911 "symfony/translation-implementation": "" 4912 }, 4913 "type": "library", 4914 "extra": { 4915 "branch-alias": { 4916 "dev-main": "2.4-dev" 4917 }, 4918 "thanks": { 4919 "name": "symfony/contracts", 4920 "url": "https://github.com/symfony/contracts" 4921 } 4922 }, 4923 "autoload": { 4924 "psr-4": { 4925 "Symfony\\Contracts\\Translation\\": "" 4926 } 4927 }, 4928 "notification-url": "https://packagist.org/downloads/", 4929 "license": [ 4930 "MIT" 4931 ], 4932 "authors": [ 4933 { 4934 "name": "Nicolas Grekas", 4935 "email": "p@tchwork.com" 4936 }, 4937 { 4938 "name": "Symfony Community", 4939 "homepage": "https://symfony.com/contributors" 4940 } 4941 ], 4942 "description": "Generic abstractions related to translation", 4943 "homepage": "https://symfony.com", 4944 "keywords": [ 4945 "abstractions", 4946 "contracts", 4947 "decoupling", 4948 "interfaces", 4949 "interoperability", 4950 "standards" 4951 ], 4952 "support": { 4953 "source": "https://github.com/symfony/translation-contracts/tree/v2.4.0" 4954 }, 4955 "funding": [ 4956 { 4957 "url": "https://symfony.com/sponsor", 4958 "type": "custom" 4959 }, 4960 { 4961 "url": "https://github.com/fabpot", 4962 "type": "github" 4963 }, 4964 { 4965 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 4966 "type": "tidelift" 4967 } 4968 ], 4969 "time": "2021-03-23T23:28:01+00:00" 4970 }, 4971 { 4972 "name": "symfony/var-exporter", 4973 "version": "v5.2.8", 4974 "source": { 4975 "type": "git", 4976 "url": "https://github.com/symfony/var-exporter.git", 4977 "reference": "d26db2d2b2d7eb2c1adb8545179f8803998b8237" 4978 }, 4979 "dist": { 4980 "type": "zip", 4981 "url": "https://api.github.com/repos/symfony/var-exporter/zipball/d26db2d2b2d7eb2c1adb8545179f8803998b8237", 4982 "reference": "d26db2d2b2d7eb2c1adb8545179f8803998b8237", 4983 "shasum": "" 4984 }, 4985 "require": { 4986 "php": ">=7.2.5", 4987 "symfony/polyfill-php80": "^1.15" 4988 }, 4989 "require-dev": { 4990 "symfony/var-dumper": "^4.4.9|^5.0.9" 4991 }, 4992 "type": "library", 4993 "autoload": { 4994 "psr-4": { 4995 "Symfony\\Component\\VarExporter\\": "" 4996 }, 4997 "exclude-from-classmap": [ 4998 "/Tests/" 4999 ] 5000 }, 5001 "notification-url": "https://packagist.org/downloads/", 5002 "license": [ 5003 "MIT" 5004 ], 5005 "authors": [ 5006 { 5007 "name": "Nicolas Grekas", 5008 "email": "p@tchwork.com" 5009 }, 5010 { 5011 "name": "Symfony Community", 5012 "homepage": "https://symfony.com/contributors" 5013 } 5014 ], 5015 "description": "Allows exporting any serializable PHP data structure to plain PHP code", 5016 "homepage": "https://symfony.com", 5017 "keywords": [ 5018 "clone", 5019 "construct", 5020 "export", 5021 "hydrate", 5022 "instantiate", 5023 "serialize" 5024 ], 5025 "support": { 5026 "source": "https://github.com/symfony/var-exporter/tree/v5.3.0-BETA3" 5027 }, 5028 "funding": [ 5029 { 5030 "url": "https://symfony.com/sponsor", 5031 "type": "custom" 5032 }, 5033 { 5034 "url": "https://github.com/fabpot", 5035 "type": "github" 5036 }, 5037 { 5038 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 5039 "type": "tidelift" 5040 } 5041 ], 5042 "time": "2021-05-07T13:42:21+00:00" 5043 }, 5044 { 5045 "name": "tecnickcom/tcpdf", 5046 "version": "6.4.1", 5047 "source": { 5048 "type": "git", 5049 "url": "https://github.com/tecnickcom/TCPDF.git", 5050 "reference": "5ba838befdb37ef06a16d9f716f35eb03cb1b329" 5051 }, 5052 "dist": { 5053 "type": "zip", 5054 "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/5ba838befdb37ef06a16d9f716f35eb03cb1b329", 5055 "reference": "5ba838befdb37ef06a16d9f716f35eb03cb1b329", 5056 "shasum": "" 5057 }, 5058 "require": { 5059 "php": ">=5.3.0" 5060 }, 5061 "type": "library", 5062 "autoload": { 5063 "classmap": [ 5064 "config", 5065 "include", 5066 "tcpdf.php", 5067 "tcpdf_parser.php", 5068 "tcpdf_import.php", 5069 "tcpdf_barcodes_1d.php", 5070 "tcpdf_barcodes_2d.php", 5071 "include/tcpdf_colors.php", 5072 "include/tcpdf_filters.php", 5073 "include/tcpdf_font_data.php", 5074 "include/tcpdf_fonts.php", 5075 "include/tcpdf_images.php", 5076 "include/tcpdf_static.php", 5077 "include/barcodes/datamatrix.php", 5078 "include/barcodes/pdf417.php", 5079 "include/barcodes/qrcode.php" 5080 ] 5081 }, 5082 "notification-url": "https://packagist.org/downloads/", 5083 "license": [ 5084 "LGPL-3.0-only" 5085 ], 5086 "authors": [ 5087 { 5088 "name": "Nicola Asuni", 5089 "email": "info@tecnick.com", 5090 "role": "lead" 5091 } 5092 ], 5093 "description": "TCPDF is a PHP class for generating PDF documents and barcodes.", 5094 "homepage": "http://www.tcpdf.org/", 5095 "keywords": [ 5096 "PDFD32000-2008", 5097 "TCPDF", 5098 "barcodes", 5099 "datamatrix", 5100 "pdf", 5101 "pdf417", 5102 "qrcode" 5103 ], 5104 "support": { 5105 "issues": "https://github.com/tecnickcom/TCPDF/issues", 5106 "source": "https://github.com/tecnickcom/TCPDF/tree/6.4.1" 5107 }, 5108 "funding": [ 5109 { 5110 "url": "https://www.paypal.com/cgi-bin/webscr?cmd=_donations¤cy_code=GBP&business=paypal@tecnick.com&item_name=donation%20for%20tcpdf%20project", 5111 "type": "custom" 5112 } 5113 ], 5114 "time": "2021-03-27T16:00:33+00:00" 5115 }, 5116 { 5117 "name": "true/punycode", 5118 "version": "v2.1.1", 5119 "source": { 5120 "type": "git", 5121 "url": "https://github.com/true/php-punycode.git", 5122 "reference": "a4d0c11a36dd7f4e7cd7096076cab6d3378a071e" 5123 }, 5124 "dist": { 5125 "type": "zip", 5126 "url": "https://api.github.com/repos/true/php-punycode/zipball/a4d0c11a36dd7f4e7cd7096076cab6d3378a071e", 5127 "reference": "a4d0c11a36dd7f4e7cd7096076cab6d3378a071e", 5128 "shasum": "" 5129 }, 5130 "require": { 5131 "php": ">=5.3.0", 5132 "symfony/polyfill-mbstring": "^1.3" 5133 }, 5134 "require-dev": { 5135 "phpunit/phpunit": "~4.7", 5136 "squizlabs/php_codesniffer": "~2.0" 5137 }, 5138 "type": "library", 5139 "autoload": { 5140 "psr-4": { 5141 "TrueBV\\": "src/" 5142 } 5143 }, 5144 "notification-url": "https://packagist.org/downloads/", 5145 "license": [ 5146 "MIT" 5147 ], 5148 "authors": [ 5149 { 5150 "name": "Renan Gonçalves", 5151 "email": "renan.saddam@gmail.com" 5152 } 5153 ], 5154 "description": "A Bootstring encoding of Unicode for Internationalized Domain Names in Applications (IDNA)", 5155 "homepage": "https://github.com/true/php-punycode", 5156 "keywords": [ 5157 "idna", 5158 "punycode" 5159 ], 5160 "support": { 5161 "issues": "https://github.com/true/php-punycode/issues", 5162 "source": "https://github.com/true/php-punycode/tree/master" 5163 }, 5164 "time": "2016-11-16T10:37:54+00:00" 5165 }, 5166 { 5167 "name": "voku/portable-ascii", 5168 "version": "1.5.6", 5169 "source": { 5170 "type": "git", 5171 "url": "https://github.com/voku/portable-ascii.git", 5172 "reference": "80953678b19901e5165c56752d087fc11526017c" 5173 }, 5174 "dist": { 5175 "type": "zip", 5176 "url": "https://api.github.com/repos/voku/portable-ascii/zipball/80953678b19901e5165c56752d087fc11526017c", 5177 "reference": "80953678b19901e5165c56752d087fc11526017c", 5178 "shasum": "" 5179 }, 5180 "require": { 5181 "php": ">=7.0.0" 5182 }, 5183 "require-dev": { 5184 "phpunit/phpunit": "~6.0 || ~7.0 || ~9.0" 5185 }, 5186 "suggest": { 5187 "ext-intl": "Use Intl for transliterator_transliterate() support" 5188 }, 5189 "type": "library", 5190 "autoload": { 5191 "psr-4": { 5192 "voku\\": "src/voku/" 5193 } 5194 }, 5195 "notification-url": "https://packagist.org/downloads/", 5196 "license": [ 5197 "MIT" 5198 ], 5199 "authors": [ 5200 { 5201 "name": "Lars Moelleken", 5202 "homepage": "http://www.moelleken.org/" 5203 } 5204 ], 5205 "description": "Portable ASCII library - performance optimized (ascii) string functions for php.", 5206 "homepage": "https://github.com/voku/portable-ascii", 5207 "keywords": [ 5208 "ascii", 5209 "clean", 5210 "php" 5211 ], 5212 "support": { 5213 "issues": "https://github.com/voku/portable-ascii/issues", 5214 "source": "https://github.com/voku/portable-ascii/tree/1.5.6" 5215 }, 5216 "funding": [ 5217 { 5218 "url": "https://www.paypal.me/moelleken", 5219 "type": "custom" 5220 }, 5221 { 5222 "url": "https://github.com/voku", 5223 "type": "github" 5224 }, 5225 { 5226 "url": "https://opencollective.com/portable-ascii", 5227 "type": "open_collective" 5228 }, 5229 { 5230 "url": "https://www.patreon.com/voku", 5231 "type": "patreon" 5232 }, 5233 { 5234 "url": "https://tidelift.com/funding/github/packagist/voku/portable-ascii", 5235 "type": "tidelift" 5236 } 5237 ], 5238 "time": "2020-11-12T00:07:28+00:00" 5239 } 5240 ], 5241 "packages-dev": [ 5242 { 5243 "name": "composer/ca-bundle", 5244 "version": "1.2.9", 5245 "source": { 5246 "type": "git", 5247 "url": "https://github.com/composer/ca-bundle.git", 5248 "reference": "78a0e288fdcebf92aa2318a8d3656168da6ac1a5" 5249 }, 5250 "dist": { 5251 "type": "zip", 5252 "url": "https://api.github.com/repos/composer/ca-bundle/zipball/78a0e288fdcebf92aa2318a8d3656168da6ac1a5", 5253 "reference": "78a0e288fdcebf92aa2318a8d3656168da6ac1a5", 5254 "shasum": "" 5255 }, 5256 "require": { 5257 "ext-openssl": "*", 5258 "ext-pcre": "*", 5259 "php": "^5.3.2 || ^7.0 || ^8.0" 5260 }, 5261 "require-dev": { 5262 "phpstan/phpstan": "^0.12.55", 5263 "psr/log": "^1.0", 5264 "symfony/phpunit-bridge": "^4.2 || ^5", 5265 "symfony/process": "^2.5 || ^3.0 || ^4.0 || ^5.0" 5266 }, 5267 "type": "library", 5268 "extra": { 5269 "branch-alias": { 5270 "dev-main": "1.x-dev" 5271 } 5272 }, 5273 "autoload": { 5274 "psr-4": { 5275 "Composer\\CaBundle\\": "src" 5276 } 5277 }, 5278 "notification-url": "https://packagist.org/downloads/", 5279 "license": [ 5280 "MIT" 5281 ], 5282 "authors": [ 5283 { 5284 "name": "Jordi Boggiano", 5285 "email": "j.boggiano@seld.be", 5286 "homepage": "http://seld.be" 5287 } 5288 ], 5289 "description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.", 5290 "keywords": [ 5291 "cabundle", 5292 "cacert", 5293 "certificate", 5294 "ssl", 5295 "tls" 5296 ], 5297 "support": { 5298 "irc": "irc://irc.freenode.org/composer", 5299 "issues": "https://github.com/composer/ca-bundle/issues", 5300 "source": "https://github.com/composer/ca-bundle/tree/1.2.9" 5301 }, 5302 "funding": [ 5303 { 5304 "url": "https://packagist.com", 5305 "type": "custom" 5306 }, 5307 { 5308 "url": "https://github.com/composer", 5309 "type": "github" 5310 }, 5311 { 5312 "url": "https://tidelift.com/funding/github/packagist/composer/composer", 5313 "type": "tidelift" 5314 } 5315 ], 5316 "time": "2021-01-12T12:10:35+00:00" 5317 }, 5318 { 5319 "name": "composer/composer", 5320 "version": "2.0.13", 5321 "source": { 5322 "type": "git", 5323 "url": "https://github.com/composer/composer.git", 5324 "reference": "986e8b86b7b570632ad0a905c3726c33dd4c0efb" 5325 }, 5326 "dist": { 5327 "type": "zip", 5328 "url": "https://api.github.com/repos/composer/composer/zipball/986e8b86b7b570632ad0a905c3726c33dd4c0efb", 5329 "reference": "986e8b86b7b570632ad0a905c3726c33dd4c0efb", 5330 "shasum": "" 5331 }, 5332 "require": { 5333 "composer/ca-bundle": "^1.0", 5334 "composer/metadata-minifier": "^1.0", 5335 "composer/semver": "^3.0", 5336 "composer/spdx-licenses": "^1.2", 5337 "composer/xdebug-handler": "^1.1", 5338 "justinrainbow/json-schema": "^5.2.10", 5339 "php": "^5.3.2 || ^7.0 || ^8.0", 5340 "psr/log": "^1.0", 5341 "react/promise": "^1.2 || ^2.7", 5342 "seld/jsonlint": "^1.4", 5343 "seld/phar-utils": "^1.0", 5344 "symfony/console": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0", 5345 "symfony/filesystem": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0", 5346 "symfony/finder": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0", 5347 "symfony/process": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0" 5348 }, 5349 "require-dev": { 5350 "phpspec/prophecy": "^1.10", 5351 "symfony/phpunit-bridge": "^4.2 || ^5.0" 5352 }, 5353 "suggest": { 5354 "ext-openssl": "Enabling the openssl extension allows you to access https URLs for repositories and packages", 5355 "ext-zip": "Enabling the zip extension allows you to unzip archives", 5356 "ext-zlib": "Allow gzip compression of HTTP requests" 5357 }, 5358 "bin": [ 5359 "bin/composer" 5360 ], 5361 "type": "library", 5362 "extra": { 5363 "branch-alias": { 5364 "dev-master": "2.0-dev" 5365 } 5366 }, 5367 "autoload": { 5368 "psr-4": { 5369 "Composer\\": "src/Composer" 5370 } 5371 }, 5372 "notification-url": "https://packagist.org/downloads/", 5373 "license": [ 5374 "MIT" 5375 ], 5376 "authors": [ 5377 { 5378 "name": "Nils Adermann", 5379 "email": "naderman@naderman.de", 5380 "homepage": "https://www.naderman.de" 5381 }, 5382 { 5383 "name": "Jordi Boggiano", 5384 "email": "j.boggiano@seld.be", 5385 "homepage": "https://seld.be" 5386 } 5387 ], 5388 "description": "Composer helps you declare, manage and install dependencies of PHP projects. It ensures you have the right stack everywhere.", 5389 "homepage": "https://getcomposer.org/", 5390 "keywords": [ 5391 "autoload", 5392 "dependency", 5393 "package" 5394 ], 5395 "support": { 5396 "irc": "irc://irc.freenode.org/composer", 5397 "issues": "https://github.com/composer/composer/issues", 5398 "source": "https://github.com/composer/composer/tree/2.0.13" 5399 }, 5400 "funding": [ 5401 { 5402 "url": "https://packagist.com", 5403 "type": "custom" 5404 }, 5405 { 5406 "url": "https://github.com/composer", 5407 "type": "github" 5408 }, 5409 { 5410 "url": "https://tidelift.com/funding/github/packagist/composer/composer", 5411 "type": "tidelift" 5412 } 5413 ], 5414 "time": "2021-04-27T11:11:08+00:00" 5415 }, 5416 { 5417 "name": "composer/metadata-minifier", 5418 "version": "1.0.0", 5419 "source": { 5420 "type": "git", 5421 "url": "https://github.com/composer/metadata-minifier.git", 5422 "reference": "c549d23829536f0d0e984aaabbf02af91f443207" 5423 }, 5424 "dist": { 5425 "type": "zip", 5426 "url": "https://api.github.com/repos/composer/metadata-minifier/zipball/c549d23829536f0d0e984aaabbf02af91f443207", 5427 "reference": "c549d23829536f0d0e984aaabbf02af91f443207", 5428 "shasum": "" 5429 }, 5430 "require": { 5431 "php": "^5.3.2 || ^7.0 || ^8.0" 5432 }, 5433 "require-dev": { 5434 "composer/composer": "^2", 5435 "phpstan/phpstan": "^0.12.55", 5436 "symfony/phpunit-bridge": "^4.2 || ^5" 5437 }, 5438 "type": "library", 5439 "extra": { 5440 "branch-alias": { 5441 "dev-main": "1.x-dev" 5442 } 5443 }, 5444 "autoload": { 5445 "psr-4": { 5446 "Composer\\MetadataMinifier\\": "src" 5447 } 5448 }, 5449 "notification-url": "https://packagist.org/downloads/", 5450 "license": [ 5451 "MIT" 5452 ], 5453 "authors": [ 5454 { 5455 "name": "Jordi Boggiano", 5456 "email": "j.boggiano@seld.be", 5457 "homepage": "http://seld.be" 5458 } 5459 ], 5460 "description": "Small utility library that handles metadata minification and expansion.", 5461 "keywords": [ 5462 "composer", 5463 "compression" 5464 ], 5465 "support": { 5466 "issues": "https://github.com/composer/metadata-minifier/issues", 5467 "source": "https://github.com/composer/metadata-minifier/tree/1.0.0" 5468 }, 5469 "funding": [ 5470 { 5471 "url": "https://packagist.com", 5472 "type": "custom" 5473 }, 5474 { 5475 "url": "https://github.com/composer", 5476 "type": "github" 5477 }, 5478 { 5479 "url": "https://tidelift.com/funding/github/packagist/composer/composer", 5480 "type": "tidelift" 5481 } 5482 ], 5483 "time": "2021-04-07T13:37:33+00:00" 5484 }, 5485 { 5486 "name": "composer/semver", 5487 "version": "3.2.4", 5488 "source": { 5489 "type": "git", 5490 "url": "https://github.com/composer/semver.git", 5491 "reference": "a02fdf930a3c1c3ed3a49b5f63859c0c20e10464" 5492 }, 5493 "dist": { 5494 "type": "zip", 5495 "url": "https://api.github.com/repos/composer/semver/zipball/a02fdf930a3c1c3ed3a49b5f63859c0c20e10464", 5496 "reference": "a02fdf930a3c1c3ed3a49b5f63859c0c20e10464", 5497 "shasum": "" 5498 }, 5499 "require": { 5500 "php": "^5.3.2 || ^7.0 || ^8.0" 5501 }, 5502 "require-dev": { 5503 "phpstan/phpstan": "^0.12.54", 5504 "symfony/phpunit-bridge": "^4.2 || ^5" 5505 }, 5506 "type": "library", 5507 "extra": { 5508 "branch-alias": { 5509 "dev-main": "3.x-dev" 5510 } 5511 }, 5512 "autoload": { 5513 "psr-4": { 5514 "Composer\\Semver\\": "src" 5515 } 5516 }, 5517 "notification-url": "https://packagist.org/downloads/", 5518 "license": [ 5519 "MIT" 5520 ], 5521 "authors": [ 5522 { 5523 "name": "Nils Adermann", 5524 "email": "naderman@naderman.de", 5525 "homepage": "http://www.naderman.de" 5526 }, 5527 { 5528 "name": "Jordi Boggiano", 5529 "email": "j.boggiano@seld.be", 5530 "homepage": "http://seld.be" 5531 }, 5532 { 5533 "name": "Rob Bast", 5534 "email": "rob.bast@gmail.com", 5535 "homepage": "http://robbast.nl" 5536 } 5537 ], 5538 "description": "Semver library that offers utilities, version constraint parsing and validation.", 5539 "keywords": [ 5540 "semantic", 5541 "semver", 5542 "validation", 5543 "versioning" 5544 ], 5545 "support": { 5546 "irc": "irc://irc.freenode.org/composer", 5547 "issues": "https://github.com/composer/semver/issues", 5548 "source": "https://github.com/composer/semver/tree/3.2.4" 5549 }, 5550 "funding": [ 5551 { 5552 "url": "https://packagist.com", 5553 "type": "custom" 5554 }, 5555 { 5556 "url": "https://github.com/composer", 5557 "type": "github" 5558 }, 5559 { 5560 "url": "https://tidelift.com/funding/github/packagist/composer/composer", 5561 "type": "tidelift" 5562 } 5563 ], 5564 "time": "2020-11-13T08:59:24+00:00" 5565 }, 5566 { 5567 "name": "composer/spdx-licenses", 5568 "version": "1.5.5", 5569 "source": { 5570 "type": "git", 5571 "url": "https://github.com/composer/spdx-licenses.git", 5572 "reference": "de30328a7af8680efdc03e396aad24befd513200" 5573 }, 5574 "dist": { 5575 "type": "zip", 5576 "url": "https://api.github.com/repos/composer/spdx-licenses/zipball/de30328a7af8680efdc03e396aad24befd513200", 5577 "reference": "de30328a7af8680efdc03e396aad24befd513200", 5578 "shasum": "" 5579 }, 5580 "require": { 5581 "php": "^5.3.2 || ^7.0 || ^8.0" 5582 }, 5583 "require-dev": { 5584 "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 7" 5585 }, 5586 "type": "library", 5587 "extra": { 5588 "branch-alias": { 5589 "dev-main": "1.x-dev" 5590 } 5591 }, 5592 "autoload": { 5593 "psr-4": { 5594 "Composer\\Spdx\\": "src" 5595 } 5596 }, 5597 "notification-url": "https://packagist.org/downloads/", 5598 "license": [ 5599 "MIT" 5600 ], 5601 "authors": [ 5602 { 5603 "name": "Nils Adermann", 5604 "email": "naderman@naderman.de", 5605 "homepage": "http://www.naderman.de" 5606 }, 5607 { 5608 "name": "Jordi Boggiano", 5609 "email": "j.boggiano@seld.be", 5610 "homepage": "http://seld.be" 5611 }, 5612 { 5613 "name": "Rob Bast", 5614 "email": "rob.bast@gmail.com", 5615 "homepage": "http://robbast.nl" 5616 } 5617 ], 5618 "description": "SPDX licenses list and validation library.", 5619 "keywords": [ 5620 "license", 5621 "spdx", 5622 "validator" 5623 ], 5624 "support": { 5625 "irc": "irc://irc.freenode.org/composer", 5626 "issues": "https://github.com/composer/spdx-licenses/issues", 5627 "source": "https://github.com/composer/spdx-licenses/tree/1.5.5" 5628 }, 5629 "funding": [ 5630 { 5631 "url": "https://packagist.com", 5632 "type": "custom" 5633 }, 5634 { 5635 "url": "https://github.com/composer", 5636 "type": "github" 5637 }, 5638 { 5639 "url": "https://tidelift.com/funding/github/packagist/composer/composer", 5640 "type": "tidelift" 5641 } 5642 ], 5643 "time": "2020-12-03T16:04:16+00:00" 5644 }, 5645 { 5646 "name": "composer/xdebug-handler", 5647 "version": "1.4.6", 5648 "source": { 5649 "type": "git", 5650 "url": "https://github.com/composer/xdebug-handler.git", 5651 "reference": "f27e06cd9675801df441b3656569b328e04aa37c" 5652 }, 5653 "dist": { 5654 "type": "zip", 5655 "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/f27e06cd9675801df441b3656569b328e04aa37c", 5656 "reference": "f27e06cd9675801df441b3656569b328e04aa37c", 5657 "shasum": "" 5658 }, 5659 "require": { 5660 "php": "^5.3.2 || ^7.0 || ^8.0", 5661 "psr/log": "^1.0" 5662 }, 5663 "require-dev": { 5664 "phpstan/phpstan": "^0.12.55", 5665 "symfony/phpunit-bridge": "^4.2 || ^5" 5666 }, 5667 "type": "library", 5668 "autoload": { 5669 "psr-4": { 5670 "Composer\\XdebugHandler\\": "src" 5671 } 5672 }, 5673 "notification-url": "https://packagist.org/downloads/", 5674 "license": [ 5675 "MIT" 5676 ], 5677 "authors": [ 5678 { 5679 "name": "John Stevenson", 5680 "email": "john-stevenson@blueyonder.co.uk" 5681 } 5682 ], 5683 "description": "Restarts a process without Xdebug.", 5684 "keywords": [ 5685 "Xdebug", 5686 "performance" 5687 ], 5688 "support": { 5689 "irc": "irc://irc.freenode.org/composer", 5690 "issues": "https://github.com/composer/xdebug-handler/issues", 5691 "source": "https://github.com/composer/xdebug-handler/tree/1.4.6" 5692 }, 5693 "funding": [ 5694 { 5695 "url": "https://packagist.com", 5696 "type": "custom" 5697 }, 5698 { 5699 "url": "https://github.com/composer", 5700 "type": "github" 5701 }, 5702 { 5703 "url": "https://tidelift.com/funding/github/packagist/composer/composer", 5704 "type": "tidelift" 5705 } 5706 ], 5707 "time": "2021-03-25T17:01:18+00:00" 5708 }, 5709 { 5710 "name": "doctrine/instantiator", 5711 "version": "1.4.0", 5712 "source": { 5713 "type": "git", 5714 "url": "https://github.com/doctrine/instantiator.git", 5715 "reference": "d56bf6102915de5702778fe20f2de3b2fe570b5b" 5716 }, 5717 "dist": { 5718 "type": "zip", 5719 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/d56bf6102915de5702778fe20f2de3b2fe570b5b", 5720 "reference": "d56bf6102915de5702778fe20f2de3b2fe570b5b", 5721 "shasum": "" 5722 }, 5723 "require": { 5724 "php": "^7.1 || ^8.0" 5725 }, 5726 "require-dev": { 5727 "doctrine/coding-standard": "^8.0", 5728 "ext-pdo": "*", 5729 "ext-phar": "*", 5730 "phpbench/phpbench": "^0.13 || 1.0.0-alpha2", 5731 "phpstan/phpstan": "^0.12", 5732 "phpstan/phpstan-phpunit": "^0.12", 5733 "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0" 5734 }, 5735 "type": "library", 5736 "autoload": { 5737 "psr-4": { 5738 "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" 5739 } 5740 }, 5741 "notification-url": "https://packagist.org/downloads/", 5742 "license": [ 5743 "MIT" 5744 ], 5745 "authors": [ 5746 { 5747 "name": "Marco Pivetta", 5748 "email": "ocramius@gmail.com", 5749 "homepage": "https://ocramius.github.io/" 5750 } 5751 ], 5752 "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", 5753 "homepage": "https://www.doctrine-project.org/projects/instantiator.html", 5754 "keywords": [ 5755 "constructor", 5756 "instantiate" 5757 ], 5758 "support": { 5759 "issues": "https://github.com/doctrine/instantiator/issues", 5760 "source": "https://github.com/doctrine/instantiator/tree/1.4.0" 5761 }, 5762 "funding": [ 5763 { 5764 "url": "https://www.doctrine-project.org/sponsorship.html", 5765 "type": "custom" 5766 }, 5767 { 5768 "url": "https://www.patreon.com/phpdoctrine", 5769 "type": "patreon" 5770 }, 5771 { 5772 "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator", 5773 "type": "tidelift" 5774 } 5775 ], 5776 "time": "2020-11-10T18:47:58+00:00" 5777 }, 5778 { 5779 "name": "justinrainbow/json-schema", 5780 "version": "5.2.10", 5781 "source": { 5782 "type": "git", 5783 "url": "https://github.com/justinrainbow/json-schema.git", 5784 "reference": "2ba9c8c862ecd5510ed16c6340aa9f6eadb4f31b" 5785 }, 5786 "dist": { 5787 "type": "zip", 5788 "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/2ba9c8c862ecd5510ed16c6340aa9f6eadb4f31b", 5789 "reference": "2ba9c8c862ecd5510ed16c6340aa9f6eadb4f31b", 5790 "shasum": "" 5791 }, 5792 "require": { 5793 "php": ">=5.3.3" 5794 }, 5795 "require-dev": { 5796 "friendsofphp/php-cs-fixer": "~2.2.20||~2.15.1", 5797 "json-schema/json-schema-test-suite": "1.2.0", 5798 "phpunit/phpunit": "^4.8.35" 5799 }, 5800 "bin": [ 5801 "bin/validate-json" 5802 ], 5803 "type": "library", 5804 "extra": { 5805 "branch-alias": { 5806 "dev-master": "5.0.x-dev" 5807 } 5808 }, 5809 "autoload": { 5810 "psr-4": { 5811 "JsonSchema\\": "src/JsonSchema/" 5812 } 5813 }, 5814 "notification-url": "https://packagist.org/downloads/", 5815 "license": [ 5816 "MIT" 5817 ], 5818 "authors": [ 5819 { 5820 "name": "Bruno Prieto Reis", 5821 "email": "bruno.p.reis@gmail.com" 5822 }, 5823 { 5824 "name": "Justin Rainbow", 5825 "email": "justin.rainbow@gmail.com" 5826 }, 5827 { 5828 "name": "Igor Wiedler", 5829 "email": "igor@wiedler.ch" 5830 }, 5831 { 5832 "name": "Robert Schönthal", 5833 "email": "seroscho@googlemail.com" 5834 } 5835 ], 5836 "description": "A library to validate a json schema.", 5837 "homepage": "https://github.com/justinrainbow/json-schema", 5838 "keywords": [ 5839 "json", 5840 "schema" 5841 ], 5842 "support": { 5843 "issues": "https://github.com/justinrainbow/json-schema/issues", 5844 "source": "https://github.com/justinrainbow/json-schema/tree/5.2.10" 5845 }, 5846 "time": "2020-05-27T16:41:55+00:00" 5847 }, 5848 { 5849 "name": "league/flysystem-memory", 5850 "version": "2.0.6", 5851 "source": { 5852 "type": "git", 5853 "url": "https://github.com/thephpleague/flysystem-memory.git", 5854 "reference": "f644026c705b8a501543f38cb8b745a603aa4952" 5855 }, 5856 "dist": { 5857 "type": "zip", 5858 "url": "https://api.github.com/repos/thephpleague/flysystem-memory/zipball/f644026c705b8a501543f38cb8b745a603aa4952", 5859 "reference": "f644026c705b8a501543f38cb8b745a603aa4952", 5860 "shasum": "" 5861 }, 5862 "require": { 5863 "ext-fileinfo": "*", 5864 "league/flysystem": "^2.0.0", 5865 "php": "^7.2 || ^8.0" 5866 }, 5867 "type": "library", 5868 "autoload": { 5869 "psr-4": { 5870 "League\\Flysystem\\InMemory\\": "" 5871 } 5872 }, 5873 "notification-url": "https://packagist.org/downloads/", 5874 "license": [ 5875 "MIT" 5876 ], 5877 "authors": [ 5878 { 5879 "name": "Frank de Jonge", 5880 "email": "info@frankdejonge.nl" 5881 } 5882 ], 5883 "description": "In-memory filesystem adapter for Flysystem.", 5884 "keywords": [ 5885 "Flysystem", 5886 "file", 5887 "files", 5888 "filesystem", 5889 "memory" 5890 ], 5891 "support": { 5892 "issues": "https://github.com/thephpleague/flysystem-memory/issues", 5893 "source": "https://github.com/thephpleague/flysystem-memory/tree/2.0.6" 5894 }, 5895 "time": "2021-02-12T19:24:17+00:00" 5896 }, 5897 { 5898 "name": "maximebf/debugbar", 5899 "version": "v1.16.5", 5900 "source": { 5901 "type": "git", 5902 "url": "https://github.com/maximebf/php-debugbar.git", 5903 "reference": "6d51ee9e94cff14412783785e79a4e7ef97b9d62" 5904 }, 5905 "dist": { 5906 "type": "zip", 5907 "url": "https://api.github.com/repos/maximebf/php-debugbar/zipball/6d51ee9e94cff14412783785e79a4e7ef97b9d62", 5908 "reference": "6d51ee9e94cff14412783785e79a4e7ef97b9d62", 5909 "shasum": "" 5910 }, 5911 "require": { 5912 "php": "^7.1|^8", 5913 "psr/log": "^1.0", 5914 "symfony/var-dumper": "^2.6|^3|^4|^5" 5915 }, 5916 "require-dev": { 5917 "phpunit/phpunit": "^7.5.20 || ^9.4.2" 5918 }, 5919 "suggest": { 5920 "kriswallsmith/assetic": "The best way to manage assets", 5921 "monolog/monolog": "Log using Monolog", 5922 "predis/predis": "Redis storage" 5923 }, 5924 "type": "library", 5925 "extra": { 5926 "branch-alias": { 5927 "dev-master": "1.16-dev" 5928 } 5929 }, 5930 "autoload": { 5931 "psr-4": { 5932 "DebugBar\\": "src/DebugBar/" 5933 } 5934 }, 5935 "notification-url": "https://packagist.org/downloads/", 5936 "license": [ 5937 "MIT" 5938 ], 5939 "authors": [ 5940 { 5941 "name": "Maxime Bouroumeau-Fuseau", 5942 "email": "maxime.bouroumeau@gmail.com", 5943 "homepage": "http://maximebf.com" 5944 }, 5945 { 5946 "name": "Barry vd. Heuvel", 5947 "email": "barryvdh@gmail.com" 5948 } 5949 ], 5950 "description": "Debug bar in the browser for php application", 5951 "homepage": "https://github.com/maximebf/php-debugbar", 5952 "keywords": [ 5953 "debug", 5954 "debugbar" 5955 ], 5956 "support": { 5957 "issues": "https://github.com/maximebf/php-debugbar/issues", 5958 "source": "https://github.com/maximebf/php-debugbar/tree/v1.16.5" 5959 }, 5960 "time": "2020-12-07T11:07:24+00:00" 5961 }, 5962 { 5963 "name": "myclabs/deep-copy", 5964 "version": "1.10.2", 5965 "source": { 5966 "type": "git", 5967 "url": "https://github.com/myclabs/DeepCopy.git", 5968 "reference": "776f831124e9c62e1a2c601ecc52e776d8bb7220" 5969 }, 5970 "dist": { 5971 "type": "zip", 5972 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/776f831124e9c62e1a2c601ecc52e776d8bb7220", 5973 "reference": "776f831124e9c62e1a2c601ecc52e776d8bb7220", 5974 "shasum": "" 5975 }, 5976 "require": { 5977 "php": "^7.1 || ^8.0" 5978 }, 5979 "replace": { 5980 "myclabs/deep-copy": "self.version" 5981 }, 5982 "require-dev": { 5983 "doctrine/collections": "^1.0", 5984 "doctrine/common": "^2.6", 5985 "phpunit/phpunit": "^7.1" 5986 }, 5987 "type": "library", 5988 "autoload": { 5989 "psr-4": { 5990 "DeepCopy\\": "src/DeepCopy/" 5991 }, 5992 "files": [ 5993 "src/DeepCopy/deep_copy.php" 5994 ] 5995 }, 5996 "notification-url": "https://packagist.org/downloads/", 5997 "license": [ 5998 "MIT" 5999 ], 6000 "description": "Create deep copies (clones) of your objects", 6001 "keywords": [ 6002 "clone", 6003 "copy", 6004 "duplicate", 6005 "object", 6006 "object graph" 6007 ], 6008 "support": { 6009 "issues": "https://github.com/myclabs/DeepCopy/issues", 6010 "source": "https://github.com/myclabs/DeepCopy/tree/1.10.2" 6011 }, 6012 "funding": [ 6013 { 6014 "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy", 6015 "type": "tidelift" 6016 } 6017 ], 6018 "time": "2020-11-13T09:40:50+00:00" 6019 }, 6020 { 6021 "name": "nikic/php-parser", 6022 "version": "v4.10.5", 6023 "source": { 6024 "type": "git", 6025 "url": "https://github.com/nikic/PHP-Parser.git", 6026 "reference": "4432ba399e47c66624bc73c8c0f811e5c109576f" 6027 }, 6028 "dist": { 6029 "type": "zip", 6030 "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/4432ba399e47c66624bc73c8c0f811e5c109576f", 6031 "reference": "4432ba399e47c66624bc73c8c0f811e5c109576f", 6032 "shasum": "" 6033 }, 6034 "require": { 6035 "ext-tokenizer": "*", 6036 "php": ">=7.0" 6037 }, 6038 "require-dev": { 6039 "ircmaxell/php-yacc": "^0.0.7", 6040 "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0" 6041 }, 6042 "bin": [ 6043 "bin/php-parse" 6044 ], 6045 "type": "library", 6046 "extra": { 6047 "branch-alias": { 6048 "dev-master": "4.9-dev" 6049 } 6050 }, 6051 "autoload": { 6052 "psr-4": { 6053 "PhpParser\\": "lib/PhpParser" 6054 } 6055 }, 6056 "notification-url": "https://packagist.org/downloads/", 6057 "license": [ 6058 "BSD-3-Clause" 6059 ], 6060 "authors": [ 6061 { 6062 "name": "Nikita Popov" 6063 } 6064 ], 6065 "description": "A PHP parser written in PHP", 6066 "keywords": [ 6067 "parser", 6068 "php" 6069 ], 6070 "support": { 6071 "issues": "https://github.com/nikic/PHP-Parser/issues", 6072 "source": "https://github.com/nikic/PHP-Parser/tree/v4.10.5" 6073 }, 6074 "time": "2021-05-03T19:11:20+00:00" 6075 }, 6076 { 6077 "name": "phar-io/manifest", 6078 "version": "2.0.1", 6079 "source": { 6080 "type": "git", 6081 "url": "https://github.com/phar-io/manifest.git", 6082 "reference": "85265efd3af7ba3ca4b2a2c34dbfc5788dd29133" 6083 }, 6084 "dist": { 6085 "type": "zip", 6086 "url": "https://api.github.com/repos/phar-io/manifest/zipball/85265efd3af7ba3ca4b2a2c34dbfc5788dd29133", 6087 "reference": "85265efd3af7ba3ca4b2a2c34dbfc5788dd29133", 6088 "shasum": "" 6089 }, 6090 "require": { 6091 "ext-dom": "*", 6092 "ext-phar": "*", 6093 "ext-xmlwriter": "*", 6094 "phar-io/version": "^3.0.1", 6095 "php": "^7.2 || ^8.0" 6096 }, 6097 "type": "library", 6098 "extra": { 6099 "branch-alias": { 6100 "dev-master": "2.0.x-dev" 6101 } 6102 }, 6103 "autoload": { 6104 "classmap": [ 6105 "src/" 6106 ] 6107 }, 6108 "notification-url": "https://packagist.org/downloads/", 6109 "license": [ 6110 "BSD-3-Clause" 6111 ], 6112 "authors": [ 6113 { 6114 "name": "Arne Blankerts", 6115 "email": "arne@blankerts.de", 6116 "role": "Developer" 6117 }, 6118 { 6119 "name": "Sebastian Heuer", 6120 "email": "sebastian@phpeople.de", 6121 "role": "Developer" 6122 }, 6123 { 6124 "name": "Sebastian Bergmann", 6125 "email": "sebastian@phpunit.de", 6126 "role": "Developer" 6127 } 6128 ], 6129 "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)", 6130 "support": { 6131 "issues": "https://github.com/phar-io/manifest/issues", 6132 "source": "https://github.com/phar-io/manifest/tree/master" 6133 }, 6134 "time": "2020-06-27T14:33:11+00:00" 6135 }, 6136 { 6137 "name": "phar-io/version", 6138 "version": "3.1.0", 6139 "source": { 6140 "type": "git", 6141 "url": "https://github.com/phar-io/version.git", 6142 "reference": "bae7c545bef187884426f042434e561ab1ddb182" 6143 }, 6144 "dist": { 6145 "type": "zip", 6146 "url": "https://api.github.com/repos/phar-io/version/zipball/bae7c545bef187884426f042434e561ab1ddb182", 6147 "reference": "bae7c545bef187884426f042434e561ab1ddb182", 6148 "shasum": "" 6149 }, 6150 "require": { 6151 "php": "^7.2 || ^8.0" 6152 }, 6153 "type": "library", 6154 "autoload": { 6155 "classmap": [ 6156 "src/" 6157 ] 6158 }, 6159 "notification-url": "https://packagist.org/downloads/", 6160 "license": [ 6161 "BSD-3-Clause" 6162 ], 6163 "authors": [ 6164 { 6165 "name": "Arne Blankerts", 6166 "email": "arne@blankerts.de", 6167 "role": "Developer" 6168 }, 6169 { 6170 "name": "Sebastian Heuer", 6171 "email": "sebastian@phpeople.de", 6172 "role": "Developer" 6173 }, 6174 { 6175 "name": "Sebastian Bergmann", 6176 "email": "sebastian@phpunit.de", 6177 "role": "Developer" 6178 } 6179 ], 6180 "description": "Library for handling version information and constraints", 6181 "support": { 6182 "issues": "https://github.com/phar-io/version/issues", 6183 "source": "https://github.com/phar-io/version/tree/3.1.0" 6184 }, 6185 "time": "2021-02-23T14:00:09+00:00" 6186 }, 6187 { 6188 "name": "php-coveralls/php-coveralls", 6189 "version": "v2.4.3", 6190 "source": { 6191 "type": "git", 6192 "url": "https://github.com/php-coveralls/php-coveralls.git", 6193 "reference": "909381bd40a17ae6e9076051f0d73293c1c091af" 6194 }, 6195 "dist": { 6196 "type": "zip", 6197 "url": "https://api.github.com/repos/php-coveralls/php-coveralls/zipball/909381bd40a17ae6e9076051f0d73293c1c091af", 6198 "reference": "909381bd40a17ae6e9076051f0d73293c1c091af", 6199 "shasum": "" 6200 }, 6201 "require": { 6202 "ext-json": "*", 6203 "ext-simplexml": "*", 6204 "guzzlehttp/guzzle": "^6.0 || ^7.0", 6205 "php": "^5.5 || ^7.0 || ^8.0", 6206 "psr/log": "^1.0", 6207 "symfony/config": "^2.1 || ^3.0 || ^4.0 || ^5.0", 6208 "symfony/console": "^2.1 || ^3.0 || ^4.0 || ^5.0", 6209 "symfony/stopwatch": "^2.0 || ^3.0 || ^4.0 || ^5.0", 6210 "symfony/yaml": "^2.0.5 || ^3.0 || ^4.0 || ^5.0" 6211 }, 6212 "require-dev": { 6213 "phpunit/phpunit": "^4.8.35 || ^5.4.3 || ^6.0 || ^7.0 || ^8.0 || ^9.0", 6214 "sanmai/phpunit-legacy-adapter": "^6.1 || ^8.0" 6215 }, 6216 "suggest": { 6217 "symfony/http-kernel": "Allows Symfony integration" 6218 }, 6219 "bin": [ 6220 "bin/php-coveralls" 6221 ], 6222 "type": "library", 6223 "autoload": { 6224 "psr-4": { 6225 "PhpCoveralls\\": "src/" 6226 } 6227 }, 6228 "notification-url": "https://packagist.org/downloads/", 6229 "license": [ 6230 "MIT" 6231 ], 6232 "authors": [ 6233 { 6234 "name": "Kitamura Satoshi", 6235 "email": "with.no.parachute@gmail.com", 6236 "homepage": "https://www.facebook.com/satooshi.jp", 6237 "role": "Original creator" 6238 }, 6239 { 6240 "name": "Takashi Matsuo", 6241 "email": "tmatsuo@google.com" 6242 }, 6243 { 6244 "name": "Google Inc" 6245 }, 6246 { 6247 "name": "Dariusz Ruminski", 6248 "email": "dariusz.ruminski@gmail.com", 6249 "homepage": "https://github.com/keradus" 6250 }, 6251 { 6252 "name": "Contributors", 6253 "homepage": "https://github.com/php-coveralls/php-coveralls/graphs/contributors" 6254 } 6255 ], 6256 "description": "PHP client library for Coveralls API", 6257 "homepage": "https://github.com/php-coveralls/php-coveralls", 6258 "keywords": [ 6259 "ci", 6260 "coverage", 6261 "github", 6262 "test" 6263 ], 6264 "support": { 6265 "issues": "https://github.com/php-coveralls/php-coveralls/issues", 6266 "source": "https://github.com/php-coveralls/php-coveralls/tree/v2.4.3" 6267 }, 6268 "time": "2020-12-24T09:17:03+00:00" 6269 }, 6270 { 6271 "name": "phpdocumentor/reflection-common", 6272 "version": "2.2.0", 6273 "source": { 6274 "type": "git", 6275 "url": "https://github.com/phpDocumentor/ReflectionCommon.git", 6276 "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b" 6277 }, 6278 "dist": { 6279 "type": "zip", 6280 "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b", 6281 "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b", 6282 "shasum": "" 6283 }, 6284 "require": { 6285 "php": "^7.2 || ^8.0" 6286 }, 6287 "type": "library", 6288 "extra": { 6289 "branch-alias": { 6290 "dev-2.x": "2.x-dev" 6291 } 6292 }, 6293 "autoload": { 6294 "psr-4": { 6295 "phpDocumentor\\Reflection\\": "src/" 6296 } 6297 }, 6298 "notification-url": "https://packagist.org/downloads/", 6299 "license": [ 6300 "MIT" 6301 ], 6302 "authors": [ 6303 { 6304 "name": "Jaap van Otterdijk", 6305 "email": "opensource@ijaap.nl" 6306 } 6307 ], 6308 "description": "Common reflection classes used by phpdocumentor to reflect the code structure", 6309 "homepage": "http://www.phpdoc.org", 6310 "keywords": [ 6311 "FQSEN", 6312 "phpDocumentor", 6313 "phpdoc", 6314 "reflection", 6315 "static analysis" 6316 ], 6317 "support": { 6318 "issues": "https://github.com/phpDocumentor/ReflectionCommon/issues", 6319 "source": "https://github.com/phpDocumentor/ReflectionCommon/tree/2.x" 6320 }, 6321 "time": "2020-06-27T09:03:43+00:00" 6322 }, 6323 { 6324 "name": "phpdocumentor/reflection-docblock", 6325 "version": "5.2.2", 6326 "source": { 6327 "type": "git", 6328 "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", 6329 "reference": "069a785b2141f5bcf49f3e353548dc1cce6df556" 6330 }, 6331 "dist": { 6332 "type": "zip", 6333 "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/069a785b2141f5bcf49f3e353548dc1cce6df556", 6334 "reference": "069a785b2141f5bcf49f3e353548dc1cce6df556", 6335 "shasum": "" 6336 }, 6337 "require": { 6338 "ext-filter": "*", 6339 "php": "^7.2 || ^8.0", 6340 "phpdocumentor/reflection-common": "^2.2", 6341 "phpdocumentor/type-resolver": "^1.3", 6342 "webmozart/assert": "^1.9.1" 6343 }, 6344 "require-dev": { 6345 "mockery/mockery": "~1.3.2" 6346 }, 6347 "type": "library", 6348 "extra": { 6349 "branch-alias": { 6350 "dev-master": "5.x-dev" 6351 } 6352 }, 6353 "autoload": { 6354 "psr-4": { 6355 "phpDocumentor\\Reflection\\": "src" 6356 } 6357 }, 6358 "notification-url": "https://packagist.org/downloads/", 6359 "license": [ 6360 "MIT" 6361 ], 6362 "authors": [ 6363 { 6364 "name": "Mike van Riel", 6365 "email": "me@mikevanriel.com" 6366 }, 6367 { 6368 "name": "Jaap van Otterdijk", 6369 "email": "account@ijaap.nl" 6370 } 6371 ], 6372 "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", 6373 "support": { 6374 "issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues", 6375 "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/master" 6376 }, 6377 "time": "2020-09-03T19:13:55+00:00" 6378 }, 6379 { 6380 "name": "phpdocumentor/type-resolver", 6381 "version": "1.4.0", 6382 "source": { 6383 "type": "git", 6384 "url": "https://github.com/phpDocumentor/TypeResolver.git", 6385 "reference": "6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0" 6386 }, 6387 "dist": { 6388 "type": "zip", 6389 "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0", 6390 "reference": "6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0", 6391 "shasum": "" 6392 }, 6393 "require": { 6394 "php": "^7.2 || ^8.0", 6395 "phpdocumentor/reflection-common": "^2.0" 6396 }, 6397 "require-dev": { 6398 "ext-tokenizer": "*" 6399 }, 6400 "type": "library", 6401 "extra": { 6402 "branch-alias": { 6403 "dev-1.x": "1.x-dev" 6404 } 6405 }, 6406 "autoload": { 6407 "psr-4": { 6408 "phpDocumentor\\Reflection\\": "src" 6409 } 6410 }, 6411 "notification-url": "https://packagist.org/downloads/", 6412 "license": [ 6413 "MIT" 6414 ], 6415 "authors": [ 6416 { 6417 "name": "Mike van Riel", 6418 "email": "me@mikevanriel.com" 6419 } 6420 ], 6421 "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names", 6422 "support": { 6423 "issues": "https://github.com/phpDocumentor/TypeResolver/issues", 6424 "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.4.0" 6425 }, 6426 "time": "2020-09-17T18:55:26+00:00" 6427 }, 6428 { 6429 "name": "phpspec/prophecy", 6430 "version": "1.13.0", 6431 "source": { 6432 "type": "git", 6433 "url": "https://github.com/phpspec/prophecy.git", 6434 "reference": "be1996ed8adc35c3fd795488a653f4b518be70ea" 6435 }, 6436 "dist": { 6437 "type": "zip", 6438 "url": "https://api.github.com/repos/phpspec/prophecy/zipball/be1996ed8adc35c3fd795488a653f4b518be70ea", 6439 "reference": "be1996ed8adc35c3fd795488a653f4b518be70ea", 6440 "shasum": "" 6441 }, 6442 "require": { 6443 "doctrine/instantiator": "^1.2", 6444 "php": "^7.2 || ~8.0, <8.1", 6445 "phpdocumentor/reflection-docblock": "^5.2", 6446 "sebastian/comparator": "^3.0 || ^4.0", 6447 "sebastian/recursion-context": "^3.0 || ^4.0" 6448 }, 6449 "require-dev": { 6450 "phpspec/phpspec": "^6.0", 6451 "phpunit/phpunit": "^8.0 || ^9.0" 6452 }, 6453 "type": "library", 6454 "extra": { 6455 "branch-alias": { 6456 "dev-master": "1.11.x-dev" 6457 } 6458 }, 6459 "autoload": { 6460 "psr-4": { 6461 "Prophecy\\": "src/Prophecy" 6462 } 6463 }, 6464 "notification-url": "https://packagist.org/downloads/", 6465 "license": [ 6466 "MIT" 6467 ], 6468 "authors": [ 6469 { 6470 "name": "Konstantin Kudryashov", 6471 "email": "ever.zet@gmail.com", 6472 "homepage": "http://everzet.com" 6473 }, 6474 { 6475 "name": "Marcello Duarte", 6476 "email": "marcello.duarte@gmail.com" 6477 } 6478 ], 6479 "description": "Highly opinionated mocking framework for PHP 5.3+", 6480 "homepage": "https://github.com/phpspec/prophecy", 6481 "keywords": [ 6482 "Double", 6483 "Dummy", 6484 "fake", 6485 "mock", 6486 "spy", 6487 "stub" 6488 ], 6489 "support": { 6490 "issues": "https://github.com/phpspec/prophecy/issues", 6491 "source": "https://github.com/phpspec/prophecy/tree/1.13.0" 6492 }, 6493 "time": "2021-03-17T13:42:18+00:00" 6494 }, 6495 { 6496 "name": "phpunit/php-code-coverage", 6497 "version": "9.2.6", 6498 "source": { 6499 "type": "git", 6500 "url": "https://github.com/sebastianbergmann/php-code-coverage.git", 6501 "reference": "f6293e1b30a2354e8428e004689671b83871edde" 6502 }, 6503 "dist": { 6504 "type": "zip", 6505 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/f6293e1b30a2354e8428e004689671b83871edde", 6506 "reference": "f6293e1b30a2354e8428e004689671b83871edde", 6507 "shasum": "" 6508 }, 6509 "require": { 6510 "ext-dom": "*", 6511 "ext-libxml": "*", 6512 "ext-xmlwriter": "*", 6513 "nikic/php-parser": "^4.10.2", 6514 "php": ">=7.3", 6515 "phpunit/php-file-iterator": "^3.0.3", 6516 "phpunit/php-text-template": "^2.0.2", 6517 "sebastian/code-unit-reverse-lookup": "^2.0.2", 6518 "sebastian/complexity": "^2.0", 6519 "sebastian/environment": "^5.1.2", 6520 "sebastian/lines-of-code": "^1.0.3", 6521 "sebastian/version": "^3.0.1", 6522 "theseer/tokenizer": "^1.2.0" 6523 }, 6524 "require-dev": { 6525 "phpunit/phpunit": "^9.3" 6526 }, 6527 "suggest": { 6528 "ext-pcov": "*", 6529 "ext-xdebug": "*" 6530 }, 6531 "type": "library", 6532 "extra": { 6533 "branch-alias": { 6534 "dev-master": "9.2-dev" 6535 } 6536 }, 6537 "autoload": { 6538 "classmap": [ 6539 "src/" 6540 ] 6541 }, 6542 "notification-url": "https://packagist.org/downloads/", 6543 "license": [ 6544 "BSD-3-Clause" 6545 ], 6546 "authors": [ 6547 { 6548 "name": "Sebastian Bergmann", 6549 "email": "sebastian@phpunit.de", 6550 "role": "lead" 6551 } 6552 ], 6553 "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", 6554 "homepage": "https://github.com/sebastianbergmann/php-code-coverage", 6555 "keywords": [ 6556 "coverage", 6557 "testing", 6558 "xunit" 6559 ], 6560 "support": { 6561 "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues", 6562 "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.6" 6563 }, 6564 "funding": [ 6565 { 6566 "url": "https://github.com/sebastianbergmann", 6567 "type": "github" 6568 } 6569 ], 6570 "time": "2021-03-28T07:26:59+00:00" 6571 }, 6572 { 6573 "name": "phpunit/php-file-iterator", 6574 "version": "3.0.5", 6575 "source": { 6576 "type": "git", 6577 "url": "https://github.com/sebastianbergmann/php-file-iterator.git", 6578 "reference": "aa4be8575f26070b100fccb67faabb28f21f66f8" 6579 }, 6580 "dist": { 6581 "type": "zip", 6582 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/aa4be8575f26070b100fccb67faabb28f21f66f8", 6583 "reference": "aa4be8575f26070b100fccb67faabb28f21f66f8", 6584 "shasum": "" 6585 }, 6586 "require": { 6587 "php": ">=7.3" 6588 }, 6589 "require-dev": { 6590 "phpunit/phpunit": "^9.3" 6591 }, 6592 "type": "library", 6593 "extra": { 6594 "branch-alias": { 6595 "dev-master": "3.0-dev" 6596 } 6597 }, 6598 "autoload": { 6599 "classmap": [ 6600 "src/" 6601 ] 6602 }, 6603 "notification-url": "https://packagist.org/downloads/", 6604 "license": [ 6605 "BSD-3-Clause" 6606 ], 6607 "authors": [ 6608 { 6609 "name": "Sebastian Bergmann", 6610 "email": "sebastian@phpunit.de", 6611 "role": "lead" 6612 } 6613 ], 6614 "description": "FilterIterator implementation that filters files based on a list of suffixes.", 6615 "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", 6616 "keywords": [ 6617 "filesystem", 6618 "iterator" 6619 ], 6620 "support": { 6621 "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues", 6622 "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/3.0.5" 6623 }, 6624 "funding": [ 6625 { 6626 "url": "https://github.com/sebastianbergmann", 6627 "type": "github" 6628 } 6629 ], 6630 "time": "2020-09-28T05:57:25+00:00" 6631 }, 6632 { 6633 "name": "phpunit/php-invoker", 6634 "version": "3.1.1", 6635 "source": { 6636 "type": "git", 6637 "url": "https://github.com/sebastianbergmann/php-invoker.git", 6638 "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67" 6639 }, 6640 "dist": { 6641 "type": "zip", 6642 "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/5a10147d0aaf65b58940a0b72f71c9ac0423cc67", 6643 "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67", 6644 "shasum": "" 6645 }, 6646 "require": { 6647 "php": ">=7.3" 6648 }, 6649 "require-dev": { 6650 "ext-pcntl": "*", 6651 "phpunit/phpunit": "^9.3" 6652 }, 6653 "suggest": { 6654 "ext-pcntl": "*" 6655 }, 6656 "type": "library", 6657 "extra": { 6658 "branch-alias": { 6659 "dev-master": "3.1-dev" 6660 } 6661 }, 6662 "autoload": { 6663 "classmap": [ 6664 "src/" 6665 ] 6666 }, 6667 "notification-url": "https://packagist.org/downloads/", 6668 "license": [ 6669 "BSD-3-Clause" 6670 ], 6671 "authors": [ 6672 { 6673 "name": "Sebastian Bergmann", 6674 "email": "sebastian@phpunit.de", 6675 "role": "lead" 6676 } 6677 ], 6678 "description": "Invoke callables with a timeout", 6679 "homepage": "https://github.com/sebastianbergmann/php-invoker/", 6680 "keywords": [ 6681 "process" 6682 ], 6683 "support": { 6684 "issues": "https://github.com/sebastianbergmann/php-invoker/issues", 6685 "source": "https://github.com/sebastianbergmann/php-invoker/tree/3.1.1" 6686 }, 6687 "funding": [ 6688 { 6689 "url": "https://github.com/sebastianbergmann", 6690 "type": "github" 6691 } 6692 ], 6693 "time": "2020-09-28T05:58:55+00:00" 6694 }, 6695 { 6696 "name": "phpunit/php-text-template", 6697 "version": "2.0.4", 6698 "source": { 6699 "type": "git", 6700 "url": "https://github.com/sebastianbergmann/php-text-template.git", 6701 "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28" 6702 }, 6703 "dist": { 6704 "type": "zip", 6705 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28", 6706 "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28", 6707 "shasum": "" 6708 }, 6709 "require": { 6710 "php": ">=7.3" 6711 }, 6712 "require-dev": { 6713 "phpunit/phpunit": "^9.3" 6714 }, 6715 "type": "library", 6716 "extra": { 6717 "branch-alias": { 6718 "dev-master": "2.0-dev" 6719 } 6720 }, 6721 "autoload": { 6722 "classmap": [ 6723 "src/" 6724 ] 6725 }, 6726 "notification-url": "https://packagist.org/downloads/", 6727 "license": [ 6728 "BSD-3-Clause" 6729 ], 6730 "authors": [ 6731 { 6732 "name": "Sebastian Bergmann", 6733 "email": "sebastian@phpunit.de", 6734 "role": "lead" 6735 } 6736 ], 6737 "description": "Simple template engine.", 6738 "homepage": "https://github.com/sebastianbergmann/php-text-template/", 6739 "keywords": [ 6740 "template" 6741 ], 6742 "support": { 6743 "issues": "https://github.com/sebastianbergmann/php-text-template/issues", 6744 "source": "https://github.com/sebastianbergmann/php-text-template/tree/2.0.4" 6745 }, 6746 "funding": [ 6747 { 6748 "url": "https://github.com/sebastianbergmann", 6749 "type": "github" 6750 } 6751 ], 6752 "time": "2020-10-26T05:33:50+00:00" 6753 }, 6754 { 6755 "name": "phpunit/php-timer", 6756 "version": "5.0.3", 6757 "source": { 6758 "type": "git", 6759 "url": "https://github.com/sebastianbergmann/php-timer.git", 6760 "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2" 6761 }, 6762 "dist": { 6763 "type": "zip", 6764 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2", 6765 "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2", 6766 "shasum": "" 6767 }, 6768 "require": { 6769 "php": ">=7.3" 6770 }, 6771 "require-dev": { 6772 "phpunit/phpunit": "^9.3" 6773 }, 6774 "type": "library", 6775 "extra": { 6776 "branch-alias": { 6777 "dev-master": "5.0-dev" 6778 } 6779 }, 6780 "autoload": { 6781 "classmap": [ 6782 "src/" 6783 ] 6784 }, 6785 "notification-url": "https://packagist.org/downloads/", 6786 "license": [ 6787 "BSD-3-Clause" 6788 ], 6789 "authors": [ 6790 { 6791 "name": "Sebastian Bergmann", 6792 "email": "sebastian@phpunit.de", 6793 "role": "lead" 6794 } 6795 ], 6796 "description": "Utility class for timing", 6797 "homepage": "https://github.com/sebastianbergmann/php-timer/", 6798 "keywords": [ 6799 "timer" 6800 ], 6801 "support": { 6802 "issues": "https://github.com/sebastianbergmann/php-timer/issues", 6803 "source": "https://github.com/sebastianbergmann/php-timer/tree/5.0.3" 6804 }, 6805 "funding": [ 6806 { 6807 "url": "https://github.com/sebastianbergmann", 6808 "type": "github" 6809 } 6810 ], 6811 "time": "2020-10-26T13:16:10+00:00" 6812 }, 6813 { 6814 "name": "phpunit/phpunit", 6815 "version": "9.5.4", 6816 "source": { 6817 "type": "git", 6818 "url": "https://github.com/sebastianbergmann/phpunit.git", 6819 "reference": "c73c6737305e779771147af66c96ca6a7ed8a741" 6820 }, 6821 "dist": { 6822 "type": "zip", 6823 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/c73c6737305e779771147af66c96ca6a7ed8a741", 6824 "reference": "c73c6737305e779771147af66c96ca6a7ed8a741", 6825 "shasum": "" 6826 }, 6827 "require": { 6828 "doctrine/instantiator": "^1.3.1", 6829 "ext-dom": "*", 6830 "ext-json": "*", 6831 "ext-libxml": "*", 6832 "ext-mbstring": "*", 6833 "ext-xml": "*", 6834 "ext-xmlwriter": "*", 6835 "myclabs/deep-copy": "^1.10.1", 6836 "phar-io/manifest": "^2.0.1", 6837 "phar-io/version": "^3.0.2", 6838 "php": ">=7.3", 6839 "phpspec/prophecy": "^1.12.1", 6840 "phpunit/php-code-coverage": "^9.2.3", 6841 "phpunit/php-file-iterator": "^3.0.5", 6842 "phpunit/php-invoker": "^3.1.1", 6843 "phpunit/php-text-template": "^2.0.3", 6844 "phpunit/php-timer": "^5.0.2", 6845 "sebastian/cli-parser": "^1.0.1", 6846 "sebastian/code-unit": "^1.0.6", 6847 "sebastian/comparator": "^4.0.5", 6848 "sebastian/diff": "^4.0.3", 6849 "sebastian/environment": "^5.1.3", 6850 "sebastian/exporter": "^4.0.3", 6851 "sebastian/global-state": "^5.0.1", 6852 "sebastian/object-enumerator": "^4.0.3", 6853 "sebastian/resource-operations": "^3.0.3", 6854 "sebastian/type": "^2.3", 6855 "sebastian/version": "^3.0.2" 6856 }, 6857 "require-dev": { 6858 "ext-pdo": "*", 6859 "phpspec/prophecy-phpunit": "^2.0.1" 6860 }, 6861 "suggest": { 6862 "ext-soap": "*", 6863 "ext-xdebug": "*" 6864 }, 6865 "bin": [ 6866 "phpunit" 6867 ], 6868 "type": "library", 6869 "extra": { 6870 "branch-alias": { 6871 "dev-master": "9.5-dev" 6872 } 6873 }, 6874 "autoload": { 6875 "classmap": [ 6876 "src/" 6877 ], 6878 "files": [ 6879 "src/Framework/Assert/Functions.php" 6880 ] 6881 }, 6882 "notification-url": "https://packagist.org/downloads/", 6883 "license": [ 6884 "BSD-3-Clause" 6885 ], 6886 "authors": [ 6887 { 6888 "name": "Sebastian Bergmann", 6889 "email": "sebastian@phpunit.de", 6890 "role": "lead" 6891 } 6892 ], 6893 "description": "The PHP Unit Testing framework.", 6894 "homepage": "https://phpunit.de/", 6895 "keywords": [ 6896 "phpunit", 6897 "testing", 6898 "xunit" 6899 ], 6900 "support": { 6901 "issues": "https://github.com/sebastianbergmann/phpunit/issues", 6902 "source": "https://github.com/sebastianbergmann/phpunit/tree/9.5.4" 6903 }, 6904 "funding": [ 6905 { 6906 "url": "https://phpunit.de/donate.html", 6907 "type": "custom" 6908 }, 6909 { 6910 "url": "https://github.com/sebastianbergmann", 6911 "type": "github" 6912 } 6913 ], 6914 "time": "2021-03-23T07:16:29+00:00" 6915 }, 6916 { 6917 "name": "react/promise", 6918 "version": "v2.8.0", 6919 "source": { 6920 "type": "git", 6921 "url": "https://github.com/reactphp/promise.git", 6922 "reference": "f3cff96a19736714524ca0dd1d4130de73dbbbc4" 6923 }, 6924 "dist": { 6925 "type": "zip", 6926 "url": "https://api.github.com/repos/reactphp/promise/zipball/f3cff96a19736714524ca0dd1d4130de73dbbbc4", 6927 "reference": "f3cff96a19736714524ca0dd1d4130de73dbbbc4", 6928 "shasum": "" 6929 }, 6930 "require": { 6931 "php": ">=5.4.0" 6932 }, 6933 "require-dev": { 6934 "phpunit/phpunit": "^7.0 || ^6.5 || ^5.7 || ^4.8.36" 6935 }, 6936 "type": "library", 6937 "autoload": { 6938 "psr-4": { 6939 "React\\Promise\\": "src/" 6940 }, 6941 "files": [ 6942 "src/functions_include.php" 6943 ] 6944 }, 6945 "notification-url": "https://packagist.org/downloads/", 6946 "license": [ 6947 "MIT" 6948 ], 6949 "authors": [ 6950 { 6951 "name": "Jan Sorgalla", 6952 "email": "jsorgalla@gmail.com" 6953 } 6954 ], 6955 "description": "A lightweight implementation of CommonJS Promises/A for PHP", 6956 "keywords": [ 6957 "promise", 6958 "promises" 6959 ], 6960 "support": { 6961 "issues": "https://github.com/reactphp/promise/issues", 6962 "source": "https://github.com/reactphp/promise/tree/v2.8.0" 6963 }, 6964 "time": "2020-05-12T15:16:56+00:00" 6965 }, 6966 { 6967 "name": "sebastian/cli-parser", 6968 "version": "1.0.1", 6969 "source": { 6970 "type": "git", 6971 "url": "https://github.com/sebastianbergmann/cli-parser.git", 6972 "reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2" 6973 }, 6974 "dist": { 6975 "type": "zip", 6976 "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/442e7c7e687e42adc03470c7b668bc4b2402c0b2", 6977 "reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2", 6978 "shasum": "" 6979 }, 6980 "require": { 6981 "php": ">=7.3" 6982 }, 6983 "require-dev": { 6984 "phpunit/phpunit": "^9.3" 6985 }, 6986 "type": "library", 6987 "extra": { 6988 "branch-alias": { 6989 "dev-master": "1.0-dev" 6990 } 6991 }, 6992 "autoload": { 6993 "classmap": [ 6994 "src/" 6995 ] 6996 }, 6997 "notification-url": "https://packagist.org/downloads/", 6998 "license": [ 6999 "BSD-3-Clause" 7000 ], 7001 "authors": [ 7002 { 7003 "name": "Sebastian Bergmann", 7004 "email": "sebastian@phpunit.de", 7005 "role": "lead" 7006 } 7007 ], 7008 "description": "Library for parsing CLI options", 7009 "homepage": "https://github.com/sebastianbergmann/cli-parser", 7010 "support": { 7011 "issues": "https://github.com/sebastianbergmann/cli-parser/issues", 7012 "source": "https://github.com/sebastianbergmann/cli-parser/tree/1.0.1" 7013 }, 7014 "funding": [ 7015 { 7016 "url": "https://github.com/sebastianbergmann", 7017 "type": "github" 7018 } 7019 ], 7020 "time": "2020-09-28T06:08:49+00:00" 7021 }, 7022 { 7023 "name": "sebastian/code-unit", 7024 "version": "1.0.8", 7025 "source": { 7026 "type": "git", 7027 "url": "https://github.com/sebastianbergmann/code-unit.git", 7028 "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120" 7029 }, 7030 "dist": { 7031 "type": "zip", 7032 "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/1fc9f64c0927627ef78ba436c9b17d967e68e120", 7033 "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120", 7034 "shasum": "" 7035 }, 7036 "require": { 7037 "php": ">=7.3" 7038 }, 7039 "require-dev": { 7040 "phpunit/phpunit": "^9.3" 7041 }, 7042 "type": "library", 7043 "extra": { 7044 "branch-alias": { 7045 "dev-master": "1.0-dev" 7046 } 7047 }, 7048 "autoload": { 7049 "classmap": [ 7050 "src/" 7051 ] 7052 }, 7053 "notification-url": "https://packagist.org/downloads/", 7054 "license": [ 7055 "BSD-3-Clause" 7056 ], 7057 "authors": [ 7058 { 7059 "name": "Sebastian Bergmann", 7060 "email": "sebastian@phpunit.de", 7061 "role": "lead" 7062 } 7063 ], 7064 "description": "Collection of value objects that represent the PHP code units", 7065 "homepage": "https://github.com/sebastianbergmann/code-unit", 7066 "support": { 7067 "issues": "https://github.com/sebastianbergmann/code-unit/issues", 7068 "source": "https://github.com/sebastianbergmann/code-unit/tree/1.0.8" 7069 }, 7070 "funding": [ 7071 { 7072 "url": "https://github.com/sebastianbergmann", 7073 "type": "github" 7074 } 7075 ], 7076 "time": "2020-10-26T13:08:54+00:00" 7077 }, 7078 { 7079 "name": "sebastian/code-unit-reverse-lookup", 7080 "version": "2.0.3", 7081 "source": { 7082 "type": "git", 7083 "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git", 7084 "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5" 7085 }, 7086 "dist": { 7087 "type": "zip", 7088 "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5", 7089 "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5", 7090 "shasum": "" 7091 }, 7092 "require": { 7093 "php": ">=7.3" 7094 }, 7095 "require-dev": { 7096 "phpunit/phpunit": "^9.3" 7097 }, 7098 "type": "library", 7099 "extra": { 7100 "branch-alias": { 7101 "dev-master": "2.0-dev" 7102 } 7103 }, 7104 "autoload": { 7105 "classmap": [ 7106 "src/" 7107 ] 7108 }, 7109 "notification-url": "https://packagist.org/downloads/", 7110 "license": [ 7111 "BSD-3-Clause" 7112 ], 7113 "authors": [ 7114 { 7115 "name": "Sebastian Bergmann", 7116 "email": "sebastian@phpunit.de" 7117 } 7118 ], 7119 "description": "Looks up which function or method a line of code belongs to", 7120 "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/", 7121 "support": { 7122 "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues", 7123 "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/2.0.3" 7124 }, 7125 "funding": [ 7126 { 7127 "url": "https://github.com/sebastianbergmann", 7128 "type": "github" 7129 } 7130 ], 7131 "time": "2020-09-28T05:30:19+00:00" 7132 }, 7133 { 7134 "name": "sebastian/comparator", 7135 "version": "4.0.6", 7136 "source": { 7137 "type": "git", 7138 "url": "https://github.com/sebastianbergmann/comparator.git", 7139 "reference": "55f4261989e546dc112258c7a75935a81a7ce382" 7140 }, 7141 "dist": { 7142 "type": "zip", 7143 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/55f4261989e546dc112258c7a75935a81a7ce382", 7144 "reference": "55f4261989e546dc112258c7a75935a81a7ce382", 7145 "shasum": "" 7146 }, 7147 "require": { 7148 "php": ">=7.3", 7149 "sebastian/diff": "^4.0", 7150 "sebastian/exporter": "^4.0" 7151 }, 7152 "require-dev": { 7153 "phpunit/phpunit": "^9.3" 7154 }, 7155 "type": "library", 7156 "extra": { 7157 "branch-alias": { 7158 "dev-master": "4.0-dev" 7159 } 7160 }, 7161 "autoload": { 7162 "classmap": [ 7163 "src/" 7164 ] 7165 }, 7166 "notification-url": "https://packagist.org/downloads/", 7167 "license": [ 7168 "BSD-3-Clause" 7169 ], 7170 "authors": [ 7171 { 7172 "name": "Sebastian Bergmann", 7173 "email": "sebastian@phpunit.de" 7174 }, 7175 { 7176 "name": "Jeff Welch", 7177 "email": "whatthejeff@gmail.com" 7178 }, 7179 { 7180 "name": "Volker Dusch", 7181 "email": "github@wallbash.com" 7182 }, 7183 { 7184 "name": "Bernhard Schussek", 7185 "email": "bschussek@2bepublished.at" 7186 } 7187 ], 7188 "description": "Provides the functionality to compare PHP values for equality", 7189 "homepage": "https://github.com/sebastianbergmann/comparator", 7190 "keywords": [ 7191 "comparator", 7192 "compare", 7193 "equality" 7194 ], 7195 "support": { 7196 "issues": "https://github.com/sebastianbergmann/comparator/issues", 7197 "source": "https://github.com/sebastianbergmann/comparator/tree/4.0.6" 7198 }, 7199 "funding": [ 7200 { 7201 "url": "https://github.com/sebastianbergmann", 7202 "type": "github" 7203 } 7204 ], 7205 "time": "2020-10-26T15:49:45+00:00" 7206 }, 7207 { 7208 "name": "sebastian/complexity", 7209 "version": "2.0.2", 7210 "source": { 7211 "type": "git", 7212 "url": "https://github.com/sebastianbergmann/complexity.git", 7213 "reference": "739b35e53379900cc9ac327b2147867b8b6efd88" 7214 }, 7215 "dist": { 7216 "type": "zip", 7217 "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/739b35e53379900cc9ac327b2147867b8b6efd88", 7218 "reference": "739b35e53379900cc9ac327b2147867b8b6efd88", 7219 "shasum": "" 7220 }, 7221 "require": { 7222 "nikic/php-parser": "^4.7", 7223 "php": ">=7.3" 7224 }, 7225 "require-dev": { 7226 "phpunit/phpunit": "^9.3" 7227 }, 7228 "type": "library", 7229 "extra": { 7230 "branch-alias": { 7231 "dev-master": "2.0-dev" 7232 } 7233 }, 7234 "autoload": { 7235 "classmap": [ 7236 "src/" 7237 ] 7238 }, 7239 "notification-url": "https://packagist.org/downloads/", 7240 "license": [ 7241 "BSD-3-Clause" 7242 ], 7243 "authors": [ 7244 { 7245 "name": "Sebastian Bergmann", 7246 "email": "sebastian@phpunit.de", 7247 "role": "lead" 7248 } 7249 ], 7250 "description": "Library for calculating the complexity of PHP code units", 7251 "homepage": "https://github.com/sebastianbergmann/complexity", 7252 "support": { 7253 "issues": "https://github.com/sebastianbergmann/complexity/issues", 7254 "source": "https://github.com/sebastianbergmann/complexity/tree/2.0.2" 7255 }, 7256 "funding": [ 7257 { 7258 "url": "https://github.com/sebastianbergmann", 7259 "type": "github" 7260 } 7261 ], 7262 "time": "2020-10-26T15:52:27+00:00" 7263 }, 7264 { 7265 "name": "sebastian/diff", 7266 "version": "4.0.4", 7267 "source": { 7268 "type": "git", 7269 "url": "https://github.com/sebastianbergmann/diff.git", 7270 "reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d" 7271 }, 7272 "dist": { 7273 "type": "zip", 7274 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/3461e3fccc7cfdfc2720be910d3bd73c69be590d", 7275 "reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d", 7276 "shasum": "" 7277 }, 7278 "require": { 7279 "php": ">=7.3" 7280 }, 7281 "require-dev": { 7282 "phpunit/phpunit": "^9.3", 7283 "symfony/process": "^4.2 || ^5" 7284 }, 7285 "type": "library", 7286 "extra": { 7287 "branch-alias": { 7288 "dev-master": "4.0-dev" 7289 } 7290 }, 7291 "autoload": { 7292 "classmap": [ 7293 "src/" 7294 ] 7295 }, 7296 "notification-url": "https://packagist.org/downloads/", 7297 "license": [ 7298 "BSD-3-Clause" 7299 ], 7300 "authors": [ 7301 { 7302 "name": "Sebastian Bergmann", 7303 "email": "sebastian@phpunit.de" 7304 }, 7305 { 7306 "name": "Kore Nordmann", 7307 "email": "mail@kore-nordmann.de" 7308 } 7309 ], 7310 "description": "Diff implementation", 7311 "homepage": "https://github.com/sebastianbergmann/diff", 7312 "keywords": [ 7313 "diff", 7314 "udiff", 7315 "unidiff", 7316 "unified diff" 7317 ], 7318 "support": { 7319 "issues": "https://github.com/sebastianbergmann/diff/issues", 7320 "source": "https://github.com/sebastianbergmann/diff/tree/4.0.4" 7321 }, 7322 "funding": [ 7323 { 7324 "url": "https://github.com/sebastianbergmann", 7325 "type": "github" 7326 } 7327 ], 7328 "time": "2020-10-26T13:10:38+00:00" 7329 }, 7330 { 7331 "name": "sebastian/environment", 7332 "version": "5.1.3", 7333 "source": { 7334 "type": "git", 7335 "url": "https://github.com/sebastianbergmann/environment.git", 7336 "reference": "388b6ced16caa751030f6a69e588299fa09200ac" 7337 }, 7338 "dist": { 7339 "type": "zip", 7340 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/388b6ced16caa751030f6a69e588299fa09200ac", 7341 "reference": "388b6ced16caa751030f6a69e588299fa09200ac", 7342 "shasum": "" 7343 }, 7344 "require": { 7345 "php": ">=7.3" 7346 }, 7347 "require-dev": { 7348 "phpunit/phpunit": "^9.3" 7349 }, 7350 "suggest": { 7351 "ext-posix": "*" 7352 }, 7353 "type": "library", 7354 "extra": { 7355 "branch-alias": { 7356 "dev-master": "5.1-dev" 7357 } 7358 }, 7359 "autoload": { 7360 "classmap": [ 7361 "src/" 7362 ] 7363 }, 7364 "notification-url": "https://packagist.org/downloads/", 7365 "license": [ 7366 "BSD-3-Clause" 7367 ], 7368 "authors": [ 7369 { 7370 "name": "Sebastian Bergmann", 7371 "email": "sebastian@phpunit.de" 7372 } 7373 ], 7374 "description": "Provides functionality to handle HHVM/PHP environments", 7375 "homepage": "http://www.github.com/sebastianbergmann/environment", 7376 "keywords": [ 7377 "Xdebug", 7378 "environment", 7379 "hhvm" 7380 ], 7381 "support": { 7382 "issues": "https://github.com/sebastianbergmann/environment/issues", 7383 "source": "https://github.com/sebastianbergmann/environment/tree/5.1.3" 7384 }, 7385 "funding": [ 7386 { 7387 "url": "https://github.com/sebastianbergmann", 7388 "type": "github" 7389 } 7390 ], 7391 "time": "2020-09-28T05:52:38+00:00" 7392 }, 7393 { 7394 "name": "sebastian/exporter", 7395 "version": "4.0.3", 7396 "source": { 7397 "type": "git", 7398 "url": "https://github.com/sebastianbergmann/exporter.git", 7399 "reference": "d89cc98761b8cb5a1a235a6b703ae50d34080e65" 7400 }, 7401 "dist": { 7402 "type": "zip", 7403 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/d89cc98761b8cb5a1a235a6b703ae50d34080e65", 7404 "reference": "d89cc98761b8cb5a1a235a6b703ae50d34080e65", 7405 "shasum": "" 7406 }, 7407 "require": { 7408 "php": ">=7.3", 7409 "sebastian/recursion-context": "^4.0" 7410 }, 7411 "require-dev": { 7412 "ext-mbstring": "*", 7413 "phpunit/phpunit": "^9.3" 7414 }, 7415 "type": "library", 7416 "extra": { 7417 "branch-alias": { 7418 "dev-master": "4.0-dev" 7419 } 7420 }, 7421 "autoload": { 7422 "classmap": [ 7423 "src/" 7424 ] 7425 }, 7426 "notification-url": "https://packagist.org/downloads/", 7427 "license": [ 7428 "BSD-3-Clause" 7429 ], 7430 "authors": [ 7431 { 7432 "name": "Sebastian Bergmann", 7433 "email": "sebastian@phpunit.de" 7434 }, 7435 { 7436 "name": "Jeff Welch", 7437 "email": "whatthejeff@gmail.com" 7438 }, 7439 { 7440 "name": "Volker Dusch", 7441 "email": "github@wallbash.com" 7442 }, 7443 { 7444 "name": "Adam Harvey", 7445 "email": "aharvey@php.net" 7446 }, 7447 { 7448 "name": "Bernhard Schussek", 7449 "email": "bschussek@gmail.com" 7450 } 7451 ], 7452 "description": "Provides the functionality to export PHP variables for visualization", 7453 "homepage": "http://www.github.com/sebastianbergmann/exporter", 7454 "keywords": [ 7455 "export", 7456 "exporter" 7457 ], 7458 "support": { 7459 "issues": "https://github.com/sebastianbergmann/exporter/issues", 7460 "source": "https://github.com/sebastianbergmann/exporter/tree/4.0.3" 7461 }, 7462 "funding": [ 7463 { 7464 "url": "https://github.com/sebastianbergmann", 7465 "type": "github" 7466 } 7467 ], 7468 "time": "2020-09-28T05:24:23+00:00" 7469 }, 7470 { 7471 "name": "sebastian/global-state", 7472 "version": "5.0.2", 7473 "source": { 7474 "type": "git", 7475 "url": "https://github.com/sebastianbergmann/global-state.git", 7476 "reference": "a90ccbddffa067b51f574dea6eb25d5680839455" 7477 }, 7478 "dist": { 7479 "type": "zip", 7480 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/a90ccbddffa067b51f574dea6eb25d5680839455", 7481 "reference": "a90ccbddffa067b51f574dea6eb25d5680839455", 7482 "shasum": "" 7483 }, 7484 "require": { 7485 "php": ">=7.3", 7486 "sebastian/object-reflector": "^2.0", 7487 "sebastian/recursion-context": "^4.0" 7488 }, 7489 "require-dev": { 7490 "ext-dom": "*", 7491 "phpunit/phpunit": "^9.3" 7492 }, 7493 "suggest": { 7494 "ext-uopz": "*" 7495 }, 7496 "type": "library", 7497 "extra": { 7498 "branch-alias": { 7499 "dev-master": "5.0-dev" 7500 } 7501 }, 7502 "autoload": { 7503 "classmap": [ 7504 "src/" 7505 ] 7506 }, 7507 "notification-url": "https://packagist.org/downloads/", 7508 "license": [ 7509 "BSD-3-Clause" 7510 ], 7511 "authors": [ 7512 { 7513 "name": "Sebastian Bergmann", 7514 "email": "sebastian@phpunit.de" 7515 } 7516 ], 7517 "description": "Snapshotting of global state", 7518 "homepage": "http://www.github.com/sebastianbergmann/global-state", 7519 "keywords": [ 7520 "global state" 7521 ], 7522 "support": { 7523 "issues": "https://github.com/sebastianbergmann/global-state/issues", 7524 "source": "https://github.com/sebastianbergmann/global-state/tree/5.0.2" 7525 }, 7526 "funding": [ 7527 { 7528 "url": "https://github.com/sebastianbergmann", 7529 "type": "github" 7530 } 7531 ], 7532 "time": "2020-10-26T15:55:19+00:00" 7533 }, 7534 { 7535 "name": "sebastian/lines-of-code", 7536 "version": "1.0.3", 7537 "source": { 7538 "type": "git", 7539 "url": "https://github.com/sebastianbergmann/lines-of-code.git", 7540 "reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc" 7541 }, 7542 "dist": { 7543 "type": "zip", 7544 "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/c1c2e997aa3146983ed888ad08b15470a2e22ecc", 7545 "reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc", 7546 "shasum": "" 7547 }, 7548 "require": { 7549 "nikic/php-parser": "^4.6", 7550 "php": ">=7.3" 7551 }, 7552 "require-dev": { 7553 "phpunit/phpunit": "^9.3" 7554 }, 7555 "type": "library", 7556 "extra": { 7557 "branch-alias": { 7558 "dev-master": "1.0-dev" 7559 } 7560 }, 7561 "autoload": { 7562 "classmap": [ 7563 "src/" 7564 ] 7565 }, 7566 "notification-url": "https://packagist.org/downloads/", 7567 "license": [ 7568 "BSD-3-Clause" 7569 ], 7570 "authors": [ 7571 { 7572 "name": "Sebastian Bergmann", 7573 "email": "sebastian@phpunit.de", 7574 "role": "lead" 7575 } 7576 ], 7577 "description": "Library for counting the lines of code in PHP source code", 7578 "homepage": "https://github.com/sebastianbergmann/lines-of-code", 7579 "support": { 7580 "issues": "https://github.com/sebastianbergmann/lines-of-code/issues", 7581 "source": "https://github.com/sebastianbergmann/lines-of-code/tree/1.0.3" 7582 }, 7583 "funding": [ 7584 { 7585 "url": "https://github.com/sebastianbergmann", 7586 "type": "github" 7587 } 7588 ], 7589 "time": "2020-11-28T06:42:11+00:00" 7590 }, 7591 { 7592 "name": "sebastian/object-enumerator", 7593 "version": "4.0.4", 7594 "source": { 7595 "type": "git", 7596 "url": "https://github.com/sebastianbergmann/object-enumerator.git", 7597 "reference": "5c9eeac41b290a3712d88851518825ad78f45c71" 7598 }, 7599 "dist": { 7600 "type": "zip", 7601 "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/5c9eeac41b290a3712d88851518825ad78f45c71", 7602 "reference": "5c9eeac41b290a3712d88851518825ad78f45c71", 7603 "shasum": "" 7604 }, 7605 "require": { 7606 "php": ">=7.3", 7607 "sebastian/object-reflector": "^2.0", 7608 "sebastian/recursion-context": "^4.0" 7609 }, 7610 "require-dev": { 7611 "phpunit/phpunit": "^9.3" 7612 }, 7613 "type": "library", 7614 "extra": { 7615 "branch-alias": { 7616 "dev-master": "4.0-dev" 7617 } 7618 }, 7619 "autoload": { 7620 "classmap": [ 7621 "src/" 7622 ] 7623 }, 7624 "notification-url": "https://packagist.org/downloads/", 7625 "license": [ 7626 "BSD-3-Clause" 7627 ], 7628 "authors": [ 7629 { 7630 "name": "Sebastian Bergmann", 7631 "email": "sebastian@phpunit.de" 7632 } 7633 ], 7634 "description": "Traverses array structures and object graphs to enumerate all referenced objects", 7635 "homepage": "https://github.com/sebastianbergmann/object-enumerator/", 7636 "support": { 7637 "issues": "https://github.com/sebastianbergmann/object-enumerator/issues", 7638 "source": "https://github.com/sebastianbergmann/object-enumerator/tree/4.0.4" 7639 }, 7640 "funding": [ 7641 { 7642 "url": "https://github.com/sebastianbergmann", 7643 "type": "github" 7644 } 7645 ], 7646 "time": "2020-10-26T13:12:34+00:00" 7647 }, 7648 { 7649 "name": "sebastian/object-reflector", 7650 "version": "2.0.4", 7651 "source": { 7652 "type": "git", 7653 "url": "https://github.com/sebastianbergmann/object-reflector.git", 7654 "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7" 7655 }, 7656 "dist": { 7657 "type": "zip", 7658 "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/b4f479ebdbf63ac605d183ece17d8d7fe49c15c7", 7659 "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7", 7660 "shasum": "" 7661 }, 7662 "require": { 7663 "php": ">=7.3" 7664 }, 7665 "require-dev": { 7666 "phpunit/phpunit": "^9.3" 7667 }, 7668 "type": "library", 7669 "extra": { 7670 "branch-alias": { 7671 "dev-master": "2.0-dev" 7672 } 7673 }, 7674 "autoload": { 7675 "classmap": [ 7676 "src/" 7677 ] 7678 }, 7679 "notification-url": "https://packagist.org/downloads/", 7680 "license": [ 7681 "BSD-3-Clause" 7682 ], 7683 "authors": [ 7684 { 7685 "name": "Sebastian Bergmann", 7686 "email": "sebastian@phpunit.de" 7687 } 7688 ], 7689 "description": "Allows reflection of object attributes, including inherited and non-public ones", 7690 "homepage": "https://github.com/sebastianbergmann/object-reflector/", 7691 "support": { 7692 "issues": "https://github.com/sebastianbergmann/object-reflector/issues", 7693 "source": "https://github.com/sebastianbergmann/object-reflector/tree/2.0.4" 7694 }, 7695 "funding": [ 7696 { 7697 "url": "https://github.com/sebastianbergmann", 7698 "type": "github" 7699 } 7700 ], 7701 "time": "2020-10-26T13:14:26+00:00" 7702 }, 7703 { 7704 "name": "sebastian/recursion-context", 7705 "version": "4.0.4", 7706 "source": { 7707 "type": "git", 7708 "url": "https://github.com/sebastianbergmann/recursion-context.git", 7709 "reference": "cd9d8cf3c5804de4341c283ed787f099f5506172" 7710 }, 7711 "dist": { 7712 "type": "zip", 7713 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/cd9d8cf3c5804de4341c283ed787f099f5506172", 7714 "reference": "cd9d8cf3c5804de4341c283ed787f099f5506172", 7715 "shasum": "" 7716 }, 7717 "require": { 7718 "php": ">=7.3" 7719 }, 7720 "require-dev": { 7721 "phpunit/phpunit": "^9.3" 7722 }, 7723 "type": "library", 7724 "extra": { 7725 "branch-alias": { 7726 "dev-master": "4.0-dev" 7727 } 7728 }, 7729 "autoload": { 7730 "classmap": [ 7731 "src/" 7732 ] 7733 }, 7734 "notification-url": "https://packagist.org/downloads/", 7735 "license": [ 7736 "BSD-3-Clause" 7737 ], 7738 "authors": [ 7739 { 7740 "name": "Sebastian Bergmann", 7741 "email": "sebastian@phpunit.de" 7742 }, 7743 { 7744 "name": "Jeff Welch", 7745 "email": "whatthejeff@gmail.com" 7746 }, 7747 { 7748 "name": "Adam Harvey", 7749 "email": "aharvey@php.net" 7750 } 7751 ], 7752 "description": "Provides functionality to recursively process PHP variables", 7753 "homepage": "http://www.github.com/sebastianbergmann/recursion-context", 7754 "support": { 7755 "issues": "https://github.com/sebastianbergmann/recursion-context/issues", 7756 "source": "https://github.com/sebastianbergmann/recursion-context/tree/4.0.4" 7757 }, 7758 "funding": [ 7759 { 7760 "url": "https://github.com/sebastianbergmann", 7761 "type": "github" 7762 } 7763 ], 7764 "time": "2020-10-26T13:17:30+00:00" 7765 }, 7766 { 7767 "name": "sebastian/resource-operations", 7768 "version": "3.0.3", 7769 "source": { 7770 "type": "git", 7771 "url": "https://github.com/sebastianbergmann/resource-operations.git", 7772 "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8" 7773 }, 7774 "dist": { 7775 "type": "zip", 7776 "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8", 7777 "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8", 7778 "shasum": "" 7779 }, 7780 "require": { 7781 "php": ">=7.3" 7782 }, 7783 "require-dev": { 7784 "phpunit/phpunit": "^9.0" 7785 }, 7786 "type": "library", 7787 "extra": { 7788 "branch-alias": { 7789 "dev-master": "3.0-dev" 7790 } 7791 }, 7792 "autoload": { 7793 "classmap": [ 7794 "src/" 7795 ] 7796 }, 7797 "notification-url": "https://packagist.org/downloads/", 7798 "license": [ 7799 "BSD-3-Clause" 7800 ], 7801 "authors": [ 7802 { 7803 "name": "Sebastian Bergmann", 7804 "email": "sebastian@phpunit.de" 7805 } 7806 ], 7807 "description": "Provides a list of PHP built-in functions that operate on resources", 7808 "homepage": "https://www.github.com/sebastianbergmann/resource-operations", 7809 "support": { 7810 "issues": "https://github.com/sebastianbergmann/resource-operations/issues", 7811 "source": "https://github.com/sebastianbergmann/resource-operations/tree/3.0.3" 7812 }, 7813 "funding": [ 7814 { 7815 "url": "https://github.com/sebastianbergmann", 7816 "type": "github" 7817 } 7818 ], 7819 "time": "2020-09-28T06:45:17+00:00" 7820 }, 7821 { 7822 "name": "sebastian/type", 7823 "version": "2.3.1", 7824 "source": { 7825 "type": "git", 7826 "url": "https://github.com/sebastianbergmann/type.git", 7827 "reference": "81cd61ab7bbf2de744aba0ea61fae32f721df3d2" 7828 }, 7829 "dist": { 7830 "type": "zip", 7831 "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/81cd61ab7bbf2de744aba0ea61fae32f721df3d2", 7832 "reference": "81cd61ab7bbf2de744aba0ea61fae32f721df3d2", 7833 "shasum": "" 7834 }, 7835 "require": { 7836 "php": ">=7.3" 7837 }, 7838 "require-dev": { 7839 "phpunit/phpunit": "^9.3" 7840 }, 7841 "type": "library", 7842 "extra": { 7843 "branch-alias": { 7844 "dev-master": "2.3-dev" 7845 } 7846 }, 7847 "autoload": { 7848 "classmap": [ 7849 "src/" 7850 ] 7851 }, 7852 "notification-url": "https://packagist.org/downloads/", 7853 "license": [ 7854 "BSD-3-Clause" 7855 ], 7856 "authors": [ 7857 { 7858 "name": "Sebastian Bergmann", 7859 "email": "sebastian@phpunit.de", 7860 "role": "lead" 7861 } 7862 ], 7863 "description": "Collection of value objects that represent the types of the PHP type system", 7864 "homepage": "https://github.com/sebastianbergmann/type", 7865 "support": { 7866 "issues": "https://github.com/sebastianbergmann/type/issues", 7867 "source": "https://github.com/sebastianbergmann/type/tree/2.3.1" 7868 }, 7869 "funding": [ 7870 { 7871 "url": "https://github.com/sebastianbergmann", 7872 "type": "github" 7873 } 7874 ], 7875 "time": "2020-10-26T13:18:59+00:00" 7876 }, 7877 { 7878 "name": "sebastian/version", 7879 "version": "3.0.2", 7880 "source": { 7881 "type": "git", 7882 "url": "https://github.com/sebastianbergmann/version.git", 7883 "reference": "c6c1022351a901512170118436c764e473f6de8c" 7884 }, 7885 "dist": { 7886 "type": "zip", 7887 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c6c1022351a901512170118436c764e473f6de8c", 7888 "reference": "c6c1022351a901512170118436c764e473f6de8c", 7889 "shasum": "" 7890 }, 7891 "require": { 7892 "php": ">=7.3" 7893 }, 7894 "type": "library", 7895 "extra": { 7896 "branch-alias": { 7897 "dev-master": "3.0-dev" 7898 } 7899 }, 7900 "autoload": { 7901 "classmap": [ 7902 "src/" 7903 ] 7904 }, 7905 "notification-url": "https://packagist.org/downloads/", 7906 "license": [ 7907 "BSD-3-Clause" 7908 ], 7909 "authors": [ 7910 { 7911 "name": "Sebastian Bergmann", 7912 "email": "sebastian@phpunit.de", 7913 "role": "lead" 7914 } 7915 ], 7916 "description": "Library that helps with managing the version number of Git-hosted PHP projects", 7917 "homepage": "https://github.com/sebastianbergmann/version", 7918 "support": { 7919 "issues": "https://github.com/sebastianbergmann/version/issues", 7920 "source": "https://github.com/sebastianbergmann/version/tree/3.0.2" 7921 }, 7922 "funding": [ 7923 { 7924 "url": "https://github.com/sebastianbergmann", 7925 "type": "github" 7926 } 7927 ], 7928 "time": "2020-09-28T06:39:44+00:00" 7929 }, 7930 { 7931 "name": "seld/jsonlint", 7932 "version": "1.8.3", 7933 "source": { 7934 "type": "git", 7935 "url": "https://github.com/Seldaek/jsonlint.git", 7936 "reference": "9ad6ce79c342fbd44df10ea95511a1b24dee5b57" 7937 }, 7938 "dist": { 7939 "type": "zip", 7940 "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/9ad6ce79c342fbd44df10ea95511a1b24dee5b57", 7941 "reference": "9ad6ce79c342fbd44df10ea95511a1b24dee5b57", 7942 "shasum": "" 7943 }, 7944 "require": { 7945 "php": "^5.3 || ^7.0 || ^8.0" 7946 }, 7947 "require-dev": { 7948 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0" 7949 }, 7950 "bin": [ 7951 "bin/jsonlint" 7952 ], 7953 "type": "library", 7954 "autoload": { 7955 "psr-4": { 7956 "Seld\\JsonLint\\": "src/Seld/JsonLint/" 7957 } 7958 }, 7959 "notification-url": "https://packagist.org/downloads/", 7960 "license": [ 7961 "MIT" 7962 ], 7963 "authors": [ 7964 { 7965 "name": "Jordi Boggiano", 7966 "email": "j.boggiano@seld.be", 7967 "homepage": "http://seld.be" 7968 } 7969 ], 7970 "description": "JSON Linter", 7971 "keywords": [ 7972 "json", 7973 "linter", 7974 "parser", 7975 "validator" 7976 ], 7977 "support": { 7978 "issues": "https://github.com/Seldaek/jsonlint/issues", 7979 "source": "https://github.com/Seldaek/jsonlint/tree/1.8.3" 7980 }, 7981 "funding": [ 7982 { 7983 "url": "https://github.com/Seldaek", 7984 "type": "github" 7985 }, 7986 { 7987 "url": "https://tidelift.com/funding/github/packagist/seld/jsonlint", 7988 "type": "tidelift" 7989 } 7990 ], 7991 "time": "2020-11-11T09:19:24+00:00" 7992 }, 7993 { 7994 "name": "seld/phar-utils", 7995 "version": "1.1.1", 7996 "source": { 7997 "type": "git", 7998 "url": "https://github.com/Seldaek/phar-utils.git", 7999 "reference": "8674b1d84ffb47cc59a101f5d5a3b61e87d23796" 8000 }, 8001 "dist": { 8002 "type": "zip", 8003 "url": "https://api.github.com/repos/Seldaek/phar-utils/zipball/8674b1d84ffb47cc59a101f5d5a3b61e87d23796", 8004 "reference": "8674b1d84ffb47cc59a101f5d5a3b61e87d23796", 8005 "shasum": "" 8006 }, 8007 "require": { 8008 "php": ">=5.3" 8009 }, 8010 "type": "library", 8011 "extra": { 8012 "branch-alias": { 8013 "dev-master": "1.x-dev" 8014 } 8015 }, 8016 "autoload": { 8017 "psr-4": { 8018 "Seld\\PharUtils\\": "src/" 8019 } 8020 }, 8021 "notification-url": "https://packagist.org/downloads/", 8022 "license": [ 8023 "MIT" 8024 ], 8025 "authors": [ 8026 { 8027 "name": "Jordi Boggiano", 8028 "email": "j.boggiano@seld.be" 8029 } 8030 ], 8031 "description": "PHAR file format utilities, for when PHP phars you up", 8032 "keywords": [ 8033 "phar" 8034 ], 8035 "support": { 8036 "issues": "https://github.com/Seldaek/phar-utils/issues", 8037 "source": "https://github.com/Seldaek/phar-utils/tree/master" 8038 }, 8039 "time": "2020-07-07T18:42:57+00:00" 8040 }, 8041 { 8042 "name": "symfony/config", 8043 "version": "v5.2.8", 8044 "source": { 8045 "type": "git", 8046 "url": "https://github.com/symfony/config.git", 8047 "reference": "8dfa5f8adea9cd5155920069224beb04f11d6b7e" 8048 }, 8049 "dist": { 8050 "type": "zip", 8051 "url": "https://api.github.com/repos/symfony/config/zipball/8dfa5f8adea9cd5155920069224beb04f11d6b7e", 8052 "reference": "8dfa5f8adea9cd5155920069224beb04f11d6b7e", 8053 "shasum": "" 8054 }, 8055 "require": { 8056 "php": ">=7.2.5", 8057 "symfony/deprecation-contracts": "^2.1", 8058 "symfony/filesystem": "^4.4|^5.0", 8059 "symfony/polyfill-ctype": "~1.8", 8060 "symfony/polyfill-php80": "^1.15" 8061 }, 8062 "conflict": { 8063 "symfony/finder": "<4.4" 8064 }, 8065 "require-dev": { 8066 "symfony/event-dispatcher": "^4.4|^5.0", 8067 "symfony/finder": "^4.4|^5.0", 8068 "symfony/messenger": "^4.4|^5.0", 8069 "symfony/service-contracts": "^1.1|^2", 8070 "symfony/yaml": "^4.4|^5.0" 8071 }, 8072 "suggest": { 8073 "symfony/yaml": "To use the yaml reference dumper" 8074 }, 8075 "type": "library", 8076 "autoload": { 8077 "psr-4": { 8078 "Symfony\\Component\\Config\\": "" 8079 }, 8080 "exclude-from-classmap": [ 8081 "/Tests/" 8082 ] 8083 }, 8084 "notification-url": "https://packagist.org/downloads/", 8085 "license": [ 8086 "MIT" 8087 ], 8088 "authors": [ 8089 { 8090 "name": "Fabien Potencier", 8091 "email": "fabien@symfony.com" 8092 }, 8093 { 8094 "name": "Symfony Community", 8095 "homepage": "https://symfony.com/contributors" 8096 } 8097 ], 8098 "description": "Helps you find, load, combine, autofill and validate configuration values of any kind", 8099 "homepage": "https://symfony.com", 8100 "support": { 8101 "source": "https://github.com/symfony/config/tree/v5.2.8" 8102 }, 8103 "funding": [ 8104 { 8105 "url": "https://symfony.com/sponsor", 8106 "type": "custom" 8107 }, 8108 { 8109 "url": "https://github.com/fabpot", 8110 "type": "github" 8111 }, 8112 { 8113 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 8114 "type": "tidelift" 8115 } 8116 ], 8117 "time": "2021-05-07T13:41:16+00:00" 8118 }, 8119 { 8120 "name": "symfony/deprecation-contracts", 8121 "version": "v2.4.0", 8122 "source": { 8123 "type": "git", 8124 "url": "https://github.com/symfony/deprecation-contracts.git", 8125 "reference": "5f38c8804a9e97d23e0c8d63341088cd8a22d627" 8126 }, 8127 "dist": { 8128 "type": "zip", 8129 "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/5f38c8804a9e97d23e0c8d63341088cd8a22d627", 8130 "reference": "5f38c8804a9e97d23e0c8d63341088cd8a22d627", 8131 "shasum": "" 8132 }, 8133 "require": { 8134 "php": ">=7.1" 8135 }, 8136 "type": "library", 8137 "extra": { 8138 "branch-alias": { 8139 "dev-main": "2.4-dev" 8140 }, 8141 "thanks": { 8142 "name": "symfony/contracts", 8143 "url": "https://github.com/symfony/contracts" 8144 } 8145 }, 8146 "autoload": { 8147 "files": [ 8148 "function.php" 8149 ] 8150 }, 8151 "notification-url": "https://packagist.org/downloads/", 8152 "license": [ 8153 "MIT" 8154 ], 8155 "authors": [ 8156 { 8157 "name": "Nicolas Grekas", 8158 "email": "p@tchwork.com" 8159 }, 8160 { 8161 "name": "Symfony Community", 8162 "homepage": "https://symfony.com/contributors" 8163 } 8164 ], 8165 "description": "A generic function and convention to trigger deprecation notices", 8166 "homepage": "https://symfony.com", 8167 "support": { 8168 "source": "https://github.com/symfony/deprecation-contracts/tree/v2.4.0" 8169 }, 8170 "funding": [ 8171 { 8172 "url": "https://symfony.com/sponsor", 8173 "type": "custom" 8174 }, 8175 { 8176 "url": "https://github.com/fabpot", 8177 "type": "github" 8178 }, 8179 { 8180 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 8181 "type": "tidelift" 8182 } 8183 ], 8184 "time": "2021-03-23T23:28:01+00:00" 8185 }, 8186 { 8187 "name": "symfony/filesystem", 8188 "version": "v5.2.7", 8189 "source": { 8190 "type": "git", 8191 "url": "https://github.com/symfony/filesystem.git", 8192 "reference": "056e92acc21d977c37e6ea8e97374b2a6c8551b0" 8193 }, 8194 "dist": { 8195 "type": "zip", 8196 "url": "https://api.github.com/repos/symfony/filesystem/zipball/056e92acc21d977c37e6ea8e97374b2a6c8551b0", 8197 "reference": "056e92acc21d977c37e6ea8e97374b2a6c8551b0", 8198 "shasum": "" 8199 }, 8200 "require": { 8201 "php": ">=7.2.5", 8202 "symfony/polyfill-ctype": "~1.8" 8203 }, 8204 "type": "library", 8205 "autoload": { 8206 "psr-4": { 8207 "Symfony\\Component\\Filesystem\\": "" 8208 }, 8209 "exclude-from-classmap": [ 8210 "/Tests/" 8211 ] 8212 }, 8213 "notification-url": "https://packagist.org/downloads/", 8214 "license": [ 8215 "MIT" 8216 ], 8217 "authors": [ 8218 { 8219 "name": "Fabien Potencier", 8220 "email": "fabien@symfony.com" 8221 }, 8222 { 8223 "name": "Symfony Community", 8224 "homepage": "https://symfony.com/contributors" 8225 } 8226 ], 8227 "description": "Provides basic utilities for the filesystem", 8228 "homepage": "https://symfony.com", 8229 "support": { 8230 "source": "https://github.com/symfony/filesystem/tree/v5.2.7" 8231 }, 8232 "funding": [ 8233 { 8234 "url": "https://symfony.com/sponsor", 8235 "type": "custom" 8236 }, 8237 { 8238 "url": "https://github.com/fabpot", 8239 "type": "github" 8240 }, 8241 { 8242 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 8243 "type": "tidelift" 8244 } 8245 ], 8246 "time": "2021-04-01T10:42:13+00:00" 8247 }, 8248 { 8249 "name": "symfony/finder", 8250 "version": "v5.2.8", 8251 "source": { 8252 "type": "git", 8253 "url": "https://github.com/symfony/finder.git", 8254 "reference": "eccb8be70d7a6a2230d05f6ecede40f3fdd9e252" 8255 }, 8256 "dist": { 8257 "type": "zip", 8258 "url": "https://api.github.com/repos/symfony/finder/zipball/eccb8be70d7a6a2230d05f6ecede40f3fdd9e252", 8259 "reference": "eccb8be70d7a6a2230d05f6ecede40f3fdd9e252", 8260 "shasum": "" 8261 }, 8262 "require": { 8263 "php": ">=7.2.5" 8264 }, 8265 "type": "library", 8266 "autoload": { 8267 "psr-4": { 8268 "Symfony\\Component\\Finder\\": "" 8269 }, 8270 "exclude-from-classmap": [ 8271 "/Tests/" 8272 ] 8273 }, 8274 "notification-url": "https://packagist.org/downloads/", 8275 "license": [ 8276 "MIT" 8277 ], 8278 "authors": [ 8279 { 8280 "name": "Fabien Potencier", 8281 "email": "fabien@symfony.com" 8282 }, 8283 { 8284 "name": "Symfony Community", 8285 "homepage": "https://symfony.com/contributors" 8286 } 8287 ], 8288 "description": "Finds files and directories via an intuitive fluent interface", 8289 "homepage": "https://symfony.com", 8290 "support": { 8291 "source": "https://github.com/symfony/finder/tree/v5.2.8" 8292 }, 8293 "funding": [ 8294 { 8295 "url": "https://symfony.com/sponsor", 8296 "type": "custom" 8297 }, 8298 { 8299 "url": "https://github.com/fabpot", 8300 "type": "github" 8301 }, 8302 { 8303 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 8304 "type": "tidelift" 8305 } 8306 ], 8307 "time": "2021-05-10T14:39:23+00:00" 8308 }, 8309 { 8310 "name": "symfony/process", 8311 "version": "v5.2.7", 8312 "source": { 8313 "type": "git", 8314 "url": "https://github.com/symfony/process.git", 8315 "reference": "98cb8eeb72e55d4196dd1e36f1f16e7b3a9a088e" 8316 }, 8317 "dist": { 8318 "type": "zip", 8319 "url": "https://api.github.com/repos/symfony/process/zipball/98cb8eeb72e55d4196dd1e36f1f16e7b3a9a088e", 8320 "reference": "98cb8eeb72e55d4196dd1e36f1f16e7b3a9a088e", 8321 "shasum": "" 8322 }, 8323 "require": { 8324 "php": ">=7.2.5", 8325 "symfony/polyfill-php80": "^1.15" 8326 }, 8327 "type": "library", 8328 "autoload": { 8329 "psr-4": { 8330 "Symfony\\Component\\Process\\": "" 8331 }, 8332 "exclude-from-classmap": [ 8333 "/Tests/" 8334 ] 8335 }, 8336 "notification-url": "https://packagist.org/downloads/", 8337 "license": [ 8338 "MIT" 8339 ], 8340 "authors": [ 8341 { 8342 "name": "Fabien Potencier", 8343 "email": "fabien@symfony.com" 8344 }, 8345 { 8346 "name": "Symfony Community", 8347 "homepage": "https://symfony.com/contributors" 8348 } 8349 ], 8350 "description": "Executes commands in sub-processes", 8351 "homepage": "https://symfony.com", 8352 "support": { 8353 "source": "https://github.com/symfony/process/tree/v5.3.0-BETA1" 8354 }, 8355 "funding": [ 8356 { 8357 "url": "https://symfony.com/sponsor", 8358 "type": "custom" 8359 }, 8360 { 8361 "url": "https://github.com/fabpot", 8362 "type": "github" 8363 }, 8364 { 8365 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 8366 "type": "tidelift" 8367 } 8368 ], 8369 "time": "2021-04-08T10:27:02+00:00" 8370 }, 8371 { 8372 "name": "symfony/stopwatch", 8373 "version": "v5.2.7", 8374 "source": { 8375 "type": "git", 8376 "url": "https://github.com/symfony/stopwatch.git", 8377 "reference": "d99310c33e833def36419c284f60e8027d359678" 8378 }, 8379 "dist": { 8380 "type": "zip", 8381 "url": "https://api.github.com/repos/symfony/stopwatch/zipball/d99310c33e833def36419c284f60e8027d359678", 8382 "reference": "d99310c33e833def36419c284f60e8027d359678", 8383 "shasum": "" 8384 }, 8385 "require": { 8386 "php": ">=7.2.5", 8387 "symfony/service-contracts": "^1.0|^2" 8388 }, 8389 "type": "library", 8390 "autoload": { 8391 "psr-4": { 8392 "Symfony\\Component\\Stopwatch\\": "" 8393 }, 8394 "exclude-from-classmap": [ 8395 "/Tests/" 8396 ] 8397 }, 8398 "notification-url": "https://packagist.org/downloads/", 8399 "license": [ 8400 "MIT" 8401 ], 8402 "authors": [ 8403 { 8404 "name": "Fabien Potencier", 8405 "email": "fabien@symfony.com" 8406 }, 8407 { 8408 "name": "Symfony Community", 8409 "homepage": "https://symfony.com/contributors" 8410 } 8411 ], 8412 "description": "Provides a way to profile code", 8413 "homepage": "https://symfony.com", 8414 "support": { 8415 "source": "https://github.com/symfony/stopwatch/tree/v5.3.0-BETA1" 8416 }, 8417 "funding": [ 8418 { 8419 "url": "https://symfony.com/sponsor", 8420 "type": "custom" 8421 }, 8422 { 8423 "url": "https://github.com/fabpot", 8424 "type": "github" 8425 }, 8426 { 8427 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 8428 "type": "tidelift" 8429 } 8430 ], 8431 "time": "2021-03-29T15:28:41+00:00" 8432 }, 8433 { 8434 "name": "symfony/var-dumper", 8435 "version": "v5.2.8", 8436 "source": { 8437 "type": "git", 8438 "url": "https://github.com/symfony/var-dumper.git", 8439 "reference": "d693200a73fae179d27f8f1b16b4faf3e8569eba" 8440 }, 8441 "dist": { 8442 "type": "zip", 8443 "url": "https://api.github.com/repos/symfony/var-dumper/zipball/d693200a73fae179d27f8f1b16b4faf3e8569eba", 8444 "reference": "d693200a73fae179d27f8f1b16b4faf3e8569eba", 8445 "shasum": "" 8446 }, 8447 "require": { 8448 "php": ">=7.2.5", 8449 "symfony/polyfill-mbstring": "~1.0", 8450 "symfony/polyfill-php80": "^1.15" 8451 }, 8452 "conflict": { 8453 "phpunit/phpunit": "<5.4.3", 8454 "symfony/console": "<4.4" 8455 }, 8456 "require-dev": { 8457 "ext-iconv": "*", 8458 "symfony/console": "^4.4|^5.0", 8459 "symfony/process": "^4.4|^5.0", 8460 "twig/twig": "^2.13|^3.0.4" 8461 }, 8462 "suggest": { 8463 "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).", 8464 "ext-intl": "To show region name in time zone dump", 8465 "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script" 8466 }, 8467 "bin": [ 8468 "Resources/bin/var-dump-server" 8469 ], 8470 "type": "library", 8471 "autoload": { 8472 "files": [ 8473 "Resources/functions/dump.php" 8474 ], 8475 "psr-4": { 8476 "Symfony\\Component\\VarDumper\\": "" 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": "Nicolas Grekas", 8489 "email": "p@tchwork.com" 8490 }, 8491 { 8492 "name": "Symfony Community", 8493 "homepage": "https://symfony.com/contributors" 8494 } 8495 ], 8496 "description": "Provides mechanisms for walking through any arbitrary PHP variable", 8497 "homepage": "https://symfony.com", 8498 "keywords": [ 8499 "debug", 8500 "dump" 8501 ], 8502 "support": { 8503 "source": "https://github.com/symfony/var-dumper/tree/v5.2.8" 8504 }, 8505 "funding": [ 8506 { 8507 "url": "https://symfony.com/sponsor", 8508 "type": "custom" 8509 }, 8510 { 8511 "url": "https://github.com/fabpot", 8512 "type": "github" 8513 }, 8514 { 8515 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 8516 "type": "tidelift" 8517 } 8518 ], 8519 "time": "2021-05-07T13:42:21+00:00" 8520 }, 8521 { 8522 "name": "symfony/yaml", 8523 "version": "v5.2.7", 8524 "source": { 8525 "type": "git", 8526 "url": "https://github.com/symfony/yaml.git", 8527 "reference": "76546cbeddd0a9540b4e4e57eddeec3e9bb444a5" 8528 }, 8529 "dist": { 8530 "type": "zip", 8531 "url": "https://api.github.com/repos/symfony/yaml/zipball/76546cbeddd0a9540b4e4e57eddeec3e9bb444a5", 8532 "reference": "76546cbeddd0a9540b4e4e57eddeec3e9bb444a5", 8533 "shasum": "" 8534 }, 8535 "require": { 8536 "php": ">=7.2.5", 8537 "symfony/deprecation-contracts": "^2.1", 8538 "symfony/polyfill-ctype": "~1.8" 8539 }, 8540 "conflict": { 8541 "symfony/console": "<4.4" 8542 }, 8543 "require-dev": { 8544 "symfony/console": "^4.4|^5.0" 8545 }, 8546 "suggest": { 8547 "symfony/console": "For validating YAML files using the lint command" 8548 }, 8549 "bin": [ 8550 "Resources/bin/yaml-lint" 8551 ], 8552 "type": "library", 8553 "autoload": { 8554 "psr-4": { 8555 "Symfony\\Component\\Yaml\\": "" 8556 }, 8557 "exclude-from-classmap": [ 8558 "/Tests/" 8559 ] 8560 }, 8561 "notification-url": "https://packagist.org/downloads/", 8562 "license": [ 8563 "MIT" 8564 ], 8565 "authors": [ 8566 { 8567 "name": "Fabien Potencier", 8568 "email": "fabien@symfony.com" 8569 }, 8570 { 8571 "name": "Symfony Community", 8572 "homepage": "https://symfony.com/contributors" 8573 } 8574 ], 8575 "description": "Loads and dumps YAML files", 8576 "homepage": "https://symfony.com", 8577 "support": { 8578 "source": "https://github.com/symfony/yaml/tree/v5.2.7" 8579 }, 8580 "funding": [ 8581 { 8582 "url": "https://symfony.com/sponsor", 8583 "type": "custom" 8584 }, 8585 { 8586 "url": "https://github.com/fabpot", 8587 "type": "github" 8588 }, 8589 { 8590 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 8591 "type": "tidelift" 8592 } 8593 ], 8594 "time": "2021-04-29T20:47:09+00:00" 8595 }, 8596 { 8597 "name": "theseer/tokenizer", 8598 "version": "1.2.0", 8599 "source": { 8600 "type": "git", 8601 "url": "https://github.com/theseer/tokenizer.git", 8602 "reference": "75a63c33a8577608444246075ea0af0d052e452a" 8603 }, 8604 "dist": { 8605 "type": "zip", 8606 "url": "https://api.github.com/repos/theseer/tokenizer/zipball/75a63c33a8577608444246075ea0af0d052e452a", 8607 "reference": "75a63c33a8577608444246075ea0af0d052e452a", 8608 "shasum": "" 8609 }, 8610 "require": { 8611 "ext-dom": "*", 8612 "ext-tokenizer": "*", 8613 "ext-xmlwriter": "*", 8614 "php": "^7.2 || ^8.0" 8615 }, 8616 "type": "library", 8617 "autoload": { 8618 "classmap": [ 8619 "src/" 8620 ] 8621 }, 8622 "notification-url": "https://packagist.org/downloads/", 8623 "license": [ 8624 "BSD-3-Clause" 8625 ], 8626 "authors": [ 8627 { 8628 "name": "Arne Blankerts", 8629 "email": "arne@blankerts.de", 8630 "role": "Developer" 8631 } 8632 ], 8633 "description": "A small library for converting tokenized PHP source code into XML and potentially other formats", 8634 "support": { 8635 "issues": "https://github.com/theseer/tokenizer/issues", 8636 "source": "https://github.com/theseer/tokenizer/tree/master" 8637 }, 8638 "funding": [ 8639 { 8640 "url": "https://github.com/theseer", 8641 "type": "github" 8642 } 8643 ], 8644 "time": "2020-07-12T23:59:07+00:00" 8645 }, 8646 { 8647 "name": "webmozart/assert", 8648 "version": "1.10.0", 8649 "source": { 8650 "type": "git", 8651 "url": "https://github.com/webmozarts/assert.git", 8652 "reference": "6964c76c7804814a842473e0c8fd15bab0f18e25" 8653 }, 8654 "dist": { 8655 "type": "zip", 8656 "url": "https://api.github.com/repos/webmozarts/assert/zipball/6964c76c7804814a842473e0c8fd15bab0f18e25", 8657 "reference": "6964c76c7804814a842473e0c8fd15bab0f18e25", 8658 "shasum": "" 8659 }, 8660 "require": { 8661 "php": "^7.2 || ^8.0", 8662 "symfony/polyfill-ctype": "^1.8" 8663 }, 8664 "conflict": { 8665 "phpstan/phpstan": "<0.12.20", 8666 "vimeo/psalm": "<4.6.1 || 4.6.2" 8667 }, 8668 "require-dev": { 8669 "phpunit/phpunit": "^8.5.13" 8670 }, 8671 "type": "library", 8672 "extra": { 8673 "branch-alias": { 8674 "dev-master": "1.10-dev" 8675 } 8676 }, 8677 "autoload": { 8678 "psr-4": { 8679 "Webmozart\\Assert\\": "src/" 8680 } 8681 }, 8682 "notification-url": "https://packagist.org/downloads/", 8683 "license": [ 8684 "MIT" 8685 ], 8686 "authors": [ 8687 { 8688 "name": "Bernhard Schussek", 8689 "email": "bschussek@gmail.com" 8690 } 8691 ], 8692 "description": "Assertions to validate method input/output with nice error messages.", 8693 "keywords": [ 8694 "assert", 8695 "check", 8696 "validate" 8697 ], 8698 "support": { 8699 "issues": "https://github.com/webmozarts/assert/issues", 8700 "source": "https://github.com/webmozarts/assert/tree/1.10.0" 8701 }, 8702 "time": "2021-03-09T10:59:23+00:00" 8703 } 8704 ], 8705 "aliases": [], 8706 "minimum-stability": "stable", 8707 "stability-flags": [], 8708 "prefer-stable": false, 8709 "prefer-lowest": false, 8710 "platform": { 8711 "php": "7.4 - 8.0", 8712 "ext-curl": "*", 8713 "ext-gd": "*", 8714 "ext-iconv": "*", 8715 "ext-intl": "*", 8716 "ext-json": "*", 8717 "ext-pcre": "*", 8718 "ext-pdo": "*", 8719 "ext-session": "*", 8720 "ext-simplexml": "*", 8721 "ext-xml": "*", 8722 "ext-zip": "*" 8723 }, 8724 "platform-dev": { 8725 "ext-dom": "*", 8726 "ext-pdo_sqlite": "*", 8727 "ext-sqlite3": "*" 8728 }, 8729 "platform-overrides": { 8730 "php": "7.4" 8731 }, 8732 "plugin-api-version": "2.0.0" 8733} 8734