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