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