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": "804511c0e445c43f7b4d872ea51f9d8b", 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 "time": "2017-03-02T16:34:47+00:00" 57 }, 58 { 59 "name": "doctrine/cache", 60 "version": "1.10.1", 61 "source": { 62 "type": "git", 63 "url": "https://github.com/doctrine/cache.git", 64 "reference": "35a4a70cd94e09e2259dfae7488afc6b474ecbd3" 65 }, 66 "dist": { 67 "type": "zip", 68 "url": "https://api.github.com/repos/doctrine/cache/zipball/35a4a70cd94e09e2259dfae7488afc6b474ecbd3", 69 "reference": "35a4a70cd94e09e2259dfae7488afc6b474ecbd3", 70 "shasum": "" 71 }, 72 "require": { 73 "php": "~7.1 || ^8.0" 74 }, 75 "conflict": { 76 "doctrine/common": ">2.2,<2.4" 77 }, 78 "require-dev": { 79 "alcaeus/mongo-php-adapter": "^1.1", 80 "doctrine/coding-standard": "^6.0", 81 "mongodb/mongodb": "^1.1", 82 "phpunit/phpunit": "^7.0", 83 "predis/predis": "~1.0" 84 }, 85 "suggest": { 86 "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver" 87 }, 88 "type": "library", 89 "extra": { 90 "branch-alias": { 91 "dev-master": "1.9.x-dev" 92 } 93 }, 94 "autoload": { 95 "psr-4": { 96 "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache" 97 } 98 }, 99 "notification-url": "https://packagist.org/downloads/", 100 "license": [ 101 "MIT" 102 ], 103 "authors": [ 104 { 105 "name": "Guilherme Blanco", 106 "email": "guilhermeblanco@gmail.com" 107 }, 108 { 109 "name": "Roman Borschel", 110 "email": "roman@code-factory.org" 111 }, 112 { 113 "name": "Benjamin Eberlei", 114 "email": "kontakt@beberlei.de" 115 }, 116 { 117 "name": "Jonathan Wage", 118 "email": "jonwage@gmail.com" 119 }, 120 { 121 "name": "Johannes Schmitt", 122 "email": "schmittjoh@gmail.com" 123 } 124 ], 125 "description": "PHP Doctrine Cache library is a popular cache implementation that supports many different drivers such as redis, memcache, apc, mongodb and others.", 126 "homepage": "https://www.doctrine-project.org/projects/cache.html", 127 "keywords": [ 128 "abstraction", 129 "apcu", 130 "cache", 131 "caching", 132 "couchdb", 133 "memcached", 134 "php", 135 "redis", 136 "xcache" 137 ], 138 "funding": [ 139 { 140 "url": "https://www.doctrine-project.org/sponsorship.html", 141 "type": "custom" 142 }, 143 { 144 "url": "https://www.patreon.com/phpdoctrine", 145 "type": "patreon" 146 }, 147 { 148 "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fcache", 149 "type": "tidelift" 150 } 151 ], 152 "time": "2020-05-27T16:24:54+00:00" 153 }, 154 { 155 "name": "doctrine/dbal", 156 "version": "v2.9.3", 157 "source": { 158 "type": "git", 159 "url": "https://github.com/doctrine/dbal.git", 160 "reference": "7345cd59edfa2036eb0fa4264b77ae2576842035" 161 }, 162 "dist": { 163 "type": "zip", 164 "url": "https://api.github.com/repos/doctrine/dbal/zipball/7345cd59edfa2036eb0fa4264b77ae2576842035", 165 "reference": "7345cd59edfa2036eb0fa4264b77ae2576842035", 166 "shasum": "" 167 }, 168 "require": { 169 "doctrine/cache": "^1.0", 170 "doctrine/event-manager": "^1.0", 171 "ext-pdo": "*", 172 "php": "^7.1" 173 }, 174 "require-dev": { 175 "doctrine/coding-standard": "^5.0", 176 "jetbrains/phpstorm-stubs": "^2018.1.2", 177 "phpstan/phpstan": "^0.10.1", 178 "phpunit/phpunit": "^7.4", 179 "symfony/console": "^2.0.5|^3.0|^4.0", 180 "symfony/phpunit-bridge": "^3.4.5|^4.0.5" 181 }, 182 "suggest": { 183 "symfony/console": "For helpful console commands such as SQL execution and import of files." 184 }, 185 "bin": [ 186 "bin/doctrine-dbal" 187 ], 188 "type": "library", 189 "extra": { 190 "branch-alias": { 191 "dev-master": "2.9.x-dev", 192 "dev-develop": "3.0.x-dev" 193 } 194 }, 195 "autoload": { 196 "psr-4": { 197 "Doctrine\\DBAL\\": "lib/Doctrine/DBAL" 198 } 199 }, 200 "notification-url": "https://packagist.org/downloads/", 201 "license": [ 202 "MIT" 203 ], 204 "authors": [ 205 { 206 "name": "Guilherme Blanco", 207 "email": "guilhermeblanco@gmail.com" 208 }, 209 { 210 "name": "Roman Borschel", 211 "email": "roman@code-factory.org" 212 }, 213 { 214 "name": "Benjamin Eberlei", 215 "email": "kontakt@beberlei.de" 216 }, 217 { 218 "name": "Jonathan Wage", 219 "email": "jonwage@gmail.com" 220 } 221 ], 222 "description": "Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.", 223 "homepage": "https://www.doctrine-project.org/projects/dbal.html", 224 "keywords": [ 225 "abstraction", 226 "database", 227 "dbal", 228 "mysql", 229 "persistence", 230 "pgsql", 231 "php", 232 "queryobject" 233 ], 234 "time": "2019-11-02T22:19:34+00:00" 235 }, 236 { 237 "name": "doctrine/event-manager", 238 "version": "1.1.0", 239 "source": { 240 "type": "git", 241 "url": "https://github.com/doctrine/event-manager.git", 242 "reference": "629572819973f13486371cb611386eb17851e85c" 243 }, 244 "dist": { 245 "type": "zip", 246 "url": "https://api.github.com/repos/doctrine/event-manager/zipball/629572819973f13486371cb611386eb17851e85c", 247 "reference": "629572819973f13486371cb611386eb17851e85c", 248 "shasum": "" 249 }, 250 "require": { 251 "php": "^7.1" 252 }, 253 "conflict": { 254 "doctrine/common": "<2.9@dev" 255 }, 256 "require-dev": { 257 "doctrine/coding-standard": "^6.0", 258 "phpunit/phpunit": "^7.0" 259 }, 260 "type": "library", 261 "extra": { 262 "branch-alias": { 263 "dev-master": "1.0.x-dev" 264 } 265 }, 266 "autoload": { 267 "psr-4": { 268 "Doctrine\\Common\\": "lib/Doctrine/Common" 269 } 270 }, 271 "notification-url": "https://packagist.org/downloads/", 272 "license": [ 273 "MIT" 274 ], 275 "authors": [ 276 { 277 "name": "Guilherme Blanco", 278 "email": "guilhermeblanco@gmail.com" 279 }, 280 { 281 "name": "Roman Borschel", 282 "email": "roman@code-factory.org" 283 }, 284 { 285 "name": "Benjamin Eberlei", 286 "email": "kontakt@beberlei.de" 287 }, 288 { 289 "name": "Jonathan Wage", 290 "email": "jonwage@gmail.com" 291 }, 292 { 293 "name": "Johannes Schmitt", 294 "email": "schmittjoh@gmail.com" 295 }, 296 { 297 "name": "Marco Pivetta", 298 "email": "ocramius@gmail.com" 299 } 300 ], 301 "description": "The Doctrine Event Manager is a simple PHP event system that was built to be used with the various Doctrine projects.", 302 "homepage": "https://www.doctrine-project.org/projects/event-manager.html", 303 "keywords": [ 304 "event", 305 "event dispatcher", 306 "event manager", 307 "event system", 308 "events" 309 ], 310 "time": "2019-11-10T09:48:07+00:00" 311 }, 312 { 313 "name": "doctrine/inflector", 314 "version": "1.3.1", 315 "source": { 316 "type": "git", 317 "url": "https://github.com/doctrine/inflector.git", 318 "reference": "ec3a55242203ffa6a4b27c58176da97ff0a7aec1" 319 }, 320 "dist": { 321 "type": "zip", 322 "url": "https://api.github.com/repos/doctrine/inflector/zipball/ec3a55242203ffa6a4b27c58176da97ff0a7aec1", 323 "reference": "ec3a55242203ffa6a4b27c58176da97ff0a7aec1", 324 "shasum": "" 325 }, 326 "require": { 327 "php": "^7.1" 328 }, 329 "require-dev": { 330 "phpunit/phpunit": "^6.2" 331 }, 332 "type": "library", 333 "extra": { 334 "branch-alias": { 335 "dev-master": "1.3.x-dev" 336 } 337 }, 338 "autoload": { 339 "psr-4": { 340 "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector" 341 } 342 }, 343 "notification-url": "https://packagist.org/downloads/", 344 "license": [ 345 "MIT" 346 ], 347 "authors": [ 348 { 349 "name": "Guilherme Blanco", 350 "email": "guilhermeblanco@gmail.com" 351 }, 352 { 353 "name": "Roman Borschel", 354 "email": "roman@code-factory.org" 355 }, 356 { 357 "name": "Benjamin Eberlei", 358 "email": "kontakt@beberlei.de" 359 }, 360 { 361 "name": "Jonathan Wage", 362 "email": "jonwage@gmail.com" 363 }, 364 { 365 "name": "Johannes Schmitt", 366 "email": "schmittjoh@gmail.com" 367 } 368 ], 369 "description": "Common String Manipulations with regard to casing and singular/plural rules.", 370 "homepage": "http://www.doctrine-project.org", 371 "keywords": [ 372 "inflection", 373 "pluralize", 374 "singularize", 375 "string" 376 ], 377 "time": "2019-10-30T19:59:35+00:00" 378 }, 379 { 380 "name": "doctrine/lexer", 381 "version": "1.0.2", 382 "source": { 383 "type": "git", 384 "url": "https://github.com/doctrine/lexer.git", 385 "reference": "1febd6c3ef84253d7c815bed85fc622ad207a9f8" 386 }, 387 "dist": { 388 "type": "zip", 389 "url": "https://api.github.com/repos/doctrine/lexer/zipball/1febd6c3ef84253d7c815bed85fc622ad207a9f8", 390 "reference": "1febd6c3ef84253d7c815bed85fc622ad207a9f8", 391 "shasum": "" 392 }, 393 "require": { 394 "php": ">=5.3.2" 395 }, 396 "require-dev": { 397 "phpunit/phpunit": "^4.5" 398 }, 399 "type": "library", 400 "extra": { 401 "branch-alias": { 402 "dev-master": "1.0.x-dev" 403 } 404 }, 405 "autoload": { 406 "psr-4": { 407 "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer" 408 } 409 }, 410 "notification-url": "https://packagist.org/downloads/", 411 "license": [ 412 "MIT" 413 ], 414 "authors": [ 415 { 416 "name": "Roman Borschel", 417 "email": "roman@code-factory.org" 418 }, 419 { 420 "name": "Guilherme Blanco", 421 "email": "guilhermeblanco@gmail.com" 422 }, 423 { 424 "name": "Johannes Schmitt", 425 "email": "schmittjoh@gmail.com" 426 } 427 ], 428 "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.", 429 "homepage": "https://www.doctrine-project.org/projects/lexer.html", 430 "keywords": [ 431 "annotations", 432 "docblock", 433 "lexer", 434 "parser", 435 "php" 436 ], 437 "time": "2019-06-08T11:03:04+00:00" 438 }, 439 { 440 "name": "egulias/email-validator", 441 "version": "2.1.18", 442 "source": { 443 "type": "git", 444 "url": "https://github.com/egulias/EmailValidator.git", 445 "reference": "cfa3d44471c7f5bfb684ac2b0da7114283d78441" 446 }, 447 "dist": { 448 "type": "zip", 449 "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/cfa3d44471c7f5bfb684ac2b0da7114283d78441", 450 "reference": "cfa3d44471c7f5bfb684ac2b0da7114283d78441", 451 "shasum": "" 452 }, 453 "require": { 454 "doctrine/lexer": "^1.0.1", 455 "php": ">=5.5", 456 "symfony/polyfill-intl-idn": "^1.10" 457 }, 458 "require-dev": { 459 "dominicsayers/isemail": "^3.0.7", 460 "phpunit/phpunit": "^4.8.36|^7.5.15", 461 "satooshi/php-coveralls": "^1.0.1" 462 }, 463 "suggest": { 464 "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation" 465 }, 466 "type": "library", 467 "extra": { 468 "branch-alias": { 469 "dev-master": "2.1.x-dev" 470 } 471 }, 472 "autoload": { 473 "psr-4": { 474 "Egulias\\EmailValidator\\": "src" 475 } 476 }, 477 "notification-url": "https://packagist.org/downloads/", 478 "license": [ 479 "MIT" 480 ], 481 "authors": [ 482 { 483 "name": "Eduardo Gulias Davis" 484 } 485 ], 486 "description": "A library for validating emails against several RFCs", 487 "homepage": "https://github.com/egulias/EmailValidator", 488 "keywords": [ 489 "email", 490 "emailvalidation", 491 "emailvalidator", 492 "validation", 493 "validator" 494 ], 495 "time": "2020-06-16T20:11:17+00:00" 496 }, 497 { 498 "name": "ezyang/htmlpurifier", 499 "version": "v4.12.0", 500 "source": { 501 "type": "git", 502 "url": "https://github.com/ezyang/htmlpurifier.git", 503 "reference": "a617e55bc62a87eec73bd456d146d134ad716f03" 504 }, 505 "dist": { 506 "type": "zip", 507 "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/a617e55bc62a87eec73bd456d146d134ad716f03", 508 "reference": "a617e55bc62a87eec73bd456d146d134ad716f03", 509 "shasum": "" 510 }, 511 "require": { 512 "php": ">=5.2" 513 }, 514 "require-dev": { 515 "simpletest/simpletest": "dev-master#72de02a7b80c6bb8864ef9bf66d41d2f58f826bd" 516 }, 517 "type": "library", 518 "autoload": { 519 "psr-0": { 520 "HTMLPurifier": "library/" 521 }, 522 "files": [ 523 "library/HTMLPurifier.composer.php" 524 ] 525 }, 526 "notification-url": "https://packagist.org/downloads/", 527 "license": [ 528 "LGPL-2.1-or-later" 529 ], 530 "authors": [ 531 { 532 "name": "Edward Z. Yang", 533 "email": "admin@htmlpurifier.org", 534 "homepage": "http://ezyang.com" 535 } 536 ], 537 "description": "Standards compliant HTML filter written in PHP", 538 "homepage": "http://htmlpurifier.org/", 539 "keywords": [ 540 "html" 541 ], 542 "time": "2019-10-28T03:44:26+00:00" 543 }, 544 { 545 "name": "fig/http-message-util", 546 "version": "1.1.4", 547 "source": { 548 "type": "git", 549 "url": "https://github.com/php-fig/http-message-util.git", 550 "reference": "3242caa9da7221a304b8f84eb9eaddae0a7cf422" 551 }, 552 "dist": { 553 "type": "zip", 554 "url": "https://api.github.com/repos/php-fig/http-message-util/zipball/3242caa9da7221a304b8f84eb9eaddae0a7cf422", 555 "reference": "3242caa9da7221a304b8f84eb9eaddae0a7cf422", 556 "shasum": "" 557 }, 558 "require": { 559 "php": "^5.3 || ^7.0" 560 }, 561 "suggest": { 562 "psr/http-message": "The package containing the PSR-7 interfaces" 563 }, 564 "type": "library", 565 "extra": { 566 "branch-alias": { 567 "dev-master": "1.1.x-dev" 568 } 569 }, 570 "autoload": { 571 "psr-4": { 572 "Fig\\Http\\Message\\": "src/" 573 } 574 }, 575 "notification-url": "https://packagist.org/downloads/", 576 "license": [ 577 "MIT" 578 ], 579 "authors": [ 580 { 581 "name": "PHP-FIG", 582 "homepage": "http://www.php-fig.org/" 583 } 584 ], 585 "description": "Utility classes and constants for use with PSR-7 (psr/http-message)", 586 "keywords": [ 587 "http", 588 "http-message", 589 "psr", 590 "psr-7", 591 "request", 592 "response" 593 ], 594 "time": "2020-02-05T20:36:27+00:00" 595 }, 596 { 597 "name": "fisharebest/algorithm", 598 "version": "1.5.1", 599 "source": { 600 "type": "git", 601 "url": "https://github.com/fisharebest/algorithm.git", 602 "reference": "7d1bc0fc91b66cf613af9147e9a287c905a8b062" 603 }, 604 "dist": { 605 "type": "zip", 606 "url": "https://api.github.com/repos/fisharebest/algorithm/zipball/7d1bc0fc91b66cf613af9147e9a287c905a8b062", 607 "reference": "7d1bc0fc91b66cf613af9147e9a287c905a8b062", 608 "shasum": "" 609 }, 610 "require": { 611 "php": ">=5.3.0" 612 }, 613 "require-dev": { 614 "php-coveralls/php-coveralls": "*", 615 "phpunit/phpunit": "4.*" 616 }, 617 "type": "library", 618 "autoload": { 619 "psr-4": { 620 "Fisharebest\\Algorithm\\": "src/" 621 } 622 }, 623 "notification-url": "https://packagist.org/downloads/", 624 "license": [ 625 "GPL-3.0+" 626 ], 627 "authors": [ 628 { 629 "name": "Greg Roach", 630 "email": "greg@subaqua.co.uk", 631 "role": "Developer" 632 } 633 ], 634 "description": "Implementation of standard algorithms in PHP.", 635 "homepage": "https://github.com/fisharebest/algorithm", 636 "keywords": [ 637 "Algorithm", 638 "diff", 639 "dijkstra", 640 "myers" 641 ], 642 "time": "2018-12-24T08:53:40+00:00" 643 }, 644 { 645 "name": "fisharebest/ext-calendar", 646 "version": "2.5.0", 647 "source": { 648 "type": "git", 649 "url": "https://github.com/fisharebest/ext-calendar.git", 650 "reference": "155a2d3f5713e1e1805d68cdb42a28ca842e7329" 651 }, 652 "dist": { 653 "type": "zip", 654 "url": "https://api.github.com/repos/fisharebest/ext-calendar/zipball/155a2d3f5713e1e1805d68cdb42a28ca842e7329", 655 "reference": "155a2d3f5713e1e1805d68cdb42a28ca842e7329", 656 "shasum": "" 657 }, 658 "require": { 659 "php": ">=5.3.0" 660 }, 661 "require-dev": { 662 "phpunit/phpunit": "<6", 663 "satooshi/php-coveralls": "*" 664 }, 665 "type": "library", 666 "autoload": { 667 "files": [ 668 "src/shims.php" 669 ], 670 "psr-4": { 671 "Fisharebest\\ExtCalendar\\": "src/" 672 } 673 }, 674 "notification-url": "https://packagist.org/downloads/", 675 "license": [ 676 "GPL-3.0+" 677 ], 678 "authors": [ 679 { 680 "name": "Greg Roach", 681 "email": "fisharebest@gmail.com", 682 "role": "Developer" 683 } 684 ], 685 "description": "Implementation of the Arabic (Hijri), French, Gregorian, Jewish, Julian and Persian (Jalali) calendars. Also provides a replacement for the PHP ext/calendar extension.", 686 "homepage": "https://github.com/fisharebest/ext-calendar", 687 "keywords": [ 688 "Jalali", 689 "arabic", 690 "calendar", 691 "ext-calendar", 692 "french", 693 "gregorian", 694 "hebrew", 695 "hijri", 696 "jewish", 697 "julian", 698 "julian day", 699 "julian day number", 700 "persian", 701 "shamsi" 702 ], 703 "time": "2018-09-17T20:40:07+00:00" 704 }, 705 { 706 "name": "fisharebest/flysystem-chroot-adapter", 707 "version": "1.0.1", 708 "source": { 709 "type": "git", 710 "url": "https://github.com/fisharebest/flysystem-chroot-adapter.git", 711 "reference": "378954c39f63996eb6171f1fd4fef1ee2eb03229" 712 }, 713 "dist": { 714 "type": "zip", 715 "url": "https://api.github.com/repos/fisharebest/flysystem-chroot-adapter/zipball/378954c39f63996eb6171f1fd4fef1ee2eb03229", 716 "reference": "378954c39f63996eb6171f1fd4fef1ee2eb03229", 717 "shasum": "" 718 }, 719 "require": { 720 "league/flysystem": "~1.0" 721 }, 722 "require-dev": { 723 "league/flysystem-memory": "~1.0", 724 "php-coveralls/php-coveralls": "*", 725 "phpunit/phpunit": "~6.0" 726 }, 727 "type": "library", 728 "autoload": { 729 "psr-4": { 730 "Fisharebest\\Flysystem\\Adapter\\": "src/" 731 } 732 }, 733 "notification-url": "https://packagist.org/downloads/", 734 "license": [ 735 "MIT" 736 ], 737 "authors": [ 738 { 739 "name": "Greg Roach", 740 "email": "fisharebest@gmail.com", 741 "role": "Developer" 742 } 743 ], 744 "description": "Creates a filesystem from a sub-folder in another filesystem.", 745 "homepage": "https://github.com/fisharebest/flysystem-chroot-adapter", 746 "keywords": [ 747 "Flysystem", 748 "adapter", 749 "chroot" 750 ], 751 "time": "2019-09-24T14:58:15+00:00" 752 }, 753 { 754 "name": "fisharebest/localization", 755 "version": "1.15.1", 756 "source": { 757 "type": "git", 758 "url": "https://github.com/fisharebest/localization.git", 759 "reference": "2f2b620e90998cc263d9fcef87e8b173376d1b0c" 760 }, 761 "dist": { 762 "type": "zip", 763 "url": "https://api.github.com/repos/fisharebest/localization/zipball/2f2b620e90998cc263d9fcef87e8b173376d1b0c", 764 "reference": "2f2b620e90998cc263d9fcef87e8b173376d1b0c", 765 "shasum": "" 766 }, 767 "require": { 768 "php": ">=5.3.0" 769 }, 770 "require-dev": { 771 "ext-simplexml": "*", 772 "php-coveralls/php-coveralls": "*", 773 "phpunit/phpunit": "*" 774 }, 775 "type": "library", 776 "autoload": { 777 "psr-4": { 778 "Fisharebest\\Localization\\": "src/" 779 } 780 }, 781 "notification-url": "https://packagist.org/downloads/", 782 "license": [ 783 "GPL-3.0+" 784 ], 785 "authors": [ 786 { 787 "name": "Greg Roach", 788 "email": "fisharebest@gmail.com", 789 "role": "Developer" 790 } 791 ], 792 "description": "A lightweight localization database and translation tools, with data from the CLDR, IANA, ISO, etc.", 793 "homepage": "https://github.com/fisharebest/localization", 794 "keywords": [ 795 "cldr", 796 "gettext", 797 "i18n", 798 "l10n", 799 "language", 800 "locale", 801 "localization", 802 "script", 803 "translate", 804 "translation" 805 ], 806 "time": "2019-07-02T10:07:27+00:00" 807 }, 808 { 809 "name": "guzzlehttp/guzzle", 810 "version": "6.5.5", 811 "source": { 812 "type": "git", 813 "url": "https://github.com/guzzle/guzzle.git", 814 "reference": "9d4290de1cfd701f38099ef7e183b64b4b7b0c5e" 815 }, 816 "dist": { 817 "type": "zip", 818 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/9d4290de1cfd701f38099ef7e183b64b4b7b0c5e", 819 "reference": "9d4290de1cfd701f38099ef7e183b64b4b7b0c5e", 820 "shasum": "" 821 }, 822 "require": { 823 "ext-json": "*", 824 "guzzlehttp/promises": "^1.0", 825 "guzzlehttp/psr7": "^1.6.1", 826 "php": ">=5.5", 827 "symfony/polyfill-intl-idn": "^1.17.0" 828 }, 829 "require-dev": { 830 "ext-curl": "*", 831 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0", 832 "psr/log": "^1.1" 833 }, 834 "suggest": { 835 "psr/log": "Required for using the Log middleware" 836 }, 837 "type": "library", 838 "extra": { 839 "branch-alias": { 840 "dev-master": "6.5-dev" 841 } 842 }, 843 "autoload": { 844 "psr-4": { 845 "GuzzleHttp\\": "src/" 846 }, 847 "files": [ 848 "src/functions_include.php" 849 ] 850 }, 851 "notification-url": "https://packagist.org/downloads/", 852 "license": [ 853 "MIT" 854 ], 855 "authors": [ 856 { 857 "name": "Michael Dowling", 858 "email": "mtdowling@gmail.com", 859 "homepage": "https://github.com/mtdowling" 860 } 861 ], 862 "description": "Guzzle is a PHP HTTP client library", 863 "homepage": "http://guzzlephp.org/", 864 "keywords": [ 865 "client", 866 "curl", 867 "framework", 868 "http", 869 "http client", 870 "rest", 871 "web service" 872 ], 873 "time": "2020-06-16T21:01:06+00:00" 874 }, 875 { 876 "name": "guzzlehttp/promises", 877 "version": "v1.3.1", 878 "source": { 879 "type": "git", 880 "url": "https://github.com/guzzle/promises.git", 881 "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646" 882 }, 883 "dist": { 884 "type": "zip", 885 "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646", 886 "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646", 887 "shasum": "" 888 }, 889 "require": { 890 "php": ">=5.5.0" 891 }, 892 "require-dev": { 893 "phpunit/phpunit": "^4.0" 894 }, 895 "type": "library", 896 "extra": { 897 "branch-alias": { 898 "dev-master": "1.4-dev" 899 } 900 }, 901 "autoload": { 902 "psr-4": { 903 "GuzzleHttp\\Promise\\": "src/" 904 }, 905 "files": [ 906 "src/functions_include.php" 907 ] 908 }, 909 "notification-url": "https://packagist.org/downloads/", 910 "license": [ 911 "MIT" 912 ], 913 "authors": [ 914 { 915 "name": "Michael Dowling", 916 "email": "mtdowling@gmail.com", 917 "homepage": "https://github.com/mtdowling" 918 } 919 ], 920 "description": "Guzzle promises library", 921 "keywords": [ 922 "promise" 923 ], 924 "time": "2016-12-20T10:07:11+00:00" 925 }, 926 { 927 "name": "guzzlehttp/psr7", 928 "version": "1.6.1", 929 "source": { 930 "type": "git", 931 "url": "https://github.com/guzzle/psr7.git", 932 "reference": "239400de7a173fe9901b9ac7c06497751f00727a" 933 }, 934 "dist": { 935 "type": "zip", 936 "url": "https://api.github.com/repos/guzzle/psr7/zipball/239400de7a173fe9901b9ac7c06497751f00727a", 937 "reference": "239400de7a173fe9901b9ac7c06497751f00727a", 938 "shasum": "" 939 }, 940 "require": { 941 "php": ">=5.4.0", 942 "psr/http-message": "~1.0", 943 "ralouphie/getallheaders": "^2.0.5 || ^3.0.0" 944 }, 945 "provide": { 946 "psr/http-message-implementation": "1.0" 947 }, 948 "require-dev": { 949 "ext-zlib": "*", 950 "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8" 951 }, 952 "suggest": { 953 "zendframework/zend-httphandlerrunner": "Emit PSR-7 responses" 954 }, 955 "type": "library", 956 "extra": { 957 "branch-alias": { 958 "dev-master": "1.6-dev" 959 } 960 }, 961 "autoload": { 962 "psr-4": { 963 "GuzzleHttp\\Psr7\\": "src/" 964 }, 965 "files": [ 966 "src/functions_include.php" 967 ] 968 }, 969 "notification-url": "https://packagist.org/downloads/", 970 "license": [ 971 "MIT" 972 ], 973 "authors": [ 974 { 975 "name": "Michael Dowling", 976 "email": "mtdowling@gmail.com", 977 "homepage": "https://github.com/mtdowling" 978 }, 979 { 980 "name": "Tobias Schultze", 981 "homepage": "https://github.com/Tobion" 982 } 983 ], 984 "description": "PSR-7 message implementation that also provides common utility methods", 985 "keywords": [ 986 "http", 987 "message", 988 "psr-7", 989 "request", 990 "response", 991 "stream", 992 "uri", 993 "url" 994 ], 995 "time": "2019-07-01T23:21:34+00:00" 996 }, 997 { 998 "name": "illuminate/container", 999 "version": "v5.8.36", 1000 "source": { 1001 "type": "git", 1002 "url": "https://github.com/illuminate/container.git", 1003 "reference": "b42e5ef939144b77f78130918da0ce2d9ee16574" 1004 }, 1005 "dist": { 1006 "type": "zip", 1007 "url": "https://api.github.com/repos/illuminate/container/zipball/b42e5ef939144b77f78130918da0ce2d9ee16574", 1008 "reference": "b42e5ef939144b77f78130918da0ce2d9ee16574", 1009 "shasum": "" 1010 }, 1011 "require": { 1012 "illuminate/contracts": "5.8.*", 1013 "illuminate/support": "5.8.*", 1014 "php": "^7.1.3", 1015 "psr/container": "^1.0" 1016 }, 1017 "type": "library", 1018 "extra": { 1019 "branch-alias": { 1020 "dev-master": "5.8-dev" 1021 } 1022 }, 1023 "autoload": { 1024 "psr-4": { 1025 "Illuminate\\Container\\": "" 1026 } 1027 }, 1028 "notification-url": "https://packagist.org/downloads/", 1029 "license": [ 1030 "MIT" 1031 ], 1032 "authors": [ 1033 { 1034 "name": "Taylor Otwell", 1035 "email": "taylor@laravel.com" 1036 } 1037 ], 1038 "description": "The Illuminate Container package.", 1039 "homepage": "https://laravel.com", 1040 "time": "2019-08-20T02:00:23+00:00" 1041 }, 1042 { 1043 "name": "illuminate/contracts", 1044 "version": "v5.8.36", 1045 "source": { 1046 "type": "git", 1047 "url": "https://github.com/illuminate/contracts.git", 1048 "reference": "00fc6afee788fa07c311b0650ad276585f8aef96" 1049 }, 1050 "dist": { 1051 "type": "zip", 1052 "url": "https://api.github.com/repos/illuminate/contracts/zipball/00fc6afee788fa07c311b0650ad276585f8aef96", 1053 "reference": "00fc6afee788fa07c311b0650ad276585f8aef96", 1054 "shasum": "" 1055 }, 1056 "require": { 1057 "php": "^7.1.3", 1058 "psr/container": "^1.0", 1059 "psr/simple-cache": "^1.0" 1060 }, 1061 "type": "library", 1062 "extra": { 1063 "branch-alias": { 1064 "dev-master": "5.8-dev" 1065 } 1066 }, 1067 "autoload": { 1068 "psr-4": { 1069 "Illuminate\\Contracts\\": "" 1070 } 1071 }, 1072 "notification-url": "https://packagist.org/downloads/", 1073 "license": [ 1074 "MIT" 1075 ], 1076 "authors": [ 1077 { 1078 "name": "Taylor Otwell", 1079 "email": "taylor@laravel.com" 1080 } 1081 ], 1082 "description": "The Illuminate Contracts package.", 1083 "homepage": "https://laravel.com", 1084 "time": "2019-07-30T13:57:21+00:00" 1085 }, 1086 { 1087 "name": "illuminate/database", 1088 "version": "v5.8.36", 1089 "source": { 1090 "type": "git", 1091 "url": "https://github.com/illuminate/database.git", 1092 "reference": "ac9ae2d82b8a6137400f17b3eea258be3518daa9" 1093 }, 1094 "dist": { 1095 "type": "zip", 1096 "url": "https://api.github.com/repos/illuminate/database/zipball/ac9ae2d82b8a6137400f17b3eea258be3518daa9", 1097 "reference": "ac9ae2d82b8a6137400f17b3eea258be3518daa9", 1098 "shasum": "" 1099 }, 1100 "require": { 1101 "ext-json": "*", 1102 "illuminate/container": "5.8.*", 1103 "illuminate/contracts": "5.8.*", 1104 "illuminate/support": "5.8.*", 1105 "php": "^7.1.3" 1106 }, 1107 "suggest": { 1108 "doctrine/dbal": "Required to rename columns and drop SQLite columns (^2.6).", 1109 "fzaninotto/faker": "Required to use the eloquent factory builder (^1.4).", 1110 "illuminate/console": "Required to use the database commands (5.8.*).", 1111 "illuminate/events": "Required to use the observers with Eloquent (5.8.*).", 1112 "illuminate/filesystem": "Required to use the migrations (5.8.*).", 1113 "illuminate/pagination": "Required to paginate the result set (5.8.*)." 1114 }, 1115 "type": "library", 1116 "extra": { 1117 "branch-alias": { 1118 "dev-master": "5.8-dev" 1119 } 1120 }, 1121 "autoload": { 1122 "psr-4": { 1123 "Illuminate\\Database\\": "" 1124 } 1125 }, 1126 "notification-url": "https://packagist.org/downloads/", 1127 "license": [ 1128 "MIT" 1129 ], 1130 "authors": [ 1131 { 1132 "name": "Taylor Otwell", 1133 "email": "taylor@laravel.com" 1134 } 1135 ], 1136 "description": "The Illuminate Database package.", 1137 "homepage": "https://laravel.com", 1138 "keywords": [ 1139 "database", 1140 "laravel", 1141 "orm", 1142 "sql" 1143 ], 1144 "time": "2019-10-03T16:22:57+00:00" 1145 }, 1146 { 1147 "name": "illuminate/support", 1148 "version": "v5.8.36", 1149 "source": { 1150 "type": "git", 1151 "url": "https://github.com/illuminate/support.git", 1152 "reference": "df4af6a32908f1d89d74348624b57e3233eea247" 1153 }, 1154 "dist": { 1155 "type": "zip", 1156 "url": "https://api.github.com/repos/illuminate/support/zipball/df4af6a32908f1d89d74348624b57e3233eea247", 1157 "reference": "df4af6a32908f1d89d74348624b57e3233eea247", 1158 "shasum": "" 1159 }, 1160 "require": { 1161 "doctrine/inflector": "^1.1", 1162 "ext-json": "*", 1163 "ext-mbstring": "*", 1164 "illuminate/contracts": "5.8.*", 1165 "nesbot/carbon": "^1.26.3 || ^2.0", 1166 "php": "^7.1.3" 1167 }, 1168 "conflict": { 1169 "tightenco/collect": "<5.5.33" 1170 }, 1171 "suggest": { 1172 "illuminate/filesystem": "Required to use the composer class (5.8.*).", 1173 "moontoast/math": "Required to use ordered UUIDs (^1.1).", 1174 "ramsey/uuid": "Required to use Str::uuid() (^3.7).", 1175 "symfony/process": "Required to use the composer class (^4.2).", 1176 "symfony/var-dumper": "Required to use the dd function (^4.2).", 1177 "vlucas/phpdotenv": "Required to use the env helper (^3.3)." 1178 }, 1179 "type": "library", 1180 "extra": { 1181 "branch-alias": { 1182 "dev-master": "5.8-dev" 1183 } 1184 }, 1185 "autoload": { 1186 "psr-4": { 1187 "Illuminate\\Support\\": "" 1188 }, 1189 "files": [ 1190 "helpers.php" 1191 ] 1192 }, 1193 "notification-url": "https://packagist.org/downloads/", 1194 "license": [ 1195 "MIT" 1196 ], 1197 "authors": [ 1198 { 1199 "name": "Taylor Otwell", 1200 "email": "taylor@laravel.com" 1201 } 1202 ], 1203 "description": "The Illuminate Support package.", 1204 "homepage": "https://laravel.com", 1205 "time": "2019-12-12T14:16:47+00:00" 1206 }, 1207 { 1208 "name": "intervention/image", 1209 "version": "2.5.1", 1210 "source": { 1211 "type": "git", 1212 "url": "https://github.com/Intervention/image.git", 1213 "reference": "abbf18d5ab8367f96b3205ca3c89fb2fa598c69e" 1214 }, 1215 "dist": { 1216 "type": "zip", 1217 "url": "https://api.github.com/repos/Intervention/image/zipball/abbf18d5ab8367f96b3205ca3c89fb2fa598c69e", 1218 "reference": "abbf18d5ab8367f96b3205ca3c89fb2fa598c69e", 1219 "shasum": "" 1220 }, 1221 "require": { 1222 "ext-fileinfo": "*", 1223 "guzzlehttp/psr7": "~1.1", 1224 "php": ">=5.4.0" 1225 }, 1226 "require-dev": { 1227 "mockery/mockery": "~0.9.2", 1228 "phpunit/phpunit": "^4.8 || ^5.7" 1229 }, 1230 "suggest": { 1231 "ext-gd": "to use GD library based image processing.", 1232 "ext-imagick": "to use Imagick based image processing.", 1233 "intervention/imagecache": "Caching extension for the Intervention Image library" 1234 }, 1235 "type": "library", 1236 "extra": { 1237 "branch-alias": { 1238 "dev-master": "2.4-dev" 1239 }, 1240 "laravel": { 1241 "providers": [ 1242 "Intervention\\Image\\ImageServiceProvider" 1243 ], 1244 "aliases": { 1245 "Image": "Intervention\\Image\\Facades\\Image" 1246 } 1247 } 1248 }, 1249 "autoload": { 1250 "psr-4": { 1251 "Intervention\\Image\\": "src/Intervention/Image" 1252 } 1253 }, 1254 "notification-url": "https://packagist.org/downloads/", 1255 "license": [ 1256 "MIT" 1257 ], 1258 "authors": [ 1259 { 1260 "name": "Oliver Vogel", 1261 "email": "oliver@olivervogel.com", 1262 "homepage": "http://olivervogel.com/" 1263 } 1264 ], 1265 "description": "Image handling and manipulation library with support for Laravel integration", 1266 "homepage": "http://image.intervention.io/", 1267 "keywords": [ 1268 "gd", 1269 "image", 1270 "imagick", 1271 "laravel", 1272 "thumbnail", 1273 "watermark" 1274 ], 1275 "time": "2019-11-02T09:15:47+00:00" 1276 }, 1277 { 1278 "name": "io-developer/php-whois", 1279 "version": "3.5.0", 1280 "source": { 1281 "type": "git", 1282 "url": "https://github.com/io-developer/php-whois.git", 1283 "reference": "0fddbb79bc26f0d97cf962f13c6e119a3fb3ff5a" 1284 }, 1285 "dist": { 1286 "type": "zip", 1287 "url": "https://api.github.com/repos/io-developer/php-whois/zipball/0fddbb79bc26f0d97cf962f13c6e119a3fb3ff5a", 1288 "reference": "0fddbb79bc26f0d97cf962f13c6e119a3fb3ff5a", 1289 "shasum": "" 1290 }, 1291 "require": { 1292 "ext-curl": "*", 1293 "ext-intl": "*", 1294 "ext-mbstring": "*", 1295 "php": ">=5.4" 1296 }, 1297 "require-dev": { 1298 "phpunit/phpunit": "^4.0" 1299 }, 1300 "type": "library", 1301 "autoload": { 1302 "psr-4": { 1303 "Iodev\\": "src/Iodev/" 1304 } 1305 }, 1306 "notification-url": "https://packagist.org/downloads/", 1307 "license": [ 1308 "MIT" 1309 ], 1310 "authors": [ 1311 { 1312 "name": "Sergey Sedyshev", 1313 "email": "i.o.developer@gmail.com", 1314 "homepage": "https://github.com/io-developer" 1315 } 1316 ], 1317 "description": "PHP WHOIS provides parsed and raw whois lookup of domains and ASN routes. PHP 5.4+ and 7+ compatible ", 1318 "homepage": "https://github.com/io-developer/php-whois", 1319 "keywords": [ 1320 "asn", 1321 "domain", 1322 "info", 1323 "lookup", 1324 "parser", 1325 "php", 1326 "query", 1327 "routes", 1328 "tld", 1329 "whois", 1330 "црщшы" 1331 ], 1332 "time": "2020-03-08T15:59:03+00:00" 1333 }, 1334 { 1335 "name": "league/commonmark", 1336 "version": "1.5.0", 1337 "source": { 1338 "type": "git", 1339 "url": "https://github.com/thephpleague/commonmark.git", 1340 "reference": "fc33ca12575e98e57cdce7d5f38b2ca5335714b3" 1341 }, 1342 "dist": { 1343 "type": "zip", 1344 "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/fc33ca12575e98e57cdce7d5f38b2ca5335714b3", 1345 "reference": "fc33ca12575e98e57cdce7d5f38b2ca5335714b3", 1346 "shasum": "" 1347 }, 1348 "require": { 1349 "ext-mbstring": "*", 1350 "php": "^7.1 || ^8.0" 1351 }, 1352 "conflict": { 1353 "scrutinizer/ocular": "1.7.*" 1354 }, 1355 "require-dev": { 1356 "cebe/markdown": "~1.0", 1357 "commonmark/commonmark.js": "0.29.1", 1358 "erusev/parsedown": "~1.0", 1359 "ext-json": "*", 1360 "github/gfm": "0.29.0", 1361 "michelf/php-markdown": "~1.4", 1362 "mikehaertl/php-shellcommand": "^1.4", 1363 "phpstan/phpstan": "^0.12", 1364 "phpunit/phpunit": "^7.5", 1365 "scrutinizer/ocular": "^1.5", 1366 "symfony/finder": "^4.2" 1367 }, 1368 "bin": [ 1369 "bin/commonmark" 1370 ], 1371 "type": "library", 1372 "autoload": { 1373 "psr-4": { 1374 "League\\CommonMark\\": "src" 1375 } 1376 }, 1377 "notification-url": "https://packagist.org/downloads/", 1378 "license": [ 1379 "BSD-3-Clause" 1380 ], 1381 "authors": [ 1382 { 1383 "name": "Colin O'Dell", 1384 "email": "colinodell@gmail.com", 1385 "homepage": "https://www.colinodell.com", 1386 "role": "Lead Developer" 1387 } 1388 ], 1389 "description": "Highly-extensible PHP Markdown parser which fully supports the CommonMark spec and Github-Flavored Markdown (GFM)", 1390 "homepage": "https://commonmark.thephpleague.com", 1391 "keywords": [ 1392 "commonmark", 1393 "flavored", 1394 "gfm", 1395 "github", 1396 "github-flavored", 1397 "markdown", 1398 "md", 1399 "parser" 1400 ], 1401 "funding": [ 1402 { 1403 "url": "https://enjoy.gitstore.app/repositories/thephpleague/commonmark", 1404 "type": "custom" 1405 }, 1406 { 1407 "url": "https://www.colinodell.com/sponsor", 1408 "type": "custom" 1409 }, 1410 { 1411 "url": "https://www.paypal.me/colinpodell/10.00", 1412 "type": "custom" 1413 }, 1414 { 1415 "url": "https://github.com/colinodell", 1416 "type": "github" 1417 }, 1418 { 1419 "url": "https://www.patreon.com/colinodell", 1420 "type": "patreon" 1421 }, 1422 { 1423 "url": "https://tidelift.com/funding/github/packagist/league/commonmark", 1424 "type": "tidelift" 1425 } 1426 ], 1427 "time": "2020-06-21T20:50:13+00:00" 1428 }, 1429 { 1430 "name": "league/flysystem", 1431 "version": "1.0.69", 1432 "source": { 1433 "type": "git", 1434 "url": "https://github.com/thephpleague/flysystem.git", 1435 "reference": "7106f78428a344bc4f643c233a94e48795f10967" 1436 }, 1437 "dist": { 1438 "type": "zip", 1439 "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/7106f78428a344bc4f643c233a94e48795f10967", 1440 "reference": "7106f78428a344bc4f643c233a94e48795f10967", 1441 "shasum": "" 1442 }, 1443 "require": { 1444 "ext-fileinfo": "*", 1445 "php": ">=5.5.9" 1446 }, 1447 "conflict": { 1448 "league/flysystem-sftp": "<1.0.6" 1449 }, 1450 "require-dev": { 1451 "phpspec/phpspec": "^3.4", 1452 "phpunit/phpunit": "^5.7.26" 1453 }, 1454 "suggest": { 1455 "ext-fileinfo": "Required for MimeType", 1456 "ext-ftp": "Allows you to use FTP server storage", 1457 "ext-openssl": "Allows you to use FTPS server storage", 1458 "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2", 1459 "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3", 1460 "league/flysystem-azure": "Allows you to use Windows Azure Blob storage", 1461 "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching", 1462 "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem", 1463 "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files", 1464 "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib", 1465 "league/flysystem-webdav": "Allows you to use WebDAV storage", 1466 "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter", 1467 "spatie/flysystem-dropbox": "Allows you to use Dropbox storage", 1468 "srmklive/flysystem-dropbox-v2": "Allows you to use Dropbox storage for PHP 5 applications" 1469 }, 1470 "type": "library", 1471 "extra": { 1472 "branch-alias": { 1473 "dev-master": "1.1-dev" 1474 } 1475 }, 1476 "autoload": { 1477 "psr-4": { 1478 "League\\Flysystem\\": "src/" 1479 } 1480 }, 1481 "notification-url": "https://packagist.org/downloads/", 1482 "license": [ 1483 "MIT" 1484 ], 1485 "authors": [ 1486 { 1487 "name": "Frank de Jonge", 1488 "email": "info@frenky.net" 1489 } 1490 ], 1491 "description": "Filesystem abstraction: Many filesystems, one API.", 1492 "keywords": [ 1493 "Cloud Files", 1494 "WebDAV", 1495 "abstraction", 1496 "aws", 1497 "cloud", 1498 "copy.com", 1499 "dropbox", 1500 "file systems", 1501 "files", 1502 "filesystem", 1503 "filesystems", 1504 "ftp", 1505 "rackspace", 1506 "remote", 1507 "s3", 1508 "sftp", 1509 "storage" 1510 ], 1511 "funding": [ 1512 { 1513 "url": "https://offset.earth/frankdejonge", 1514 "type": "other" 1515 } 1516 ], 1517 "time": "2020-05-18T15:13:39+00:00" 1518 }, 1519 { 1520 "name": "league/flysystem-cached-adapter", 1521 "version": "1.0.9", 1522 "source": { 1523 "type": "git", 1524 "url": "https://github.com/thephpleague/flysystem-cached-adapter.git", 1525 "reference": "08ef74e9be88100807a3b92cc9048a312bf01d6f" 1526 }, 1527 "dist": { 1528 "type": "zip", 1529 "url": "https://api.github.com/repos/thephpleague/flysystem-cached-adapter/zipball/08ef74e9be88100807a3b92cc9048a312bf01d6f", 1530 "reference": "08ef74e9be88100807a3b92cc9048a312bf01d6f", 1531 "shasum": "" 1532 }, 1533 "require": { 1534 "league/flysystem": "~1.0", 1535 "psr/cache": "^1.0.0" 1536 }, 1537 "require-dev": { 1538 "mockery/mockery": "~0.9", 1539 "phpspec/phpspec": "^3.4", 1540 "phpunit/phpunit": "^5.7", 1541 "predis/predis": "~1.0", 1542 "tedivm/stash": "~0.12" 1543 }, 1544 "suggest": { 1545 "ext-phpredis": "Pure C implemented extension for PHP" 1546 }, 1547 "type": "library", 1548 "autoload": { 1549 "psr-4": { 1550 "League\\Flysystem\\Cached\\": "src/" 1551 } 1552 }, 1553 "notification-url": "https://packagist.org/downloads/", 1554 "license": [ 1555 "MIT" 1556 ], 1557 "authors": [ 1558 { 1559 "name": "frankdejonge", 1560 "email": "info@frenky.net" 1561 } 1562 ], 1563 "description": "An adapter decorator to enable meta-data caching.", 1564 "time": "2018-07-09T20:51:04+00:00" 1565 }, 1566 { 1567 "name": "league/flysystem-ziparchive", 1568 "version": "1.0.3", 1569 "source": { 1570 "type": "git", 1571 "url": "https://github.com/thephpleague/flysystem-ziparchive.git", 1572 "reference": "c6d7c7ea23a57ee802d533ab9eb9f19dd5c5fc45" 1573 }, 1574 "dist": { 1575 "type": "zip", 1576 "url": "https://api.github.com/repos/thephpleague/flysystem-ziparchive/zipball/c6d7c7ea23a57ee802d533ab9eb9f19dd5c5fc45", 1577 "reference": "c6d7c7ea23a57ee802d533ab9eb9f19dd5c5fc45", 1578 "shasum": "" 1579 }, 1580 "require": { 1581 "ext-zip": "*", 1582 "league/flysystem": "~1.0", 1583 "php": ">=5.4.0" 1584 }, 1585 "require-dev": { 1586 "mockery/mockery": "0.9.*", 1587 "phpunit/phpunit": "~4.0" 1588 }, 1589 "type": "library", 1590 "extra": { 1591 "branch-alias": { 1592 "dev-master": "1.0-dev" 1593 } 1594 }, 1595 "autoload": { 1596 "psr-4": { 1597 "League\\Flysystem\\ZipArchive\\": "src/" 1598 } 1599 }, 1600 "notification-url": "https://packagist.org/downloads/", 1601 "license": [ 1602 "MIT" 1603 ], 1604 "authors": [ 1605 { 1606 "name": "Frank de Jonge", 1607 "email": "info@frenky.net" 1608 } 1609 ], 1610 "description": "Flysystem adapter for ZipArchive's", 1611 "time": "2016-12-20T08:36:16+00:00" 1612 }, 1613 { 1614 "name": "league/glide", 1615 "version": "1.5.0", 1616 "source": { 1617 "type": "git", 1618 "url": "https://github.com/thephpleague/glide.git", 1619 "reference": "a5477e9e822ed57b39861a17092b92553634932d" 1620 }, 1621 "dist": { 1622 "type": "zip", 1623 "url": "https://api.github.com/repos/thephpleague/glide/zipball/a5477e9e822ed57b39861a17092b92553634932d", 1624 "reference": "a5477e9e822ed57b39861a17092b92553634932d", 1625 "shasum": "" 1626 }, 1627 "require": { 1628 "intervention/image": "^2.4", 1629 "league/flysystem": "^1.0", 1630 "php": "^5.5 | ^7.0", 1631 "psr/http-message": "^1.0" 1632 }, 1633 "require-dev": { 1634 "mockery/mockery": "~0.9", 1635 "phpunit/php-token-stream": "^1.4", 1636 "phpunit/phpunit": "~4.4" 1637 }, 1638 "type": "library", 1639 "extra": { 1640 "branch-alias": { 1641 "dev-master": "1.1-dev" 1642 } 1643 }, 1644 "autoload": { 1645 "psr-4": { 1646 "League\\Glide\\": "src/" 1647 } 1648 }, 1649 "notification-url": "https://packagist.org/downloads/", 1650 "license": [ 1651 "MIT" 1652 ], 1653 "authors": [ 1654 { 1655 "name": "Jonathan Reinink", 1656 "email": "jonathan@reinink.ca", 1657 "homepage": "http://reinink.ca" 1658 } 1659 ], 1660 "description": "Wonderfully easy on-demand image manipulation library with an HTTP based API.", 1661 "homepage": "http://glide.thephpleague.com", 1662 "keywords": [ 1663 "ImageMagick", 1664 "editing", 1665 "gd", 1666 "image", 1667 "imagick", 1668 "league", 1669 "manipulation", 1670 "processing" 1671 ], 1672 "time": "2019-04-03T23:46:42+00:00" 1673 }, 1674 { 1675 "name": "middlewares/client-ip", 1676 "version": "v1.3.0", 1677 "source": { 1678 "type": "git", 1679 "url": "https://github.com/middlewares/client-ip.git", 1680 "reference": "514d62f13839a045db095b03c25faeeaf0509c9c" 1681 }, 1682 "dist": { 1683 "type": "zip", 1684 "url": "https://api.github.com/repos/middlewares/client-ip/zipball/514d62f13839a045db095b03c25faeeaf0509c9c", 1685 "reference": "514d62f13839a045db095b03c25faeeaf0509c9c", 1686 "shasum": "" 1687 }, 1688 "require": { 1689 "php": "^7.0", 1690 "psr/http-server-middleware": "^1.0" 1691 }, 1692 "require-dev": { 1693 "eloquent/phony-phpunit": "^3.0|^4.0", 1694 "friendsofphp/php-cs-fixer": "^2.0", 1695 "middlewares/utils": "^2.1", 1696 "phpstan/phpstan": "^0.9.2|^0.10.3", 1697 "phpunit/phpunit": "^6.0|^7.0", 1698 "squizlabs/php_codesniffer": "^3.0", 1699 "zendframework/zend-diactoros": "^1.3" 1700 }, 1701 "type": "library", 1702 "autoload": { 1703 "psr-4": { 1704 "Middlewares\\": "src/" 1705 } 1706 }, 1707 "notification-url": "https://packagist.org/downloads/", 1708 "license": [ 1709 "MIT" 1710 ], 1711 "description": "Middleware to detect the client ip and save it as a request attribute", 1712 "homepage": "https://github.com/middlewares/client-ip", 1713 "keywords": [ 1714 "IP", 1715 "http", 1716 "middleware", 1717 "psr-15", 1718 "psr-7", 1719 "server" 1720 ], 1721 "time": "2019-03-29T09:10:29+00:00" 1722 }, 1723 { 1724 "name": "mlocati/ip-lib", 1725 "version": "1.9.0", 1726 "source": { 1727 "type": "git", 1728 "url": "https://github.com/mlocati/ip-lib.git", 1729 "reference": "b844659e3b87a461d1a8fe8e3e374aa6c4a5d902" 1730 }, 1731 "dist": { 1732 "type": "zip", 1733 "url": "https://api.github.com/repos/mlocati/ip-lib/zipball/b844659e3b87a461d1a8fe8e3e374aa6c4a5d902", 1734 "reference": "b844659e3b87a461d1a8fe8e3e374aa6c4a5d902", 1735 "shasum": "" 1736 }, 1737 "require": { 1738 "php": ">=5.3.3" 1739 }, 1740 "require-dev": { 1741 "ext-pdo_sqlite": "*", 1742 "phpunit/dbunit": "^1.4 || ^2 || ^3 || ^4", 1743 "phpunit/phpunit": "^4.8 || ^5.7 || ^6.5" 1744 }, 1745 "type": "library", 1746 "autoload": { 1747 "psr-4": { 1748 "IPLib\\": "src/" 1749 } 1750 }, 1751 "notification-url": "https://packagist.org/downloads/", 1752 "license": [ 1753 "MIT" 1754 ], 1755 "authors": [ 1756 { 1757 "name": "Michele Locati", 1758 "email": "mlocati@gmail.com", 1759 "homepage": "https://github.com/mlocati", 1760 "role": "Author" 1761 } 1762 ], 1763 "description": "Handle IPv4, IPv6 addresses and ranges", 1764 "homepage": "https://github.com/mlocati/ip-lib", 1765 "keywords": [ 1766 "IP", 1767 "address", 1768 "addresses", 1769 "ipv4", 1770 "ipv6", 1771 "matching", 1772 "network", 1773 "networking", 1774 "range", 1775 "subnet" 1776 ], 1777 "time": "2019-09-20T08:26:10+00:00" 1778 }, 1779 { 1780 "name": "nesbot/carbon", 1781 "version": "2.35.0", 1782 "source": { 1783 "type": "git", 1784 "url": "https://github.com/briannesbitt/Carbon.git", 1785 "reference": "4b9bd835261ef23d36397a46a76b496a458305e5" 1786 }, 1787 "dist": { 1788 "type": "zip", 1789 "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/4b9bd835261ef23d36397a46a76b496a458305e5", 1790 "reference": "4b9bd835261ef23d36397a46a76b496a458305e5", 1791 "shasum": "" 1792 }, 1793 "require": { 1794 "ext-json": "*", 1795 "php": "^7.1.8 || ^8.0", 1796 "symfony/polyfill-mbstring": "^1.0", 1797 "symfony/translation": "^3.4 || ^4.0 || ^5.0" 1798 }, 1799 "require-dev": { 1800 "doctrine/orm": "^2.7", 1801 "friendsofphp/php-cs-fixer": "^2.14 || ^3.0", 1802 "kylekatarnls/multi-tester": "^1.1", 1803 "phpmd/phpmd": "^2.8", 1804 "phpstan/phpstan": "^0.11", 1805 "phpunit/phpunit": "^7.5 || ^8.0", 1806 "squizlabs/php_codesniffer": "^3.4" 1807 }, 1808 "bin": [ 1809 "bin/carbon" 1810 ], 1811 "type": "library", 1812 "extra": { 1813 "branch-alias": { 1814 "dev-master": "2.x-dev", 1815 "dev-3.x": "3.x-dev" 1816 }, 1817 "laravel": { 1818 "providers": [ 1819 "Carbon\\Laravel\\ServiceProvider" 1820 ] 1821 } 1822 }, 1823 "autoload": { 1824 "psr-4": { 1825 "Carbon\\": "src/Carbon/" 1826 } 1827 }, 1828 "notification-url": "https://packagist.org/downloads/", 1829 "license": [ 1830 "MIT" 1831 ], 1832 "authors": [ 1833 { 1834 "name": "Brian Nesbitt", 1835 "email": "brian@nesbot.com", 1836 "homepage": "http://nesbot.com" 1837 }, 1838 { 1839 "name": "kylekatarnls", 1840 "homepage": "http://github.com/kylekatarnls" 1841 } 1842 ], 1843 "description": "An API extension for DateTime that supports 281 different languages.", 1844 "homepage": "http://carbon.nesbot.com", 1845 "keywords": [ 1846 "date", 1847 "datetime", 1848 "time" 1849 ], 1850 "funding": [ 1851 { 1852 "url": "https://opencollective.com/Carbon", 1853 "type": "open_collective" 1854 }, 1855 { 1856 "url": "https://tidelift.com/funding/github/packagist/nesbot/carbon", 1857 "type": "tidelift" 1858 } 1859 ], 1860 "time": "2020-05-24T18:27:52+00:00" 1861 }, 1862 { 1863 "name": "nyholm/psr7", 1864 "version": "1.3.0", 1865 "source": { 1866 "type": "git", 1867 "url": "https://github.com/Nyholm/psr7.git", 1868 "reference": "c17f4f73985f62054a331cbc4ffdf9868c4ef256" 1869 }, 1870 "dist": { 1871 "type": "zip", 1872 "url": "https://api.github.com/repos/Nyholm/psr7/zipball/c17f4f73985f62054a331cbc4ffdf9868c4ef256", 1873 "reference": "c17f4f73985f62054a331cbc4ffdf9868c4ef256", 1874 "shasum": "" 1875 }, 1876 "require": { 1877 "php": "^7.1", 1878 "php-http/message-factory": "^1.0", 1879 "psr/http-factory": "^1.0", 1880 "psr/http-message": "^1.0" 1881 }, 1882 "provide": { 1883 "psr/http-factory-implementation": "1.0", 1884 "psr/http-message-implementation": "1.0" 1885 }, 1886 "require-dev": { 1887 "http-interop/http-factory-tests": "dev-master", 1888 "php-http/psr7-integration-tests": "^1.0", 1889 "phpunit/phpunit": "^7.5", 1890 "symfony/error-handler": "^4.4" 1891 }, 1892 "type": "library", 1893 "extra": { 1894 "branch-alias": { 1895 "dev-master": "1.0-dev" 1896 } 1897 }, 1898 "autoload": { 1899 "psr-4": { 1900 "Nyholm\\Psr7\\": "src/" 1901 } 1902 }, 1903 "notification-url": "https://packagist.org/downloads/", 1904 "license": [ 1905 "MIT" 1906 ], 1907 "authors": [ 1908 { 1909 "name": "Tobias Nyholm", 1910 "email": "tobias.nyholm@gmail.com" 1911 }, 1912 { 1913 "name": "Martijn van der Ven", 1914 "email": "martijn@vanderven.se" 1915 } 1916 ], 1917 "description": "A fast PHP7 implementation of PSR-7", 1918 "homepage": "http://tnyholm.se", 1919 "keywords": [ 1920 "psr-17", 1921 "psr-7" 1922 ], 1923 "funding": [ 1924 { 1925 "url": "https://github.com/Zegnat", 1926 "type": "github" 1927 }, 1928 { 1929 "url": "https://github.com/nyholm", 1930 "type": "github" 1931 } 1932 ], 1933 "time": "2020-05-23T11:29:07+00:00" 1934 }, 1935 { 1936 "name": "nyholm/psr7-server", 1937 "version": "1.0.0", 1938 "source": { 1939 "type": "git", 1940 "url": "https://github.com/Nyholm/psr7-server.git", 1941 "reference": "862529918766fb3825116d39e96feabf1e4bee4e" 1942 }, 1943 "dist": { 1944 "type": "zip", 1945 "url": "https://api.github.com/repos/Nyholm/psr7-server/zipball/862529918766fb3825116d39e96feabf1e4bee4e", 1946 "reference": "862529918766fb3825116d39e96feabf1e4bee4e", 1947 "shasum": "" 1948 }, 1949 "require": { 1950 "php": "^7.1", 1951 "psr/http-factory": "^1.0", 1952 "psr/http-message": "^1.0" 1953 }, 1954 "require-dev": { 1955 "nyholm/nsa": "^1.1", 1956 "nyholm/psr7": "^1.3", 1957 "phpunit/phpunit": "^7.0" 1958 }, 1959 "type": "library", 1960 "autoload": { 1961 "psr-4": { 1962 "Nyholm\\Psr7Server\\": "src/" 1963 } 1964 }, 1965 "notification-url": "https://packagist.org/downloads/", 1966 "license": [ 1967 "MIT" 1968 ], 1969 "authors": [ 1970 { 1971 "name": "Tobias Nyholm", 1972 "email": "tobias.nyholm@gmail.com" 1973 }, 1974 { 1975 "name": "Martijn van der Ven", 1976 "email": "martijn@vanderven.se" 1977 } 1978 ], 1979 "description": "Helper classes to handle PSR-7 server requests", 1980 "homepage": "http://tnyholm.se", 1981 "keywords": [ 1982 "psr-17", 1983 "psr-7" 1984 ], 1985 "funding": [ 1986 { 1987 "url": "https://github.com/Zegnat", 1988 "type": "github" 1989 }, 1990 { 1991 "url": "https://github.com/nyholm", 1992 "type": "github" 1993 } 1994 ], 1995 "time": "2020-06-06T12:17:00+00:00" 1996 }, 1997 { 1998 "name": "oscarotero/middleland", 1999 "version": "v1.0.0", 2000 "source": { 2001 "type": "git", 2002 "url": "https://github.com/oscarotero/middleland.git", 2003 "reference": "abd480afe264714095d043edd76c542a99f1695b" 2004 }, 2005 "dist": { 2006 "type": "zip", 2007 "url": "https://api.github.com/repos/oscarotero/middleland/zipball/abd480afe264714095d043edd76c542a99f1695b", 2008 "reference": "abd480afe264714095d043edd76c542a99f1695b", 2009 "shasum": "" 2010 }, 2011 "require": { 2012 "php": "^7.0", 2013 "psr/container": "^1.0", 2014 "psr/http-server-middleware": "^1.0" 2015 }, 2016 "require-dev": { 2017 "friendsofphp/php-cs-fixer": "^2.0", 2018 "phpunit/phpunit": "^6.0", 2019 "zendframework/zend-diactoros": "^1.3" 2020 }, 2021 "type": "library", 2022 "autoload": { 2023 "psr-4": { 2024 "Middleland\\": "src/" 2025 } 2026 }, 2027 "notification-url": "https://packagist.org/downloads/", 2028 "license": [ 2029 "MIT" 2030 ], 2031 "authors": [ 2032 { 2033 "name": "Oscar Otero", 2034 "email": "oom@oscarotero.com", 2035 "homepage": "http://oscarotero.com", 2036 "role": "Developer" 2037 } 2038 ], 2039 "description": "PSR-15 middleware dispatcher", 2040 "homepage": "https://github.com/oscarotero/dispatcher", 2041 "keywords": [ 2042 "http", 2043 "middleware", 2044 "psr-15", 2045 "psr-7" 2046 ], 2047 "time": "2018-01-24T20:41:57+00:00" 2048 }, 2049 { 2050 "name": "paragonie/random_compat", 2051 "version": "v9.99.99", 2052 "source": { 2053 "type": "git", 2054 "url": "https://github.com/paragonie/random_compat.git", 2055 "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95" 2056 }, 2057 "dist": { 2058 "type": "zip", 2059 "url": "https://api.github.com/repos/paragonie/random_compat/zipball/84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95", 2060 "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95", 2061 "shasum": "" 2062 }, 2063 "require": { 2064 "php": "^7" 2065 }, 2066 "require-dev": { 2067 "phpunit/phpunit": "4.*|5.*", 2068 "vimeo/psalm": "^1" 2069 }, 2070 "suggest": { 2071 "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." 2072 }, 2073 "type": "library", 2074 "notification-url": "https://packagist.org/downloads/", 2075 "license": [ 2076 "MIT" 2077 ], 2078 "authors": [ 2079 { 2080 "name": "Paragon Initiative Enterprises", 2081 "email": "security@paragonie.com", 2082 "homepage": "https://paragonie.com" 2083 } 2084 ], 2085 "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", 2086 "keywords": [ 2087 "csprng", 2088 "polyfill", 2089 "pseudorandom", 2090 "random" 2091 ], 2092 "time": "2018-07-02T15:55:56+00:00" 2093 }, 2094 { 2095 "name": "php-http/message-factory", 2096 "version": "v1.0.2", 2097 "source": { 2098 "type": "git", 2099 "url": "https://github.com/php-http/message-factory.git", 2100 "reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1" 2101 }, 2102 "dist": { 2103 "type": "zip", 2104 "url": "https://api.github.com/repos/php-http/message-factory/zipball/a478cb11f66a6ac48d8954216cfed9aa06a501a1", 2105 "reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1", 2106 "shasum": "" 2107 }, 2108 "require": { 2109 "php": ">=5.4", 2110 "psr/http-message": "^1.0" 2111 }, 2112 "type": "library", 2113 "extra": { 2114 "branch-alias": { 2115 "dev-master": "1.0-dev" 2116 } 2117 }, 2118 "autoload": { 2119 "psr-4": { 2120 "Http\\Message\\": "src/" 2121 } 2122 }, 2123 "notification-url": "https://packagist.org/downloads/", 2124 "license": [ 2125 "MIT" 2126 ], 2127 "authors": [ 2128 { 2129 "name": "Márk Sági-Kazár", 2130 "email": "mark.sagikazar@gmail.com" 2131 } 2132 ], 2133 "description": "Factory interfaces for PSR-7 HTTP Message", 2134 "homepage": "http://php-http.org", 2135 "keywords": [ 2136 "factory", 2137 "http", 2138 "message", 2139 "stream", 2140 "uri" 2141 ], 2142 "time": "2015-12-19T14:08:53+00:00" 2143 }, 2144 { 2145 "name": "psr/cache", 2146 "version": "1.0.1", 2147 "source": { 2148 "type": "git", 2149 "url": "https://github.com/php-fig/cache.git", 2150 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8" 2151 }, 2152 "dist": { 2153 "type": "zip", 2154 "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8", 2155 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8", 2156 "shasum": "" 2157 }, 2158 "require": { 2159 "php": ">=5.3.0" 2160 }, 2161 "type": "library", 2162 "extra": { 2163 "branch-alias": { 2164 "dev-master": "1.0.x-dev" 2165 } 2166 }, 2167 "autoload": { 2168 "psr-4": { 2169 "Psr\\Cache\\": "src/" 2170 } 2171 }, 2172 "notification-url": "https://packagist.org/downloads/", 2173 "license": [ 2174 "MIT" 2175 ], 2176 "authors": [ 2177 { 2178 "name": "PHP-FIG", 2179 "homepage": "http://www.php-fig.org/" 2180 } 2181 ], 2182 "description": "Common interface for caching libraries", 2183 "keywords": [ 2184 "cache", 2185 "psr", 2186 "psr-6" 2187 ], 2188 "time": "2016-08-06T20:24:11+00:00" 2189 }, 2190 { 2191 "name": "psr/container", 2192 "version": "1.0.0", 2193 "source": { 2194 "type": "git", 2195 "url": "https://github.com/php-fig/container.git", 2196 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f" 2197 }, 2198 "dist": { 2199 "type": "zip", 2200 "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f", 2201 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f", 2202 "shasum": "" 2203 }, 2204 "require": { 2205 "php": ">=5.3.0" 2206 }, 2207 "type": "library", 2208 "extra": { 2209 "branch-alias": { 2210 "dev-master": "1.0.x-dev" 2211 } 2212 }, 2213 "autoload": { 2214 "psr-4": { 2215 "Psr\\Container\\": "src/" 2216 } 2217 }, 2218 "notification-url": "https://packagist.org/downloads/", 2219 "license": [ 2220 "MIT" 2221 ], 2222 "authors": [ 2223 { 2224 "name": "PHP-FIG", 2225 "homepage": "http://www.php-fig.org/" 2226 } 2227 ], 2228 "description": "Common Container Interface (PHP FIG PSR-11)", 2229 "homepage": "https://github.com/php-fig/container", 2230 "keywords": [ 2231 "PSR-11", 2232 "container", 2233 "container-interface", 2234 "container-interop", 2235 "psr" 2236 ], 2237 "time": "2017-02-14T16:28:37+00:00" 2238 }, 2239 { 2240 "name": "psr/http-factory", 2241 "version": "1.0.1", 2242 "source": { 2243 "type": "git", 2244 "url": "https://github.com/php-fig/http-factory.git", 2245 "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be" 2246 }, 2247 "dist": { 2248 "type": "zip", 2249 "url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be", 2250 "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be", 2251 "shasum": "" 2252 }, 2253 "require": { 2254 "php": ">=7.0.0", 2255 "psr/http-message": "^1.0" 2256 }, 2257 "type": "library", 2258 "extra": { 2259 "branch-alias": { 2260 "dev-master": "1.0.x-dev" 2261 } 2262 }, 2263 "autoload": { 2264 "psr-4": { 2265 "Psr\\Http\\Message\\": "src/" 2266 } 2267 }, 2268 "notification-url": "https://packagist.org/downloads/", 2269 "license": [ 2270 "MIT" 2271 ], 2272 "authors": [ 2273 { 2274 "name": "PHP-FIG", 2275 "homepage": "http://www.php-fig.org/" 2276 } 2277 ], 2278 "description": "Common interfaces for PSR-7 HTTP message factories", 2279 "keywords": [ 2280 "factory", 2281 "http", 2282 "message", 2283 "psr", 2284 "psr-17", 2285 "psr-7", 2286 "request", 2287 "response" 2288 ], 2289 "time": "2019-04-30T12:38:16+00:00" 2290 }, 2291 { 2292 "name": "psr/http-message", 2293 "version": "1.0.1", 2294 "source": { 2295 "type": "git", 2296 "url": "https://github.com/php-fig/http-message.git", 2297 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363" 2298 }, 2299 "dist": { 2300 "type": "zip", 2301 "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363", 2302 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363", 2303 "shasum": "" 2304 }, 2305 "require": { 2306 "php": ">=5.3.0" 2307 }, 2308 "type": "library", 2309 "extra": { 2310 "branch-alias": { 2311 "dev-master": "1.0.x-dev" 2312 } 2313 }, 2314 "autoload": { 2315 "psr-4": { 2316 "Psr\\Http\\Message\\": "src/" 2317 } 2318 }, 2319 "notification-url": "https://packagist.org/downloads/", 2320 "license": [ 2321 "MIT" 2322 ], 2323 "authors": [ 2324 { 2325 "name": "PHP-FIG", 2326 "homepage": "http://www.php-fig.org/" 2327 } 2328 ], 2329 "description": "Common interface for HTTP messages", 2330 "homepage": "https://github.com/php-fig/http-message", 2331 "keywords": [ 2332 "http", 2333 "http-message", 2334 "psr", 2335 "psr-7", 2336 "request", 2337 "response" 2338 ], 2339 "time": "2016-08-06T14:39:51+00:00" 2340 }, 2341 { 2342 "name": "psr/http-server-handler", 2343 "version": "1.0.1", 2344 "source": { 2345 "type": "git", 2346 "url": "https://github.com/php-fig/http-server-handler.git", 2347 "reference": "aff2f80e33b7f026ec96bb42f63242dc50ffcae7" 2348 }, 2349 "dist": { 2350 "type": "zip", 2351 "url": "https://api.github.com/repos/php-fig/http-server-handler/zipball/aff2f80e33b7f026ec96bb42f63242dc50ffcae7", 2352 "reference": "aff2f80e33b7f026ec96bb42f63242dc50ffcae7", 2353 "shasum": "" 2354 }, 2355 "require": { 2356 "php": ">=7.0", 2357 "psr/http-message": "^1.0" 2358 }, 2359 "type": "library", 2360 "extra": { 2361 "branch-alias": { 2362 "dev-master": "1.0.x-dev" 2363 } 2364 }, 2365 "autoload": { 2366 "psr-4": { 2367 "Psr\\Http\\Server\\": "src/" 2368 } 2369 }, 2370 "notification-url": "https://packagist.org/downloads/", 2371 "license": [ 2372 "MIT" 2373 ], 2374 "authors": [ 2375 { 2376 "name": "PHP-FIG", 2377 "homepage": "http://www.php-fig.org/" 2378 } 2379 ], 2380 "description": "Common interface for HTTP server-side request handler", 2381 "keywords": [ 2382 "handler", 2383 "http", 2384 "http-interop", 2385 "psr", 2386 "psr-15", 2387 "psr-7", 2388 "request", 2389 "response", 2390 "server" 2391 ], 2392 "time": "2018-10-30T16:46:14+00:00" 2393 }, 2394 { 2395 "name": "psr/http-server-middleware", 2396 "version": "1.0.1", 2397 "source": { 2398 "type": "git", 2399 "url": "https://github.com/php-fig/http-server-middleware.git", 2400 "reference": "2296f45510945530b9dceb8bcedb5cb84d40c5f5" 2401 }, 2402 "dist": { 2403 "type": "zip", 2404 "url": "https://api.github.com/repos/php-fig/http-server-middleware/zipball/2296f45510945530b9dceb8bcedb5cb84d40c5f5", 2405 "reference": "2296f45510945530b9dceb8bcedb5cb84d40c5f5", 2406 "shasum": "" 2407 }, 2408 "require": { 2409 "php": ">=7.0", 2410 "psr/http-message": "^1.0", 2411 "psr/http-server-handler": "^1.0" 2412 }, 2413 "type": "library", 2414 "extra": { 2415 "branch-alias": { 2416 "dev-master": "1.0.x-dev" 2417 } 2418 }, 2419 "autoload": { 2420 "psr-4": { 2421 "Psr\\Http\\Server\\": "src/" 2422 } 2423 }, 2424 "notification-url": "https://packagist.org/downloads/", 2425 "license": [ 2426 "MIT" 2427 ], 2428 "authors": [ 2429 { 2430 "name": "PHP-FIG", 2431 "homepage": "http://www.php-fig.org/" 2432 } 2433 ], 2434 "description": "Common interface for HTTP server-side middleware", 2435 "keywords": [ 2436 "http", 2437 "http-interop", 2438 "middleware", 2439 "psr", 2440 "psr-15", 2441 "psr-7", 2442 "request", 2443 "response" 2444 ], 2445 "time": "2018-10-30T17:12:04+00:00" 2446 }, 2447 { 2448 "name": "psr/log", 2449 "version": "1.1.3", 2450 "source": { 2451 "type": "git", 2452 "url": "https://github.com/php-fig/log.git", 2453 "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc" 2454 }, 2455 "dist": { 2456 "type": "zip", 2457 "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc", 2458 "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc", 2459 "shasum": "" 2460 }, 2461 "require": { 2462 "php": ">=5.3.0" 2463 }, 2464 "type": "library", 2465 "extra": { 2466 "branch-alias": { 2467 "dev-master": "1.1.x-dev" 2468 } 2469 }, 2470 "autoload": { 2471 "psr-4": { 2472 "Psr\\Log\\": "Psr/Log/" 2473 } 2474 }, 2475 "notification-url": "https://packagist.org/downloads/", 2476 "license": [ 2477 "MIT" 2478 ], 2479 "authors": [ 2480 { 2481 "name": "PHP-FIG", 2482 "homepage": "http://www.php-fig.org/" 2483 } 2484 ], 2485 "description": "Common interface for logging libraries", 2486 "homepage": "https://github.com/php-fig/log", 2487 "keywords": [ 2488 "log", 2489 "psr", 2490 "psr-3" 2491 ], 2492 "time": "2020-03-23T09:12:05+00:00" 2493 }, 2494 { 2495 "name": "psr/simple-cache", 2496 "version": "1.0.1", 2497 "source": { 2498 "type": "git", 2499 "url": "https://github.com/php-fig/simple-cache.git", 2500 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b" 2501 }, 2502 "dist": { 2503 "type": "zip", 2504 "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b", 2505 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b", 2506 "shasum": "" 2507 }, 2508 "require": { 2509 "php": ">=5.3.0" 2510 }, 2511 "type": "library", 2512 "extra": { 2513 "branch-alias": { 2514 "dev-master": "1.0.x-dev" 2515 } 2516 }, 2517 "autoload": { 2518 "psr-4": { 2519 "Psr\\SimpleCache\\": "src/" 2520 } 2521 }, 2522 "notification-url": "https://packagist.org/downloads/", 2523 "license": [ 2524 "MIT" 2525 ], 2526 "authors": [ 2527 { 2528 "name": "PHP-FIG", 2529 "homepage": "http://www.php-fig.org/" 2530 } 2531 ], 2532 "description": "Common interfaces for simple caching", 2533 "keywords": [ 2534 "cache", 2535 "caching", 2536 "psr", 2537 "psr-16", 2538 "simple-cache" 2539 ], 2540 "time": "2017-10-23T01:57:42+00:00" 2541 }, 2542 { 2543 "name": "ralouphie/getallheaders", 2544 "version": "3.0.3", 2545 "source": { 2546 "type": "git", 2547 "url": "https://github.com/ralouphie/getallheaders.git", 2548 "reference": "120b605dfeb996808c31b6477290a714d356e822" 2549 }, 2550 "dist": { 2551 "type": "zip", 2552 "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822", 2553 "reference": "120b605dfeb996808c31b6477290a714d356e822", 2554 "shasum": "" 2555 }, 2556 "require": { 2557 "php": ">=5.6" 2558 }, 2559 "require-dev": { 2560 "php-coveralls/php-coveralls": "^2.1", 2561 "phpunit/phpunit": "^5 || ^6.5" 2562 }, 2563 "type": "library", 2564 "autoload": { 2565 "files": [ 2566 "src/getallheaders.php" 2567 ] 2568 }, 2569 "notification-url": "https://packagist.org/downloads/", 2570 "license": [ 2571 "MIT" 2572 ], 2573 "authors": [ 2574 { 2575 "name": "Ralph Khattar", 2576 "email": "ralph.khattar@gmail.com" 2577 } 2578 ], 2579 "description": "A polyfill for getallheaders.", 2580 "time": "2019-03-08T08:55:37+00:00" 2581 }, 2582 { 2583 "name": "ramsey/uuid", 2584 "version": "3.9.3", 2585 "source": { 2586 "type": "git", 2587 "url": "https://github.com/ramsey/uuid.git", 2588 "reference": "7e1633a6964b48589b142d60542f9ed31bd37a92" 2589 }, 2590 "dist": { 2591 "type": "zip", 2592 "url": "https://api.github.com/repos/ramsey/uuid/zipball/7e1633a6964b48589b142d60542f9ed31bd37a92", 2593 "reference": "7e1633a6964b48589b142d60542f9ed31bd37a92", 2594 "shasum": "" 2595 }, 2596 "require": { 2597 "ext-json": "*", 2598 "paragonie/random_compat": "^1 | ^2 | 9.99.99", 2599 "php": "^5.4 | ^7 | ^8", 2600 "symfony/polyfill-ctype": "^1.8" 2601 }, 2602 "replace": { 2603 "rhumsaa/uuid": "self.version" 2604 }, 2605 "require-dev": { 2606 "codeception/aspect-mock": "^1 | ^2", 2607 "doctrine/annotations": "^1.2", 2608 "goaop/framework": "1.0.0-alpha.2 | ^1 | ^2.1", 2609 "jakub-onderka/php-parallel-lint": "^1", 2610 "mockery/mockery": "^0.9.11 | ^1", 2611 "moontoast/math": "^1.1", 2612 "paragonie/random-lib": "^2", 2613 "php-mock/php-mock-phpunit": "^0.3 | ^1.1", 2614 "phpunit/phpunit": "^4.8 | ^5.4 | ^6.5", 2615 "squizlabs/php_codesniffer": "^3.5" 2616 }, 2617 "suggest": { 2618 "ext-ctype": "Provides support for PHP Ctype functions", 2619 "ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator", 2620 "ext-openssl": "Provides the OpenSSL extension for use with the OpenSslGenerator", 2621 "ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator", 2622 "moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).", 2623 "paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter", 2624 "ramsey/uuid-console": "A console application for generating UUIDs with ramsey/uuid", 2625 "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type." 2626 }, 2627 "type": "library", 2628 "extra": { 2629 "branch-alias": { 2630 "dev-master": "3.x-dev" 2631 } 2632 }, 2633 "autoload": { 2634 "psr-4": { 2635 "Ramsey\\Uuid\\": "src/" 2636 }, 2637 "files": [ 2638 "src/functions.php" 2639 ] 2640 }, 2641 "notification-url": "https://packagist.org/downloads/", 2642 "license": [ 2643 "MIT" 2644 ], 2645 "authors": [ 2646 { 2647 "name": "Ben Ramsey", 2648 "email": "ben@benramsey.com", 2649 "homepage": "https://benramsey.com" 2650 }, 2651 { 2652 "name": "Marijn Huizendveld", 2653 "email": "marijn.huizendveld@gmail.com" 2654 }, 2655 { 2656 "name": "Thibaud Fabre", 2657 "email": "thibaud@aztech.io" 2658 } 2659 ], 2660 "description": "Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).", 2661 "homepage": "https://github.com/ramsey/uuid", 2662 "keywords": [ 2663 "guid", 2664 "identifier", 2665 "uuid" 2666 ], 2667 "time": "2020-02-21T04:36:14+00:00" 2668 }, 2669 { 2670 "name": "swiftmailer/swiftmailer", 2671 "version": "v6.2.3", 2672 "source": { 2673 "type": "git", 2674 "url": "https://github.com/swiftmailer/swiftmailer.git", 2675 "reference": "149cfdf118b169f7840bbe3ef0d4bc795d1780c9" 2676 }, 2677 "dist": { 2678 "type": "zip", 2679 "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/149cfdf118b169f7840bbe3ef0d4bc795d1780c9", 2680 "reference": "149cfdf118b169f7840bbe3ef0d4bc795d1780c9", 2681 "shasum": "" 2682 }, 2683 "require": { 2684 "egulias/email-validator": "~2.0", 2685 "php": ">=7.0.0", 2686 "symfony/polyfill-iconv": "^1.0", 2687 "symfony/polyfill-intl-idn": "^1.10", 2688 "symfony/polyfill-mbstring": "^1.0" 2689 }, 2690 "require-dev": { 2691 "mockery/mockery": "~0.9.1", 2692 "symfony/phpunit-bridge": "^3.4.19|^4.1.8" 2693 }, 2694 "suggest": { 2695 "ext-intl": "Needed to support internationalized email addresses", 2696 "true/punycode": "Needed to support internationalized email addresses, if ext-intl is not installed" 2697 }, 2698 "type": "library", 2699 "extra": { 2700 "branch-alias": { 2701 "dev-master": "6.2-dev" 2702 } 2703 }, 2704 "autoload": { 2705 "files": [ 2706 "lib/swift_required.php" 2707 ] 2708 }, 2709 "notification-url": "https://packagist.org/downloads/", 2710 "license": [ 2711 "MIT" 2712 ], 2713 "authors": [ 2714 { 2715 "name": "Chris Corbyn" 2716 }, 2717 { 2718 "name": "Fabien Potencier", 2719 "email": "fabien@symfony.com" 2720 } 2721 ], 2722 "description": "Swiftmailer, free feature-rich PHP mailer", 2723 "homepage": "https://swiftmailer.symfony.com", 2724 "keywords": [ 2725 "email", 2726 "mail", 2727 "mailer" 2728 ], 2729 "time": "2019-11-12T09:31:26+00:00" 2730 }, 2731 { 2732 "name": "symfony/cache", 2733 "version": "v4.4.10", 2734 "source": { 2735 "type": "git", 2736 "url": "https://github.com/symfony/cache.git", 2737 "reference": "e12aad53e6b9fa80a3ca1d043b6dde9449b4f924" 2738 }, 2739 "dist": { 2740 "type": "zip", 2741 "url": "https://api.github.com/repos/symfony/cache/zipball/e12aad53e6b9fa80a3ca1d043b6dde9449b4f924", 2742 "reference": "e12aad53e6b9fa80a3ca1d043b6dde9449b4f924", 2743 "shasum": "" 2744 }, 2745 "require": { 2746 "php": ">=7.1.3", 2747 "psr/cache": "~1.0", 2748 "psr/log": "~1.0", 2749 "symfony/cache-contracts": "^1.1.7|^2", 2750 "symfony/service-contracts": "^1.1|^2", 2751 "symfony/var-exporter": "^4.2|^5.0" 2752 }, 2753 "conflict": { 2754 "doctrine/dbal": "<2.5", 2755 "symfony/dependency-injection": "<3.4", 2756 "symfony/http-kernel": "<4.4", 2757 "symfony/var-dumper": "<4.4" 2758 }, 2759 "provide": { 2760 "psr/cache-implementation": "1.0", 2761 "psr/simple-cache-implementation": "1.0", 2762 "symfony/cache-implementation": "1.0" 2763 }, 2764 "require-dev": { 2765 "cache/integration-tests": "dev-master", 2766 "doctrine/cache": "^1.6", 2767 "doctrine/dbal": "^2.5|^3.0", 2768 "predis/predis": "^1.1", 2769 "psr/simple-cache": "^1.0", 2770 "symfony/config": "^4.2|^5.0", 2771 "symfony/dependency-injection": "^3.4|^4.1|^5.0", 2772 "symfony/var-dumper": "^4.4|^5.0" 2773 }, 2774 "type": "library", 2775 "extra": { 2776 "branch-alias": { 2777 "dev-master": "4.4-dev" 2778 } 2779 }, 2780 "autoload": { 2781 "psr-4": { 2782 "Symfony\\Component\\Cache\\": "" 2783 }, 2784 "exclude-from-classmap": [ 2785 "/Tests/" 2786 ] 2787 }, 2788 "notification-url": "https://packagist.org/downloads/", 2789 "license": [ 2790 "MIT" 2791 ], 2792 "authors": [ 2793 { 2794 "name": "Nicolas Grekas", 2795 "email": "p@tchwork.com" 2796 }, 2797 { 2798 "name": "Symfony Community", 2799 "homepage": "https://symfony.com/contributors" 2800 } 2801 ], 2802 "description": "Symfony Cache component with PSR-6, PSR-16, and tags", 2803 "homepage": "https://symfony.com", 2804 "keywords": [ 2805 "caching", 2806 "psr6" 2807 ], 2808 "funding": [ 2809 { 2810 "url": "https://symfony.com/sponsor", 2811 "type": "custom" 2812 }, 2813 { 2814 "url": "https://github.com/fabpot", 2815 "type": "github" 2816 }, 2817 { 2818 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 2819 "type": "tidelift" 2820 } 2821 ], 2822 "time": "2020-06-09T14:07:49+00:00" 2823 }, 2824 { 2825 "name": "symfony/cache-contracts", 2826 "version": "v1.1.7", 2827 "source": { 2828 "type": "git", 2829 "url": "https://github.com/symfony/cache-contracts.git", 2830 "reference": "af50d14ada9e4e82cfabfabdc502d144f89be0a1" 2831 }, 2832 "dist": { 2833 "type": "zip", 2834 "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/af50d14ada9e4e82cfabfabdc502d144f89be0a1", 2835 "reference": "af50d14ada9e4e82cfabfabdc502d144f89be0a1", 2836 "shasum": "" 2837 }, 2838 "require": { 2839 "php": "^7.1.3", 2840 "psr/cache": "^1.0" 2841 }, 2842 "suggest": { 2843 "symfony/cache-implementation": "" 2844 }, 2845 "type": "library", 2846 "extra": { 2847 "branch-alias": { 2848 "dev-master": "1.1-dev" 2849 } 2850 }, 2851 "autoload": { 2852 "psr-4": { 2853 "Symfony\\Contracts\\Cache\\": "" 2854 } 2855 }, 2856 "notification-url": "https://packagist.org/downloads/", 2857 "license": [ 2858 "MIT" 2859 ], 2860 "authors": [ 2861 { 2862 "name": "Nicolas Grekas", 2863 "email": "p@tchwork.com" 2864 }, 2865 { 2866 "name": "Symfony Community", 2867 "homepage": "https://symfony.com/contributors" 2868 } 2869 ], 2870 "description": "Generic abstractions related to caching", 2871 "homepage": "https://symfony.com", 2872 "keywords": [ 2873 "abstractions", 2874 "contracts", 2875 "decoupling", 2876 "interfaces", 2877 "interoperability", 2878 "standards" 2879 ], 2880 "time": "2019-10-04T21:43:27+00:00" 2881 }, 2882 { 2883 "name": "symfony/expression-language", 2884 "version": "v4.4.10", 2885 "source": { 2886 "type": "git", 2887 "url": "https://github.com/symfony/expression-language.git", 2888 "reference": "89f0e2c82d8c12975180f993383decbb810ad73e" 2889 }, 2890 "dist": { 2891 "type": "zip", 2892 "url": "https://api.github.com/repos/symfony/expression-language/zipball/89f0e2c82d8c12975180f993383decbb810ad73e", 2893 "reference": "89f0e2c82d8c12975180f993383decbb810ad73e", 2894 "shasum": "" 2895 }, 2896 "require": { 2897 "php": ">=7.1.3", 2898 "symfony/cache": "^3.4|^4.0|^5.0", 2899 "symfony/service-contracts": "^1.1|^2" 2900 }, 2901 "type": "library", 2902 "extra": { 2903 "branch-alias": { 2904 "dev-master": "4.4-dev" 2905 } 2906 }, 2907 "autoload": { 2908 "psr-4": { 2909 "Symfony\\Component\\ExpressionLanguage\\": "" 2910 }, 2911 "exclude-from-classmap": [ 2912 "/Tests/" 2913 ] 2914 }, 2915 "notification-url": "https://packagist.org/downloads/", 2916 "license": [ 2917 "MIT" 2918 ], 2919 "authors": [ 2920 { 2921 "name": "Fabien Potencier", 2922 "email": "fabien@symfony.com" 2923 }, 2924 { 2925 "name": "Symfony Community", 2926 "homepage": "https://symfony.com/contributors" 2927 } 2928 ], 2929 "description": "Symfony ExpressionLanguage Component", 2930 "homepage": "https://symfony.com", 2931 "funding": [ 2932 { 2933 "url": "https://symfony.com/sponsor", 2934 "type": "custom" 2935 }, 2936 { 2937 "url": "https://github.com/fabpot", 2938 "type": "github" 2939 }, 2940 { 2941 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 2942 "type": "tidelift" 2943 } 2944 ], 2945 "time": "2020-05-20T08:37:50+00:00" 2946 }, 2947 { 2948 "name": "symfony/polyfill-ctype", 2949 "version": "v1.17.1", 2950 "source": { 2951 "type": "git", 2952 "url": "https://github.com/symfony/polyfill-ctype.git", 2953 "reference": "2edd75b8b35d62fd3eeabba73b26b8f1f60ce13d" 2954 }, 2955 "dist": { 2956 "type": "zip", 2957 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/2edd75b8b35d62fd3eeabba73b26b8f1f60ce13d", 2958 "reference": "2edd75b8b35d62fd3eeabba73b26b8f1f60ce13d", 2959 "shasum": "" 2960 }, 2961 "require": { 2962 "php": ">=5.3.3" 2963 }, 2964 "suggest": { 2965 "ext-ctype": "For best performance" 2966 }, 2967 "type": "library", 2968 "extra": { 2969 "branch-alias": { 2970 "dev-master": "1.17-dev" 2971 }, 2972 "thanks": { 2973 "name": "symfony/polyfill", 2974 "url": "https://github.com/symfony/polyfill" 2975 } 2976 }, 2977 "autoload": { 2978 "psr-4": { 2979 "Symfony\\Polyfill\\Ctype\\": "" 2980 }, 2981 "files": [ 2982 "bootstrap.php" 2983 ] 2984 }, 2985 "notification-url": "https://packagist.org/downloads/", 2986 "license": [ 2987 "MIT" 2988 ], 2989 "authors": [ 2990 { 2991 "name": "Gert de Pagter", 2992 "email": "BackEndTea@gmail.com" 2993 }, 2994 { 2995 "name": "Symfony Community", 2996 "homepage": "https://symfony.com/contributors" 2997 } 2998 ], 2999 "description": "Symfony polyfill for ctype functions", 3000 "homepage": "https://symfony.com", 3001 "keywords": [ 3002 "compatibility", 3003 "ctype", 3004 "polyfill", 3005 "portable" 3006 ], 3007 "funding": [ 3008 { 3009 "url": "https://symfony.com/sponsor", 3010 "type": "custom" 3011 }, 3012 { 3013 "url": "https://github.com/fabpot", 3014 "type": "github" 3015 }, 3016 { 3017 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 3018 "type": "tidelift" 3019 } 3020 ], 3021 "time": "2020-06-06T08:46:27+00:00" 3022 }, 3023 { 3024 "name": "symfony/polyfill-iconv", 3025 "version": "v1.17.1", 3026 "source": { 3027 "type": "git", 3028 "url": "https://github.com/symfony/polyfill-iconv.git", 3029 "reference": "ba6c9c18db36235b859cc29b8372d1c01298c035" 3030 }, 3031 "dist": { 3032 "type": "zip", 3033 "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/ba6c9c18db36235b859cc29b8372d1c01298c035", 3034 "reference": "ba6c9c18db36235b859cc29b8372d1c01298c035", 3035 "shasum": "" 3036 }, 3037 "require": { 3038 "php": ">=5.3.3" 3039 }, 3040 "suggest": { 3041 "ext-iconv": "For best performance" 3042 }, 3043 "type": "library", 3044 "extra": { 3045 "branch-alias": { 3046 "dev-master": "1.17-dev" 3047 }, 3048 "thanks": { 3049 "name": "symfony/polyfill", 3050 "url": "https://github.com/symfony/polyfill" 3051 } 3052 }, 3053 "autoload": { 3054 "psr-4": { 3055 "Symfony\\Polyfill\\Iconv\\": "" 3056 }, 3057 "files": [ 3058 "bootstrap.php" 3059 ] 3060 }, 3061 "notification-url": "https://packagist.org/downloads/", 3062 "license": [ 3063 "MIT" 3064 ], 3065 "authors": [ 3066 { 3067 "name": "Nicolas Grekas", 3068 "email": "p@tchwork.com" 3069 }, 3070 { 3071 "name": "Symfony Community", 3072 "homepage": "https://symfony.com/contributors" 3073 } 3074 ], 3075 "description": "Symfony polyfill for the Iconv extension", 3076 "homepage": "https://symfony.com", 3077 "keywords": [ 3078 "compatibility", 3079 "iconv", 3080 "polyfill", 3081 "portable", 3082 "shim" 3083 ], 3084 "funding": [ 3085 { 3086 "url": "https://symfony.com/sponsor", 3087 "type": "custom" 3088 }, 3089 { 3090 "url": "https://github.com/fabpot", 3091 "type": "github" 3092 }, 3093 { 3094 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 3095 "type": "tidelift" 3096 } 3097 ], 3098 "time": "2020-06-06T08:46:27+00:00" 3099 }, 3100 { 3101 "name": "symfony/polyfill-intl-idn", 3102 "version": "v1.17.1", 3103 "source": { 3104 "type": "git", 3105 "url": "https://github.com/symfony/polyfill-intl-idn.git", 3106 "reference": "a57f8161502549a742a63c09f0a604997bf47027" 3107 }, 3108 "dist": { 3109 "type": "zip", 3110 "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/a57f8161502549a742a63c09f0a604997bf47027", 3111 "reference": "a57f8161502549a742a63c09f0a604997bf47027", 3112 "shasum": "" 3113 }, 3114 "require": { 3115 "php": ">=5.3.3", 3116 "symfony/polyfill-mbstring": "^1.3", 3117 "symfony/polyfill-php72": "^1.10" 3118 }, 3119 "suggest": { 3120 "ext-intl": "For best performance" 3121 }, 3122 "type": "library", 3123 "extra": { 3124 "branch-alias": { 3125 "dev-master": "1.17-dev" 3126 }, 3127 "thanks": { 3128 "name": "symfony/polyfill", 3129 "url": "https://github.com/symfony/polyfill" 3130 } 3131 }, 3132 "autoload": { 3133 "psr-4": { 3134 "Symfony\\Polyfill\\Intl\\Idn\\": "" 3135 }, 3136 "files": [ 3137 "bootstrap.php" 3138 ] 3139 }, 3140 "notification-url": "https://packagist.org/downloads/", 3141 "license": [ 3142 "MIT" 3143 ], 3144 "authors": [ 3145 { 3146 "name": "Laurent Bassin", 3147 "email": "laurent@bassin.info" 3148 }, 3149 { 3150 "name": "Symfony Community", 3151 "homepage": "https://symfony.com/contributors" 3152 } 3153 ], 3154 "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions", 3155 "homepage": "https://symfony.com", 3156 "keywords": [ 3157 "compatibility", 3158 "idn", 3159 "intl", 3160 "polyfill", 3161 "portable", 3162 "shim" 3163 ], 3164 "funding": [ 3165 { 3166 "url": "https://symfony.com/sponsor", 3167 "type": "custom" 3168 }, 3169 { 3170 "url": "https://github.com/fabpot", 3171 "type": "github" 3172 }, 3173 { 3174 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 3175 "type": "tidelift" 3176 } 3177 ], 3178 "time": "2020-06-06T08:46:27+00:00" 3179 }, 3180 { 3181 "name": "symfony/polyfill-mbstring", 3182 "version": "v1.17.1", 3183 "source": { 3184 "type": "git", 3185 "url": "https://github.com/symfony/polyfill-mbstring.git", 3186 "reference": "7110338d81ce1cbc3e273136e4574663627037a7" 3187 }, 3188 "dist": { 3189 "type": "zip", 3190 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/7110338d81ce1cbc3e273136e4574663627037a7", 3191 "reference": "7110338d81ce1cbc3e273136e4574663627037a7", 3192 "shasum": "" 3193 }, 3194 "require": { 3195 "php": ">=5.3.3" 3196 }, 3197 "suggest": { 3198 "ext-mbstring": "For best performance" 3199 }, 3200 "type": "library", 3201 "extra": { 3202 "branch-alias": { 3203 "dev-master": "1.17-dev" 3204 }, 3205 "thanks": { 3206 "name": "symfony/polyfill", 3207 "url": "https://github.com/symfony/polyfill" 3208 } 3209 }, 3210 "autoload": { 3211 "psr-4": { 3212 "Symfony\\Polyfill\\Mbstring\\": "" 3213 }, 3214 "files": [ 3215 "bootstrap.php" 3216 ] 3217 }, 3218 "notification-url": "https://packagist.org/downloads/", 3219 "license": [ 3220 "MIT" 3221 ], 3222 "authors": [ 3223 { 3224 "name": "Nicolas Grekas", 3225 "email": "p@tchwork.com" 3226 }, 3227 { 3228 "name": "Symfony Community", 3229 "homepage": "https://symfony.com/contributors" 3230 } 3231 ], 3232 "description": "Symfony polyfill for the Mbstring extension", 3233 "homepage": "https://symfony.com", 3234 "keywords": [ 3235 "compatibility", 3236 "mbstring", 3237 "polyfill", 3238 "portable", 3239 "shim" 3240 ], 3241 "funding": [ 3242 { 3243 "url": "https://symfony.com/sponsor", 3244 "type": "custom" 3245 }, 3246 { 3247 "url": "https://github.com/fabpot", 3248 "type": "github" 3249 }, 3250 { 3251 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 3252 "type": "tidelift" 3253 } 3254 ], 3255 "time": "2020-06-06T08:46:27+00:00" 3256 }, 3257 { 3258 "name": "symfony/polyfill-php72", 3259 "version": "v1.17.0", 3260 "source": { 3261 "type": "git", 3262 "url": "https://github.com/symfony/polyfill-php72.git", 3263 "reference": "f048e612a3905f34931127360bdd2def19a5e582" 3264 }, 3265 "dist": { 3266 "type": "zip", 3267 "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/f048e612a3905f34931127360bdd2def19a5e582", 3268 "reference": "f048e612a3905f34931127360bdd2def19a5e582", 3269 "shasum": "" 3270 }, 3271 "require": { 3272 "php": ">=5.3.3" 3273 }, 3274 "type": "library", 3275 "extra": { 3276 "branch-alias": { 3277 "dev-master": "1.17-dev" 3278 } 3279 }, 3280 "autoload": { 3281 "psr-4": { 3282 "Symfony\\Polyfill\\Php72\\": "" 3283 }, 3284 "files": [ 3285 "bootstrap.php" 3286 ] 3287 }, 3288 "notification-url": "https://packagist.org/downloads/", 3289 "license": [ 3290 "MIT" 3291 ], 3292 "authors": [ 3293 { 3294 "name": "Nicolas Grekas", 3295 "email": "p@tchwork.com" 3296 }, 3297 { 3298 "name": "Symfony Community", 3299 "homepage": "https://symfony.com/contributors" 3300 } 3301 ], 3302 "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions", 3303 "homepage": "https://symfony.com", 3304 "keywords": [ 3305 "compatibility", 3306 "polyfill", 3307 "portable", 3308 "shim" 3309 ], 3310 "funding": [ 3311 { 3312 "url": "https://symfony.com/sponsor", 3313 "type": "custom" 3314 }, 3315 { 3316 "url": "https://github.com/fabpot", 3317 "type": "github" 3318 }, 3319 { 3320 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 3321 "type": "tidelift" 3322 } 3323 ], 3324 "time": "2020-05-12T16:47:27+00:00" 3325 }, 3326 { 3327 "name": "symfony/service-contracts", 3328 "version": "v1.1.8", 3329 "source": { 3330 "type": "git", 3331 "url": "https://github.com/symfony/service-contracts.git", 3332 "reference": "ffc7f5692092df31515df2a5ecf3b7302b3ddacf" 3333 }, 3334 "dist": { 3335 "type": "zip", 3336 "url": "https://api.github.com/repos/symfony/service-contracts/zipball/ffc7f5692092df31515df2a5ecf3b7302b3ddacf", 3337 "reference": "ffc7f5692092df31515df2a5ecf3b7302b3ddacf", 3338 "shasum": "" 3339 }, 3340 "require": { 3341 "php": "^7.1.3", 3342 "psr/container": "^1.0" 3343 }, 3344 "suggest": { 3345 "symfony/service-implementation": "" 3346 }, 3347 "type": "library", 3348 "extra": { 3349 "branch-alias": { 3350 "dev-master": "1.1-dev" 3351 } 3352 }, 3353 "autoload": { 3354 "psr-4": { 3355 "Symfony\\Contracts\\Service\\": "" 3356 } 3357 }, 3358 "notification-url": "https://packagist.org/downloads/", 3359 "license": [ 3360 "MIT" 3361 ], 3362 "authors": [ 3363 { 3364 "name": "Nicolas Grekas", 3365 "email": "p@tchwork.com" 3366 }, 3367 { 3368 "name": "Symfony Community", 3369 "homepage": "https://symfony.com/contributors" 3370 } 3371 ], 3372 "description": "Generic abstractions related to writing services", 3373 "homepage": "https://symfony.com", 3374 "keywords": [ 3375 "abstractions", 3376 "contracts", 3377 "decoupling", 3378 "interfaces", 3379 "interoperability", 3380 "standards" 3381 ], 3382 "time": "2019-10-14T12:27:06+00:00" 3383 }, 3384 { 3385 "name": "symfony/translation", 3386 "version": "v4.4.10", 3387 "source": { 3388 "type": "git", 3389 "url": "https://github.com/symfony/translation.git", 3390 "reference": "79d3ef9096a6a6047dbc69218b68c7b7f63193af" 3391 }, 3392 "dist": { 3393 "type": "zip", 3394 "url": "https://api.github.com/repos/symfony/translation/zipball/79d3ef9096a6a6047dbc69218b68c7b7f63193af", 3395 "reference": "79d3ef9096a6a6047dbc69218b68c7b7f63193af", 3396 "shasum": "" 3397 }, 3398 "require": { 3399 "php": ">=7.1.3", 3400 "symfony/polyfill-mbstring": "~1.0", 3401 "symfony/translation-contracts": "^1.1.6|^2" 3402 }, 3403 "conflict": { 3404 "symfony/config": "<3.4", 3405 "symfony/dependency-injection": "<3.4", 3406 "symfony/http-kernel": "<4.4", 3407 "symfony/yaml": "<3.4" 3408 }, 3409 "provide": { 3410 "symfony/translation-implementation": "1.0" 3411 }, 3412 "require-dev": { 3413 "psr/log": "~1.0", 3414 "symfony/config": "^3.4|^4.0|^5.0", 3415 "symfony/console": "^3.4|^4.0|^5.0", 3416 "symfony/dependency-injection": "^3.4|^4.0|^5.0", 3417 "symfony/finder": "~2.8|~3.0|~4.0|^5.0", 3418 "symfony/http-kernel": "^4.4", 3419 "symfony/intl": "^3.4|^4.0|^5.0", 3420 "symfony/service-contracts": "^1.1.2|^2", 3421 "symfony/yaml": "^3.4|^4.0|^5.0" 3422 }, 3423 "suggest": { 3424 "psr/log-implementation": "To use logging capability in translator", 3425 "symfony/config": "", 3426 "symfony/yaml": "" 3427 }, 3428 "type": "library", 3429 "extra": { 3430 "branch-alias": { 3431 "dev-master": "4.4-dev" 3432 } 3433 }, 3434 "autoload": { 3435 "psr-4": { 3436 "Symfony\\Component\\Translation\\": "" 3437 }, 3438 "exclude-from-classmap": [ 3439 "/Tests/" 3440 ] 3441 }, 3442 "notification-url": "https://packagist.org/downloads/", 3443 "license": [ 3444 "MIT" 3445 ], 3446 "authors": [ 3447 { 3448 "name": "Fabien Potencier", 3449 "email": "fabien@symfony.com" 3450 }, 3451 { 3452 "name": "Symfony Community", 3453 "homepage": "https://symfony.com/contributors" 3454 } 3455 ], 3456 "description": "Symfony Translation Component", 3457 "homepage": "https://symfony.com", 3458 "funding": [ 3459 { 3460 "url": "https://symfony.com/sponsor", 3461 "type": "custom" 3462 }, 3463 { 3464 "url": "https://github.com/fabpot", 3465 "type": "github" 3466 }, 3467 { 3468 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 3469 "type": "tidelift" 3470 } 3471 ], 3472 "time": "2020-05-30T20:06:45+00:00" 3473 }, 3474 { 3475 "name": "symfony/translation-contracts", 3476 "version": "v1.1.7", 3477 "source": { 3478 "type": "git", 3479 "url": "https://github.com/symfony/translation-contracts.git", 3480 "reference": "364518c132c95642e530d9b2d217acbc2ccac3e6" 3481 }, 3482 "dist": { 3483 "type": "zip", 3484 "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/364518c132c95642e530d9b2d217acbc2ccac3e6", 3485 "reference": "364518c132c95642e530d9b2d217acbc2ccac3e6", 3486 "shasum": "" 3487 }, 3488 "require": { 3489 "php": "^7.1.3" 3490 }, 3491 "suggest": { 3492 "symfony/translation-implementation": "" 3493 }, 3494 "type": "library", 3495 "extra": { 3496 "branch-alias": { 3497 "dev-master": "1.1-dev" 3498 } 3499 }, 3500 "autoload": { 3501 "psr-4": { 3502 "Symfony\\Contracts\\Translation\\": "" 3503 } 3504 }, 3505 "notification-url": "https://packagist.org/downloads/", 3506 "license": [ 3507 "MIT" 3508 ], 3509 "authors": [ 3510 { 3511 "name": "Nicolas Grekas", 3512 "email": "p@tchwork.com" 3513 }, 3514 { 3515 "name": "Symfony Community", 3516 "homepage": "https://symfony.com/contributors" 3517 } 3518 ], 3519 "description": "Generic abstractions related to translation", 3520 "homepage": "https://symfony.com", 3521 "keywords": [ 3522 "abstractions", 3523 "contracts", 3524 "decoupling", 3525 "interfaces", 3526 "interoperability", 3527 "standards" 3528 ], 3529 "time": "2019-09-17T11:12:18+00:00" 3530 }, 3531 { 3532 "name": "symfony/var-exporter", 3533 "version": "v4.4.10", 3534 "source": { 3535 "type": "git", 3536 "url": "https://github.com/symfony/var-exporter.git", 3537 "reference": "f311af6e44fefedbd4f1e23e97607ef0f917bfcc" 3538 }, 3539 "dist": { 3540 "type": "zip", 3541 "url": "https://api.github.com/repos/symfony/var-exporter/zipball/f311af6e44fefedbd4f1e23e97607ef0f917bfcc", 3542 "reference": "f311af6e44fefedbd4f1e23e97607ef0f917bfcc", 3543 "shasum": "" 3544 }, 3545 "require": { 3546 "php": "^7.1.3" 3547 }, 3548 "require-dev": { 3549 "symfony/var-dumper": "^4.4.9|^5.0.9" 3550 }, 3551 "type": "library", 3552 "extra": { 3553 "branch-alias": { 3554 "dev-master": "4.4-dev" 3555 } 3556 }, 3557 "autoload": { 3558 "psr-4": { 3559 "Symfony\\Component\\VarExporter\\": "" 3560 }, 3561 "exclude-from-classmap": [ 3562 "/Tests/" 3563 ] 3564 }, 3565 "notification-url": "https://packagist.org/downloads/", 3566 "license": [ 3567 "MIT" 3568 ], 3569 "authors": [ 3570 { 3571 "name": "Nicolas Grekas", 3572 "email": "p@tchwork.com" 3573 }, 3574 { 3575 "name": "Symfony Community", 3576 "homepage": "https://symfony.com/contributors" 3577 } 3578 ], 3579 "description": "A blend of var_export() + serialize() to turn any serializable data structure to plain PHP code", 3580 "homepage": "https://symfony.com", 3581 "keywords": [ 3582 "clone", 3583 "construct", 3584 "export", 3585 "hydrate", 3586 "instantiate", 3587 "serialize" 3588 ], 3589 "funding": [ 3590 { 3591 "url": "https://symfony.com/sponsor", 3592 "type": "custom" 3593 }, 3594 { 3595 "url": "https://github.com/fabpot", 3596 "type": "github" 3597 }, 3598 { 3599 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 3600 "type": "tidelift" 3601 } 3602 ], 3603 "time": "2020-06-01T01:10:09+00:00" 3604 }, 3605 { 3606 "name": "tecnickcom/tcpdf", 3607 "version": "6.3.5", 3608 "source": { 3609 "type": "git", 3610 "url": "https://github.com/tecnickcom/TCPDF.git", 3611 "reference": "19a535eaa7fb1c1cac499109deeb1a7a201b4549" 3612 }, 3613 "dist": { 3614 "type": "zip", 3615 "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/19a535eaa7fb1c1cac499109deeb1a7a201b4549", 3616 "reference": "19a535eaa7fb1c1cac499109deeb1a7a201b4549", 3617 "shasum": "" 3618 }, 3619 "require": { 3620 "php": ">=5.3.0" 3621 }, 3622 "type": "library", 3623 "autoload": { 3624 "classmap": [ 3625 "config", 3626 "include", 3627 "tcpdf.php", 3628 "tcpdf_parser.php", 3629 "tcpdf_import.php", 3630 "tcpdf_barcodes_1d.php", 3631 "tcpdf_barcodes_2d.php", 3632 "include/tcpdf_colors.php", 3633 "include/tcpdf_filters.php", 3634 "include/tcpdf_font_data.php", 3635 "include/tcpdf_fonts.php", 3636 "include/tcpdf_images.php", 3637 "include/tcpdf_static.php", 3638 "include/barcodes/datamatrix.php", 3639 "include/barcodes/pdf417.php", 3640 "include/barcodes/qrcode.php" 3641 ] 3642 }, 3643 "notification-url": "https://packagist.org/downloads/", 3644 "license": [ 3645 "LGPL-3.0-only" 3646 ], 3647 "authors": [ 3648 { 3649 "name": "Nicola Asuni", 3650 "email": "info@tecnick.com", 3651 "role": "lead" 3652 } 3653 ], 3654 "description": "TCPDF is a PHP class for generating PDF documents and barcodes.", 3655 "homepage": "http://www.tcpdf.org/", 3656 "keywords": [ 3657 "PDFD32000-2008", 3658 "TCPDF", 3659 "barcodes", 3660 "datamatrix", 3661 "pdf", 3662 "pdf417", 3663 "qrcode" 3664 ], 3665 "time": "2020-02-14T14:20:12+00:00" 3666 } 3667 ], 3668 "packages-dev": [ 3669 { 3670 "name": "composer/ca-bundle", 3671 "version": "1.2.7", 3672 "source": { 3673 "type": "git", 3674 "url": "https://github.com/composer/ca-bundle.git", 3675 "reference": "95c63ab2117a72f48f5a55da9740a3273d45b7fd" 3676 }, 3677 "dist": { 3678 "type": "zip", 3679 "url": "https://api.github.com/repos/composer/ca-bundle/zipball/95c63ab2117a72f48f5a55da9740a3273d45b7fd", 3680 "reference": "95c63ab2117a72f48f5a55da9740a3273d45b7fd", 3681 "shasum": "" 3682 }, 3683 "require": { 3684 "ext-openssl": "*", 3685 "ext-pcre": "*", 3686 "php": "^5.3.2 || ^7.0 || ^8.0" 3687 }, 3688 "require-dev": { 3689 "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 8", 3690 "psr/log": "^1.0", 3691 "symfony/process": "^2.5 || ^3.0 || ^4.0 || ^5.0" 3692 }, 3693 "type": "library", 3694 "extra": { 3695 "branch-alias": { 3696 "dev-master": "1.x-dev" 3697 } 3698 }, 3699 "autoload": { 3700 "psr-4": { 3701 "Composer\\CaBundle\\": "src" 3702 } 3703 }, 3704 "notification-url": "https://packagist.org/downloads/", 3705 "license": [ 3706 "MIT" 3707 ], 3708 "authors": [ 3709 { 3710 "name": "Jordi Boggiano", 3711 "email": "j.boggiano@seld.be", 3712 "homepage": "http://seld.be" 3713 } 3714 ], 3715 "description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.", 3716 "keywords": [ 3717 "cabundle", 3718 "cacert", 3719 "certificate", 3720 "ssl", 3721 "tls" 3722 ], 3723 "funding": [ 3724 { 3725 "url": "https://packagist.com", 3726 "type": "custom" 3727 }, 3728 { 3729 "url": "https://tidelift.com/funding/github/packagist/composer/composer", 3730 "type": "tidelift" 3731 } 3732 ], 3733 "time": "2020-04-08T08:27:21+00:00" 3734 }, 3735 { 3736 "name": "composer/composer", 3737 "version": "1.10.8", 3738 "source": { 3739 "type": "git", 3740 "url": "https://github.com/composer/composer.git", 3741 "reference": "56e0e094478f30935e9128552188355fa9712291" 3742 }, 3743 "dist": { 3744 "type": "zip", 3745 "url": "https://api.github.com/repos/composer/composer/zipball/56e0e094478f30935e9128552188355fa9712291", 3746 "reference": "56e0e094478f30935e9128552188355fa9712291", 3747 "shasum": "" 3748 }, 3749 "require": { 3750 "composer/ca-bundle": "^1.0", 3751 "composer/semver": "^1.0", 3752 "composer/spdx-licenses": "^1.2", 3753 "composer/xdebug-handler": "^1.1", 3754 "justinrainbow/json-schema": "^5.2.10", 3755 "php": "^5.3.2 || ^7.0", 3756 "psr/log": "^1.0", 3757 "seld/jsonlint": "^1.4", 3758 "seld/phar-utils": "^1.0", 3759 "symfony/console": "^2.7 || ^3.0 || ^4.0 || ^5.0", 3760 "symfony/filesystem": "^2.7 || ^3.0 || ^4.0 || ^5.0", 3761 "symfony/finder": "^2.7 || ^3.0 || ^4.0 || ^5.0", 3762 "symfony/process": "^2.7 || ^3.0 || ^4.0 || ^5.0" 3763 }, 3764 "conflict": { 3765 "symfony/console": "2.8.38" 3766 }, 3767 "require-dev": { 3768 "phpspec/prophecy": "^1.10", 3769 "symfony/phpunit-bridge": "^4.2" 3770 }, 3771 "suggest": { 3772 "ext-openssl": "Enabling the openssl extension allows you to access https URLs for repositories and packages", 3773 "ext-zip": "Enabling the zip extension allows you to unzip archives", 3774 "ext-zlib": "Allow gzip compression of HTTP requests" 3775 }, 3776 "bin": [ 3777 "bin/composer" 3778 ], 3779 "type": "library", 3780 "extra": { 3781 "branch-alias": { 3782 "dev-master": "1.10-dev" 3783 } 3784 }, 3785 "autoload": { 3786 "psr-4": { 3787 "Composer\\": "src/Composer" 3788 } 3789 }, 3790 "notification-url": "https://packagist.org/downloads/", 3791 "license": [ 3792 "MIT" 3793 ], 3794 "authors": [ 3795 { 3796 "name": "Nils Adermann", 3797 "email": "naderman@naderman.de", 3798 "homepage": "http://www.naderman.de" 3799 }, 3800 { 3801 "name": "Jordi Boggiano", 3802 "email": "j.boggiano@seld.be", 3803 "homepage": "http://seld.be" 3804 } 3805 ], 3806 "description": "Composer helps you declare, manage and install dependencies of PHP projects. It ensures you have the right stack everywhere.", 3807 "homepage": "https://getcomposer.org/", 3808 "keywords": [ 3809 "autoload", 3810 "dependency", 3811 "package" 3812 ], 3813 "funding": [ 3814 { 3815 "url": "https://packagist.com", 3816 "type": "custom" 3817 }, 3818 { 3819 "url": "https://github.com/composer", 3820 "type": "github" 3821 }, 3822 { 3823 "url": "https://tidelift.com/funding/github/packagist/composer/composer", 3824 "type": "tidelift" 3825 } 3826 ], 3827 "time": "2020-06-24T19:23:30+00:00" 3828 }, 3829 { 3830 "name": "composer/semver", 3831 "version": "1.5.1", 3832 "source": { 3833 "type": "git", 3834 "url": "https://github.com/composer/semver.git", 3835 "reference": "c6bea70230ef4dd483e6bbcab6005f682ed3a8de" 3836 }, 3837 "dist": { 3838 "type": "zip", 3839 "url": "https://api.github.com/repos/composer/semver/zipball/c6bea70230ef4dd483e6bbcab6005f682ed3a8de", 3840 "reference": "c6bea70230ef4dd483e6bbcab6005f682ed3a8de", 3841 "shasum": "" 3842 }, 3843 "require": { 3844 "php": "^5.3.2 || ^7.0" 3845 }, 3846 "require-dev": { 3847 "phpunit/phpunit": "^4.5 || ^5.0.5" 3848 }, 3849 "type": "library", 3850 "extra": { 3851 "branch-alias": { 3852 "dev-master": "1.x-dev" 3853 } 3854 }, 3855 "autoload": { 3856 "psr-4": { 3857 "Composer\\Semver\\": "src" 3858 } 3859 }, 3860 "notification-url": "https://packagist.org/downloads/", 3861 "license": [ 3862 "MIT" 3863 ], 3864 "authors": [ 3865 { 3866 "name": "Nils Adermann", 3867 "email": "naderman@naderman.de", 3868 "homepage": "http://www.naderman.de" 3869 }, 3870 { 3871 "name": "Jordi Boggiano", 3872 "email": "j.boggiano@seld.be", 3873 "homepage": "http://seld.be" 3874 }, 3875 { 3876 "name": "Rob Bast", 3877 "email": "rob.bast@gmail.com", 3878 "homepage": "http://robbast.nl" 3879 } 3880 ], 3881 "description": "Semver library that offers utilities, version constraint parsing and validation.", 3882 "keywords": [ 3883 "semantic", 3884 "semver", 3885 "validation", 3886 "versioning" 3887 ], 3888 "time": "2020-01-13T12:06:48+00:00" 3889 }, 3890 { 3891 "name": "composer/spdx-licenses", 3892 "version": "1.5.3", 3893 "source": { 3894 "type": "git", 3895 "url": "https://github.com/composer/spdx-licenses.git", 3896 "reference": "0c3e51e1880ca149682332770e25977c70cf9dae" 3897 }, 3898 "dist": { 3899 "type": "zip", 3900 "url": "https://api.github.com/repos/composer/spdx-licenses/zipball/0c3e51e1880ca149682332770e25977c70cf9dae", 3901 "reference": "0c3e51e1880ca149682332770e25977c70cf9dae", 3902 "shasum": "" 3903 }, 3904 "require": { 3905 "php": "^5.3.2 || ^7.0 || ^8.0" 3906 }, 3907 "require-dev": { 3908 "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 7" 3909 }, 3910 "type": "library", 3911 "extra": { 3912 "branch-alias": { 3913 "dev-master": "1.x-dev" 3914 } 3915 }, 3916 "autoload": { 3917 "psr-4": { 3918 "Composer\\Spdx\\": "src" 3919 } 3920 }, 3921 "notification-url": "https://packagist.org/downloads/", 3922 "license": [ 3923 "MIT" 3924 ], 3925 "authors": [ 3926 { 3927 "name": "Nils Adermann", 3928 "email": "naderman@naderman.de", 3929 "homepage": "http://www.naderman.de" 3930 }, 3931 { 3932 "name": "Jordi Boggiano", 3933 "email": "j.boggiano@seld.be", 3934 "homepage": "http://seld.be" 3935 }, 3936 { 3937 "name": "Rob Bast", 3938 "email": "rob.bast@gmail.com", 3939 "homepage": "http://robbast.nl" 3940 } 3941 ], 3942 "description": "SPDX licenses list and validation library.", 3943 "keywords": [ 3944 "license", 3945 "spdx", 3946 "validator" 3947 ], 3948 "time": "2020-02-14T07:44:31+00:00" 3949 }, 3950 { 3951 "name": "composer/xdebug-handler", 3952 "version": "1.4.2", 3953 "source": { 3954 "type": "git", 3955 "url": "https://github.com/composer/xdebug-handler.git", 3956 "reference": "fa2aaf99e2087f013a14f7432c1cd2dd7d8f1f51" 3957 }, 3958 "dist": { 3959 "type": "zip", 3960 "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/fa2aaf99e2087f013a14f7432c1cd2dd7d8f1f51", 3961 "reference": "fa2aaf99e2087f013a14f7432c1cd2dd7d8f1f51", 3962 "shasum": "" 3963 }, 3964 "require": { 3965 "php": "^5.3.2 || ^7.0 || ^8.0", 3966 "psr/log": "^1.0" 3967 }, 3968 "require-dev": { 3969 "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 8" 3970 }, 3971 "type": "library", 3972 "autoload": { 3973 "psr-4": { 3974 "Composer\\XdebugHandler\\": "src" 3975 } 3976 }, 3977 "notification-url": "https://packagist.org/downloads/", 3978 "license": [ 3979 "MIT" 3980 ], 3981 "authors": [ 3982 { 3983 "name": "John Stevenson", 3984 "email": "john-stevenson@blueyonder.co.uk" 3985 } 3986 ], 3987 "description": "Restarts a process without Xdebug.", 3988 "keywords": [ 3989 "Xdebug", 3990 "performance" 3991 ], 3992 "funding": [ 3993 { 3994 "url": "https://packagist.com", 3995 "type": "custom" 3996 }, 3997 { 3998 "url": "https://github.com/composer", 3999 "type": "github" 4000 }, 4001 { 4002 "url": "https://tidelift.com/funding/github/packagist/composer/composer", 4003 "type": "tidelift" 4004 } 4005 ], 4006 "time": "2020-06-04T11:16:35+00:00" 4007 }, 4008 { 4009 "name": "doctrine/instantiator", 4010 "version": "1.3.1", 4011 "source": { 4012 "type": "git", 4013 "url": "https://github.com/doctrine/instantiator.git", 4014 "reference": "f350df0268e904597e3bd9c4685c53e0e333feea" 4015 }, 4016 "dist": { 4017 "type": "zip", 4018 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/f350df0268e904597e3bd9c4685c53e0e333feea", 4019 "reference": "f350df0268e904597e3bd9c4685c53e0e333feea", 4020 "shasum": "" 4021 }, 4022 "require": { 4023 "php": "^7.1 || ^8.0" 4024 }, 4025 "require-dev": { 4026 "doctrine/coding-standard": "^6.0", 4027 "ext-pdo": "*", 4028 "ext-phar": "*", 4029 "phpbench/phpbench": "^0.13", 4030 "phpstan/phpstan-phpunit": "^0.11", 4031 "phpstan/phpstan-shim": "^0.11", 4032 "phpunit/phpunit": "^7.0" 4033 }, 4034 "type": "library", 4035 "extra": { 4036 "branch-alias": { 4037 "dev-master": "1.2.x-dev" 4038 } 4039 }, 4040 "autoload": { 4041 "psr-4": { 4042 "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" 4043 } 4044 }, 4045 "notification-url": "https://packagist.org/downloads/", 4046 "license": [ 4047 "MIT" 4048 ], 4049 "authors": [ 4050 { 4051 "name": "Marco Pivetta", 4052 "email": "ocramius@gmail.com", 4053 "homepage": "http://ocramius.github.com/" 4054 } 4055 ], 4056 "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", 4057 "homepage": "https://www.doctrine-project.org/projects/instantiator.html", 4058 "keywords": [ 4059 "constructor", 4060 "instantiate" 4061 ], 4062 "funding": [ 4063 { 4064 "url": "https://www.doctrine-project.org/sponsorship.html", 4065 "type": "custom" 4066 }, 4067 { 4068 "url": "https://www.patreon.com/phpdoctrine", 4069 "type": "patreon" 4070 }, 4071 { 4072 "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator", 4073 "type": "tidelift" 4074 } 4075 ], 4076 "time": "2020-05-29T17:27:14+00:00" 4077 }, 4078 { 4079 "name": "justinrainbow/json-schema", 4080 "version": "5.2.10", 4081 "source": { 4082 "type": "git", 4083 "url": "https://github.com/justinrainbow/json-schema.git", 4084 "reference": "2ba9c8c862ecd5510ed16c6340aa9f6eadb4f31b" 4085 }, 4086 "dist": { 4087 "type": "zip", 4088 "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/2ba9c8c862ecd5510ed16c6340aa9f6eadb4f31b", 4089 "reference": "2ba9c8c862ecd5510ed16c6340aa9f6eadb4f31b", 4090 "shasum": "" 4091 }, 4092 "require": { 4093 "php": ">=5.3.3" 4094 }, 4095 "require-dev": { 4096 "friendsofphp/php-cs-fixer": "~2.2.20||~2.15.1", 4097 "json-schema/json-schema-test-suite": "1.2.0", 4098 "phpunit/phpunit": "^4.8.35" 4099 }, 4100 "bin": [ 4101 "bin/validate-json" 4102 ], 4103 "type": "library", 4104 "extra": { 4105 "branch-alias": { 4106 "dev-master": "5.0.x-dev" 4107 } 4108 }, 4109 "autoload": { 4110 "psr-4": { 4111 "JsonSchema\\": "src/JsonSchema/" 4112 } 4113 }, 4114 "notification-url": "https://packagist.org/downloads/", 4115 "license": [ 4116 "MIT" 4117 ], 4118 "authors": [ 4119 { 4120 "name": "Bruno Prieto Reis", 4121 "email": "bruno.p.reis@gmail.com" 4122 }, 4123 { 4124 "name": "Justin Rainbow", 4125 "email": "justin.rainbow@gmail.com" 4126 }, 4127 { 4128 "name": "Igor Wiedler", 4129 "email": "igor@wiedler.ch" 4130 }, 4131 { 4132 "name": "Robert Schönthal", 4133 "email": "seroscho@googlemail.com" 4134 } 4135 ], 4136 "description": "A library to validate a json schema.", 4137 "homepage": "https://github.com/justinrainbow/json-schema", 4138 "keywords": [ 4139 "json", 4140 "schema" 4141 ], 4142 "time": "2020-05-27T16:41:55+00:00" 4143 }, 4144 { 4145 "name": "league/flysystem-memory", 4146 "version": "1.0.2", 4147 "source": { 4148 "type": "git", 4149 "url": "https://github.com/thephpleague/flysystem-memory.git", 4150 "reference": "d0e87477c32e29f999b4de05e64c1adcddb51757" 4151 }, 4152 "dist": { 4153 "type": "zip", 4154 "url": "https://api.github.com/repos/thephpleague/flysystem-memory/zipball/d0e87477c32e29f999b4de05e64c1adcddb51757", 4155 "reference": "d0e87477c32e29f999b4de05e64c1adcddb51757", 4156 "shasum": "" 4157 }, 4158 "require": { 4159 "league/flysystem": "~1.0" 4160 }, 4161 "require-dev": { 4162 "phpunit/phpunit": "^5.7.10" 4163 }, 4164 "type": "library", 4165 "extra": { 4166 "branch-alias": { 4167 "dev-master": "1.0-dev" 4168 } 4169 }, 4170 "autoload": { 4171 "psr-4": { 4172 "League\\Flysystem\\Memory\\": "src/" 4173 } 4174 }, 4175 "notification-url": "https://packagist.org/downloads/", 4176 "license": [ 4177 "MIT" 4178 ], 4179 "authors": [ 4180 { 4181 "name": "Chris Leppanen", 4182 "email": "chris.leppanen@gmail.com", 4183 "role": "Developer" 4184 } 4185 ], 4186 "description": "An in-memory adapter for Flysystem.", 4187 "homepage": "https://github.com/thephpleague/flysystem-memory", 4188 "keywords": [ 4189 "Flysystem", 4190 "adapter", 4191 "memory" 4192 ], 4193 "time": "2019-05-30T21:34:13+00:00" 4194 }, 4195 { 4196 "name": "maximebf/debugbar", 4197 "version": "v1.16.3", 4198 "source": { 4199 "type": "git", 4200 "url": "https://github.com/maximebf/php-debugbar.git", 4201 "reference": "1a1605b8e9bacb34cc0c6278206d699772e1d372" 4202 }, 4203 "dist": { 4204 "type": "zip", 4205 "url": "https://api.github.com/repos/maximebf/php-debugbar/zipball/1a1605b8e9bacb34cc0c6278206d699772e1d372", 4206 "reference": "1a1605b8e9bacb34cc0c6278206d699772e1d372", 4207 "shasum": "" 4208 }, 4209 "require": { 4210 "php": "^7.1", 4211 "psr/log": "^1.0", 4212 "symfony/var-dumper": "^2.6|^3|^4|^5" 4213 }, 4214 "require-dev": { 4215 "phpunit/phpunit": "^5" 4216 }, 4217 "suggest": { 4218 "kriswallsmith/assetic": "The best way to manage assets", 4219 "monolog/monolog": "Log using Monolog", 4220 "predis/predis": "Redis storage" 4221 }, 4222 "type": "library", 4223 "extra": { 4224 "branch-alias": { 4225 "dev-master": "1.16-dev" 4226 } 4227 }, 4228 "autoload": { 4229 "psr-4": { 4230 "DebugBar\\": "src/DebugBar/" 4231 } 4232 }, 4233 "notification-url": "https://packagist.org/downloads/", 4234 "license": [ 4235 "MIT" 4236 ], 4237 "authors": [ 4238 { 4239 "name": "Maxime Bouroumeau-Fuseau", 4240 "email": "maxime.bouroumeau@gmail.com", 4241 "homepage": "http://maximebf.com" 4242 }, 4243 { 4244 "name": "Barry vd. Heuvel", 4245 "email": "barryvdh@gmail.com" 4246 } 4247 ], 4248 "description": "Debug bar in the browser for php application", 4249 "homepage": "https://github.com/maximebf/php-debugbar", 4250 "keywords": [ 4251 "debug", 4252 "debugbar" 4253 ], 4254 "time": "2020-05-06T07:06:27+00:00" 4255 }, 4256 { 4257 "name": "myclabs/deep-copy", 4258 "version": "1.9.5", 4259 "source": { 4260 "type": "git", 4261 "url": "https://github.com/myclabs/DeepCopy.git", 4262 "reference": "b2c28789e80a97badd14145fda39b545d83ca3ef" 4263 }, 4264 "dist": { 4265 "type": "zip", 4266 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/b2c28789e80a97badd14145fda39b545d83ca3ef", 4267 "reference": "b2c28789e80a97badd14145fda39b545d83ca3ef", 4268 "shasum": "" 4269 }, 4270 "require": { 4271 "php": "^7.1" 4272 }, 4273 "replace": { 4274 "myclabs/deep-copy": "self.version" 4275 }, 4276 "require-dev": { 4277 "doctrine/collections": "^1.0", 4278 "doctrine/common": "^2.6", 4279 "phpunit/phpunit": "^7.1" 4280 }, 4281 "type": "library", 4282 "autoload": { 4283 "psr-4": { 4284 "DeepCopy\\": "src/DeepCopy/" 4285 }, 4286 "files": [ 4287 "src/DeepCopy/deep_copy.php" 4288 ] 4289 }, 4290 "notification-url": "https://packagist.org/downloads/", 4291 "license": [ 4292 "MIT" 4293 ], 4294 "description": "Create deep copies (clones) of your objects", 4295 "keywords": [ 4296 "clone", 4297 "copy", 4298 "duplicate", 4299 "object", 4300 "object graph" 4301 ], 4302 "time": "2020-01-17T21:11:47+00:00" 4303 }, 4304 { 4305 "name": "phar-io/manifest", 4306 "version": "1.0.3", 4307 "source": { 4308 "type": "git", 4309 "url": "https://github.com/phar-io/manifest.git", 4310 "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4" 4311 }, 4312 "dist": { 4313 "type": "zip", 4314 "url": "https://api.github.com/repos/phar-io/manifest/zipball/7761fcacf03b4d4f16e7ccb606d4879ca431fcf4", 4315 "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4", 4316 "shasum": "" 4317 }, 4318 "require": { 4319 "ext-dom": "*", 4320 "ext-phar": "*", 4321 "phar-io/version": "^2.0", 4322 "php": "^5.6 || ^7.0" 4323 }, 4324 "type": "library", 4325 "extra": { 4326 "branch-alias": { 4327 "dev-master": "1.0.x-dev" 4328 } 4329 }, 4330 "autoload": { 4331 "classmap": [ 4332 "src/" 4333 ] 4334 }, 4335 "notification-url": "https://packagist.org/downloads/", 4336 "license": [ 4337 "BSD-3-Clause" 4338 ], 4339 "authors": [ 4340 { 4341 "name": "Arne Blankerts", 4342 "email": "arne@blankerts.de", 4343 "role": "Developer" 4344 }, 4345 { 4346 "name": "Sebastian Heuer", 4347 "email": "sebastian@phpeople.de", 4348 "role": "Developer" 4349 }, 4350 { 4351 "name": "Sebastian Bergmann", 4352 "email": "sebastian@phpunit.de", 4353 "role": "Developer" 4354 } 4355 ], 4356 "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)", 4357 "time": "2018-07-08T19:23:20+00:00" 4358 }, 4359 { 4360 "name": "phar-io/version", 4361 "version": "2.0.1", 4362 "source": { 4363 "type": "git", 4364 "url": "https://github.com/phar-io/version.git", 4365 "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6" 4366 }, 4367 "dist": { 4368 "type": "zip", 4369 "url": "https://api.github.com/repos/phar-io/version/zipball/45a2ec53a73c70ce41d55cedef9063630abaf1b6", 4370 "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6", 4371 "shasum": "" 4372 }, 4373 "require": { 4374 "php": "^5.6 || ^7.0" 4375 }, 4376 "type": "library", 4377 "autoload": { 4378 "classmap": [ 4379 "src/" 4380 ] 4381 }, 4382 "notification-url": "https://packagist.org/downloads/", 4383 "license": [ 4384 "BSD-3-Clause" 4385 ], 4386 "authors": [ 4387 { 4388 "name": "Arne Blankerts", 4389 "email": "arne@blankerts.de", 4390 "role": "Developer" 4391 }, 4392 { 4393 "name": "Sebastian Heuer", 4394 "email": "sebastian@phpeople.de", 4395 "role": "Developer" 4396 }, 4397 { 4398 "name": "Sebastian Bergmann", 4399 "email": "sebastian@phpunit.de", 4400 "role": "Developer" 4401 } 4402 ], 4403 "description": "Library for handling version information and constraints", 4404 "time": "2018-07-08T19:19:57+00:00" 4405 }, 4406 { 4407 "name": "php-coveralls/php-coveralls", 4408 "version": "v2.2.0", 4409 "source": { 4410 "type": "git", 4411 "url": "https://github.com/php-coveralls/php-coveralls.git", 4412 "reference": "3e6420fa666ef7bae5e750ddeac903153e193bae" 4413 }, 4414 "dist": { 4415 "type": "zip", 4416 "url": "https://api.github.com/repos/php-coveralls/php-coveralls/zipball/3e6420fa666ef7bae5e750ddeac903153e193bae", 4417 "reference": "3e6420fa666ef7bae5e750ddeac903153e193bae", 4418 "shasum": "" 4419 }, 4420 "require": { 4421 "ext-json": "*", 4422 "ext-simplexml": "*", 4423 "guzzlehttp/guzzle": "^6.0", 4424 "php": "^5.5 || ^7.0", 4425 "psr/log": "^1.0", 4426 "symfony/config": "^2.1 || ^3.0 || ^4.0 || ^5.0", 4427 "symfony/console": "^2.1 || ^3.0 || ^4.0 || ^5.0", 4428 "symfony/stopwatch": "^2.0 || ^3.0 || ^4.0 || ^5.0", 4429 "symfony/yaml": "^2.0.5 || ^3.0 || ^4.0 || ^5.0" 4430 }, 4431 "require-dev": { 4432 "phpunit/phpunit": "^4.8.35 || ^5.4.3 || ^6.0" 4433 }, 4434 "suggest": { 4435 "symfony/http-kernel": "Allows Symfony integration" 4436 }, 4437 "bin": [ 4438 "bin/php-coveralls" 4439 ], 4440 "type": "library", 4441 "extra": { 4442 "branch-alias": { 4443 "dev-master": "2.2-dev" 4444 } 4445 }, 4446 "autoload": { 4447 "psr-4": { 4448 "PhpCoveralls\\": "src/" 4449 } 4450 }, 4451 "notification-url": "https://packagist.org/downloads/", 4452 "license": [ 4453 "MIT" 4454 ], 4455 "authors": [ 4456 { 4457 "name": "Kitamura Satoshi", 4458 "email": "with.no.parachute@gmail.com", 4459 "homepage": "https://www.facebook.com/satooshi.jp", 4460 "role": "Original creator" 4461 }, 4462 { 4463 "name": "Takashi Matsuo", 4464 "email": "tmatsuo@google.com" 4465 }, 4466 { 4467 "name": "Google Inc" 4468 }, 4469 { 4470 "name": "Dariusz Ruminski", 4471 "email": "dariusz.ruminski@gmail.com", 4472 "homepage": "https://github.com/keradus" 4473 }, 4474 { 4475 "name": "Contributors", 4476 "homepage": "https://github.com/php-coveralls/php-coveralls/graphs/contributors" 4477 } 4478 ], 4479 "description": "PHP client library for Coveralls API", 4480 "homepage": "https://github.com/php-coveralls/php-coveralls", 4481 "keywords": [ 4482 "ci", 4483 "coverage", 4484 "github", 4485 "test" 4486 ], 4487 "time": "2019-11-20T16:29:20+00:00" 4488 }, 4489 { 4490 "name": "phpdocumentor/reflection-common", 4491 "version": "2.1.0", 4492 "source": { 4493 "type": "git", 4494 "url": "https://github.com/phpDocumentor/ReflectionCommon.git", 4495 "reference": "6568f4687e5b41b054365f9ae03fcb1ed5f2069b" 4496 }, 4497 "dist": { 4498 "type": "zip", 4499 "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/6568f4687e5b41b054365f9ae03fcb1ed5f2069b", 4500 "reference": "6568f4687e5b41b054365f9ae03fcb1ed5f2069b", 4501 "shasum": "" 4502 }, 4503 "require": { 4504 "php": ">=7.1" 4505 }, 4506 "type": "library", 4507 "extra": { 4508 "branch-alias": { 4509 "dev-master": "2.x-dev" 4510 } 4511 }, 4512 "autoload": { 4513 "psr-4": { 4514 "phpDocumentor\\Reflection\\": "src/" 4515 } 4516 }, 4517 "notification-url": "https://packagist.org/downloads/", 4518 "license": [ 4519 "MIT" 4520 ], 4521 "authors": [ 4522 { 4523 "name": "Jaap van Otterdijk", 4524 "email": "opensource@ijaap.nl" 4525 } 4526 ], 4527 "description": "Common reflection classes used by phpdocumentor to reflect the code structure", 4528 "homepage": "http://www.phpdoc.org", 4529 "keywords": [ 4530 "FQSEN", 4531 "phpDocumentor", 4532 "phpdoc", 4533 "reflection", 4534 "static analysis" 4535 ], 4536 "time": "2020-04-27T09:25:28+00:00" 4537 }, 4538 { 4539 "name": "phpdocumentor/reflection-docblock", 4540 "version": "4.3.4", 4541 "source": { 4542 "type": "git", 4543 "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", 4544 "reference": "da3fd972d6bafd628114f7e7e036f45944b62e9c" 4545 }, 4546 "dist": { 4547 "type": "zip", 4548 "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/da3fd972d6bafd628114f7e7e036f45944b62e9c", 4549 "reference": "da3fd972d6bafd628114f7e7e036f45944b62e9c", 4550 "shasum": "" 4551 }, 4552 "require": { 4553 "php": "^7.0", 4554 "phpdocumentor/reflection-common": "^1.0.0 || ^2.0.0", 4555 "phpdocumentor/type-resolver": "~0.4 || ^1.0.0", 4556 "webmozart/assert": "^1.0" 4557 }, 4558 "require-dev": { 4559 "doctrine/instantiator": "^1.0.5", 4560 "mockery/mockery": "^1.0", 4561 "phpdocumentor/type-resolver": "0.4.*", 4562 "phpunit/phpunit": "^6.4" 4563 }, 4564 "type": "library", 4565 "extra": { 4566 "branch-alias": { 4567 "dev-master": "4.x-dev" 4568 } 4569 }, 4570 "autoload": { 4571 "psr-4": { 4572 "phpDocumentor\\Reflection\\": [ 4573 "src/" 4574 ] 4575 } 4576 }, 4577 "notification-url": "https://packagist.org/downloads/", 4578 "license": [ 4579 "MIT" 4580 ], 4581 "authors": [ 4582 { 4583 "name": "Mike van Riel", 4584 "email": "me@mikevanriel.com" 4585 } 4586 ], 4587 "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", 4588 "time": "2019-12-28T18:55:12+00:00" 4589 }, 4590 { 4591 "name": "phpdocumentor/type-resolver", 4592 "version": "1.0.1", 4593 "source": { 4594 "type": "git", 4595 "url": "https://github.com/phpDocumentor/TypeResolver.git", 4596 "reference": "2e32a6d48972b2c1976ed5d8967145b6cec4a4a9" 4597 }, 4598 "dist": { 4599 "type": "zip", 4600 "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/2e32a6d48972b2c1976ed5d8967145b6cec4a4a9", 4601 "reference": "2e32a6d48972b2c1976ed5d8967145b6cec4a4a9", 4602 "shasum": "" 4603 }, 4604 "require": { 4605 "php": "^7.1", 4606 "phpdocumentor/reflection-common": "^2.0" 4607 }, 4608 "require-dev": { 4609 "ext-tokenizer": "^7.1", 4610 "mockery/mockery": "~1", 4611 "phpunit/phpunit": "^7.0" 4612 }, 4613 "type": "library", 4614 "extra": { 4615 "branch-alias": { 4616 "dev-master": "1.x-dev" 4617 } 4618 }, 4619 "autoload": { 4620 "psr-4": { 4621 "phpDocumentor\\Reflection\\": "src" 4622 } 4623 }, 4624 "notification-url": "https://packagist.org/downloads/", 4625 "license": [ 4626 "MIT" 4627 ], 4628 "authors": [ 4629 { 4630 "name": "Mike van Riel", 4631 "email": "me@mikevanriel.com" 4632 } 4633 ], 4634 "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names", 4635 "time": "2019-08-22T18:11:29+00:00" 4636 }, 4637 { 4638 "name": "phpspec/prophecy", 4639 "version": "v1.10.3", 4640 "source": { 4641 "type": "git", 4642 "url": "https://github.com/phpspec/prophecy.git", 4643 "reference": "451c3cd1418cf640de218914901e51b064abb093" 4644 }, 4645 "dist": { 4646 "type": "zip", 4647 "url": "https://api.github.com/repos/phpspec/prophecy/zipball/451c3cd1418cf640de218914901e51b064abb093", 4648 "reference": "451c3cd1418cf640de218914901e51b064abb093", 4649 "shasum": "" 4650 }, 4651 "require": { 4652 "doctrine/instantiator": "^1.0.2", 4653 "php": "^5.3|^7.0", 4654 "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0|^5.0", 4655 "sebastian/comparator": "^1.2.3|^2.0|^3.0|^4.0", 4656 "sebastian/recursion-context": "^1.0|^2.0|^3.0|^4.0" 4657 }, 4658 "require-dev": { 4659 "phpspec/phpspec": "^2.5 || ^3.2", 4660 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1" 4661 }, 4662 "type": "library", 4663 "extra": { 4664 "branch-alias": { 4665 "dev-master": "1.10.x-dev" 4666 } 4667 }, 4668 "autoload": { 4669 "psr-4": { 4670 "Prophecy\\": "src/Prophecy" 4671 } 4672 }, 4673 "notification-url": "https://packagist.org/downloads/", 4674 "license": [ 4675 "MIT" 4676 ], 4677 "authors": [ 4678 { 4679 "name": "Konstantin Kudryashov", 4680 "email": "ever.zet@gmail.com", 4681 "homepage": "http://everzet.com" 4682 }, 4683 { 4684 "name": "Marcello Duarte", 4685 "email": "marcello.duarte@gmail.com" 4686 } 4687 ], 4688 "description": "Highly opinionated mocking framework for PHP 5.3+", 4689 "homepage": "https://github.com/phpspec/prophecy", 4690 "keywords": [ 4691 "Double", 4692 "Dummy", 4693 "fake", 4694 "mock", 4695 "spy", 4696 "stub" 4697 ], 4698 "time": "2020-03-05T15:02:03+00:00" 4699 }, 4700 { 4701 "name": "phpunit/php-code-coverage", 4702 "version": "6.1.4", 4703 "source": { 4704 "type": "git", 4705 "url": "https://github.com/sebastianbergmann/php-code-coverage.git", 4706 "reference": "807e6013b00af69b6c5d9ceb4282d0393dbb9d8d" 4707 }, 4708 "dist": { 4709 "type": "zip", 4710 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/807e6013b00af69b6c5d9ceb4282d0393dbb9d8d", 4711 "reference": "807e6013b00af69b6c5d9ceb4282d0393dbb9d8d", 4712 "shasum": "" 4713 }, 4714 "require": { 4715 "ext-dom": "*", 4716 "ext-xmlwriter": "*", 4717 "php": "^7.1", 4718 "phpunit/php-file-iterator": "^2.0", 4719 "phpunit/php-text-template": "^1.2.1", 4720 "phpunit/php-token-stream": "^3.0", 4721 "sebastian/code-unit-reverse-lookup": "^1.0.1", 4722 "sebastian/environment": "^3.1 || ^4.0", 4723 "sebastian/version": "^2.0.1", 4724 "theseer/tokenizer": "^1.1" 4725 }, 4726 "require-dev": { 4727 "phpunit/phpunit": "^7.0" 4728 }, 4729 "suggest": { 4730 "ext-xdebug": "^2.6.0" 4731 }, 4732 "type": "library", 4733 "extra": { 4734 "branch-alias": { 4735 "dev-master": "6.1-dev" 4736 } 4737 }, 4738 "autoload": { 4739 "classmap": [ 4740 "src/" 4741 ] 4742 }, 4743 "notification-url": "https://packagist.org/downloads/", 4744 "license": [ 4745 "BSD-3-Clause" 4746 ], 4747 "authors": [ 4748 { 4749 "name": "Sebastian Bergmann", 4750 "email": "sebastian@phpunit.de", 4751 "role": "lead" 4752 } 4753 ], 4754 "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", 4755 "homepage": "https://github.com/sebastianbergmann/php-code-coverage", 4756 "keywords": [ 4757 "coverage", 4758 "testing", 4759 "xunit" 4760 ], 4761 "time": "2018-10-31T16:06:48+00:00" 4762 }, 4763 { 4764 "name": "phpunit/php-file-iterator", 4765 "version": "2.0.2", 4766 "source": { 4767 "type": "git", 4768 "url": "https://github.com/sebastianbergmann/php-file-iterator.git", 4769 "reference": "050bedf145a257b1ff02746c31894800e5122946" 4770 }, 4771 "dist": { 4772 "type": "zip", 4773 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/050bedf145a257b1ff02746c31894800e5122946", 4774 "reference": "050bedf145a257b1ff02746c31894800e5122946", 4775 "shasum": "" 4776 }, 4777 "require": { 4778 "php": "^7.1" 4779 }, 4780 "require-dev": { 4781 "phpunit/phpunit": "^7.1" 4782 }, 4783 "type": "library", 4784 "extra": { 4785 "branch-alias": { 4786 "dev-master": "2.0.x-dev" 4787 } 4788 }, 4789 "autoload": { 4790 "classmap": [ 4791 "src/" 4792 ] 4793 }, 4794 "notification-url": "https://packagist.org/downloads/", 4795 "license": [ 4796 "BSD-3-Clause" 4797 ], 4798 "authors": [ 4799 { 4800 "name": "Sebastian Bergmann", 4801 "email": "sebastian@phpunit.de", 4802 "role": "lead" 4803 } 4804 ], 4805 "description": "FilterIterator implementation that filters files based on a list of suffixes.", 4806 "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", 4807 "keywords": [ 4808 "filesystem", 4809 "iterator" 4810 ], 4811 "time": "2018-09-13T20:33:42+00:00" 4812 }, 4813 { 4814 "name": "phpunit/php-text-template", 4815 "version": "1.2.1", 4816 "source": { 4817 "type": "git", 4818 "url": "https://github.com/sebastianbergmann/php-text-template.git", 4819 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686" 4820 }, 4821 "dist": { 4822 "type": "zip", 4823 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686", 4824 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686", 4825 "shasum": "" 4826 }, 4827 "require": { 4828 "php": ">=5.3.3" 4829 }, 4830 "type": "library", 4831 "autoload": { 4832 "classmap": [ 4833 "src/" 4834 ] 4835 }, 4836 "notification-url": "https://packagist.org/downloads/", 4837 "license": [ 4838 "BSD-3-Clause" 4839 ], 4840 "authors": [ 4841 { 4842 "name": "Sebastian Bergmann", 4843 "email": "sebastian@phpunit.de", 4844 "role": "lead" 4845 } 4846 ], 4847 "description": "Simple template engine.", 4848 "homepage": "https://github.com/sebastianbergmann/php-text-template/", 4849 "keywords": [ 4850 "template" 4851 ], 4852 "time": "2015-06-21T13:50:34+00:00" 4853 }, 4854 { 4855 "name": "phpunit/php-timer", 4856 "version": "2.1.2", 4857 "source": { 4858 "type": "git", 4859 "url": "https://github.com/sebastianbergmann/php-timer.git", 4860 "reference": "1038454804406b0b5f5f520358e78c1c2f71501e" 4861 }, 4862 "dist": { 4863 "type": "zip", 4864 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/1038454804406b0b5f5f520358e78c1c2f71501e", 4865 "reference": "1038454804406b0b5f5f520358e78c1c2f71501e", 4866 "shasum": "" 4867 }, 4868 "require": { 4869 "php": "^7.1" 4870 }, 4871 "require-dev": { 4872 "phpunit/phpunit": "^7.0" 4873 }, 4874 "type": "library", 4875 "extra": { 4876 "branch-alias": { 4877 "dev-master": "2.1-dev" 4878 } 4879 }, 4880 "autoload": { 4881 "classmap": [ 4882 "src/" 4883 ] 4884 }, 4885 "notification-url": "https://packagist.org/downloads/", 4886 "license": [ 4887 "BSD-3-Clause" 4888 ], 4889 "authors": [ 4890 { 4891 "name": "Sebastian Bergmann", 4892 "email": "sebastian@phpunit.de", 4893 "role": "lead" 4894 } 4895 ], 4896 "description": "Utility class for timing", 4897 "homepage": "https://github.com/sebastianbergmann/php-timer/", 4898 "keywords": [ 4899 "timer" 4900 ], 4901 "time": "2019-06-07T04:22:29+00:00" 4902 }, 4903 { 4904 "name": "phpunit/php-token-stream", 4905 "version": "3.1.1", 4906 "source": { 4907 "type": "git", 4908 "url": "https://github.com/sebastianbergmann/php-token-stream.git", 4909 "reference": "995192df77f63a59e47f025390d2d1fdf8f425ff" 4910 }, 4911 "dist": { 4912 "type": "zip", 4913 "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/995192df77f63a59e47f025390d2d1fdf8f425ff", 4914 "reference": "995192df77f63a59e47f025390d2d1fdf8f425ff", 4915 "shasum": "" 4916 }, 4917 "require": { 4918 "ext-tokenizer": "*", 4919 "php": "^7.1" 4920 }, 4921 "require-dev": { 4922 "phpunit/phpunit": "^7.0" 4923 }, 4924 "type": "library", 4925 "extra": { 4926 "branch-alias": { 4927 "dev-master": "3.1-dev" 4928 } 4929 }, 4930 "autoload": { 4931 "classmap": [ 4932 "src/" 4933 ] 4934 }, 4935 "notification-url": "https://packagist.org/downloads/", 4936 "license": [ 4937 "BSD-3-Clause" 4938 ], 4939 "authors": [ 4940 { 4941 "name": "Sebastian Bergmann", 4942 "email": "sebastian@phpunit.de" 4943 } 4944 ], 4945 "description": "Wrapper around PHP's tokenizer extension.", 4946 "homepage": "https://github.com/sebastianbergmann/php-token-stream/", 4947 "keywords": [ 4948 "tokenizer" 4949 ], 4950 "time": "2019-09-17T06:23:10+00:00" 4951 }, 4952 { 4953 "name": "phpunit/phpunit", 4954 "version": "7.5.20", 4955 "source": { 4956 "type": "git", 4957 "url": "https://github.com/sebastianbergmann/phpunit.git", 4958 "reference": "9467db479d1b0487c99733bb1e7944d32deded2c" 4959 }, 4960 "dist": { 4961 "type": "zip", 4962 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/9467db479d1b0487c99733bb1e7944d32deded2c", 4963 "reference": "9467db479d1b0487c99733bb1e7944d32deded2c", 4964 "shasum": "" 4965 }, 4966 "require": { 4967 "doctrine/instantiator": "^1.1", 4968 "ext-dom": "*", 4969 "ext-json": "*", 4970 "ext-libxml": "*", 4971 "ext-mbstring": "*", 4972 "ext-xml": "*", 4973 "myclabs/deep-copy": "^1.7", 4974 "phar-io/manifest": "^1.0.2", 4975 "phar-io/version": "^2.0", 4976 "php": "^7.1", 4977 "phpspec/prophecy": "^1.7", 4978 "phpunit/php-code-coverage": "^6.0.7", 4979 "phpunit/php-file-iterator": "^2.0.1", 4980 "phpunit/php-text-template": "^1.2.1", 4981 "phpunit/php-timer": "^2.1", 4982 "sebastian/comparator": "^3.0", 4983 "sebastian/diff": "^3.0", 4984 "sebastian/environment": "^4.0", 4985 "sebastian/exporter": "^3.1", 4986 "sebastian/global-state": "^2.0", 4987 "sebastian/object-enumerator": "^3.0.3", 4988 "sebastian/resource-operations": "^2.0", 4989 "sebastian/version": "^2.0.1" 4990 }, 4991 "conflict": { 4992 "phpunit/phpunit-mock-objects": "*" 4993 }, 4994 "require-dev": { 4995 "ext-pdo": "*" 4996 }, 4997 "suggest": { 4998 "ext-soap": "*", 4999 "ext-xdebug": "*", 5000 "phpunit/php-invoker": "^2.0" 5001 }, 5002 "bin": [ 5003 "phpunit" 5004 ], 5005 "type": "library", 5006 "extra": { 5007 "branch-alias": { 5008 "dev-master": "7.5-dev" 5009 } 5010 }, 5011 "autoload": { 5012 "classmap": [ 5013 "src/" 5014 ] 5015 }, 5016 "notification-url": "https://packagist.org/downloads/", 5017 "license": [ 5018 "BSD-3-Clause" 5019 ], 5020 "authors": [ 5021 { 5022 "name": "Sebastian Bergmann", 5023 "email": "sebastian@phpunit.de", 5024 "role": "lead" 5025 } 5026 ], 5027 "description": "The PHP Unit Testing framework.", 5028 "homepage": "https://phpunit.de/", 5029 "keywords": [ 5030 "phpunit", 5031 "testing", 5032 "xunit" 5033 ], 5034 "time": "2020-01-08T08:45:45+00:00" 5035 }, 5036 { 5037 "name": "sebastian/code-unit-reverse-lookup", 5038 "version": "1.0.1", 5039 "source": { 5040 "type": "git", 5041 "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git", 5042 "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18" 5043 }, 5044 "dist": { 5045 "type": "zip", 5046 "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18", 5047 "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18", 5048 "shasum": "" 5049 }, 5050 "require": { 5051 "php": "^5.6 || ^7.0" 5052 }, 5053 "require-dev": { 5054 "phpunit/phpunit": "^5.7 || ^6.0" 5055 }, 5056 "type": "library", 5057 "extra": { 5058 "branch-alias": { 5059 "dev-master": "1.0.x-dev" 5060 } 5061 }, 5062 "autoload": { 5063 "classmap": [ 5064 "src/" 5065 ] 5066 }, 5067 "notification-url": "https://packagist.org/downloads/", 5068 "license": [ 5069 "BSD-3-Clause" 5070 ], 5071 "authors": [ 5072 { 5073 "name": "Sebastian Bergmann", 5074 "email": "sebastian@phpunit.de" 5075 } 5076 ], 5077 "description": "Looks up which function or method a line of code belongs to", 5078 "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/", 5079 "time": "2017-03-04T06:30:41+00:00" 5080 }, 5081 { 5082 "name": "sebastian/comparator", 5083 "version": "3.0.2", 5084 "source": { 5085 "type": "git", 5086 "url": "https://github.com/sebastianbergmann/comparator.git", 5087 "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da" 5088 }, 5089 "dist": { 5090 "type": "zip", 5091 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/5de4fc177adf9bce8df98d8d141a7559d7ccf6da", 5092 "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da", 5093 "shasum": "" 5094 }, 5095 "require": { 5096 "php": "^7.1", 5097 "sebastian/diff": "^3.0", 5098 "sebastian/exporter": "^3.1" 5099 }, 5100 "require-dev": { 5101 "phpunit/phpunit": "^7.1" 5102 }, 5103 "type": "library", 5104 "extra": { 5105 "branch-alias": { 5106 "dev-master": "3.0-dev" 5107 } 5108 }, 5109 "autoload": { 5110 "classmap": [ 5111 "src/" 5112 ] 5113 }, 5114 "notification-url": "https://packagist.org/downloads/", 5115 "license": [ 5116 "BSD-3-Clause" 5117 ], 5118 "authors": [ 5119 { 5120 "name": "Jeff Welch", 5121 "email": "whatthejeff@gmail.com" 5122 }, 5123 { 5124 "name": "Volker Dusch", 5125 "email": "github@wallbash.com" 5126 }, 5127 { 5128 "name": "Bernhard Schussek", 5129 "email": "bschussek@2bepublished.at" 5130 }, 5131 { 5132 "name": "Sebastian Bergmann", 5133 "email": "sebastian@phpunit.de" 5134 } 5135 ], 5136 "description": "Provides the functionality to compare PHP values for equality", 5137 "homepage": "https://github.com/sebastianbergmann/comparator", 5138 "keywords": [ 5139 "comparator", 5140 "compare", 5141 "equality" 5142 ], 5143 "time": "2018-07-12T15:12:46+00:00" 5144 }, 5145 { 5146 "name": "sebastian/diff", 5147 "version": "3.0.2", 5148 "source": { 5149 "type": "git", 5150 "url": "https://github.com/sebastianbergmann/diff.git", 5151 "reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29" 5152 }, 5153 "dist": { 5154 "type": "zip", 5155 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/720fcc7e9b5cf384ea68d9d930d480907a0c1a29", 5156 "reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29", 5157 "shasum": "" 5158 }, 5159 "require": { 5160 "php": "^7.1" 5161 }, 5162 "require-dev": { 5163 "phpunit/phpunit": "^7.5 || ^8.0", 5164 "symfony/process": "^2 || ^3.3 || ^4" 5165 }, 5166 "type": "library", 5167 "extra": { 5168 "branch-alias": { 5169 "dev-master": "3.0-dev" 5170 } 5171 }, 5172 "autoload": { 5173 "classmap": [ 5174 "src/" 5175 ] 5176 }, 5177 "notification-url": "https://packagist.org/downloads/", 5178 "license": [ 5179 "BSD-3-Clause" 5180 ], 5181 "authors": [ 5182 { 5183 "name": "Kore Nordmann", 5184 "email": "mail@kore-nordmann.de" 5185 }, 5186 { 5187 "name": "Sebastian Bergmann", 5188 "email": "sebastian@phpunit.de" 5189 } 5190 ], 5191 "description": "Diff implementation", 5192 "homepage": "https://github.com/sebastianbergmann/diff", 5193 "keywords": [ 5194 "diff", 5195 "udiff", 5196 "unidiff", 5197 "unified diff" 5198 ], 5199 "time": "2019-02-04T06:01:07+00:00" 5200 }, 5201 { 5202 "name": "sebastian/environment", 5203 "version": "4.2.3", 5204 "source": { 5205 "type": "git", 5206 "url": "https://github.com/sebastianbergmann/environment.git", 5207 "reference": "464c90d7bdf5ad4e8a6aea15c091fec0603d4368" 5208 }, 5209 "dist": { 5210 "type": "zip", 5211 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/464c90d7bdf5ad4e8a6aea15c091fec0603d4368", 5212 "reference": "464c90d7bdf5ad4e8a6aea15c091fec0603d4368", 5213 "shasum": "" 5214 }, 5215 "require": { 5216 "php": "^7.1" 5217 }, 5218 "require-dev": { 5219 "phpunit/phpunit": "^7.5" 5220 }, 5221 "suggest": { 5222 "ext-posix": "*" 5223 }, 5224 "type": "library", 5225 "extra": { 5226 "branch-alias": { 5227 "dev-master": "4.2-dev" 5228 } 5229 }, 5230 "autoload": { 5231 "classmap": [ 5232 "src/" 5233 ] 5234 }, 5235 "notification-url": "https://packagist.org/downloads/", 5236 "license": [ 5237 "BSD-3-Clause" 5238 ], 5239 "authors": [ 5240 { 5241 "name": "Sebastian Bergmann", 5242 "email": "sebastian@phpunit.de" 5243 } 5244 ], 5245 "description": "Provides functionality to handle HHVM/PHP environments", 5246 "homepage": "http://www.github.com/sebastianbergmann/environment", 5247 "keywords": [ 5248 "Xdebug", 5249 "environment", 5250 "hhvm" 5251 ], 5252 "time": "2019-11-20T08:46:58+00:00" 5253 }, 5254 { 5255 "name": "sebastian/exporter", 5256 "version": "3.1.2", 5257 "source": { 5258 "type": "git", 5259 "url": "https://github.com/sebastianbergmann/exporter.git", 5260 "reference": "68609e1261d215ea5b21b7987539cbfbe156ec3e" 5261 }, 5262 "dist": { 5263 "type": "zip", 5264 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/68609e1261d215ea5b21b7987539cbfbe156ec3e", 5265 "reference": "68609e1261d215ea5b21b7987539cbfbe156ec3e", 5266 "shasum": "" 5267 }, 5268 "require": { 5269 "php": "^7.0", 5270 "sebastian/recursion-context": "^3.0" 5271 }, 5272 "require-dev": { 5273 "ext-mbstring": "*", 5274 "phpunit/phpunit": "^6.0" 5275 }, 5276 "type": "library", 5277 "extra": { 5278 "branch-alias": { 5279 "dev-master": "3.1.x-dev" 5280 } 5281 }, 5282 "autoload": { 5283 "classmap": [ 5284 "src/" 5285 ] 5286 }, 5287 "notification-url": "https://packagist.org/downloads/", 5288 "license": [ 5289 "BSD-3-Clause" 5290 ], 5291 "authors": [ 5292 { 5293 "name": "Sebastian Bergmann", 5294 "email": "sebastian@phpunit.de" 5295 }, 5296 { 5297 "name": "Jeff Welch", 5298 "email": "whatthejeff@gmail.com" 5299 }, 5300 { 5301 "name": "Volker Dusch", 5302 "email": "github@wallbash.com" 5303 }, 5304 { 5305 "name": "Adam Harvey", 5306 "email": "aharvey@php.net" 5307 }, 5308 { 5309 "name": "Bernhard Schussek", 5310 "email": "bschussek@gmail.com" 5311 } 5312 ], 5313 "description": "Provides the functionality to export PHP variables for visualization", 5314 "homepage": "http://www.github.com/sebastianbergmann/exporter", 5315 "keywords": [ 5316 "export", 5317 "exporter" 5318 ], 5319 "time": "2019-09-14T09:02:43+00:00" 5320 }, 5321 { 5322 "name": "sebastian/global-state", 5323 "version": "2.0.0", 5324 "source": { 5325 "type": "git", 5326 "url": "https://github.com/sebastianbergmann/global-state.git", 5327 "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4" 5328 }, 5329 "dist": { 5330 "type": "zip", 5331 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4", 5332 "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4", 5333 "shasum": "" 5334 }, 5335 "require": { 5336 "php": "^7.0" 5337 }, 5338 "require-dev": { 5339 "phpunit/phpunit": "^6.0" 5340 }, 5341 "suggest": { 5342 "ext-uopz": "*" 5343 }, 5344 "type": "library", 5345 "extra": { 5346 "branch-alias": { 5347 "dev-master": "2.0-dev" 5348 } 5349 }, 5350 "autoload": { 5351 "classmap": [ 5352 "src/" 5353 ] 5354 }, 5355 "notification-url": "https://packagist.org/downloads/", 5356 "license": [ 5357 "BSD-3-Clause" 5358 ], 5359 "authors": [ 5360 { 5361 "name": "Sebastian Bergmann", 5362 "email": "sebastian@phpunit.de" 5363 } 5364 ], 5365 "description": "Snapshotting of global state", 5366 "homepage": "http://www.github.com/sebastianbergmann/global-state", 5367 "keywords": [ 5368 "global state" 5369 ], 5370 "time": "2017-04-27T15:39:26+00:00" 5371 }, 5372 { 5373 "name": "sebastian/object-enumerator", 5374 "version": "3.0.3", 5375 "source": { 5376 "type": "git", 5377 "url": "https://github.com/sebastianbergmann/object-enumerator.git", 5378 "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5" 5379 }, 5380 "dist": { 5381 "type": "zip", 5382 "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5", 5383 "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5", 5384 "shasum": "" 5385 }, 5386 "require": { 5387 "php": "^7.0", 5388 "sebastian/object-reflector": "^1.1.1", 5389 "sebastian/recursion-context": "^3.0" 5390 }, 5391 "require-dev": { 5392 "phpunit/phpunit": "^6.0" 5393 }, 5394 "type": "library", 5395 "extra": { 5396 "branch-alias": { 5397 "dev-master": "3.0.x-dev" 5398 } 5399 }, 5400 "autoload": { 5401 "classmap": [ 5402 "src/" 5403 ] 5404 }, 5405 "notification-url": "https://packagist.org/downloads/", 5406 "license": [ 5407 "BSD-3-Clause" 5408 ], 5409 "authors": [ 5410 { 5411 "name": "Sebastian Bergmann", 5412 "email": "sebastian@phpunit.de" 5413 } 5414 ], 5415 "description": "Traverses array structures and object graphs to enumerate all referenced objects", 5416 "homepage": "https://github.com/sebastianbergmann/object-enumerator/", 5417 "time": "2017-08-03T12:35:26+00:00" 5418 }, 5419 { 5420 "name": "sebastian/object-reflector", 5421 "version": "1.1.1", 5422 "source": { 5423 "type": "git", 5424 "url": "https://github.com/sebastianbergmann/object-reflector.git", 5425 "reference": "773f97c67f28de00d397be301821b06708fca0be" 5426 }, 5427 "dist": { 5428 "type": "zip", 5429 "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be", 5430 "reference": "773f97c67f28de00d397be301821b06708fca0be", 5431 "shasum": "" 5432 }, 5433 "require": { 5434 "php": "^7.0" 5435 }, 5436 "require-dev": { 5437 "phpunit/phpunit": "^6.0" 5438 }, 5439 "type": "library", 5440 "extra": { 5441 "branch-alias": { 5442 "dev-master": "1.1-dev" 5443 } 5444 }, 5445 "autoload": { 5446 "classmap": [ 5447 "src/" 5448 ] 5449 }, 5450 "notification-url": "https://packagist.org/downloads/", 5451 "license": [ 5452 "BSD-3-Clause" 5453 ], 5454 "authors": [ 5455 { 5456 "name": "Sebastian Bergmann", 5457 "email": "sebastian@phpunit.de" 5458 } 5459 ], 5460 "description": "Allows reflection of object attributes, including inherited and non-public ones", 5461 "homepage": "https://github.com/sebastianbergmann/object-reflector/", 5462 "time": "2017-03-29T09:07:27+00:00" 5463 }, 5464 { 5465 "name": "sebastian/recursion-context", 5466 "version": "3.0.0", 5467 "source": { 5468 "type": "git", 5469 "url": "https://github.com/sebastianbergmann/recursion-context.git", 5470 "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8" 5471 }, 5472 "dist": { 5473 "type": "zip", 5474 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8", 5475 "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8", 5476 "shasum": "" 5477 }, 5478 "require": { 5479 "php": "^7.0" 5480 }, 5481 "require-dev": { 5482 "phpunit/phpunit": "^6.0" 5483 }, 5484 "type": "library", 5485 "extra": { 5486 "branch-alias": { 5487 "dev-master": "3.0.x-dev" 5488 } 5489 }, 5490 "autoload": { 5491 "classmap": [ 5492 "src/" 5493 ] 5494 }, 5495 "notification-url": "https://packagist.org/downloads/", 5496 "license": [ 5497 "BSD-3-Clause" 5498 ], 5499 "authors": [ 5500 { 5501 "name": "Jeff Welch", 5502 "email": "whatthejeff@gmail.com" 5503 }, 5504 { 5505 "name": "Sebastian Bergmann", 5506 "email": "sebastian@phpunit.de" 5507 }, 5508 { 5509 "name": "Adam Harvey", 5510 "email": "aharvey@php.net" 5511 } 5512 ], 5513 "description": "Provides functionality to recursively process PHP variables", 5514 "homepage": "http://www.github.com/sebastianbergmann/recursion-context", 5515 "time": "2017-03-03T06:23:57+00:00" 5516 }, 5517 { 5518 "name": "sebastian/resource-operations", 5519 "version": "2.0.1", 5520 "source": { 5521 "type": "git", 5522 "url": "https://github.com/sebastianbergmann/resource-operations.git", 5523 "reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9" 5524 }, 5525 "dist": { 5526 "type": "zip", 5527 "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/4d7a795d35b889bf80a0cc04e08d77cedfa917a9", 5528 "reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9", 5529 "shasum": "" 5530 }, 5531 "require": { 5532 "php": "^7.1" 5533 }, 5534 "type": "library", 5535 "extra": { 5536 "branch-alias": { 5537 "dev-master": "2.0-dev" 5538 } 5539 }, 5540 "autoload": { 5541 "classmap": [ 5542 "src/" 5543 ] 5544 }, 5545 "notification-url": "https://packagist.org/downloads/", 5546 "license": [ 5547 "BSD-3-Clause" 5548 ], 5549 "authors": [ 5550 { 5551 "name": "Sebastian Bergmann", 5552 "email": "sebastian@phpunit.de" 5553 } 5554 ], 5555 "description": "Provides a list of PHP built-in functions that operate on resources", 5556 "homepage": "https://www.github.com/sebastianbergmann/resource-operations", 5557 "time": "2018-10-04T04:07:39+00:00" 5558 }, 5559 { 5560 "name": "sebastian/version", 5561 "version": "2.0.1", 5562 "source": { 5563 "type": "git", 5564 "url": "https://github.com/sebastianbergmann/version.git", 5565 "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019" 5566 }, 5567 "dist": { 5568 "type": "zip", 5569 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019", 5570 "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019", 5571 "shasum": "" 5572 }, 5573 "require": { 5574 "php": ">=5.6" 5575 }, 5576 "type": "library", 5577 "extra": { 5578 "branch-alias": { 5579 "dev-master": "2.0.x-dev" 5580 } 5581 }, 5582 "autoload": { 5583 "classmap": [ 5584 "src/" 5585 ] 5586 }, 5587 "notification-url": "https://packagist.org/downloads/", 5588 "license": [ 5589 "BSD-3-Clause" 5590 ], 5591 "authors": [ 5592 { 5593 "name": "Sebastian Bergmann", 5594 "email": "sebastian@phpunit.de", 5595 "role": "lead" 5596 } 5597 ], 5598 "description": "Library that helps with managing the version number of Git-hosted PHP projects", 5599 "homepage": "https://github.com/sebastianbergmann/version", 5600 "time": "2016-10-03T07:35:21+00:00" 5601 }, 5602 { 5603 "name": "seld/jsonlint", 5604 "version": "1.8.0", 5605 "source": { 5606 "type": "git", 5607 "url": "https://github.com/Seldaek/jsonlint.git", 5608 "reference": "ff2aa5420bfbc296cf6a0bc785fa5b35736de7c1" 5609 }, 5610 "dist": { 5611 "type": "zip", 5612 "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/ff2aa5420bfbc296cf6a0bc785fa5b35736de7c1", 5613 "reference": "ff2aa5420bfbc296cf6a0bc785fa5b35736de7c1", 5614 "shasum": "" 5615 }, 5616 "require": { 5617 "php": "^5.3 || ^7.0 || ^8.0" 5618 }, 5619 "require-dev": { 5620 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0" 5621 }, 5622 "bin": [ 5623 "bin/jsonlint" 5624 ], 5625 "type": "library", 5626 "autoload": { 5627 "psr-4": { 5628 "Seld\\JsonLint\\": "src/Seld/JsonLint/" 5629 } 5630 }, 5631 "notification-url": "https://packagist.org/downloads/", 5632 "license": [ 5633 "MIT" 5634 ], 5635 "authors": [ 5636 { 5637 "name": "Jordi Boggiano", 5638 "email": "j.boggiano@seld.be", 5639 "homepage": "http://seld.be" 5640 } 5641 ], 5642 "description": "JSON Linter", 5643 "keywords": [ 5644 "json", 5645 "linter", 5646 "parser", 5647 "validator" 5648 ], 5649 "funding": [ 5650 { 5651 "url": "https://github.com/Seldaek", 5652 "type": "github" 5653 }, 5654 { 5655 "url": "https://tidelift.com/funding/github/packagist/seld/jsonlint", 5656 "type": "tidelift" 5657 } 5658 ], 5659 "time": "2020-04-30T19:05:18+00:00" 5660 }, 5661 { 5662 "name": "seld/phar-utils", 5663 "version": "1.1.0", 5664 "source": { 5665 "type": "git", 5666 "url": "https://github.com/Seldaek/phar-utils.git", 5667 "reference": "8800503d56b9867d43d9c303b9cbcc26016e82f0" 5668 }, 5669 "dist": { 5670 "type": "zip", 5671 "url": "https://api.github.com/repos/Seldaek/phar-utils/zipball/8800503d56b9867d43d9c303b9cbcc26016e82f0", 5672 "reference": "8800503d56b9867d43d9c303b9cbcc26016e82f0", 5673 "shasum": "" 5674 }, 5675 "require": { 5676 "php": ">=5.3" 5677 }, 5678 "type": "library", 5679 "extra": { 5680 "branch-alias": { 5681 "dev-master": "1.x-dev" 5682 } 5683 }, 5684 "autoload": { 5685 "psr-4": { 5686 "Seld\\PharUtils\\": "src/" 5687 } 5688 }, 5689 "notification-url": "https://packagist.org/downloads/", 5690 "license": [ 5691 "MIT" 5692 ], 5693 "authors": [ 5694 { 5695 "name": "Jordi Boggiano", 5696 "email": "j.boggiano@seld.be" 5697 } 5698 ], 5699 "description": "PHAR file format utilities, for when PHP phars you up", 5700 "keywords": [ 5701 "phar" 5702 ], 5703 "time": "2020-02-14T15:25:33+00:00" 5704 }, 5705 { 5706 "name": "symfony/config", 5707 "version": "v4.4.10", 5708 "source": { 5709 "type": "git", 5710 "url": "https://github.com/symfony/config.git", 5711 "reference": "395f6e09e1dc6ac9c1a5eea3b7f44f7a820a5504" 5712 }, 5713 "dist": { 5714 "type": "zip", 5715 "url": "https://api.github.com/repos/symfony/config/zipball/395f6e09e1dc6ac9c1a5eea3b7f44f7a820a5504", 5716 "reference": "395f6e09e1dc6ac9c1a5eea3b7f44f7a820a5504", 5717 "shasum": "" 5718 }, 5719 "require": { 5720 "php": ">=7.1.3", 5721 "symfony/filesystem": "^3.4|^4.0|^5.0", 5722 "symfony/polyfill-ctype": "~1.8" 5723 }, 5724 "conflict": { 5725 "symfony/finder": "<3.4" 5726 }, 5727 "require-dev": { 5728 "symfony/event-dispatcher": "^3.4|^4.0|^5.0", 5729 "symfony/finder": "^3.4|^4.0|^5.0", 5730 "symfony/messenger": "^4.1|^5.0", 5731 "symfony/service-contracts": "^1.1|^2", 5732 "symfony/yaml": "^3.4|^4.0|^5.0" 5733 }, 5734 "suggest": { 5735 "symfony/yaml": "To use the yaml reference dumper" 5736 }, 5737 "type": "library", 5738 "extra": { 5739 "branch-alias": { 5740 "dev-master": "4.4-dev" 5741 } 5742 }, 5743 "autoload": { 5744 "psr-4": { 5745 "Symfony\\Component\\Config\\": "" 5746 }, 5747 "exclude-from-classmap": [ 5748 "/Tests/" 5749 ] 5750 }, 5751 "notification-url": "https://packagist.org/downloads/", 5752 "license": [ 5753 "MIT" 5754 ], 5755 "authors": [ 5756 { 5757 "name": "Fabien Potencier", 5758 "email": "fabien@symfony.com" 5759 }, 5760 { 5761 "name": "Symfony Community", 5762 "homepage": "https://symfony.com/contributors" 5763 } 5764 ], 5765 "description": "Symfony Config Component", 5766 "homepage": "https://symfony.com", 5767 "funding": [ 5768 { 5769 "url": "https://symfony.com/sponsor", 5770 "type": "custom" 5771 }, 5772 { 5773 "url": "https://github.com/fabpot", 5774 "type": "github" 5775 }, 5776 { 5777 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 5778 "type": "tidelift" 5779 } 5780 ], 5781 "time": "2020-05-23T09:11:46+00:00" 5782 }, 5783 { 5784 "name": "symfony/console", 5785 "version": "v4.4.10", 5786 "source": { 5787 "type": "git", 5788 "url": "https://github.com/symfony/console.git", 5789 "reference": "326b064d804043005526f5a0494cfb49edb59bb0" 5790 }, 5791 "dist": { 5792 "type": "zip", 5793 "url": "https://api.github.com/repos/symfony/console/zipball/326b064d804043005526f5a0494cfb49edb59bb0", 5794 "reference": "326b064d804043005526f5a0494cfb49edb59bb0", 5795 "shasum": "" 5796 }, 5797 "require": { 5798 "php": ">=7.1.3", 5799 "symfony/polyfill-mbstring": "~1.0", 5800 "symfony/polyfill-php73": "^1.8", 5801 "symfony/polyfill-php80": "^1.15", 5802 "symfony/service-contracts": "^1.1|^2" 5803 }, 5804 "conflict": { 5805 "symfony/dependency-injection": "<3.4", 5806 "symfony/event-dispatcher": "<4.3|>=5", 5807 "symfony/lock": "<4.4", 5808 "symfony/process": "<3.3" 5809 }, 5810 "provide": { 5811 "psr/log-implementation": "1.0" 5812 }, 5813 "require-dev": { 5814 "psr/log": "~1.0", 5815 "symfony/config": "^3.4|^4.0|^5.0", 5816 "symfony/dependency-injection": "^3.4|^4.0|^5.0", 5817 "symfony/event-dispatcher": "^4.3", 5818 "symfony/lock": "^4.4|^5.0", 5819 "symfony/process": "^3.4|^4.0|^5.0", 5820 "symfony/var-dumper": "^4.3|^5.0" 5821 }, 5822 "suggest": { 5823 "psr/log": "For using the console logger", 5824 "symfony/event-dispatcher": "", 5825 "symfony/lock": "", 5826 "symfony/process": "" 5827 }, 5828 "type": "library", 5829 "extra": { 5830 "branch-alias": { 5831 "dev-master": "4.4-dev" 5832 } 5833 }, 5834 "autoload": { 5835 "psr-4": { 5836 "Symfony\\Component\\Console\\": "" 5837 }, 5838 "exclude-from-classmap": [ 5839 "/Tests/" 5840 ] 5841 }, 5842 "notification-url": "https://packagist.org/downloads/", 5843 "license": [ 5844 "MIT" 5845 ], 5846 "authors": [ 5847 { 5848 "name": "Fabien Potencier", 5849 "email": "fabien@symfony.com" 5850 }, 5851 { 5852 "name": "Symfony Community", 5853 "homepage": "https://symfony.com/contributors" 5854 } 5855 ], 5856 "description": "Symfony Console Component", 5857 "homepage": "https://symfony.com", 5858 "funding": [ 5859 { 5860 "url": "https://symfony.com/sponsor", 5861 "type": "custom" 5862 }, 5863 { 5864 "url": "https://github.com/fabpot", 5865 "type": "github" 5866 }, 5867 { 5868 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 5869 "type": "tidelift" 5870 } 5871 ], 5872 "time": "2020-05-30T20:06:45+00:00" 5873 }, 5874 { 5875 "name": "symfony/filesystem", 5876 "version": "v4.4.10", 5877 "source": { 5878 "type": "git", 5879 "url": "https://github.com/symfony/filesystem.git", 5880 "reference": "b27f491309db5757816db672b256ea2e03677d30" 5881 }, 5882 "dist": { 5883 "type": "zip", 5884 "url": "https://api.github.com/repos/symfony/filesystem/zipball/b27f491309db5757816db672b256ea2e03677d30", 5885 "reference": "b27f491309db5757816db672b256ea2e03677d30", 5886 "shasum": "" 5887 }, 5888 "require": { 5889 "php": ">=7.1.3", 5890 "symfony/polyfill-ctype": "~1.8" 5891 }, 5892 "type": "library", 5893 "extra": { 5894 "branch-alias": { 5895 "dev-master": "4.4-dev" 5896 } 5897 }, 5898 "autoload": { 5899 "psr-4": { 5900 "Symfony\\Component\\Filesystem\\": "" 5901 }, 5902 "exclude-from-classmap": [ 5903 "/Tests/" 5904 ] 5905 }, 5906 "notification-url": "https://packagist.org/downloads/", 5907 "license": [ 5908 "MIT" 5909 ], 5910 "authors": [ 5911 { 5912 "name": "Fabien Potencier", 5913 "email": "fabien@symfony.com" 5914 }, 5915 { 5916 "name": "Symfony Community", 5917 "homepage": "https://symfony.com/contributors" 5918 } 5919 ], 5920 "description": "Symfony Filesystem Component", 5921 "homepage": "https://symfony.com", 5922 "funding": [ 5923 { 5924 "url": "https://symfony.com/sponsor", 5925 "type": "custom" 5926 }, 5927 { 5928 "url": "https://github.com/fabpot", 5929 "type": "github" 5930 }, 5931 { 5932 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 5933 "type": "tidelift" 5934 } 5935 ], 5936 "time": "2020-05-30T18:50:54+00:00" 5937 }, 5938 { 5939 "name": "symfony/finder", 5940 "version": "v4.4.10", 5941 "source": { 5942 "type": "git", 5943 "url": "https://github.com/symfony/finder.git", 5944 "reference": "5729f943f9854c5781984ed4907bbb817735776b" 5945 }, 5946 "dist": { 5947 "type": "zip", 5948 "url": "https://api.github.com/repos/symfony/finder/zipball/5729f943f9854c5781984ed4907bbb817735776b", 5949 "reference": "5729f943f9854c5781984ed4907bbb817735776b", 5950 "shasum": "" 5951 }, 5952 "require": { 5953 "php": "^7.1.3" 5954 }, 5955 "type": "library", 5956 "extra": { 5957 "branch-alias": { 5958 "dev-master": "4.4-dev" 5959 } 5960 }, 5961 "autoload": { 5962 "psr-4": { 5963 "Symfony\\Component\\Finder\\": "" 5964 }, 5965 "exclude-from-classmap": [ 5966 "/Tests/" 5967 ] 5968 }, 5969 "notification-url": "https://packagist.org/downloads/", 5970 "license": [ 5971 "MIT" 5972 ], 5973 "authors": [ 5974 { 5975 "name": "Fabien Potencier", 5976 "email": "fabien@symfony.com" 5977 }, 5978 { 5979 "name": "Symfony Community", 5980 "homepage": "https://symfony.com/contributors" 5981 } 5982 ], 5983 "description": "Symfony Finder Component", 5984 "homepage": "https://symfony.com", 5985 "funding": [ 5986 { 5987 "url": "https://symfony.com/sponsor", 5988 "type": "custom" 5989 }, 5990 { 5991 "url": "https://github.com/fabpot", 5992 "type": "github" 5993 }, 5994 { 5995 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 5996 "type": "tidelift" 5997 } 5998 ], 5999 "time": "2020-03-27T16:54:36+00:00" 6000 }, 6001 { 6002 "name": "symfony/polyfill-php73", 6003 "version": "v1.17.1", 6004 "source": { 6005 "type": "git", 6006 "url": "https://github.com/symfony/polyfill-php73.git", 6007 "reference": "fa0837fe02d617d31fbb25f990655861bb27bd1a" 6008 }, 6009 "dist": { 6010 "type": "zip", 6011 "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/fa0837fe02d617d31fbb25f990655861bb27bd1a", 6012 "reference": "fa0837fe02d617d31fbb25f990655861bb27bd1a", 6013 "shasum": "" 6014 }, 6015 "require": { 6016 "php": ">=5.3.3" 6017 }, 6018 "type": "library", 6019 "extra": { 6020 "branch-alias": { 6021 "dev-master": "1.17-dev" 6022 }, 6023 "thanks": { 6024 "name": "symfony/polyfill", 6025 "url": "https://github.com/symfony/polyfill" 6026 } 6027 }, 6028 "autoload": { 6029 "psr-4": { 6030 "Symfony\\Polyfill\\Php73\\": "" 6031 }, 6032 "files": [ 6033 "bootstrap.php" 6034 ], 6035 "classmap": [ 6036 "Resources/stubs" 6037 ] 6038 }, 6039 "notification-url": "https://packagist.org/downloads/", 6040 "license": [ 6041 "MIT" 6042 ], 6043 "authors": [ 6044 { 6045 "name": "Nicolas Grekas", 6046 "email": "p@tchwork.com" 6047 }, 6048 { 6049 "name": "Symfony Community", 6050 "homepage": "https://symfony.com/contributors" 6051 } 6052 ], 6053 "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions", 6054 "homepage": "https://symfony.com", 6055 "keywords": [ 6056 "compatibility", 6057 "polyfill", 6058 "portable", 6059 "shim" 6060 ], 6061 "funding": [ 6062 { 6063 "url": "https://symfony.com/sponsor", 6064 "type": "custom" 6065 }, 6066 { 6067 "url": "https://github.com/fabpot", 6068 "type": "github" 6069 }, 6070 { 6071 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 6072 "type": "tidelift" 6073 } 6074 ], 6075 "time": "2020-06-06T08:46:27+00:00" 6076 }, 6077 { 6078 "name": "symfony/polyfill-php80", 6079 "version": "v1.17.1", 6080 "source": { 6081 "type": "git", 6082 "url": "https://github.com/symfony/polyfill-php80.git", 6083 "reference": "4a5b6bba3259902e386eb80dd1956181ee90b5b2" 6084 }, 6085 "dist": { 6086 "type": "zip", 6087 "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/4a5b6bba3259902e386eb80dd1956181ee90b5b2", 6088 "reference": "4a5b6bba3259902e386eb80dd1956181ee90b5b2", 6089 "shasum": "" 6090 }, 6091 "require": { 6092 "php": ">=7.0.8" 6093 }, 6094 "type": "library", 6095 "extra": { 6096 "branch-alias": { 6097 "dev-master": "1.17-dev" 6098 }, 6099 "thanks": { 6100 "name": "symfony/polyfill", 6101 "url": "https://github.com/symfony/polyfill" 6102 } 6103 }, 6104 "autoload": { 6105 "psr-4": { 6106 "Symfony\\Polyfill\\Php80\\": "" 6107 }, 6108 "files": [ 6109 "bootstrap.php" 6110 ], 6111 "classmap": [ 6112 "Resources/stubs" 6113 ] 6114 }, 6115 "notification-url": "https://packagist.org/downloads/", 6116 "license": [ 6117 "MIT" 6118 ], 6119 "authors": [ 6120 { 6121 "name": "Ion Bazan", 6122 "email": "ion.bazan@gmail.com" 6123 }, 6124 { 6125 "name": "Nicolas Grekas", 6126 "email": "p@tchwork.com" 6127 }, 6128 { 6129 "name": "Symfony Community", 6130 "homepage": "https://symfony.com/contributors" 6131 } 6132 ], 6133 "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions", 6134 "homepage": "https://symfony.com", 6135 "keywords": [ 6136 "compatibility", 6137 "polyfill", 6138 "portable", 6139 "shim" 6140 ], 6141 "funding": [ 6142 { 6143 "url": "https://symfony.com/sponsor", 6144 "type": "custom" 6145 }, 6146 { 6147 "url": "https://github.com/fabpot", 6148 "type": "github" 6149 }, 6150 { 6151 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 6152 "type": "tidelift" 6153 } 6154 ], 6155 "time": "2020-06-06T08:46:27+00:00" 6156 }, 6157 { 6158 "name": "symfony/process", 6159 "version": "v4.4.10", 6160 "source": { 6161 "type": "git", 6162 "url": "https://github.com/symfony/process.git", 6163 "reference": "c714958428a85c86ab97e3a0c96db4c4f381b7f5" 6164 }, 6165 "dist": { 6166 "type": "zip", 6167 "url": "https://api.github.com/repos/symfony/process/zipball/c714958428a85c86ab97e3a0c96db4c4f381b7f5", 6168 "reference": "c714958428a85c86ab97e3a0c96db4c4f381b7f5", 6169 "shasum": "" 6170 }, 6171 "require": { 6172 "php": "^7.1.3" 6173 }, 6174 "type": "library", 6175 "extra": { 6176 "branch-alias": { 6177 "dev-master": "4.4-dev" 6178 } 6179 }, 6180 "autoload": { 6181 "psr-4": { 6182 "Symfony\\Component\\Process\\": "" 6183 }, 6184 "exclude-from-classmap": [ 6185 "/Tests/" 6186 ] 6187 }, 6188 "notification-url": "https://packagist.org/downloads/", 6189 "license": [ 6190 "MIT" 6191 ], 6192 "authors": [ 6193 { 6194 "name": "Fabien Potencier", 6195 "email": "fabien@symfony.com" 6196 }, 6197 { 6198 "name": "Symfony Community", 6199 "homepage": "https://symfony.com/contributors" 6200 } 6201 ], 6202 "description": "Symfony Process Component", 6203 "homepage": "https://symfony.com", 6204 "funding": [ 6205 { 6206 "url": "https://symfony.com/sponsor", 6207 "type": "custom" 6208 }, 6209 { 6210 "url": "https://github.com/fabpot", 6211 "type": "github" 6212 }, 6213 { 6214 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 6215 "type": "tidelift" 6216 } 6217 ], 6218 "time": "2020-05-30T20:06:45+00:00" 6219 }, 6220 { 6221 "name": "symfony/stopwatch", 6222 "version": "v4.4.10", 6223 "source": { 6224 "type": "git", 6225 "url": "https://github.com/symfony/stopwatch.git", 6226 "reference": "f51fb90df1154a7f75987198a9689e28f91e6a50" 6227 }, 6228 "dist": { 6229 "type": "zip", 6230 "url": "https://api.github.com/repos/symfony/stopwatch/zipball/f51fb90df1154a7f75987198a9689e28f91e6a50", 6231 "reference": "f51fb90df1154a7f75987198a9689e28f91e6a50", 6232 "shasum": "" 6233 }, 6234 "require": { 6235 "php": ">=7.1.3", 6236 "symfony/service-contracts": "^1.0|^2" 6237 }, 6238 "type": "library", 6239 "extra": { 6240 "branch-alias": { 6241 "dev-master": "4.4-dev" 6242 } 6243 }, 6244 "autoload": { 6245 "psr-4": { 6246 "Symfony\\Component\\Stopwatch\\": "" 6247 }, 6248 "exclude-from-classmap": [ 6249 "/Tests/" 6250 ] 6251 }, 6252 "notification-url": "https://packagist.org/downloads/", 6253 "license": [ 6254 "MIT" 6255 ], 6256 "authors": [ 6257 { 6258 "name": "Fabien Potencier", 6259 "email": "fabien@symfony.com" 6260 }, 6261 { 6262 "name": "Symfony Community", 6263 "homepage": "https://symfony.com/contributors" 6264 } 6265 ], 6266 "description": "Symfony Stopwatch Component", 6267 "homepage": "https://symfony.com", 6268 "funding": [ 6269 { 6270 "url": "https://symfony.com/sponsor", 6271 "type": "custom" 6272 }, 6273 { 6274 "url": "https://github.com/fabpot", 6275 "type": "github" 6276 }, 6277 { 6278 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 6279 "type": "tidelift" 6280 } 6281 ], 6282 "time": "2020-05-20T08:37:50+00:00" 6283 }, 6284 { 6285 "name": "symfony/var-dumper", 6286 "version": "v4.4.10", 6287 "source": { 6288 "type": "git", 6289 "url": "https://github.com/symfony/var-dumper.git", 6290 "reference": "56b3aa5eab0ac6720dcd559fd1d590ce301594ac" 6291 }, 6292 "dist": { 6293 "type": "zip", 6294 "url": "https://api.github.com/repos/symfony/var-dumper/zipball/56b3aa5eab0ac6720dcd559fd1d590ce301594ac", 6295 "reference": "56b3aa5eab0ac6720dcd559fd1d590ce301594ac", 6296 "shasum": "" 6297 }, 6298 "require": { 6299 "php": ">=7.1.3", 6300 "symfony/polyfill-mbstring": "~1.0", 6301 "symfony/polyfill-php72": "~1.5", 6302 "symfony/polyfill-php80": "^1.15" 6303 }, 6304 "conflict": { 6305 "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0", 6306 "symfony/console": "<3.4" 6307 }, 6308 "require-dev": { 6309 "ext-iconv": "*", 6310 "symfony/console": "^3.4|^4.0|^5.0", 6311 "symfony/process": "^4.4|^5.0", 6312 "twig/twig": "^1.34|^2.4|^3.0" 6313 }, 6314 "suggest": { 6315 "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).", 6316 "ext-intl": "To show region name in time zone dump", 6317 "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script" 6318 }, 6319 "bin": [ 6320 "Resources/bin/var-dump-server" 6321 ], 6322 "type": "library", 6323 "extra": { 6324 "branch-alias": { 6325 "dev-master": "4.4-dev" 6326 } 6327 }, 6328 "autoload": { 6329 "files": [ 6330 "Resources/functions/dump.php" 6331 ], 6332 "psr-4": { 6333 "Symfony\\Component\\VarDumper\\": "" 6334 }, 6335 "exclude-from-classmap": [ 6336 "/Tests/" 6337 ] 6338 }, 6339 "notification-url": "https://packagist.org/downloads/", 6340 "license": [ 6341 "MIT" 6342 ], 6343 "authors": [ 6344 { 6345 "name": "Nicolas Grekas", 6346 "email": "p@tchwork.com" 6347 }, 6348 { 6349 "name": "Symfony Community", 6350 "homepage": "https://symfony.com/contributors" 6351 } 6352 ], 6353 "description": "Symfony mechanism for exploring and dumping PHP variables", 6354 "homepage": "https://symfony.com", 6355 "keywords": [ 6356 "debug", 6357 "dump" 6358 ], 6359 "funding": [ 6360 { 6361 "url": "https://symfony.com/sponsor", 6362 "type": "custom" 6363 }, 6364 { 6365 "url": "https://github.com/fabpot", 6366 "type": "github" 6367 }, 6368 { 6369 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 6370 "type": "tidelift" 6371 } 6372 ], 6373 "time": "2020-05-30T20:06:45+00:00" 6374 }, 6375 { 6376 "name": "symfony/yaml", 6377 "version": "v4.4.10", 6378 "source": { 6379 "type": "git", 6380 "url": "https://github.com/symfony/yaml.git", 6381 "reference": "c2d2cc66e892322cfcc03f8f12f8340dbd7a3f8a" 6382 }, 6383 "dist": { 6384 "type": "zip", 6385 "url": "https://api.github.com/repos/symfony/yaml/zipball/c2d2cc66e892322cfcc03f8f12f8340dbd7a3f8a", 6386 "reference": "c2d2cc66e892322cfcc03f8f12f8340dbd7a3f8a", 6387 "shasum": "" 6388 }, 6389 "require": { 6390 "php": ">=7.1.3", 6391 "symfony/polyfill-ctype": "~1.8" 6392 }, 6393 "conflict": { 6394 "symfony/console": "<3.4" 6395 }, 6396 "require-dev": { 6397 "symfony/console": "^3.4|^4.0|^5.0" 6398 }, 6399 "suggest": { 6400 "symfony/console": "For validating YAML files using the lint command" 6401 }, 6402 "type": "library", 6403 "extra": { 6404 "branch-alias": { 6405 "dev-master": "4.4-dev" 6406 } 6407 }, 6408 "autoload": { 6409 "psr-4": { 6410 "Symfony\\Component\\Yaml\\": "" 6411 }, 6412 "exclude-from-classmap": [ 6413 "/Tests/" 6414 ] 6415 }, 6416 "notification-url": "https://packagist.org/downloads/", 6417 "license": [ 6418 "MIT" 6419 ], 6420 "authors": [ 6421 { 6422 "name": "Fabien Potencier", 6423 "email": "fabien@symfony.com" 6424 }, 6425 { 6426 "name": "Symfony Community", 6427 "homepage": "https://symfony.com/contributors" 6428 } 6429 ], 6430 "description": "Symfony Yaml Component", 6431 "homepage": "https://symfony.com", 6432 "funding": [ 6433 { 6434 "url": "https://symfony.com/sponsor", 6435 "type": "custom" 6436 }, 6437 { 6438 "url": "https://github.com/fabpot", 6439 "type": "github" 6440 }, 6441 { 6442 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 6443 "type": "tidelift" 6444 } 6445 ], 6446 "time": "2020-05-20T08:37:50+00:00" 6447 }, 6448 { 6449 "name": "theseer/tokenizer", 6450 "version": "1.1.3", 6451 "source": { 6452 "type": "git", 6453 "url": "https://github.com/theseer/tokenizer.git", 6454 "reference": "11336f6f84e16a720dae9d8e6ed5019efa85a0f9" 6455 }, 6456 "dist": { 6457 "type": "zip", 6458 "url": "https://api.github.com/repos/theseer/tokenizer/zipball/11336f6f84e16a720dae9d8e6ed5019efa85a0f9", 6459 "reference": "11336f6f84e16a720dae9d8e6ed5019efa85a0f9", 6460 "shasum": "" 6461 }, 6462 "require": { 6463 "ext-dom": "*", 6464 "ext-tokenizer": "*", 6465 "ext-xmlwriter": "*", 6466 "php": "^7.0" 6467 }, 6468 "type": "library", 6469 "autoload": { 6470 "classmap": [ 6471 "src/" 6472 ] 6473 }, 6474 "notification-url": "https://packagist.org/downloads/", 6475 "license": [ 6476 "BSD-3-Clause" 6477 ], 6478 "authors": [ 6479 { 6480 "name": "Arne Blankerts", 6481 "email": "arne@blankerts.de", 6482 "role": "Developer" 6483 } 6484 ], 6485 "description": "A small library for converting tokenized PHP source code into XML and potentially other formats", 6486 "time": "2019-06-13T22:48:21+00:00" 6487 }, 6488 { 6489 "name": "webmozart/assert", 6490 "version": "1.9.0", 6491 "source": { 6492 "type": "git", 6493 "url": "https://github.com/webmozart/assert.git", 6494 "reference": "9dc4f203e36f2b486149058bade43c851dd97451" 6495 }, 6496 "dist": { 6497 "type": "zip", 6498 "url": "https://api.github.com/repos/webmozart/assert/zipball/9dc4f203e36f2b486149058bade43c851dd97451", 6499 "reference": "9dc4f203e36f2b486149058bade43c851dd97451", 6500 "shasum": "" 6501 }, 6502 "require": { 6503 "php": "^5.3.3 || ^7.0", 6504 "symfony/polyfill-ctype": "^1.8" 6505 }, 6506 "conflict": { 6507 "phpstan/phpstan": "<0.12.20", 6508 "vimeo/psalm": "<3.9.1" 6509 }, 6510 "require-dev": { 6511 "phpunit/phpunit": "^4.8.36 || ^7.5.13" 6512 }, 6513 "type": "library", 6514 "autoload": { 6515 "psr-4": { 6516 "Webmozart\\Assert\\": "src/" 6517 } 6518 }, 6519 "notification-url": "https://packagist.org/downloads/", 6520 "license": [ 6521 "MIT" 6522 ], 6523 "authors": [ 6524 { 6525 "name": "Bernhard Schussek", 6526 "email": "bschussek@gmail.com" 6527 } 6528 ], 6529 "description": "Assertions to validate method input/output with nice error messages.", 6530 "keywords": [ 6531 "assert", 6532 "check", 6533 "validate" 6534 ], 6535 "time": "2020-06-16T10:16:42+00:00" 6536 } 6537 ], 6538 "aliases": [], 6539 "minimum-stability": "stable", 6540 "stability-flags": [], 6541 "prefer-stable": false, 6542 "prefer-lowest": false, 6543 "platform": { 6544 "ext-curl": "*", 6545 "ext-gd": "*", 6546 "ext-iconv": "*", 6547 "ext-intl": "*", 6548 "ext-json": "*", 6549 "ext-pcre": "*", 6550 "ext-pdo": "*", 6551 "ext-session": "*", 6552 "ext-simplexml": "*", 6553 "ext-xml": "*", 6554 "ext-zip": "*" 6555 }, 6556 "platform-dev": { 6557 "ext-pdo_sqlite": "*", 6558 "ext-sqlite3": "*" 6559 }, 6560 "platform-overrides": { 6561 "php": "7.1.8" 6562 }, 6563 "plugin-api-version": "1.1.0" 6564} 6565