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": "8b811a9a1576cd8526ec5f6f77f219de", 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.8", 370 "source": { 371 "type": "git", 372 "url": "https://github.com/egulias/EmailValidator.git", 373 "reference": "c26463ff9241f27907112fbcd0c86fa670cfef98" 374 }, 375 "dist": { 376 "type": "zip", 377 "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/c26463ff9241f27907112fbcd0c86fa670cfef98", 378 "reference": "c26463ff9241f27907112fbcd0c86fa670cfef98", 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-05-16T22:02:54+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.0", 681 "source": { 682 "type": "git", 683 "url": "https://github.com/fisharebest/localization.git", 684 "reference": "6a10126b316c6bbd1543a98cde122b2e4dd751b2" 685 }, 686 "dist": { 687 "type": "zip", 688 "url": "https://api.github.com/repos/fisharebest/localization/zipball/6a10126b316c6bbd1543a98cde122b2e4dd751b2", 689 "reference": "6a10126b316c6bbd1543a98cde122b2e4dd751b2", 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-06-22T20:19:11+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.5.2", 852 "source": { 853 "type": "git", 854 "url": "https://github.com/guzzle/psr7.git", 855 "reference": "9f83dded91781a01c63574e387eaa769be769115" 856 }, 857 "dist": { 858 "type": "zip", 859 "url": "https://api.github.com/repos/guzzle/psr7/zipball/9f83dded91781a01c63574e387eaa769be769115", 860 "reference": "9f83dded91781a01c63574e387eaa769be769115", 861 "shasum": "" 862 }, 863 "require": { 864 "php": ">=5.4.0", 865 "psr/http-message": "~1.0", 866 "ralouphie/getallheaders": "^2.0.5" 867 }, 868 "provide": { 869 "psr/http-message-implementation": "1.0" 870 }, 871 "require-dev": { 872 "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8" 873 }, 874 "type": "library", 875 "extra": { 876 "branch-alias": { 877 "dev-master": "1.5-dev" 878 } 879 }, 880 "autoload": { 881 "psr-4": { 882 "GuzzleHttp\\Psr7\\": "src/" 883 }, 884 "files": [ 885 "src/functions_include.php" 886 ] 887 }, 888 "notification-url": "https://packagist.org/downloads/", 889 "license": [ 890 "MIT" 891 ], 892 "authors": [ 893 { 894 "name": "Michael Dowling", 895 "email": "mtdowling@gmail.com", 896 "homepage": "https://github.com/mtdowling" 897 }, 898 { 899 "name": "Tobias Schultze", 900 "homepage": "https://github.com/Tobion" 901 } 902 ], 903 "description": "PSR-7 message implementation that also provides common utility methods", 904 "keywords": [ 905 "http", 906 "message", 907 "psr-7", 908 "request", 909 "response", 910 "stream", 911 "uri", 912 "url" 913 ], 914 "time": "2018-12-04T20:46:45+00:00" 915 }, 916 { 917 "name": "illuminate/cache", 918 "version": "v5.8.24", 919 "source": { 920 "type": "git", 921 "url": "https://github.com/illuminate/cache.git", 922 "reference": "2eb67998857161904289db33e703e1a925243731" 923 }, 924 "dist": { 925 "type": "zip", 926 "url": "https://api.github.com/repos/illuminate/cache/zipball/2eb67998857161904289db33e703e1a925243731", 927 "reference": "2eb67998857161904289db33e703e1a925243731", 928 "shasum": "" 929 }, 930 "require": { 931 "illuminate/contracts": "5.8.*", 932 "illuminate/support": "5.8.*", 933 "php": "^7.1.3" 934 }, 935 "suggest": { 936 "illuminate/database": "Required to use the database cache driver (5.8.*).", 937 "illuminate/filesystem": "Required to use the file cache driver (5.8.*).", 938 "illuminate/redis": "Required to use the redis cache driver (5.8.*)." 939 }, 940 "type": "library", 941 "extra": { 942 "branch-alias": { 943 "dev-master": "5.8-dev" 944 } 945 }, 946 "autoload": { 947 "psr-4": { 948 "Illuminate\\Cache\\": "" 949 } 950 }, 951 "notification-url": "https://packagist.org/downloads/", 952 "license": [ 953 "MIT" 954 ], 955 "authors": [ 956 { 957 "name": "Taylor Otwell", 958 "email": "taylor@laravel.com" 959 } 960 ], 961 "description": "The Illuminate Cache package.", 962 "homepage": "https://laravel.com", 963 "time": "2019-05-26T12:37:11+00:00" 964 }, 965 { 966 "name": "illuminate/container", 967 "version": "v5.8.24", 968 "source": { 969 "type": "git", 970 "url": "https://github.com/illuminate/container.git", 971 "reference": "9405989993a48c2cd50ad1e5b2b08a33383c3807" 972 }, 973 "dist": { 974 "type": "zip", 975 "url": "https://api.github.com/repos/illuminate/container/zipball/9405989993a48c2cd50ad1e5b2b08a33383c3807", 976 "reference": "9405989993a48c2cd50ad1e5b2b08a33383c3807", 977 "shasum": "" 978 }, 979 "require": { 980 "illuminate/contracts": "5.8.*", 981 "illuminate/support": "5.8.*", 982 "php": "^7.1.3", 983 "psr/container": "^1.0" 984 }, 985 "type": "library", 986 "extra": { 987 "branch-alias": { 988 "dev-master": "5.8-dev" 989 } 990 }, 991 "autoload": { 992 "psr-4": { 993 "Illuminate\\Container\\": "" 994 } 995 }, 996 "notification-url": "https://packagist.org/downloads/", 997 "license": [ 998 "MIT" 999 ], 1000 "authors": [ 1001 { 1002 "name": "Taylor Otwell", 1003 "email": "taylor@laravel.com" 1004 } 1005 ], 1006 "description": "The Illuminate Container package.", 1007 "homepage": "https://laravel.com", 1008 "time": "2019-04-22T13:12:35+00:00" 1009 }, 1010 { 1011 "name": "illuminate/contracts", 1012 "version": "v5.8.24", 1013 "source": { 1014 "type": "git", 1015 "url": "https://github.com/illuminate/contracts.git", 1016 "reference": "33b4e0ffb89eb2216c764235c9e95fed1f3fab82" 1017 }, 1018 "dist": { 1019 "type": "zip", 1020 "url": "https://api.github.com/repos/illuminate/contracts/zipball/33b4e0ffb89eb2216c764235c9e95fed1f3fab82", 1021 "reference": "33b4e0ffb89eb2216c764235c9e95fed1f3fab82", 1022 "shasum": "" 1023 }, 1024 "require": { 1025 "php": "^7.1.3", 1026 "psr/container": "^1.0", 1027 "psr/simple-cache": "^1.0" 1028 }, 1029 "type": "library", 1030 "extra": { 1031 "branch-alias": { 1032 "dev-master": "5.8-dev" 1033 } 1034 }, 1035 "autoload": { 1036 "psr-4": { 1037 "Illuminate\\Contracts\\": "" 1038 } 1039 }, 1040 "notification-url": "https://packagist.org/downloads/", 1041 "license": [ 1042 "MIT" 1043 ], 1044 "authors": [ 1045 { 1046 "name": "Taylor Otwell", 1047 "email": "taylor@laravel.com" 1048 } 1049 ], 1050 "description": "The Illuminate Contracts package.", 1051 "homepage": "https://laravel.com", 1052 "time": "2019-06-11T14:00:26+00:00" 1053 }, 1054 { 1055 "name": "illuminate/database", 1056 "version": "v5.8.24", 1057 "source": { 1058 "type": "git", 1059 "url": "https://github.com/illuminate/database.git", 1060 "reference": "12d54c516df34c668c55a4636f7a3c921ada9c4d" 1061 }, 1062 "dist": { 1063 "type": "zip", 1064 "url": "https://api.github.com/repos/illuminate/database/zipball/12d54c516df34c668c55a4636f7a3c921ada9c4d", 1065 "reference": "12d54c516df34c668c55a4636f7a3c921ada9c4d", 1066 "shasum": "" 1067 }, 1068 "require": { 1069 "ext-json": "*", 1070 "illuminate/container": "5.8.*", 1071 "illuminate/contracts": "5.8.*", 1072 "illuminate/support": "5.8.*", 1073 "php": "^7.1.3" 1074 }, 1075 "suggest": { 1076 "doctrine/dbal": "Required to rename columns and drop SQLite columns (^2.6).", 1077 "fzaninotto/faker": "Required to use the eloquent factory builder (^1.4).", 1078 "illuminate/console": "Required to use the database commands (5.8.*).", 1079 "illuminate/events": "Required to use the observers with Eloquent (5.8.*).", 1080 "illuminate/filesystem": "Required to use the migrations (5.8.*).", 1081 "illuminate/pagination": "Required to paginate the result set (5.8.*)." 1082 }, 1083 "type": "library", 1084 "extra": { 1085 "branch-alias": { 1086 "dev-master": "5.8-dev" 1087 } 1088 }, 1089 "autoload": { 1090 "psr-4": { 1091 "Illuminate\\Database\\": "" 1092 } 1093 }, 1094 "notification-url": "https://packagist.org/downloads/", 1095 "license": [ 1096 "MIT" 1097 ], 1098 "authors": [ 1099 { 1100 "name": "Taylor Otwell", 1101 "email": "taylor@laravel.com" 1102 } 1103 ], 1104 "description": "The Illuminate Database package.", 1105 "homepage": "https://laravel.com", 1106 "keywords": [ 1107 "database", 1108 "laravel", 1109 "orm", 1110 "sql" 1111 ], 1112 "time": "2019-06-16T20:03:32+00:00" 1113 }, 1114 { 1115 "name": "illuminate/support", 1116 "version": "v5.8.24", 1117 "source": { 1118 "type": "git", 1119 "url": "https://github.com/illuminate/support.git", 1120 "reference": "b05653f5ecce996734d3facd06a81aff504b6a2f" 1121 }, 1122 "dist": { 1123 "type": "zip", 1124 "url": "https://api.github.com/repos/illuminate/support/zipball/b05653f5ecce996734d3facd06a81aff504b6a2f", 1125 "reference": "b05653f5ecce996734d3facd06a81aff504b6a2f", 1126 "shasum": "" 1127 }, 1128 "require": { 1129 "doctrine/inflector": "^1.1", 1130 "ext-json": "*", 1131 "ext-mbstring": "*", 1132 "illuminate/contracts": "5.8.*", 1133 "nesbot/carbon": "^1.26.3 || ^2.0", 1134 "php": "^7.1.3" 1135 }, 1136 "conflict": { 1137 "tightenco/collect": "<5.5.33" 1138 }, 1139 "suggest": { 1140 "illuminate/filesystem": "Required to use the composer class (5.8.*).", 1141 "moontoast/math": "Required to use ordered UUIDs (^1.1).", 1142 "ramsey/uuid": "Required to use Str::uuid() (^3.7).", 1143 "symfony/process": "Required to use the composer class (^4.2).", 1144 "symfony/var-dumper": "Required to use the dd function (^4.2).", 1145 "vlucas/phpdotenv": "Required to use the env helper (^3.3)." 1146 }, 1147 "type": "library", 1148 "extra": { 1149 "branch-alias": { 1150 "dev-master": "5.8-dev" 1151 } 1152 }, 1153 "autoload": { 1154 "psr-4": { 1155 "Illuminate\\Support\\": "" 1156 }, 1157 "files": [ 1158 "helpers.php" 1159 ] 1160 }, 1161 "notification-url": "https://packagist.org/downloads/", 1162 "license": [ 1163 "MIT" 1164 ], 1165 "authors": [ 1166 { 1167 "name": "Taylor Otwell", 1168 "email": "taylor@laravel.com" 1169 } 1170 ], 1171 "description": "The Illuminate Support package.", 1172 "homepage": "https://laravel.com", 1173 "time": "2019-06-19T14:12:17+00:00" 1174 }, 1175 { 1176 "name": "intervention/image", 1177 "version": "2.4.2", 1178 "source": { 1179 "type": "git", 1180 "url": "https://github.com/Intervention/image.git", 1181 "reference": "e82d274f786e3d4b866a59b173f42e716f0783eb" 1182 }, 1183 "dist": { 1184 "type": "zip", 1185 "url": "https://api.github.com/repos/Intervention/image/zipball/e82d274f786e3d4b866a59b173f42e716f0783eb", 1186 "reference": "e82d274f786e3d4b866a59b173f42e716f0783eb", 1187 "shasum": "" 1188 }, 1189 "require": { 1190 "ext-fileinfo": "*", 1191 "guzzlehttp/psr7": "~1.1", 1192 "php": ">=5.4.0" 1193 }, 1194 "require-dev": { 1195 "mockery/mockery": "~0.9.2", 1196 "phpunit/phpunit": "^4.8 || ^5.7" 1197 }, 1198 "suggest": { 1199 "ext-gd": "to use GD library based image processing.", 1200 "ext-imagick": "to use Imagick based image processing.", 1201 "intervention/imagecache": "Caching extension for the Intervention Image library" 1202 }, 1203 "type": "library", 1204 "extra": { 1205 "branch-alias": { 1206 "dev-master": "2.4-dev" 1207 }, 1208 "laravel": { 1209 "providers": [ 1210 "Intervention\\Image\\ImageServiceProvider" 1211 ], 1212 "aliases": { 1213 "Image": "Intervention\\Image\\Facades\\Image" 1214 } 1215 } 1216 }, 1217 "autoload": { 1218 "psr-4": { 1219 "Intervention\\Image\\": "src/Intervention/Image" 1220 } 1221 }, 1222 "notification-url": "https://packagist.org/downloads/", 1223 "license": [ 1224 "MIT" 1225 ], 1226 "authors": [ 1227 { 1228 "name": "Oliver Vogel", 1229 "email": "oliver@olivervogel.com", 1230 "homepage": "http://olivervogel.com/" 1231 } 1232 ], 1233 "description": "Image handling and manipulation library with support for Laravel integration", 1234 "homepage": "http://image.intervention.io/", 1235 "keywords": [ 1236 "gd", 1237 "image", 1238 "imagick", 1239 "laravel", 1240 "thumbnail", 1241 "watermark" 1242 ], 1243 "time": "2018-05-29T14:19:03+00:00" 1244 }, 1245 { 1246 "name": "league/commonmark", 1247 "version": "0.18.5", 1248 "source": { 1249 "type": "git", 1250 "url": "https://github.com/thephpleague/commonmark.git", 1251 "reference": "f94e18d68260f43a7d846279cad88405854b1306" 1252 }, 1253 "dist": { 1254 "type": "zip", 1255 "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/f94e18d68260f43a7d846279cad88405854b1306", 1256 "reference": "f94e18d68260f43a7d846279cad88405854b1306", 1257 "shasum": "" 1258 }, 1259 "require": { 1260 "ext-mbstring": "*", 1261 "php": ">=5.6.5" 1262 }, 1263 "replace": { 1264 "colinodell/commonmark-php": "*" 1265 }, 1266 "require-dev": { 1267 "cebe/markdown": "~1.0", 1268 "commonmark/commonmark.js": "0.28", 1269 "erusev/parsedown": "~1.0", 1270 "michelf/php-markdown": "~1.4", 1271 "mikehaertl/php-shellcommand": "^1.2", 1272 "phpunit/phpunit": "^5.7.27|^6.5.14", 1273 "scrutinizer/ocular": "^1.1", 1274 "symfony/finder": "^3.0|^4.0" 1275 }, 1276 "suggest": { 1277 "league/commonmark-extras": "Library of useful extensions including smart punctuation" 1278 }, 1279 "bin": [ 1280 "bin/commonmark" 1281 ], 1282 "type": "library", 1283 "extra": { 1284 "branch-alias": { 1285 "dev-master": "0.19-dev" 1286 } 1287 }, 1288 "autoload": { 1289 "psr-4": { 1290 "League\\CommonMark\\": "src/" 1291 } 1292 }, 1293 "notification-url": "https://packagist.org/downloads/", 1294 "license": [ 1295 "BSD-3-Clause" 1296 ], 1297 "authors": [ 1298 { 1299 "name": "Colin O'Dell", 1300 "email": "colinodell@gmail.com", 1301 "homepage": "https://www.colinodell.com", 1302 "role": "Lead Developer" 1303 } 1304 ], 1305 "description": "PHP Markdown parser based on the CommonMark spec", 1306 "homepage": "https://github.com/thephpleague/commonmark", 1307 "keywords": [ 1308 "commonmark", 1309 "markdown", 1310 "parser" 1311 ], 1312 "time": "2019-03-28T13:52:31+00:00" 1313 }, 1314 { 1315 "name": "league/flysystem", 1316 "version": "1.0.53", 1317 "source": { 1318 "type": "git", 1319 "url": "https://github.com/thephpleague/flysystem.git", 1320 "reference": "08e12b7628f035600634a5e76d95b5eb66cea674" 1321 }, 1322 "dist": { 1323 "type": "zip", 1324 "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/08e12b7628f035600634a5e76d95b5eb66cea674", 1325 "reference": "08e12b7628f035600634a5e76d95b5eb66cea674", 1326 "shasum": "" 1327 }, 1328 "require": { 1329 "ext-fileinfo": "*", 1330 "php": ">=5.5.9" 1331 }, 1332 "conflict": { 1333 "league/flysystem-sftp": "<1.0.6" 1334 }, 1335 "require-dev": { 1336 "phpspec/phpspec": "^3.4", 1337 "phpunit/phpunit": "^5.7.10" 1338 }, 1339 "suggest": { 1340 "ext-fileinfo": "Required for MimeType", 1341 "ext-ftp": "Allows you to use FTP server storage", 1342 "ext-openssl": "Allows you to use FTPS server storage", 1343 "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2", 1344 "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3", 1345 "league/flysystem-azure": "Allows you to use Windows Azure Blob storage", 1346 "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching", 1347 "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem", 1348 "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files", 1349 "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib", 1350 "league/flysystem-webdav": "Allows you to use WebDAV storage", 1351 "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter", 1352 "spatie/flysystem-dropbox": "Allows you to use Dropbox storage", 1353 "srmklive/flysystem-dropbox-v2": "Allows you to use Dropbox storage for PHP 5 applications" 1354 }, 1355 "type": "library", 1356 "extra": { 1357 "branch-alias": { 1358 "dev-master": "1.1-dev" 1359 } 1360 }, 1361 "autoload": { 1362 "psr-4": { 1363 "League\\Flysystem\\": "src/" 1364 } 1365 }, 1366 "notification-url": "https://packagist.org/downloads/", 1367 "license": [ 1368 "MIT" 1369 ], 1370 "authors": [ 1371 { 1372 "name": "Frank de Jonge", 1373 "email": "info@frenky.net" 1374 } 1375 ], 1376 "description": "Filesystem abstraction: Many filesystems, one API.", 1377 "keywords": [ 1378 "Cloud Files", 1379 "WebDAV", 1380 "abstraction", 1381 "aws", 1382 "cloud", 1383 "copy.com", 1384 "dropbox", 1385 "file systems", 1386 "files", 1387 "filesystem", 1388 "filesystems", 1389 "ftp", 1390 "rackspace", 1391 "remote", 1392 "s3", 1393 "sftp", 1394 "storage" 1395 ], 1396 "time": "2019-06-18T20:09:29+00:00" 1397 }, 1398 { 1399 "name": "league/flysystem-cached-adapter", 1400 "version": "1.0.9", 1401 "source": { 1402 "type": "git", 1403 "url": "https://github.com/thephpleague/flysystem-cached-adapter.git", 1404 "reference": "08ef74e9be88100807a3b92cc9048a312bf01d6f" 1405 }, 1406 "dist": { 1407 "type": "zip", 1408 "url": "https://api.github.com/repos/thephpleague/flysystem-cached-adapter/zipball/08ef74e9be88100807a3b92cc9048a312bf01d6f", 1409 "reference": "08ef74e9be88100807a3b92cc9048a312bf01d6f", 1410 "shasum": "" 1411 }, 1412 "require": { 1413 "league/flysystem": "~1.0", 1414 "psr/cache": "^1.0.0" 1415 }, 1416 "require-dev": { 1417 "mockery/mockery": "~0.9", 1418 "phpspec/phpspec": "^3.4", 1419 "phpunit/phpunit": "^5.7", 1420 "predis/predis": "~1.0", 1421 "tedivm/stash": "~0.12" 1422 }, 1423 "suggest": { 1424 "ext-phpredis": "Pure C implemented extension for PHP" 1425 }, 1426 "type": "library", 1427 "autoload": { 1428 "psr-4": { 1429 "League\\Flysystem\\Cached\\": "src/" 1430 } 1431 }, 1432 "notification-url": "https://packagist.org/downloads/", 1433 "license": [ 1434 "MIT" 1435 ], 1436 "authors": [ 1437 { 1438 "name": "frankdejonge", 1439 "email": "info@frenky.net" 1440 } 1441 ], 1442 "description": "An adapter decorator to enable meta-data caching.", 1443 "time": "2018-07-09T20:51:04+00:00" 1444 }, 1445 { 1446 "name": "league/flysystem-ziparchive", 1447 "version": "1.0.3", 1448 "source": { 1449 "type": "git", 1450 "url": "https://github.com/thephpleague/flysystem-ziparchive.git", 1451 "reference": "c6d7c7ea23a57ee802d533ab9eb9f19dd5c5fc45" 1452 }, 1453 "dist": { 1454 "type": "zip", 1455 "url": "https://api.github.com/repos/thephpleague/flysystem-ziparchive/zipball/c6d7c7ea23a57ee802d533ab9eb9f19dd5c5fc45", 1456 "reference": "c6d7c7ea23a57ee802d533ab9eb9f19dd5c5fc45", 1457 "shasum": "" 1458 }, 1459 "require": { 1460 "ext-zip": "*", 1461 "league/flysystem": "~1.0", 1462 "php": ">=5.4.0" 1463 }, 1464 "require-dev": { 1465 "mockery/mockery": "0.9.*", 1466 "phpunit/phpunit": "~4.0" 1467 }, 1468 "type": "library", 1469 "extra": { 1470 "branch-alias": { 1471 "dev-master": "1.0-dev" 1472 } 1473 }, 1474 "autoload": { 1475 "psr-4": { 1476 "League\\Flysystem\\ZipArchive\\": "src/" 1477 } 1478 }, 1479 "notification-url": "https://packagist.org/downloads/", 1480 "license": [ 1481 "MIT" 1482 ], 1483 "authors": [ 1484 { 1485 "name": "Frank de Jonge", 1486 "email": "info@frenky.net" 1487 } 1488 ], 1489 "description": "Flysystem adapter for ZipArchive's", 1490 "time": "2016-12-20T08:36:16+00:00" 1491 }, 1492 { 1493 "name": "league/glide", 1494 "version": "1.5.0", 1495 "source": { 1496 "type": "git", 1497 "url": "https://github.com/thephpleague/glide.git", 1498 "reference": "a5477e9e822ed57b39861a17092b92553634932d" 1499 }, 1500 "dist": { 1501 "type": "zip", 1502 "url": "https://api.github.com/repos/thephpleague/glide/zipball/a5477e9e822ed57b39861a17092b92553634932d", 1503 "reference": "a5477e9e822ed57b39861a17092b92553634932d", 1504 "shasum": "" 1505 }, 1506 "require": { 1507 "intervention/image": "^2.4", 1508 "league/flysystem": "^1.0", 1509 "php": "^5.5 | ^7.0", 1510 "psr/http-message": "^1.0" 1511 }, 1512 "require-dev": { 1513 "mockery/mockery": "~0.9", 1514 "phpunit/php-token-stream": "^1.4", 1515 "phpunit/phpunit": "~4.4" 1516 }, 1517 "type": "library", 1518 "extra": { 1519 "branch-alias": { 1520 "dev-master": "1.1-dev" 1521 } 1522 }, 1523 "autoload": { 1524 "psr-4": { 1525 "League\\Glide\\": "src/" 1526 } 1527 }, 1528 "notification-url": "https://packagist.org/downloads/", 1529 "license": [ 1530 "MIT" 1531 ], 1532 "authors": [ 1533 { 1534 "name": "Jonathan Reinink", 1535 "email": "jonathan@reinink.ca", 1536 "homepage": "http://reinink.ca" 1537 } 1538 ], 1539 "description": "Wonderfully easy on-demand image manipulation library with an HTTP based API.", 1540 "homepage": "http://glide.thephpleague.com", 1541 "keywords": [ 1542 "ImageMagick", 1543 "editing", 1544 "gd", 1545 "image", 1546 "imagick", 1547 "league", 1548 "manipulation", 1549 "processing" 1550 ], 1551 "time": "2019-04-03T23:46:42+00:00" 1552 }, 1553 { 1554 "name": "nesbot/carbon", 1555 "version": "2.19.2", 1556 "source": { 1557 "type": "git", 1558 "url": "https://github.com/briannesbitt/Carbon.git", 1559 "reference": "adcad3f3af52d0ad4ad7b05f43aa58243b6ca67b" 1560 }, 1561 "dist": { 1562 "type": "zip", 1563 "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/adcad3f3af52d0ad4ad7b05f43aa58243b6ca67b", 1564 "reference": "adcad3f3af52d0ad4ad7b05f43aa58243b6ca67b", 1565 "shasum": "" 1566 }, 1567 "require": { 1568 "ext-json": "*", 1569 "php": "^7.1.8 || ^8.0", 1570 "symfony/translation": "^3.4 || ^4.0" 1571 }, 1572 "require-dev": { 1573 "friendsofphp/php-cs-fixer": "^2.14 || ^3.0", 1574 "kylekatarnls/multi-tester": "^1.1", 1575 "phpmd/phpmd": "^2.6", 1576 "phpstan/phpstan": "^0.11", 1577 "phpunit/phpunit": "^7.5 || ^8.0", 1578 "squizlabs/php_codesniffer": "^3.4" 1579 }, 1580 "type": "library", 1581 "extra": { 1582 "laravel": { 1583 "providers": [ 1584 "Carbon\\Laravel\\ServiceProvider" 1585 ] 1586 } 1587 }, 1588 "autoload": { 1589 "psr-4": { 1590 "Carbon\\": "src/Carbon/" 1591 } 1592 }, 1593 "notification-url": "https://packagist.org/downloads/", 1594 "license": [ 1595 "MIT" 1596 ], 1597 "authors": [ 1598 { 1599 "name": "Brian Nesbitt", 1600 "email": "brian@nesbot.com", 1601 "homepage": "http://nesbot.com" 1602 } 1603 ], 1604 "description": "A simple API extension for DateTime.", 1605 "homepage": "http://carbon.nesbot.com", 1606 "keywords": [ 1607 "date", 1608 "datetime", 1609 "time" 1610 ], 1611 "time": "2019-06-07T09:56:45+00:00" 1612 }, 1613 { 1614 "name": "nyholm/psr7", 1615 "version": "1.1.0", 1616 "source": { 1617 "type": "git", 1618 "url": "https://github.com/Nyholm/psr7.git", 1619 "reference": "701fe7ea8c12c07b985b156d589134d328160cf7" 1620 }, 1621 "dist": { 1622 "type": "zip", 1623 "url": "https://api.github.com/repos/Nyholm/psr7/zipball/701fe7ea8c12c07b985b156d589134d328160cf7", 1624 "reference": "701fe7ea8c12c07b985b156d589134d328160cf7", 1625 "shasum": "" 1626 }, 1627 "require": { 1628 "php": "^7.1", 1629 "php-http/message-factory": "^1.0", 1630 "psr/http-factory": "^1.0", 1631 "psr/http-message": "^1.0" 1632 }, 1633 "provide": { 1634 "psr/http-factory-implementation": "1.0", 1635 "psr/http-message-implementation": "1.0" 1636 }, 1637 "require-dev": { 1638 "http-interop/http-factory-tests": "dev-master", 1639 "php-http/psr7-integration-tests": "dev-master", 1640 "phpunit/phpunit": "^7.5" 1641 }, 1642 "type": "library", 1643 "extra": { 1644 "branch-alias": { 1645 "dev-master": "1.0-dev" 1646 } 1647 }, 1648 "autoload": { 1649 "psr-4": { 1650 "Nyholm\\Psr7\\": "src/" 1651 } 1652 }, 1653 "notification-url": "https://packagist.org/downloads/", 1654 "license": [ 1655 "MIT" 1656 ], 1657 "authors": [ 1658 { 1659 "name": "Tobias Nyholm", 1660 "email": "tobias.nyholm@gmail.com" 1661 }, 1662 { 1663 "name": "Martijn van der Ven", 1664 "email": "martijn@vanderven.se" 1665 } 1666 ], 1667 "description": "A fast PHP7 implementation of PSR-7", 1668 "homepage": "http://tnyholm.se", 1669 "keywords": [ 1670 "psr-17", 1671 "psr-7" 1672 ], 1673 "time": "2019-02-16T17:20:43+00:00" 1674 }, 1675 { 1676 "name": "nyholm/psr7-server", 1677 "version": "0.3.0", 1678 "source": { 1679 "type": "git", 1680 "url": "https://github.com/Nyholm/psr7-server.git", 1681 "reference": "1b71a848fcb066fb805b7a9ab3f41ff65bffcde8" 1682 }, 1683 "dist": { 1684 "type": "zip", 1685 "url": "https://api.github.com/repos/Nyholm/psr7-server/zipball/1b71a848fcb066fb805b7a9ab3f41ff65bffcde8", 1686 "reference": "1b71a848fcb066fb805b7a9ab3f41ff65bffcde8", 1687 "shasum": "" 1688 }, 1689 "require": { 1690 "php": "^7.1", 1691 "psr/http-factory": "^1.0", 1692 "psr/http-message": "^1.0" 1693 }, 1694 "require-dev": { 1695 "nyholm/nsa": "^1.1", 1696 "nyholm/psr7": "^1.0", 1697 "phpunit/phpunit": "^7.0" 1698 }, 1699 "type": "library", 1700 "autoload": { 1701 "psr-4": { 1702 "Nyholm\\Psr7Server\\": "src/" 1703 } 1704 }, 1705 "notification-url": "https://packagist.org/downloads/", 1706 "license": [ 1707 "MIT" 1708 ], 1709 "authors": [ 1710 { 1711 "name": "Tobias Nyholm", 1712 "email": "tobias.nyholm@gmail.com" 1713 }, 1714 { 1715 "name": "Martijn van der Ven", 1716 "email": "martijn@vanderven.se" 1717 } 1718 ], 1719 "description": "Helper classes to handle PSR-7 server requests", 1720 "homepage": "http://tnyholm.se", 1721 "keywords": [ 1722 "psr-17", 1723 "psr-7" 1724 ], 1725 "time": "2018-09-02T10:41:28+00:00" 1726 }, 1727 { 1728 "name": "oscarotero/middleland", 1729 "version": "v1.0.0", 1730 "source": { 1731 "type": "git", 1732 "url": "https://github.com/oscarotero/middleland.git", 1733 "reference": "abd480afe264714095d043edd76c542a99f1695b" 1734 }, 1735 "dist": { 1736 "type": "zip", 1737 "url": "https://api.github.com/repos/oscarotero/middleland/zipball/abd480afe264714095d043edd76c542a99f1695b", 1738 "reference": "abd480afe264714095d043edd76c542a99f1695b", 1739 "shasum": "" 1740 }, 1741 "require": { 1742 "php": "^7.0", 1743 "psr/container": "^1.0", 1744 "psr/http-server-middleware": "^1.0" 1745 }, 1746 "require-dev": { 1747 "friendsofphp/php-cs-fixer": "^2.0", 1748 "phpunit/phpunit": "^6.0", 1749 "zendframework/zend-diactoros": "^1.3" 1750 }, 1751 "type": "library", 1752 "autoload": { 1753 "psr-4": { 1754 "Middleland\\": "src/" 1755 } 1756 }, 1757 "notification-url": "https://packagist.org/downloads/", 1758 "license": [ 1759 "MIT" 1760 ], 1761 "authors": [ 1762 { 1763 "name": "Oscar Otero", 1764 "email": "oom@oscarotero.com", 1765 "homepage": "http://oscarotero.com", 1766 "role": "Developer" 1767 } 1768 ], 1769 "description": "PSR-15 middleware dispatcher", 1770 "homepage": "https://github.com/oscarotero/dispatcher", 1771 "keywords": [ 1772 "http", 1773 "middleware", 1774 "psr-15", 1775 "psr-7" 1776 ], 1777 "time": "2018-01-24T20:41:57+00:00" 1778 }, 1779 { 1780 "name": "paragonie/random_compat", 1781 "version": "v9.99.99", 1782 "source": { 1783 "type": "git", 1784 "url": "https://github.com/paragonie/random_compat.git", 1785 "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95" 1786 }, 1787 "dist": { 1788 "type": "zip", 1789 "url": "https://api.github.com/repos/paragonie/random_compat/zipball/84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95", 1790 "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95", 1791 "shasum": "" 1792 }, 1793 "require": { 1794 "php": "^7" 1795 }, 1796 "require-dev": { 1797 "phpunit/phpunit": "4.*|5.*", 1798 "vimeo/psalm": "^1" 1799 }, 1800 "suggest": { 1801 "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." 1802 }, 1803 "type": "library", 1804 "notification-url": "https://packagist.org/downloads/", 1805 "license": [ 1806 "MIT" 1807 ], 1808 "authors": [ 1809 { 1810 "name": "Paragon Initiative Enterprises", 1811 "email": "security@paragonie.com", 1812 "homepage": "https://paragonie.com" 1813 } 1814 ], 1815 "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", 1816 "keywords": [ 1817 "csprng", 1818 "polyfill", 1819 "pseudorandom", 1820 "random" 1821 ], 1822 "time": "2018-07-02T15:55:56+00:00" 1823 }, 1824 { 1825 "name": "php-http/message-factory", 1826 "version": "v1.0.2", 1827 "source": { 1828 "type": "git", 1829 "url": "https://github.com/php-http/message-factory.git", 1830 "reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1" 1831 }, 1832 "dist": { 1833 "type": "zip", 1834 "url": "https://api.github.com/repos/php-http/message-factory/zipball/a478cb11f66a6ac48d8954216cfed9aa06a501a1", 1835 "reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1", 1836 "shasum": "" 1837 }, 1838 "require": { 1839 "php": ">=5.4", 1840 "psr/http-message": "^1.0" 1841 }, 1842 "type": "library", 1843 "extra": { 1844 "branch-alias": { 1845 "dev-master": "1.0-dev" 1846 } 1847 }, 1848 "autoload": { 1849 "psr-4": { 1850 "Http\\Message\\": "src/" 1851 } 1852 }, 1853 "notification-url": "https://packagist.org/downloads/", 1854 "license": [ 1855 "MIT" 1856 ], 1857 "authors": [ 1858 { 1859 "name": "Márk Sági-Kazár", 1860 "email": "mark.sagikazar@gmail.com" 1861 } 1862 ], 1863 "description": "Factory interfaces for PSR-7 HTTP Message", 1864 "homepage": "http://php-http.org", 1865 "keywords": [ 1866 "factory", 1867 "http", 1868 "message", 1869 "stream", 1870 "uri" 1871 ], 1872 "time": "2015-12-19T14:08:53+00:00" 1873 }, 1874 { 1875 "name": "psr/cache", 1876 "version": "1.0.1", 1877 "source": { 1878 "type": "git", 1879 "url": "https://github.com/php-fig/cache.git", 1880 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8" 1881 }, 1882 "dist": { 1883 "type": "zip", 1884 "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8", 1885 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8", 1886 "shasum": "" 1887 }, 1888 "require": { 1889 "php": ">=5.3.0" 1890 }, 1891 "type": "library", 1892 "extra": { 1893 "branch-alias": { 1894 "dev-master": "1.0.x-dev" 1895 } 1896 }, 1897 "autoload": { 1898 "psr-4": { 1899 "Psr\\Cache\\": "src/" 1900 } 1901 }, 1902 "notification-url": "https://packagist.org/downloads/", 1903 "license": [ 1904 "MIT" 1905 ], 1906 "authors": [ 1907 { 1908 "name": "PHP-FIG", 1909 "homepage": "http://www.php-fig.org/" 1910 } 1911 ], 1912 "description": "Common interface for caching libraries", 1913 "keywords": [ 1914 "cache", 1915 "psr", 1916 "psr-6" 1917 ], 1918 "time": "2016-08-06T20:24:11+00:00" 1919 }, 1920 { 1921 "name": "psr/container", 1922 "version": "1.0.0", 1923 "source": { 1924 "type": "git", 1925 "url": "https://github.com/php-fig/container.git", 1926 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f" 1927 }, 1928 "dist": { 1929 "type": "zip", 1930 "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f", 1931 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f", 1932 "shasum": "" 1933 }, 1934 "require": { 1935 "php": ">=5.3.0" 1936 }, 1937 "type": "library", 1938 "extra": { 1939 "branch-alias": { 1940 "dev-master": "1.0.x-dev" 1941 } 1942 }, 1943 "autoload": { 1944 "psr-4": { 1945 "Psr\\Container\\": "src/" 1946 } 1947 }, 1948 "notification-url": "https://packagist.org/downloads/", 1949 "license": [ 1950 "MIT" 1951 ], 1952 "authors": [ 1953 { 1954 "name": "PHP-FIG", 1955 "homepage": "http://www.php-fig.org/" 1956 } 1957 ], 1958 "description": "Common Container Interface (PHP FIG PSR-11)", 1959 "homepage": "https://github.com/php-fig/container", 1960 "keywords": [ 1961 "PSR-11", 1962 "container", 1963 "container-interface", 1964 "container-interop", 1965 "psr" 1966 ], 1967 "time": "2017-02-14T16:28:37+00:00" 1968 }, 1969 { 1970 "name": "psr/http-factory", 1971 "version": "1.0.1", 1972 "source": { 1973 "type": "git", 1974 "url": "https://github.com/php-fig/http-factory.git", 1975 "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be" 1976 }, 1977 "dist": { 1978 "type": "zip", 1979 "url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be", 1980 "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be", 1981 "shasum": "" 1982 }, 1983 "require": { 1984 "php": ">=7.0.0", 1985 "psr/http-message": "^1.0" 1986 }, 1987 "type": "library", 1988 "extra": { 1989 "branch-alias": { 1990 "dev-master": "1.0.x-dev" 1991 } 1992 }, 1993 "autoload": { 1994 "psr-4": { 1995 "Psr\\Http\\Message\\": "src/" 1996 } 1997 }, 1998 "notification-url": "https://packagist.org/downloads/", 1999 "license": [ 2000 "MIT" 2001 ], 2002 "authors": [ 2003 { 2004 "name": "PHP-FIG", 2005 "homepage": "http://www.php-fig.org/" 2006 } 2007 ], 2008 "description": "Common interfaces for PSR-7 HTTP message factories", 2009 "keywords": [ 2010 "factory", 2011 "http", 2012 "message", 2013 "psr", 2014 "psr-17", 2015 "psr-7", 2016 "request", 2017 "response" 2018 ], 2019 "time": "2019-04-30T12:38:16+00:00" 2020 }, 2021 { 2022 "name": "psr/http-message", 2023 "version": "1.0.1", 2024 "source": { 2025 "type": "git", 2026 "url": "https://github.com/php-fig/http-message.git", 2027 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363" 2028 }, 2029 "dist": { 2030 "type": "zip", 2031 "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363", 2032 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363", 2033 "shasum": "" 2034 }, 2035 "require": { 2036 "php": ">=5.3.0" 2037 }, 2038 "type": "library", 2039 "extra": { 2040 "branch-alias": { 2041 "dev-master": "1.0.x-dev" 2042 } 2043 }, 2044 "autoload": { 2045 "psr-4": { 2046 "Psr\\Http\\Message\\": "src/" 2047 } 2048 }, 2049 "notification-url": "https://packagist.org/downloads/", 2050 "license": [ 2051 "MIT" 2052 ], 2053 "authors": [ 2054 { 2055 "name": "PHP-FIG", 2056 "homepage": "http://www.php-fig.org/" 2057 } 2058 ], 2059 "description": "Common interface for HTTP messages", 2060 "homepage": "https://github.com/php-fig/http-message", 2061 "keywords": [ 2062 "http", 2063 "http-message", 2064 "psr", 2065 "psr-7", 2066 "request", 2067 "response" 2068 ], 2069 "time": "2016-08-06T14:39:51+00:00" 2070 }, 2071 { 2072 "name": "psr/http-server-handler", 2073 "version": "1.0.1", 2074 "source": { 2075 "type": "git", 2076 "url": "https://github.com/php-fig/http-server-handler.git", 2077 "reference": "aff2f80e33b7f026ec96bb42f63242dc50ffcae7" 2078 }, 2079 "dist": { 2080 "type": "zip", 2081 "url": "https://api.github.com/repos/php-fig/http-server-handler/zipball/aff2f80e33b7f026ec96bb42f63242dc50ffcae7", 2082 "reference": "aff2f80e33b7f026ec96bb42f63242dc50ffcae7", 2083 "shasum": "" 2084 }, 2085 "require": { 2086 "php": ">=7.0", 2087 "psr/http-message": "^1.0" 2088 }, 2089 "type": "library", 2090 "extra": { 2091 "branch-alias": { 2092 "dev-master": "1.0.x-dev" 2093 } 2094 }, 2095 "autoload": { 2096 "psr-4": { 2097 "Psr\\Http\\Server\\": "src/" 2098 } 2099 }, 2100 "notification-url": "https://packagist.org/downloads/", 2101 "license": [ 2102 "MIT" 2103 ], 2104 "authors": [ 2105 { 2106 "name": "PHP-FIG", 2107 "homepage": "http://www.php-fig.org/" 2108 } 2109 ], 2110 "description": "Common interface for HTTP server-side request handler", 2111 "keywords": [ 2112 "handler", 2113 "http", 2114 "http-interop", 2115 "psr", 2116 "psr-15", 2117 "psr-7", 2118 "request", 2119 "response", 2120 "server" 2121 ], 2122 "time": "2018-10-30T16:46:14+00:00" 2123 }, 2124 { 2125 "name": "psr/http-server-middleware", 2126 "version": "1.0.1", 2127 "source": { 2128 "type": "git", 2129 "url": "https://github.com/php-fig/http-server-middleware.git", 2130 "reference": "2296f45510945530b9dceb8bcedb5cb84d40c5f5" 2131 }, 2132 "dist": { 2133 "type": "zip", 2134 "url": "https://api.github.com/repos/php-fig/http-server-middleware/zipball/2296f45510945530b9dceb8bcedb5cb84d40c5f5", 2135 "reference": "2296f45510945530b9dceb8bcedb5cb84d40c5f5", 2136 "shasum": "" 2137 }, 2138 "require": { 2139 "php": ">=7.0", 2140 "psr/http-message": "^1.0", 2141 "psr/http-server-handler": "^1.0" 2142 }, 2143 "type": "library", 2144 "extra": { 2145 "branch-alias": { 2146 "dev-master": "1.0.x-dev" 2147 } 2148 }, 2149 "autoload": { 2150 "psr-4": { 2151 "Psr\\Http\\Server\\": "src/" 2152 } 2153 }, 2154 "notification-url": "https://packagist.org/downloads/", 2155 "license": [ 2156 "MIT" 2157 ], 2158 "authors": [ 2159 { 2160 "name": "PHP-FIG", 2161 "homepage": "http://www.php-fig.org/" 2162 } 2163 ], 2164 "description": "Common interface for HTTP server-side middleware", 2165 "keywords": [ 2166 "http", 2167 "http-interop", 2168 "middleware", 2169 "psr", 2170 "psr-15", 2171 "psr-7", 2172 "request", 2173 "response" 2174 ], 2175 "time": "2018-10-30T17:12:04+00:00" 2176 }, 2177 { 2178 "name": "psr/log", 2179 "version": "1.1.0", 2180 "source": { 2181 "type": "git", 2182 "url": "https://github.com/php-fig/log.git", 2183 "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd" 2184 }, 2185 "dist": { 2186 "type": "zip", 2187 "url": "https://api.github.com/repos/php-fig/log/zipball/6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd", 2188 "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd", 2189 "shasum": "" 2190 }, 2191 "require": { 2192 "php": ">=5.3.0" 2193 }, 2194 "type": "library", 2195 "extra": { 2196 "branch-alias": { 2197 "dev-master": "1.0.x-dev" 2198 } 2199 }, 2200 "autoload": { 2201 "psr-4": { 2202 "Psr\\Log\\": "Psr/Log/" 2203 } 2204 }, 2205 "notification-url": "https://packagist.org/downloads/", 2206 "license": [ 2207 "MIT" 2208 ], 2209 "authors": [ 2210 { 2211 "name": "PHP-FIG", 2212 "homepage": "http://www.php-fig.org/" 2213 } 2214 ], 2215 "description": "Common interface for logging libraries", 2216 "homepage": "https://github.com/php-fig/log", 2217 "keywords": [ 2218 "log", 2219 "psr", 2220 "psr-3" 2221 ], 2222 "time": "2018-11-20T15:27:04+00:00" 2223 }, 2224 { 2225 "name": "psr/simple-cache", 2226 "version": "1.0.1", 2227 "source": { 2228 "type": "git", 2229 "url": "https://github.com/php-fig/simple-cache.git", 2230 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b" 2231 }, 2232 "dist": { 2233 "type": "zip", 2234 "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b", 2235 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b", 2236 "shasum": "" 2237 }, 2238 "require": { 2239 "php": ">=5.3.0" 2240 }, 2241 "type": "library", 2242 "extra": { 2243 "branch-alias": { 2244 "dev-master": "1.0.x-dev" 2245 } 2246 }, 2247 "autoload": { 2248 "psr-4": { 2249 "Psr\\SimpleCache\\": "src/" 2250 } 2251 }, 2252 "notification-url": "https://packagist.org/downloads/", 2253 "license": [ 2254 "MIT" 2255 ], 2256 "authors": [ 2257 { 2258 "name": "PHP-FIG", 2259 "homepage": "http://www.php-fig.org/" 2260 } 2261 ], 2262 "description": "Common interfaces for simple caching", 2263 "keywords": [ 2264 "cache", 2265 "caching", 2266 "psr", 2267 "psr-16", 2268 "simple-cache" 2269 ], 2270 "time": "2017-10-23T01:57:42+00:00" 2271 }, 2272 { 2273 "name": "ralouphie/getallheaders", 2274 "version": "2.0.5", 2275 "source": { 2276 "type": "git", 2277 "url": "https://github.com/ralouphie/getallheaders.git", 2278 "reference": "5601c8a83fbba7ef674a7369456d12f1e0d0eafa" 2279 }, 2280 "dist": { 2281 "type": "zip", 2282 "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/5601c8a83fbba7ef674a7369456d12f1e0d0eafa", 2283 "reference": "5601c8a83fbba7ef674a7369456d12f1e0d0eafa", 2284 "shasum": "" 2285 }, 2286 "require": { 2287 "php": ">=5.3" 2288 }, 2289 "require-dev": { 2290 "phpunit/phpunit": "~3.7.0", 2291 "satooshi/php-coveralls": ">=1.0" 2292 }, 2293 "type": "library", 2294 "autoload": { 2295 "files": [ 2296 "src/getallheaders.php" 2297 ] 2298 }, 2299 "notification-url": "https://packagist.org/downloads/", 2300 "license": [ 2301 "MIT" 2302 ], 2303 "authors": [ 2304 { 2305 "name": "Ralph Khattar", 2306 "email": "ralph.khattar@gmail.com" 2307 } 2308 ], 2309 "description": "A polyfill for getallheaders.", 2310 "time": "2016-02-11T07:05:27+00:00" 2311 }, 2312 { 2313 "name": "ramsey/uuid", 2314 "version": "3.8.0", 2315 "source": { 2316 "type": "git", 2317 "url": "https://github.com/ramsey/uuid.git", 2318 "reference": "d09ea80159c1929d75b3f9c60504d613aeb4a1e3" 2319 }, 2320 "dist": { 2321 "type": "zip", 2322 "url": "https://api.github.com/repos/ramsey/uuid/zipball/d09ea80159c1929d75b3f9c60504d613aeb4a1e3", 2323 "reference": "d09ea80159c1929d75b3f9c60504d613aeb4a1e3", 2324 "shasum": "" 2325 }, 2326 "require": { 2327 "paragonie/random_compat": "^1.0|^2.0|9.99.99", 2328 "php": "^5.4 || ^7.0", 2329 "symfony/polyfill-ctype": "^1.8" 2330 }, 2331 "replace": { 2332 "rhumsaa/uuid": "self.version" 2333 }, 2334 "require-dev": { 2335 "codeception/aspect-mock": "^1.0 | ~2.0.0", 2336 "doctrine/annotations": "~1.2.0", 2337 "goaop/framework": "1.0.0-alpha.2 | ^1.0 | ~2.1.0", 2338 "ircmaxell/random-lib": "^1.1", 2339 "jakub-onderka/php-parallel-lint": "^0.9.0", 2340 "mockery/mockery": "^0.9.9", 2341 "moontoast/math": "^1.1", 2342 "php-mock/php-mock-phpunit": "^0.3|^1.1", 2343 "phpunit/phpunit": "^4.7|^5.0|^6.5", 2344 "squizlabs/php_codesniffer": "^2.3" 2345 }, 2346 "suggest": { 2347 "ext-ctype": "Provides support for PHP Ctype functions", 2348 "ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator", 2349 "ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator", 2350 "ircmaxell/random-lib": "Provides RandomLib for use with the RandomLibAdapter", 2351 "moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).", 2352 "ramsey/uuid-console": "A console application for generating UUIDs with ramsey/uuid", 2353 "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type." 2354 }, 2355 "type": "library", 2356 "extra": { 2357 "branch-alias": { 2358 "dev-master": "3.x-dev" 2359 } 2360 }, 2361 "autoload": { 2362 "psr-4": { 2363 "Ramsey\\Uuid\\": "src/" 2364 } 2365 }, 2366 "notification-url": "https://packagist.org/downloads/", 2367 "license": [ 2368 "MIT" 2369 ], 2370 "authors": [ 2371 { 2372 "name": "Marijn Huizendveld", 2373 "email": "marijn.huizendveld@gmail.com" 2374 }, 2375 { 2376 "name": "Thibaud Fabre", 2377 "email": "thibaud@aztech.io" 2378 }, 2379 { 2380 "name": "Ben Ramsey", 2381 "email": "ben@benramsey.com", 2382 "homepage": "https://benramsey.com" 2383 } 2384 ], 2385 "description": "Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).", 2386 "homepage": "https://github.com/ramsey/uuid", 2387 "keywords": [ 2388 "guid", 2389 "identifier", 2390 "uuid" 2391 ], 2392 "time": "2018-07-19T23:38:55+00:00" 2393 }, 2394 { 2395 "name": "swiftmailer/swiftmailer", 2396 "version": "v6.2.1", 2397 "source": { 2398 "type": "git", 2399 "url": "https://github.com/swiftmailer/swiftmailer.git", 2400 "reference": "5397cd05b0a0f7937c47b0adcb4c60e5ab936b6a" 2401 }, 2402 "dist": { 2403 "type": "zip", 2404 "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/5397cd05b0a0f7937c47b0adcb4c60e5ab936b6a", 2405 "reference": "5397cd05b0a0f7937c47b0adcb4c60e5ab936b6a", 2406 "shasum": "" 2407 }, 2408 "require": { 2409 "egulias/email-validator": "~2.0", 2410 "php": ">=7.0.0", 2411 "symfony/polyfill-iconv": "^1.0", 2412 "symfony/polyfill-intl-idn": "^1.10", 2413 "symfony/polyfill-mbstring": "^1.0" 2414 }, 2415 "require-dev": { 2416 "mockery/mockery": "~0.9.1", 2417 "symfony/phpunit-bridge": "^3.4.19|^4.1.8" 2418 }, 2419 "suggest": { 2420 "ext-intl": "Needed to support internationalized email addresses", 2421 "true/punycode": "Needed to support internationalized email addresses, if ext-intl is not installed" 2422 }, 2423 "type": "library", 2424 "extra": { 2425 "branch-alias": { 2426 "dev-master": "6.2-dev" 2427 } 2428 }, 2429 "autoload": { 2430 "files": [ 2431 "lib/swift_required.php" 2432 ] 2433 }, 2434 "notification-url": "https://packagist.org/downloads/", 2435 "license": [ 2436 "MIT" 2437 ], 2438 "authors": [ 2439 { 2440 "name": "Chris Corbyn" 2441 }, 2442 { 2443 "name": "Fabien Potencier", 2444 "email": "fabien@symfony.com" 2445 } 2446 ], 2447 "description": "Swiftmailer, free feature-rich PHP mailer", 2448 "homepage": "https://swiftmailer.symfony.com", 2449 "keywords": [ 2450 "email", 2451 "mail", 2452 "mailer" 2453 ], 2454 "time": "2019-04-21T09:21:45+00:00" 2455 }, 2456 { 2457 "name": "symfony/cache", 2458 "version": "v4.3.1", 2459 "source": { 2460 "type": "git", 2461 "url": "https://github.com/symfony/cache.git", 2462 "reference": "2edc417da273bafee589a8758f0278416d04af38" 2463 }, 2464 "dist": { 2465 "type": "zip", 2466 "url": "https://api.github.com/repos/symfony/cache/zipball/2edc417da273bafee589a8758f0278416d04af38", 2467 "reference": "2edc417da273bafee589a8758f0278416d04af38", 2468 "shasum": "" 2469 }, 2470 "require": { 2471 "php": "^7.1.3", 2472 "psr/cache": "~1.0", 2473 "psr/log": "~1.0", 2474 "symfony/cache-contracts": "^1.1", 2475 "symfony/service-contracts": "^1.1", 2476 "symfony/var-exporter": "^4.2" 2477 }, 2478 "conflict": { 2479 "doctrine/dbal": "<2.5", 2480 "symfony/dependency-injection": "<3.4", 2481 "symfony/var-dumper": "<3.4" 2482 }, 2483 "provide": { 2484 "psr/cache-implementation": "1.0", 2485 "psr/simple-cache-implementation": "1.0", 2486 "symfony/cache-implementation": "1.0" 2487 }, 2488 "require-dev": { 2489 "cache/integration-tests": "dev-master", 2490 "doctrine/cache": "~1.6", 2491 "doctrine/dbal": "~2.5", 2492 "predis/predis": "~1.1", 2493 "psr/simple-cache": "^1.0", 2494 "symfony/config": "~4.2", 2495 "symfony/dependency-injection": "~3.4|~4.1", 2496 "symfony/var-dumper": "^4.1.1" 2497 }, 2498 "type": "library", 2499 "extra": { 2500 "branch-alias": { 2501 "dev-master": "4.3-dev" 2502 } 2503 }, 2504 "autoload": { 2505 "psr-4": { 2506 "Symfony\\Component\\Cache\\": "" 2507 }, 2508 "exclude-from-classmap": [ 2509 "/Tests/" 2510 ] 2511 }, 2512 "notification-url": "https://packagist.org/downloads/", 2513 "license": [ 2514 "MIT" 2515 ], 2516 "authors": [ 2517 { 2518 "name": "Nicolas Grekas", 2519 "email": "p@tchwork.com" 2520 }, 2521 { 2522 "name": "Symfony Community", 2523 "homepage": "https://symfony.com/contributors" 2524 } 2525 ], 2526 "description": "Symfony Cache component with PSR-6, PSR-16, and tags", 2527 "homepage": "https://symfony.com", 2528 "keywords": [ 2529 "caching", 2530 "psr6" 2531 ], 2532 "time": "2019-06-06T10:05:02+00:00" 2533 }, 2534 { 2535 "name": "symfony/cache-contracts", 2536 "version": "v1.1.5", 2537 "source": { 2538 "type": "git", 2539 "url": "https://github.com/symfony/cache-contracts.git", 2540 "reference": "ec5524b669744b5f1dc9c66d3c2b091eb7e7f0db" 2541 }, 2542 "dist": { 2543 "type": "zip", 2544 "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/ec5524b669744b5f1dc9c66d3c2b091eb7e7f0db", 2545 "reference": "ec5524b669744b5f1dc9c66d3c2b091eb7e7f0db", 2546 "shasum": "" 2547 }, 2548 "require": { 2549 "php": "^7.1.3", 2550 "psr/cache": "^1.0" 2551 }, 2552 "suggest": { 2553 "symfony/cache-implementation": "" 2554 }, 2555 "type": "library", 2556 "extra": { 2557 "branch-alias": { 2558 "dev-master": "1.1-dev" 2559 } 2560 }, 2561 "autoload": { 2562 "psr-4": { 2563 "Symfony\\Contracts\\Cache\\": "" 2564 } 2565 }, 2566 "notification-url": "https://packagist.org/downloads/", 2567 "license": [ 2568 "MIT" 2569 ], 2570 "authors": [ 2571 { 2572 "name": "Nicolas Grekas", 2573 "email": "p@tchwork.com" 2574 }, 2575 { 2576 "name": "Symfony Community", 2577 "homepage": "https://symfony.com/contributors" 2578 } 2579 ], 2580 "description": "Generic abstractions related to caching", 2581 "homepage": "https://symfony.com", 2582 "keywords": [ 2583 "abstractions", 2584 "contracts", 2585 "decoupling", 2586 "interfaces", 2587 "interoperability", 2588 "standards" 2589 ], 2590 "time": "2019-06-13T11:15:36+00:00" 2591 }, 2592 { 2593 "name": "symfony/debug", 2594 "version": "v4.3.1", 2595 "source": { 2596 "type": "git", 2597 "url": "https://github.com/symfony/debug.git", 2598 "reference": "4e025104f1f9adb1f7a2d14fb102c9986d6e97c6" 2599 }, 2600 "dist": { 2601 "type": "zip", 2602 "url": "https://api.github.com/repos/symfony/debug/zipball/4e025104f1f9adb1f7a2d14fb102c9986d6e97c6", 2603 "reference": "4e025104f1f9adb1f7a2d14fb102c9986d6e97c6", 2604 "shasum": "" 2605 }, 2606 "require": { 2607 "php": "^7.1.3", 2608 "psr/log": "~1.0" 2609 }, 2610 "conflict": { 2611 "symfony/http-kernel": "<3.4" 2612 }, 2613 "require-dev": { 2614 "symfony/http-kernel": "~3.4|~4.0" 2615 }, 2616 "type": "library", 2617 "extra": { 2618 "branch-alias": { 2619 "dev-master": "4.3-dev" 2620 } 2621 }, 2622 "autoload": { 2623 "psr-4": { 2624 "Symfony\\Component\\Debug\\": "" 2625 }, 2626 "exclude-from-classmap": [ 2627 "/Tests/" 2628 ] 2629 }, 2630 "notification-url": "https://packagist.org/downloads/", 2631 "license": [ 2632 "MIT" 2633 ], 2634 "authors": [ 2635 { 2636 "name": "Fabien Potencier", 2637 "email": "fabien@symfony.com" 2638 }, 2639 { 2640 "name": "Symfony Community", 2641 "homepage": "https://symfony.com/contributors" 2642 } 2643 ], 2644 "description": "Symfony Debug Component", 2645 "homepage": "https://symfony.com", 2646 "time": "2019-05-30T16:10:05+00:00" 2647 }, 2648 { 2649 "name": "symfony/event-dispatcher", 2650 "version": "v4.3.1", 2651 "source": { 2652 "type": "git", 2653 "url": "https://github.com/symfony/event-dispatcher.git", 2654 "reference": "4e6c670af81c4fb0b6c08b035530a9915d0b691f" 2655 }, 2656 "dist": { 2657 "type": "zip", 2658 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/4e6c670af81c4fb0b6c08b035530a9915d0b691f", 2659 "reference": "4e6c670af81c4fb0b6c08b035530a9915d0b691f", 2660 "shasum": "" 2661 }, 2662 "require": { 2663 "php": "^7.1.3", 2664 "symfony/event-dispatcher-contracts": "^1.1" 2665 }, 2666 "conflict": { 2667 "symfony/dependency-injection": "<3.4" 2668 }, 2669 "provide": { 2670 "psr/event-dispatcher-implementation": "1.0", 2671 "symfony/event-dispatcher-implementation": "1.1" 2672 }, 2673 "require-dev": { 2674 "psr/log": "~1.0", 2675 "symfony/config": "~3.4|~4.0", 2676 "symfony/dependency-injection": "~3.4|~4.0", 2677 "symfony/expression-language": "~3.4|~4.0", 2678 "symfony/http-foundation": "^3.4|^4.0", 2679 "symfony/service-contracts": "^1.1", 2680 "symfony/stopwatch": "~3.4|~4.0" 2681 }, 2682 "suggest": { 2683 "symfony/dependency-injection": "", 2684 "symfony/http-kernel": "" 2685 }, 2686 "type": "library", 2687 "extra": { 2688 "branch-alias": { 2689 "dev-master": "4.3-dev" 2690 } 2691 }, 2692 "autoload": { 2693 "psr-4": { 2694 "Symfony\\Component\\EventDispatcher\\": "" 2695 }, 2696 "exclude-from-classmap": [ 2697 "/Tests/" 2698 ] 2699 }, 2700 "notification-url": "https://packagist.org/downloads/", 2701 "license": [ 2702 "MIT" 2703 ], 2704 "authors": [ 2705 { 2706 "name": "Fabien Potencier", 2707 "email": "fabien@symfony.com" 2708 }, 2709 { 2710 "name": "Symfony Community", 2711 "homepage": "https://symfony.com/contributors" 2712 } 2713 ], 2714 "description": "Symfony EventDispatcher Component", 2715 "homepage": "https://symfony.com", 2716 "time": "2019-05-30T16:10:05+00:00" 2717 }, 2718 { 2719 "name": "symfony/event-dispatcher-contracts", 2720 "version": "v1.1.5", 2721 "source": { 2722 "type": "git", 2723 "url": "https://github.com/symfony/event-dispatcher-contracts.git", 2724 "reference": "c61766f4440ca687de1084a5c00b08e167a2575c" 2725 }, 2726 "dist": { 2727 "type": "zip", 2728 "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/c61766f4440ca687de1084a5c00b08e167a2575c", 2729 "reference": "c61766f4440ca687de1084a5c00b08e167a2575c", 2730 "shasum": "" 2731 }, 2732 "require": { 2733 "php": "^7.1.3" 2734 }, 2735 "suggest": { 2736 "psr/event-dispatcher": "", 2737 "symfony/event-dispatcher-implementation": "" 2738 }, 2739 "type": "library", 2740 "extra": { 2741 "branch-alias": { 2742 "dev-master": "1.1-dev" 2743 } 2744 }, 2745 "autoload": { 2746 "psr-4": { 2747 "Symfony\\Contracts\\EventDispatcher\\": "" 2748 } 2749 }, 2750 "notification-url": "https://packagist.org/downloads/", 2751 "license": [ 2752 "MIT" 2753 ], 2754 "authors": [ 2755 { 2756 "name": "Nicolas Grekas", 2757 "email": "p@tchwork.com" 2758 }, 2759 { 2760 "name": "Symfony Community", 2761 "homepage": "https://symfony.com/contributors" 2762 } 2763 ], 2764 "description": "Generic abstractions related to dispatching event", 2765 "homepage": "https://symfony.com", 2766 "keywords": [ 2767 "abstractions", 2768 "contracts", 2769 "decoupling", 2770 "interfaces", 2771 "interoperability", 2772 "standards" 2773 ], 2774 "time": "2019-06-20T06:46:26+00:00" 2775 }, 2776 { 2777 "name": "symfony/expression-language", 2778 "version": "v4.3.1", 2779 "source": { 2780 "type": "git", 2781 "url": "https://github.com/symfony/expression-language.git", 2782 "reference": "0243ebde208e0cb401b37e8b8a70a7c6a0aa1d6d" 2783 }, 2784 "dist": { 2785 "type": "zip", 2786 "url": "https://api.github.com/repos/symfony/expression-language/zipball/0243ebde208e0cb401b37e8b8a70a7c6a0aa1d6d", 2787 "reference": "0243ebde208e0cb401b37e8b8a70a7c6a0aa1d6d", 2788 "shasum": "" 2789 }, 2790 "require": { 2791 "php": "^7.1.3", 2792 "symfony/cache": "~3.4|~4.0", 2793 "symfony/service-contracts": "^1.1" 2794 }, 2795 "type": "library", 2796 "extra": { 2797 "branch-alias": { 2798 "dev-master": "4.3-dev" 2799 } 2800 }, 2801 "autoload": { 2802 "psr-4": { 2803 "Symfony\\Component\\ExpressionLanguage\\": "" 2804 }, 2805 "exclude-from-classmap": [ 2806 "/Tests/" 2807 ] 2808 }, 2809 "notification-url": "https://packagist.org/downloads/", 2810 "license": [ 2811 "MIT" 2812 ], 2813 "authors": [ 2814 { 2815 "name": "Fabien Potencier", 2816 "email": "fabien@symfony.com" 2817 }, 2818 { 2819 "name": "Symfony Community", 2820 "homepage": "https://symfony.com/contributors" 2821 } 2822 ], 2823 "description": "Symfony ExpressionLanguage Component", 2824 "homepage": "https://symfony.com", 2825 "time": "2019-05-30T16:10:05+00:00" 2826 }, 2827 { 2828 "name": "symfony/http-foundation", 2829 "version": "v4.3.1", 2830 "source": { 2831 "type": "git", 2832 "url": "https://github.com/symfony/http-foundation.git", 2833 "reference": "b7e4945dd9b277cd24e93566e4da0a87956392a9" 2834 }, 2835 "dist": { 2836 "type": "zip", 2837 "url": "https://api.github.com/repos/symfony/http-foundation/zipball/b7e4945dd9b277cd24e93566e4da0a87956392a9", 2838 "reference": "b7e4945dd9b277cd24e93566e4da0a87956392a9", 2839 "shasum": "" 2840 }, 2841 "require": { 2842 "php": "^7.1.3", 2843 "symfony/mime": "^4.3", 2844 "symfony/polyfill-mbstring": "~1.1" 2845 }, 2846 "require-dev": { 2847 "predis/predis": "~1.0", 2848 "symfony/expression-language": "~3.4|~4.0" 2849 }, 2850 "type": "library", 2851 "extra": { 2852 "branch-alias": { 2853 "dev-master": "4.3-dev" 2854 } 2855 }, 2856 "autoload": { 2857 "psr-4": { 2858 "Symfony\\Component\\HttpFoundation\\": "" 2859 }, 2860 "exclude-from-classmap": [ 2861 "/Tests/" 2862 ] 2863 }, 2864 "notification-url": "https://packagist.org/downloads/", 2865 "license": [ 2866 "MIT" 2867 ], 2868 "authors": [ 2869 { 2870 "name": "Fabien Potencier", 2871 "email": "fabien@symfony.com" 2872 }, 2873 { 2874 "name": "Symfony Community", 2875 "homepage": "https://symfony.com/contributors" 2876 } 2877 ], 2878 "description": "Symfony HttpFoundation Component", 2879 "homepage": "https://symfony.com", 2880 "time": "2019-06-06T10:05:02+00:00" 2881 }, 2882 { 2883 "name": "symfony/http-kernel", 2884 "version": "v4.3.1", 2885 "source": { 2886 "type": "git", 2887 "url": "https://github.com/symfony/http-kernel.git", 2888 "reference": "738ad561cd6a8d1c44ee1da941b2e628e264c429" 2889 }, 2890 "dist": { 2891 "type": "zip", 2892 "url": "https://api.github.com/repos/symfony/http-kernel/zipball/738ad561cd6a8d1c44ee1da941b2e628e264c429", 2893 "reference": "738ad561cd6a8d1c44ee1da941b2e628e264c429", 2894 "shasum": "" 2895 }, 2896 "require": { 2897 "php": "^7.1.3", 2898 "psr/log": "~1.0", 2899 "symfony/debug": "~3.4|~4.0", 2900 "symfony/event-dispatcher": "^4.3", 2901 "symfony/http-foundation": "^4.1.1", 2902 "symfony/polyfill-ctype": "~1.8", 2903 "symfony/polyfill-php73": "^1.9" 2904 }, 2905 "conflict": { 2906 "symfony/browser-kit": "<4.3", 2907 "symfony/config": "<3.4", 2908 "symfony/dependency-injection": "<4.3", 2909 "symfony/translation": "<4.2", 2910 "symfony/var-dumper": "<4.1.1", 2911 "twig/twig": "<1.34|<2.4,>=2" 2912 }, 2913 "provide": { 2914 "psr/log-implementation": "1.0" 2915 }, 2916 "require-dev": { 2917 "psr/cache": "~1.0", 2918 "symfony/browser-kit": "^4.3", 2919 "symfony/config": "~3.4|~4.0", 2920 "symfony/console": "~3.4|~4.0", 2921 "symfony/css-selector": "~3.4|~4.0", 2922 "symfony/dependency-injection": "^4.3", 2923 "symfony/dom-crawler": "~3.4|~4.0", 2924 "symfony/expression-language": "~3.4|~4.0", 2925 "symfony/finder": "~3.4|~4.0", 2926 "symfony/process": "~3.4|~4.0", 2927 "symfony/routing": "~3.4|~4.0", 2928 "symfony/stopwatch": "~3.4|~4.0", 2929 "symfony/templating": "~3.4|~4.0", 2930 "symfony/translation": "~4.2", 2931 "symfony/translation-contracts": "^1.1", 2932 "symfony/var-dumper": "^4.1.1", 2933 "twig/twig": "^1.34|^2.4" 2934 }, 2935 "suggest": { 2936 "symfony/browser-kit": "", 2937 "symfony/config": "", 2938 "symfony/console": "", 2939 "symfony/dependency-injection": "", 2940 "symfony/var-dumper": "" 2941 }, 2942 "type": "library", 2943 "extra": { 2944 "branch-alias": { 2945 "dev-master": "4.3-dev" 2946 } 2947 }, 2948 "autoload": { 2949 "psr-4": { 2950 "Symfony\\Component\\HttpKernel\\": "" 2951 }, 2952 "exclude-from-classmap": [ 2953 "/Tests/" 2954 ] 2955 }, 2956 "notification-url": "https://packagist.org/downloads/", 2957 "license": [ 2958 "MIT" 2959 ], 2960 "authors": [ 2961 { 2962 "name": "Fabien Potencier", 2963 "email": "fabien@symfony.com" 2964 }, 2965 { 2966 "name": "Symfony Community", 2967 "homepage": "https://symfony.com/contributors" 2968 } 2969 ], 2970 "description": "Symfony HttpKernel Component", 2971 "homepage": "https://symfony.com", 2972 "time": "2019-06-06T13:23:34+00:00" 2973 }, 2974 { 2975 "name": "symfony/mime", 2976 "version": "v4.3.1", 2977 "source": { 2978 "type": "git", 2979 "url": "https://github.com/symfony/mime.git", 2980 "reference": "ec2c5565de60e03f33d4296a655e3273f0ad1f8b" 2981 }, 2982 "dist": { 2983 "type": "zip", 2984 "url": "https://api.github.com/repos/symfony/mime/zipball/ec2c5565de60e03f33d4296a655e3273f0ad1f8b", 2985 "reference": "ec2c5565de60e03f33d4296a655e3273f0ad1f8b", 2986 "shasum": "" 2987 }, 2988 "require": { 2989 "php": "^7.1.3", 2990 "symfony/polyfill-intl-idn": "^1.10", 2991 "symfony/polyfill-mbstring": "^1.0" 2992 }, 2993 "require-dev": { 2994 "egulias/email-validator": "^2.0", 2995 "symfony/dependency-injection": "~3.4|^4.1" 2996 }, 2997 "type": "library", 2998 "extra": { 2999 "branch-alias": { 3000 "dev-master": "4.3-dev" 3001 } 3002 }, 3003 "autoload": { 3004 "psr-4": { 3005 "Symfony\\Component\\Mime\\": "" 3006 }, 3007 "exclude-from-classmap": [ 3008 "/Tests/" 3009 ] 3010 }, 3011 "notification-url": "https://packagist.org/downloads/", 3012 "license": [ 3013 "MIT" 3014 ], 3015 "authors": [ 3016 { 3017 "name": "Fabien Potencier", 3018 "email": "fabien@symfony.com" 3019 }, 3020 { 3021 "name": "Symfony Community", 3022 "homepage": "https://symfony.com/contributors" 3023 } 3024 ], 3025 "description": "A library to manipulate MIME messages", 3026 "homepage": "https://symfony.com", 3027 "keywords": [ 3028 "mime", 3029 "mime-type" 3030 ], 3031 "time": "2019-06-04T09:22:54+00:00" 3032 }, 3033 { 3034 "name": "symfony/polyfill-ctype", 3035 "version": "v1.11.0", 3036 "source": { 3037 "type": "git", 3038 "url": "https://github.com/symfony/polyfill-ctype.git", 3039 "reference": "82ebae02209c21113908c229e9883c419720738a" 3040 }, 3041 "dist": { 3042 "type": "zip", 3043 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/82ebae02209c21113908c229e9883c419720738a", 3044 "reference": "82ebae02209c21113908c229e9883c419720738a", 3045 "shasum": "" 3046 }, 3047 "require": { 3048 "php": ">=5.3.3" 3049 }, 3050 "suggest": { 3051 "ext-ctype": "For best performance" 3052 }, 3053 "type": "library", 3054 "extra": { 3055 "branch-alias": { 3056 "dev-master": "1.11-dev" 3057 } 3058 }, 3059 "autoload": { 3060 "psr-4": { 3061 "Symfony\\Polyfill\\Ctype\\": "" 3062 }, 3063 "files": [ 3064 "bootstrap.php" 3065 ] 3066 }, 3067 "notification-url": "https://packagist.org/downloads/", 3068 "license": [ 3069 "MIT" 3070 ], 3071 "authors": [ 3072 { 3073 "name": "Symfony Community", 3074 "homepage": "https://symfony.com/contributors" 3075 }, 3076 { 3077 "name": "Gert de Pagter", 3078 "email": "backendtea@gmail.com" 3079 } 3080 ], 3081 "description": "Symfony polyfill for ctype functions", 3082 "homepage": "https://symfony.com", 3083 "keywords": [ 3084 "compatibility", 3085 "ctype", 3086 "polyfill", 3087 "portable" 3088 ], 3089 "time": "2019-02-06T07:57:58+00:00" 3090 }, 3091 { 3092 "name": "symfony/polyfill-iconv", 3093 "version": "v1.11.0", 3094 "source": { 3095 "type": "git", 3096 "url": "https://github.com/symfony/polyfill-iconv.git", 3097 "reference": "f037ea22acfaee983e271dd9c3b8bb4150bd8ad7" 3098 }, 3099 "dist": { 3100 "type": "zip", 3101 "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/f037ea22acfaee983e271dd9c3b8bb4150bd8ad7", 3102 "reference": "f037ea22acfaee983e271dd9c3b8bb4150bd8ad7", 3103 "shasum": "" 3104 }, 3105 "require": { 3106 "php": ">=5.3.3" 3107 }, 3108 "suggest": { 3109 "ext-iconv": "For best performance" 3110 }, 3111 "type": "library", 3112 "extra": { 3113 "branch-alias": { 3114 "dev-master": "1.11-dev" 3115 } 3116 }, 3117 "autoload": { 3118 "psr-4": { 3119 "Symfony\\Polyfill\\Iconv\\": "" 3120 }, 3121 "files": [ 3122 "bootstrap.php" 3123 ] 3124 }, 3125 "notification-url": "https://packagist.org/downloads/", 3126 "license": [ 3127 "MIT" 3128 ], 3129 "authors": [ 3130 { 3131 "name": "Nicolas Grekas", 3132 "email": "p@tchwork.com" 3133 }, 3134 { 3135 "name": "Symfony Community", 3136 "homepage": "https://symfony.com/contributors" 3137 } 3138 ], 3139 "description": "Symfony polyfill for the Iconv extension", 3140 "homepage": "https://symfony.com", 3141 "keywords": [ 3142 "compatibility", 3143 "iconv", 3144 "polyfill", 3145 "portable", 3146 "shim" 3147 ], 3148 "time": "2019-02-06T07:57:58+00:00" 3149 }, 3150 { 3151 "name": "symfony/polyfill-intl-idn", 3152 "version": "v1.11.0", 3153 "source": { 3154 "type": "git", 3155 "url": "https://github.com/symfony/polyfill-intl-idn.git", 3156 "reference": "c766e95bec706cdd89903b1eda8afab7d7a6b7af" 3157 }, 3158 "dist": { 3159 "type": "zip", 3160 "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/c766e95bec706cdd89903b1eda8afab7d7a6b7af", 3161 "reference": "c766e95bec706cdd89903b1eda8afab7d7a6b7af", 3162 "shasum": "" 3163 }, 3164 "require": { 3165 "php": ">=5.3.3", 3166 "symfony/polyfill-mbstring": "^1.3", 3167 "symfony/polyfill-php72": "^1.9" 3168 }, 3169 "suggest": { 3170 "ext-intl": "For best performance" 3171 }, 3172 "type": "library", 3173 "extra": { 3174 "branch-alias": { 3175 "dev-master": "1.9-dev" 3176 } 3177 }, 3178 "autoload": { 3179 "psr-4": { 3180 "Symfony\\Polyfill\\Intl\\Idn\\": "" 3181 }, 3182 "files": [ 3183 "bootstrap.php" 3184 ] 3185 }, 3186 "notification-url": "https://packagist.org/downloads/", 3187 "license": [ 3188 "MIT" 3189 ], 3190 "authors": [ 3191 { 3192 "name": "Symfony Community", 3193 "homepage": "https://symfony.com/contributors" 3194 }, 3195 { 3196 "name": "Laurent Bassin", 3197 "email": "laurent@bassin.info" 3198 } 3199 ], 3200 "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions", 3201 "homepage": "https://symfony.com", 3202 "keywords": [ 3203 "compatibility", 3204 "idn", 3205 "intl", 3206 "polyfill", 3207 "portable", 3208 "shim" 3209 ], 3210 "time": "2019-03-04T13:44:35+00:00" 3211 }, 3212 { 3213 "name": "symfony/polyfill-mbstring", 3214 "version": "v1.11.0", 3215 "source": { 3216 "type": "git", 3217 "url": "https://github.com/symfony/polyfill-mbstring.git", 3218 "reference": "fe5e94c604826c35a32fa832f35bd036b6799609" 3219 }, 3220 "dist": { 3221 "type": "zip", 3222 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/fe5e94c604826c35a32fa832f35bd036b6799609", 3223 "reference": "fe5e94c604826c35a32fa832f35bd036b6799609", 3224 "shasum": "" 3225 }, 3226 "require": { 3227 "php": ">=5.3.3" 3228 }, 3229 "suggest": { 3230 "ext-mbstring": "For best performance" 3231 }, 3232 "type": "library", 3233 "extra": { 3234 "branch-alias": { 3235 "dev-master": "1.11-dev" 3236 } 3237 }, 3238 "autoload": { 3239 "psr-4": { 3240 "Symfony\\Polyfill\\Mbstring\\": "" 3241 }, 3242 "files": [ 3243 "bootstrap.php" 3244 ] 3245 }, 3246 "notification-url": "https://packagist.org/downloads/", 3247 "license": [ 3248 "MIT" 3249 ], 3250 "authors": [ 3251 { 3252 "name": "Nicolas Grekas", 3253 "email": "p@tchwork.com" 3254 }, 3255 { 3256 "name": "Symfony Community", 3257 "homepage": "https://symfony.com/contributors" 3258 } 3259 ], 3260 "description": "Symfony polyfill for the Mbstring extension", 3261 "homepage": "https://symfony.com", 3262 "keywords": [ 3263 "compatibility", 3264 "mbstring", 3265 "polyfill", 3266 "portable", 3267 "shim" 3268 ], 3269 "time": "2019-02-06T07:57:58+00:00" 3270 }, 3271 { 3272 "name": "symfony/polyfill-php72", 3273 "version": "v1.11.0", 3274 "source": { 3275 "type": "git", 3276 "url": "https://github.com/symfony/polyfill-php72.git", 3277 "reference": "ab50dcf166d5f577978419edd37aa2bb8eabce0c" 3278 }, 3279 "dist": { 3280 "type": "zip", 3281 "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/ab50dcf166d5f577978419edd37aa2bb8eabce0c", 3282 "reference": "ab50dcf166d5f577978419edd37aa2bb8eabce0c", 3283 "shasum": "" 3284 }, 3285 "require": { 3286 "php": ">=5.3.3" 3287 }, 3288 "type": "library", 3289 "extra": { 3290 "branch-alias": { 3291 "dev-master": "1.11-dev" 3292 } 3293 }, 3294 "autoload": { 3295 "psr-4": { 3296 "Symfony\\Polyfill\\Php72\\": "" 3297 }, 3298 "files": [ 3299 "bootstrap.php" 3300 ] 3301 }, 3302 "notification-url": "https://packagist.org/downloads/", 3303 "license": [ 3304 "MIT" 3305 ], 3306 "authors": [ 3307 { 3308 "name": "Nicolas Grekas", 3309 "email": "p@tchwork.com" 3310 }, 3311 { 3312 "name": "Symfony Community", 3313 "homepage": "https://symfony.com/contributors" 3314 } 3315 ], 3316 "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions", 3317 "homepage": "https://symfony.com", 3318 "keywords": [ 3319 "compatibility", 3320 "polyfill", 3321 "portable", 3322 "shim" 3323 ], 3324 "time": "2019-02-06T07:57:58+00:00" 3325 }, 3326 { 3327 "name": "symfony/polyfill-php73", 3328 "version": "v1.11.0", 3329 "source": { 3330 "type": "git", 3331 "url": "https://github.com/symfony/polyfill-php73.git", 3332 "reference": "d1fb4abcc0c47be136208ad9d68bf59f1ee17abd" 3333 }, 3334 "dist": { 3335 "type": "zip", 3336 "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/d1fb4abcc0c47be136208ad9d68bf59f1ee17abd", 3337 "reference": "d1fb4abcc0c47be136208ad9d68bf59f1ee17abd", 3338 "shasum": "" 3339 }, 3340 "require": { 3341 "php": ">=5.3.3" 3342 }, 3343 "type": "library", 3344 "extra": { 3345 "branch-alias": { 3346 "dev-master": "1.11-dev" 3347 } 3348 }, 3349 "autoload": { 3350 "psr-4": { 3351 "Symfony\\Polyfill\\Php73\\": "" 3352 }, 3353 "files": [ 3354 "bootstrap.php" 3355 ], 3356 "classmap": [ 3357 "Resources/stubs" 3358 ] 3359 }, 3360 "notification-url": "https://packagist.org/downloads/", 3361 "license": [ 3362 "MIT" 3363 ], 3364 "authors": [ 3365 { 3366 "name": "Nicolas Grekas", 3367 "email": "p@tchwork.com" 3368 }, 3369 { 3370 "name": "Symfony Community", 3371 "homepage": "https://symfony.com/contributors" 3372 } 3373 ], 3374 "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions", 3375 "homepage": "https://symfony.com", 3376 "keywords": [ 3377 "compatibility", 3378 "polyfill", 3379 "portable", 3380 "shim" 3381 ], 3382 "time": "2019-02-06T07:57:58+00:00" 3383 }, 3384 { 3385 "name": "symfony/service-contracts", 3386 "version": "v1.1.5", 3387 "source": { 3388 "type": "git", 3389 "url": "https://github.com/symfony/service-contracts.git", 3390 "reference": "f391a00de78ec7ec8cf5cdcdae59ec7b883edb8d" 3391 }, 3392 "dist": { 3393 "type": "zip", 3394 "url": "https://api.github.com/repos/symfony/service-contracts/zipball/f391a00de78ec7ec8cf5cdcdae59ec7b883edb8d", 3395 "reference": "f391a00de78ec7ec8cf5cdcdae59ec7b883edb8d", 3396 "shasum": "" 3397 }, 3398 "require": { 3399 "php": "^7.1.3", 3400 "psr/container": "^1.0" 3401 }, 3402 "suggest": { 3403 "symfony/service-implementation": "" 3404 }, 3405 "type": "library", 3406 "extra": { 3407 "branch-alias": { 3408 "dev-master": "1.1-dev" 3409 } 3410 }, 3411 "autoload": { 3412 "psr-4": { 3413 "Symfony\\Contracts\\Service\\": "" 3414 } 3415 }, 3416 "notification-url": "https://packagist.org/downloads/", 3417 "license": [ 3418 "MIT" 3419 ], 3420 "authors": [ 3421 { 3422 "name": "Nicolas Grekas", 3423 "email": "p@tchwork.com" 3424 }, 3425 { 3426 "name": "Symfony Community", 3427 "homepage": "https://symfony.com/contributors" 3428 } 3429 ], 3430 "description": "Generic abstractions related to writing services", 3431 "homepage": "https://symfony.com", 3432 "keywords": [ 3433 "abstractions", 3434 "contracts", 3435 "decoupling", 3436 "interfaces", 3437 "interoperability", 3438 "standards" 3439 ], 3440 "time": "2019-06-13T11:15:36+00:00" 3441 }, 3442 { 3443 "name": "symfony/translation", 3444 "version": "v4.3.1", 3445 "source": { 3446 "type": "git", 3447 "url": "https://github.com/symfony/translation.git", 3448 "reference": "5dda505e5f65d759741dfaf4e54b36010a4b57aa" 3449 }, 3450 "dist": { 3451 "type": "zip", 3452 "url": "https://api.github.com/repos/symfony/translation/zipball/5dda505e5f65d759741dfaf4e54b36010a4b57aa", 3453 "reference": "5dda505e5f65d759741dfaf4e54b36010a4b57aa", 3454 "shasum": "" 3455 }, 3456 "require": { 3457 "php": "^7.1.3", 3458 "symfony/polyfill-mbstring": "~1.0", 3459 "symfony/translation-contracts": "^1.1.2" 3460 }, 3461 "conflict": { 3462 "symfony/config": "<3.4", 3463 "symfony/dependency-injection": "<3.4", 3464 "symfony/yaml": "<3.4" 3465 }, 3466 "provide": { 3467 "symfony/translation-implementation": "1.0" 3468 }, 3469 "require-dev": { 3470 "psr/log": "~1.0", 3471 "symfony/config": "~3.4|~4.0", 3472 "symfony/console": "~3.4|~4.0", 3473 "symfony/dependency-injection": "~3.4|~4.0", 3474 "symfony/finder": "~2.8|~3.0|~4.0", 3475 "symfony/http-kernel": "~3.4|~4.0", 3476 "symfony/intl": "~3.4|~4.0", 3477 "symfony/service-contracts": "^1.1.2", 3478 "symfony/var-dumper": "~3.4|~4.0", 3479 "symfony/yaml": "~3.4|~4.0" 3480 }, 3481 "suggest": { 3482 "psr/log-implementation": "To use logging capability in translator", 3483 "symfony/config": "", 3484 "symfony/yaml": "" 3485 }, 3486 "type": "library", 3487 "extra": { 3488 "branch-alias": { 3489 "dev-master": "4.3-dev" 3490 } 3491 }, 3492 "autoload": { 3493 "psr-4": { 3494 "Symfony\\Component\\Translation\\": "" 3495 }, 3496 "exclude-from-classmap": [ 3497 "/Tests/" 3498 ] 3499 }, 3500 "notification-url": "https://packagist.org/downloads/", 3501 "license": [ 3502 "MIT" 3503 ], 3504 "authors": [ 3505 { 3506 "name": "Fabien Potencier", 3507 "email": "fabien@symfony.com" 3508 }, 3509 { 3510 "name": "Symfony Community", 3511 "homepage": "https://symfony.com/contributors" 3512 } 3513 ], 3514 "description": "Symfony Translation Component", 3515 "homepage": "https://symfony.com", 3516 "time": "2019-06-03T20:27:40+00:00" 3517 }, 3518 { 3519 "name": "symfony/translation-contracts", 3520 "version": "v1.1.5", 3521 "source": { 3522 "type": "git", 3523 "url": "https://github.com/symfony/translation-contracts.git", 3524 "reference": "cb4b18ad7b92a26e83b65dde940fab78339e6f3c" 3525 }, 3526 "dist": { 3527 "type": "zip", 3528 "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/cb4b18ad7b92a26e83b65dde940fab78339e6f3c", 3529 "reference": "cb4b18ad7b92a26e83b65dde940fab78339e6f3c", 3530 "shasum": "" 3531 }, 3532 "require": { 3533 "php": "^7.1.3" 3534 }, 3535 "suggest": { 3536 "symfony/translation-implementation": "" 3537 }, 3538 "type": "library", 3539 "extra": { 3540 "branch-alias": { 3541 "dev-master": "1.1-dev" 3542 } 3543 }, 3544 "autoload": { 3545 "psr-4": { 3546 "Symfony\\Contracts\\Translation\\": "" 3547 } 3548 }, 3549 "notification-url": "https://packagist.org/downloads/", 3550 "license": [ 3551 "MIT" 3552 ], 3553 "authors": [ 3554 { 3555 "name": "Nicolas Grekas", 3556 "email": "p@tchwork.com" 3557 }, 3558 { 3559 "name": "Symfony Community", 3560 "homepage": "https://symfony.com/contributors" 3561 } 3562 ], 3563 "description": "Generic abstractions related to translation", 3564 "homepage": "https://symfony.com", 3565 "keywords": [ 3566 "abstractions", 3567 "contracts", 3568 "decoupling", 3569 "interfaces", 3570 "interoperability", 3571 "standards" 3572 ], 3573 "time": "2019-06-13T11:15:36+00:00" 3574 }, 3575 { 3576 "name": "symfony/var-exporter", 3577 "version": "v4.3.1", 3578 "source": { 3579 "type": "git", 3580 "url": "https://github.com/symfony/var-exporter.git", 3581 "reference": "2b7c857d553423b2317ac0741fb2581d9bfd8fb7" 3582 }, 3583 "dist": { 3584 "type": "zip", 3585 "url": "https://api.github.com/repos/symfony/var-exporter/zipball/2b7c857d553423b2317ac0741fb2581d9bfd8fb7", 3586 "reference": "2b7c857d553423b2317ac0741fb2581d9bfd8fb7", 3587 "shasum": "" 3588 }, 3589 "require": { 3590 "php": "^7.1.3" 3591 }, 3592 "require-dev": { 3593 "symfony/var-dumper": "^4.1.1" 3594 }, 3595 "type": "library", 3596 "extra": { 3597 "branch-alias": { 3598 "dev-master": "4.3-dev" 3599 } 3600 }, 3601 "autoload": { 3602 "psr-4": { 3603 "Symfony\\Component\\VarExporter\\": "" 3604 }, 3605 "exclude-from-classmap": [ 3606 "/Tests/" 3607 ] 3608 }, 3609 "notification-url": "https://packagist.org/downloads/", 3610 "license": [ 3611 "MIT" 3612 ], 3613 "authors": [ 3614 { 3615 "name": "Nicolas Grekas", 3616 "email": "p@tchwork.com" 3617 }, 3618 { 3619 "name": "Symfony Community", 3620 "homepage": "https://symfony.com/contributors" 3621 } 3622 ], 3623 "description": "A blend of var_export() + serialize() to turn any serializable data structure to plain PHP code", 3624 "homepage": "https://symfony.com", 3625 "keywords": [ 3626 "clone", 3627 "construct", 3628 "export", 3629 "hydrate", 3630 "instantiate", 3631 "serialize" 3632 ], 3633 "time": "2019-04-10T19:42:49+00:00" 3634 }, 3635 { 3636 "name": "tecnickcom/tcpdf", 3637 "version": "6.2.26", 3638 "source": { 3639 "type": "git", 3640 "url": "https://github.com/tecnickcom/TCPDF.git", 3641 "reference": "367241059ca166e3a76490f4448c284e0a161f15" 3642 }, 3643 "dist": { 3644 "type": "zip", 3645 "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/367241059ca166e3a76490f4448c284e0a161f15", 3646 "reference": "367241059ca166e3a76490f4448c284e0a161f15", 3647 "shasum": "" 3648 }, 3649 "require": { 3650 "php": ">=5.3.0" 3651 }, 3652 "type": "library", 3653 "autoload": { 3654 "classmap": [ 3655 "config", 3656 "include", 3657 "tcpdf.php", 3658 "tcpdf_parser.php", 3659 "tcpdf_import.php", 3660 "tcpdf_barcodes_1d.php", 3661 "tcpdf_barcodes_2d.php", 3662 "include/tcpdf_colors.php", 3663 "include/tcpdf_filters.php", 3664 "include/tcpdf_font_data.php", 3665 "include/tcpdf_fonts.php", 3666 "include/tcpdf_images.php", 3667 "include/tcpdf_static.php", 3668 "include/barcodes/datamatrix.php", 3669 "include/barcodes/pdf417.php", 3670 "include/barcodes/qrcode.php" 3671 ] 3672 }, 3673 "notification-url": "https://packagist.org/downloads/", 3674 "license": [ 3675 "LGPL-3.0" 3676 ], 3677 "authors": [ 3678 { 3679 "name": "Nicola Asuni", 3680 "email": "info@tecnick.com", 3681 "role": "lead" 3682 } 3683 ], 3684 "description": "TCPDF is a PHP class for generating PDF documents and barcodes.", 3685 "homepage": "http://www.tcpdf.org/", 3686 "keywords": [ 3687 "PDFD32000-2008", 3688 "TCPDF", 3689 "barcodes", 3690 "datamatrix", 3691 "pdf", 3692 "pdf417", 3693 "qrcode" 3694 ], 3695 "time": "2018-10-16T17:24:05+00:00" 3696 }, 3697 { 3698 "name": "webuni/commonmark-table-extension", 3699 "version": "0.9.0", 3700 "source": { 3701 "type": "git", 3702 "url": "https://github.com/webuni/commonmark-table-extension.git", 3703 "reference": "94bc98d802d0b706e748716854e5fa0bd3644df3" 3704 }, 3705 "dist": { 3706 "type": "zip", 3707 "url": "https://api.github.com/repos/webuni/commonmark-table-extension/zipball/94bc98d802d0b706e748716854e5fa0bd3644df3", 3708 "reference": "94bc98d802d0b706e748716854e5fa0bd3644df3", 3709 "shasum": "" 3710 }, 3711 "require": { 3712 "league/commonmark": "^0.16|^0.17|^0.18", 3713 "php": "^5.6|^7.0" 3714 }, 3715 "require-dev": { 3716 "friendsofphp/php-cs-fixer": "^2.9", 3717 "phpunit/phpunit": "^5.4|^6.0", 3718 "symfony/var-dumper": "^3.0|^4.0", 3719 "vimeo/psalm": "~0.3" 3720 }, 3721 "type": "library", 3722 "extra": { 3723 "branch-alias": { 3724 "dev-master": "0.9-dev" 3725 } 3726 }, 3727 "autoload": { 3728 "psr-4": { 3729 "Webuni\\CommonMark\\TableExtension\\": "src" 3730 } 3731 }, 3732 "notification-url": "https://packagist.org/downloads/", 3733 "license": [ 3734 "MIT" 3735 ], 3736 "authors": [ 3737 { 3738 "name": "Martin Hasoň", 3739 "email": "martin.hason@gmail.com" 3740 }, 3741 { 3742 "name": "Webuni s.r.o.", 3743 "homepage": "https://www.webuni.cz" 3744 } 3745 ], 3746 "description": "The table extension for CommonMark PHP implementation", 3747 "homepage": "https://github.com/webuni/commonmark-table-extension", 3748 "keywords": [ 3749 "commonmark", 3750 "markdown", 3751 "table" 3752 ], 3753 "time": "2018-11-28T11:29:11+00:00" 3754 } 3755 ], 3756 "packages-dev": [ 3757 { 3758 "name": "doctrine/instantiator", 3759 "version": "1.2.0", 3760 "source": { 3761 "type": "git", 3762 "url": "https://github.com/doctrine/instantiator.git", 3763 "reference": "a2c590166b2133a4633738648b6b064edae0814a" 3764 }, 3765 "dist": { 3766 "type": "zip", 3767 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/a2c590166b2133a4633738648b6b064edae0814a", 3768 "reference": "a2c590166b2133a4633738648b6b064edae0814a", 3769 "shasum": "" 3770 }, 3771 "require": { 3772 "php": "^7.1" 3773 }, 3774 "require-dev": { 3775 "doctrine/coding-standard": "^6.0", 3776 "ext-pdo": "*", 3777 "ext-phar": "*", 3778 "phpbench/phpbench": "^0.13", 3779 "phpstan/phpstan-phpunit": "^0.11", 3780 "phpstan/phpstan-shim": "^0.11", 3781 "phpunit/phpunit": "^7.0" 3782 }, 3783 "type": "library", 3784 "extra": { 3785 "branch-alias": { 3786 "dev-master": "1.2.x-dev" 3787 } 3788 }, 3789 "autoload": { 3790 "psr-4": { 3791 "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" 3792 } 3793 }, 3794 "notification-url": "https://packagist.org/downloads/", 3795 "license": [ 3796 "MIT" 3797 ], 3798 "authors": [ 3799 { 3800 "name": "Marco Pivetta", 3801 "email": "ocramius@gmail.com", 3802 "homepage": "http://ocramius.github.com/" 3803 } 3804 ], 3805 "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", 3806 "homepage": "https://www.doctrine-project.org/projects/instantiator.html", 3807 "keywords": [ 3808 "constructor", 3809 "instantiate" 3810 ], 3811 "time": "2019-03-17T17:37:11+00:00" 3812 }, 3813 { 3814 "name": "league/flysystem-memory", 3815 "version": "1.0.2", 3816 "source": { 3817 "type": "git", 3818 "url": "https://github.com/thephpleague/flysystem-memory.git", 3819 "reference": "d0e87477c32e29f999b4de05e64c1adcddb51757" 3820 }, 3821 "dist": { 3822 "type": "zip", 3823 "url": "https://api.github.com/repos/thephpleague/flysystem-memory/zipball/d0e87477c32e29f999b4de05e64c1adcddb51757", 3824 "reference": "d0e87477c32e29f999b4de05e64c1adcddb51757", 3825 "shasum": "" 3826 }, 3827 "require": { 3828 "league/flysystem": "~1.0" 3829 }, 3830 "require-dev": { 3831 "phpunit/phpunit": "^5.7.10" 3832 }, 3833 "type": "library", 3834 "extra": { 3835 "branch-alias": { 3836 "dev-master": "1.0-dev" 3837 } 3838 }, 3839 "autoload": { 3840 "psr-4": { 3841 "League\\Flysystem\\Memory\\": "src/" 3842 } 3843 }, 3844 "notification-url": "https://packagist.org/downloads/", 3845 "license": [ 3846 "MIT" 3847 ], 3848 "authors": [ 3849 { 3850 "name": "Chris Leppanen", 3851 "email": "chris.leppanen@gmail.com", 3852 "role": "Developer" 3853 } 3854 ], 3855 "description": "An in-memory adapter for Flysystem.", 3856 "homepage": "https://github.com/thephpleague/flysystem-memory", 3857 "keywords": [ 3858 "Flysystem", 3859 "adapter", 3860 "memory" 3861 ], 3862 "time": "2019-05-30T21:34:13+00:00" 3863 }, 3864 { 3865 "name": "maximebf/debugbar", 3866 "version": "v1.15.0", 3867 "source": { 3868 "type": "git", 3869 "url": "https://github.com/maximebf/php-debugbar.git", 3870 "reference": "30e7d60937ee5f1320975ca9bc7bcdd44d500f07" 3871 }, 3872 "dist": { 3873 "type": "zip", 3874 "url": "https://api.github.com/repos/maximebf/php-debugbar/zipball/30e7d60937ee5f1320975ca9bc7bcdd44d500f07", 3875 "reference": "30e7d60937ee5f1320975ca9bc7bcdd44d500f07", 3876 "shasum": "" 3877 }, 3878 "require": { 3879 "php": ">=5.3.0", 3880 "psr/log": "^1.0", 3881 "symfony/var-dumper": "^2.6|^3.0|^4.0" 3882 }, 3883 "require-dev": { 3884 "phpunit/phpunit": "^4.0|^5.0" 3885 }, 3886 "suggest": { 3887 "kriswallsmith/assetic": "The best way to manage assets", 3888 "monolog/monolog": "Log using Monolog", 3889 "predis/predis": "Redis storage" 3890 }, 3891 "type": "library", 3892 "extra": { 3893 "branch-alias": { 3894 "dev-master": "1.14-dev" 3895 } 3896 }, 3897 "autoload": { 3898 "psr-4": { 3899 "DebugBar\\": "src/DebugBar/" 3900 } 3901 }, 3902 "notification-url": "https://packagist.org/downloads/", 3903 "license": [ 3904 "MIT" 3905 ], 3906 "authors": [ 3907 { 3908 "name": "Maxime Bouroumeau-Fuseau", 3909 "email": "maxime.bouroumeau@gmail.com", 3910 "homepage": "http://maximebf.com" 3911 }, 3912 { 3913 "name": "Barry vd. Heuvel", 3914 "email": "barryvdh@gmail.com" 3915 } 3916 ], 3917 "description": "Debug bar in the browser for php application", 3918 "homepage": "https://github.com/maximebf/php-debugbar", 3919 "keywords": [ 3920 "debug", 3921 "debugbar" 3922 ], 3923 "time": "2017-12-15T11:13:46+00:00" 3924 }, 3925 { 3926 "name": "myclabs/deep-copy", 3927 "version": "1.9.1", 3928 "source": { 3929 "type": "git", 3930 "url": "https://github.com/myclabs/DeepCopy.git", 3931 "reference": "e6828efaba2c9b79f4499dae1d66ef8bfa7b2b72" 3932 }, 3933 "dist": { 3934 "type": "zip", 3935 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/e6828efaba2c9b79f4499dae1d66ef8bfa7b2b72", 3936 "reference": "e6828efaba2c9b79f4499dae1d66ef8bfa7b2b72", 3937 "shasum": "" 3938 }, 3939 "require": { 3940 "php": "^7.1" 3941 }, 3942 "replace": { 3943 "myclabs/deep-copy": "self.version" 3944 }, 3945 "require-dev": { 3946 "doctrine/collections": "^1.0", 3947 "doctrine/common": "^2.6", 3948 "phpunit/phpunit": "^7.1" 3949 }, 3950 "type": "library", 3951 "autoload": { 3952 "psr-4": { 3953 "DeepCopy\\": "src/DeepCopy/" 3954 }, 3955 "files": [ 3956 "src/DeepCopy/deep_copy.php" 3957 ] 3958 }, 3959 "notification-url": "https://packagist.org/downloads/", 3960 "license": [ 3961 "MIT" 3962 ], 3963 "description": "Create deep copies (clones) of your objects", 3964 "keywords": [ 3965 "clone", 3966 "copy", 3967 "duplicate", 3968 "object", 3969 "object graph" 3970 ], 3971 "time": "2019-04-07T13:18:21+00:00" 3972 }, 3973 { 3974 "name": "phar-io/manifest", 3975 "version": "1.0.3", 3976 "source": { 3977 "type": "git", 3978 "url": "https://github.com/phar-io/manifest.git", 3979 "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4" 3980 }, 3981 "dist": { 3982 "type": "zip", 3983 "url": "https://api.github.com/repos/phar-io/manifest/zipball/7761fcacf03b4d4f16e7ccb606d4879ca431fcf4", 3984 "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4", 3985 "shasum": "" 3986 }, 3987 "require": { 3988 "ext-dom": "*", 3989 "ext-phar": "*", 3990 "phar-io/version": "^2.0", 3991 "php": "^5.6 || ^7.0" 3992 }, 3993 "type": "library", 3994 "extra": { 3995 "branch-alias": { 3996 "dev-master": "1.0.x-dev" 3997 } 3998 }, 3999 "autoload": { 4000 "classmap": [ 4001 "src/" 4002 ] 4003 }, 4004 "notification-url": "https://packagist.org/downloads/", 4005 "license": [ 4006 "BSD-3-Clause" 4007 ], 4008 "authors": [ 4009 { 4010 "name": "Arne Blankerts", 4011 "email": "arne@blankerts.de", 4012 "role": "Developer" 4013 }, 4014 { 4015 "name": "Sebastian Heuer", 4016 "email": "sebastian@phpeople.de", 4017 "role": "Developer" 4018 }, 4019 { 4020 "name": "Sebastian Bergmann", 4021 "email": "sebastian@phpunit.de", 4022 "role": "Developer" 4023 } 4024 ], 4025 "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)", 4026 "time": "2018-07-08T19:23:20+00:00" 4027 }, 4028 { 4029 "name": "phar-io/version", 4030 "version": "2.0.1", 4031 "source": { 4032 "type": "git", 4033 "url": "https://github.com/phar-io/version.git", 4034 "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6" 4035 }, 4036 "dist": { 4037 "type": "zip", 4038 "url": "https://api.github.com/repos/phar-io/version/zipball/45a2ec53a73c70ce41d55cedef9063630abaf1b6", 4039 "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6", 4040 "shasum": "" 4041 }, 4042 "require": { 4043 "php": "^5.6 || ^7.0" 4044 }, 4045 "type": "library", 4046 "autoload": { 4047 "classmap": [ 4048 "src/" 4049 ] 4050 }, 4051 "notification-url": "https://packagist.org/downloads/", 4052 "license": [ 4053 "BSD-3-Clause" 4054 ], 4055 "authors": [ 4056 { 4057 "name": "Arne Blankerts", 4058 "email": "arne@blankerts.de", 4059 "role": "Developer" 4060 }, 4061 { 4062 "name": "Sebastian Heuer", 4063 "email": "sebastian@phpeople.de", 4064 "role": "Developer" 4065 }, 4066 { 4067 "name": "Sebastian Bergmann", 4068 "email": "sebastian@phpunit.de", 4069 "role": "Developer" 4070 } 4071 ], 4072 "description": "Library for handling version information and constraints", 4073 "time": "2018-07-08T19:19:57+00:00" 4074 }, 4075 { 4076 "name": "php-coveralls/php-coveralls", 4077 "version": "v2.1.0", 4078 "source": { 4079 "type": "git", 4080 "url": "https://github.com/php-coveralls/php-coveralls.git", 4081 "reference": "3b00c229726f892bfdadeaf01ea430ffd04a939d" 4082 }, 4083 "dist": { 4084 "type": "zip", 4085 "url": "https://api.github.com/repos/php-coveralls/php-coveralls/zipball/3b00c229726f892bfdadeaf01ea430ffd04a939d", 4086 "reference": "3b00c229726f892bfdadeaf01ea430ffd04a939d", 4087 "shasum": "" 4088 }, 4089 "require": { 4090 "ext-json": "*", 4091 "ext-simplexml": "*", 4092 "guzzlehttp/guzzle": "^6.0", 4093 "php": "^5.5 || ^7.0", 4094 "psr/log": "^1.0", 4095 "symfony/config": "^2.1 || ^3.0 || ^4.0", 4096 "symfony/console": "^2.1 || ^3.0 || ^4.0", 4097 "symfony/stopwatch": "^2.0 || ^3.0 || ^4.0", 4098 "symfony/yaml": "^2.0 || ^3.0 || ^4.0" 4099 }, 4100 "require-dev": { 4101 "phpunit/phpunit": "^4.8.35 || ^5.4.3 || ^6.0" 4102 }, 4103 "suggest": { 4104 "symfony/http-kernel": "Allows Symfony integration" 4105 }, 4106 "bin": [ 4107 "bin/php-coveralls" 4108 ], 4109 "type": "library", 4110 "extra": { 4111 "branch-alias": { 4112 "dev-master": "2.1-dev" 4113 } 4114 }, 4115 "autoload": { 4116 "psr-4": { 4117 "PhpCoveralls\\": "src/" 4118 } 4119 }, 4120 "notification-url": "https://packagist.org/downloads/", 4121 "license": [ 4122 "MIT" 4123 ], 4124 "authors": [ 4125 { 4126 "name": "Kitamura Satoshi", 4127 "email": "with.no.parachute@gmail.com", 4128 "homepage": "https://www.facebook.com/satooshi.jp", 4129 "role": "Original creator" 4130 }, 4131 { 4132 "name": "Takashi Matsuo", 4133 "email": "tmatsuo@google.com" 4134 }, 4135 { 4136 "name": "Google Inc" 4137 }, 4138 { 4139 "name": "Dariusz Ruminski", 4140 "email": "dariusz.ruminski@gmail.com", 4141 "homepage": "https://github.com/keradus" 4142 }, 4143 { 4144 "name": "Contributors", 4145 "homepage": "https://github.com/php-coveralls/php-coveralls/graphs/contributors" 4146 } 4147 ], 4148 "description": "PHP client library for Coveralls API", 4149 "homepage": "https://github.com/php-coveralls/php-coveralls", 4150 "keywords": [ 4151 "ci", 4152 "coverage", 4153 "github", 4154 "test" 4155 ], 4156 "time": "2018-05-22T23:11:08+00:00" 4157 }, 4158 { 4159 "name": "phpdocumentor/reflection-common", 4160 "version": "1.0.1", 4161 "source": { 4162 "type": "git", 4163 "url": "https://github.com/phpDocumentor/ReflectionCommon.git", 4164 "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6" 4165 }, 4166 "dist": { 4167 "type": "zip", 4168 "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6", 4169 "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6", 4170 "shasum": "" 4171 }, 4172 "require": { 4173 "php": ">=5.5" 4174 }, 4175 "require-dev": { 4176 "phpunit/phpunit": "^4.6" 4177 }, 4178 "type": "library", 4179 "extra": { 4180 "branch-alias": { 4181 "dev-master": "1.0.x-dev" 4182 } 4183 }, 4184 "autoload": { 4185 "psr-4": { 4186 "phpDocumentor\\Reflection\\": [ 4187 "src" 4188 ] 4189 } 4190 }, 4191 "notification-url": "https://packagist.org/downloads/", 4192 "license": [ 4193 "MIT" 4194 ], 4195 "authors": [ 4196 { 4197 "name": "Jaap van Otterdijk", 4198 "email": "opensource@ijaap.nl" 4199 } 4200 ], 4201 "description": "Common reflection classes used by phpdocumentor to reflect the code structure", 4202 "homepage": "http://www.phpdoc.org", 4203 "keywords": [ 4204 "FQSEN", 4205 "phpDocumentor", 4206 "phpdoc", 4207 "reflection", 4208 "static analysis" 4209 ], 4210 "time": "2017-09-11T18:02:19+00:00" 4211 }, 4212 { 4213 "name": "phpdocumentor/reflection-docblock", 4214 "version": "4.3.1", 4215 "source": { 4216 "type": "git", 4217 "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", 4218 "reference": "bdd9f737ebc2a01c06ea7ff4308ec6697db9b53c" 4219 }, 4220 "dist": { 4221 "type": "zip", 4222 "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/bdd9f737ebc2a01c06ea7ff4308ec6697db9b53c", 4223 "reference": "bdd9f737ebc2a01c06ea7ff4308ec6697db9b53c", 4224 "shasum": "" 4225 }, 4226 "require": { 4227 "php": "^7.0", 4228 "phpdocumentor/reflection-common": "^1.0.0", 4229 "phpdocumentor/type-resolver": "^0.4.0", 4230 "webmozart/assert": "^1.0" 4231 }, 4232 "require-dev": { 4233 "doctrine/instantiator": "~1.0.5", 4234 "mockery/mockery": "^1.0", 4235 "phpunit/phpunit": "^6.4" 4236 }, 4237 "type": "library", 4238 "extra": { 4239 "branch-alias": { 4240 "dev-master": "4.x-dev" 4241 } 4242 }, 4243 "autoload": { 4244 "psr-4": { 4245 "phpDocumentor\\Reflection\\": [ 4246 "src/" 4247 ] 4248 } 4249 }, 4250 "notification-url": "https://packagist.org/downloads/", 4251 "license": [ 4252 "MIT" 4253 ], 4254 "authors": [ 4255 { 4256 "name": "Mike van Riel", 4257 "email": "me@mikevanriel.com" 4258 } 4259 ], 4260 "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", 4261 "time": "2019-04-30T17:48:53+00:00" 4262 }, 4263 { 4264 "name": "phpdocumentor/type-resolver", 4265 "version": "0.4.0", 4266 "source": { 4267 "type": "git", 4268 "url": "https://github.com/phpDocumentor/TypeResolver.git", 4269 "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7" 4270 }, 4271 "dist": { 4272 "type": "zip", 4273 "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7", 4274 "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7", 4275 "shasum": "" 4276 }, 4277 "require": { 4278 "php": "^5.5 || ^7.0", 4279 "phpdocumentor/reflection-common": "^1.0" 4280 }, 4281 "require-dev": { 4282 "mockery/mockery": "^0.9.4", 4283 "phpunit/phpunit": "^5.2||^4.8.24" 4284 }, 4285 "type": "library", 4286 "extra": { 4287 "branch-alias": { 4288 "dev-master": "1.0.x-dev" 4289 } 4290 }, 4291 "autoload": { 4292 "psr-4": { 4293 "phpDocumentor\\Reflection\\": [ 4294 "src/" 4295 ] 4296 } 4297 }, 4298 "notification-url": "https://packagist.org/downloads/", 4299 "license": [ 4300 "MIT" 4301 ], 4302 "authors": [ 4303 { 4304 "name": "Mike van Riel", 4305 "email": "me@mikevanriel.com" 4306 } 4307 ], 4308 "time": "2017-07-14T14:27:02+00:00" 4309 }, 4310 { 4311 "name": "phpspec/prophecy", 4312 "version": "1.8.1", 4313 "source": { 4314 "type": "git", 4315 "url": "https://github.com/phpspec/prophecy.git", 4316 "reference": "1927e75f4ed19131ec9bcc3b002e07fb1173ee76" 4317 }, 4318 "dist": { 4319 "type": "zip", 4320 "url": "https://api.github.com/repos/phpspec/prophecy/zipball/1927e75f4ed19131ec9bcc3b002e07fb1173ee76", 4321 "reference": "1927e75f4ed19131ec9bcc3b002e07fb1173ee76", 4322 "shasum": "" 4323 }, 4324 "require": { 4325 "doctrine/instantiator": "^1.0.2", 4326 "php": "^5.3|^7.0", 4327 "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0", 4328 "sebastian/comparator": "^1.1|^2.0|^3.0", 4329 "sebastian/recursion-context": "^1.0|^2.0|^3.0" 4330 }, 4331 "require-dev": { 4332 "phpspec/phpspec": "^2.5|^3.2", 4333 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1" 4334 }, 4335 "type": "library", 4336 "extra": { 4337 "branch-alias": { 4338 "dev-master": "1.8.x-dev" 4339 } 4340 }, 4341 "autoload": { 4342 "psr-4": { 4343 "Prophecy\\": "src/Prophecy" 4344 } 4345 }, 4346 "notification-url": "https://packagist.org/downloads/", 4347 "license": [ 4348 "MIT" 4349 ], 4350 "authors": [ 4351 { 4352 "name": "Konstantin Kudryashov", 4353 "email": "ever.zet@gmail.com", 4354 "homepage": "http://everzet.com" 4355 }, 4356 { 4357 "name": "Marcello Duarte", 4358 "email": "marcello.duarte@gmail.com" 4359 } 4360 ], 4361 "description": "Highly opinionated mocking framework for PHP 5.3+", 4362 "homepage": "https://github.com/phpspec/prophecy", 4363 "keywords": [ 4364 "Double", 4365 "Dummy", 4366 "fake", 4367 "mock", 4368 "spy", 4369 "stub" 4370 ], 4371 "time": "2019-06-13T12:50:23+00:00" 4372 }, 4373 { 4374 "name": "phpunit/php-code-coverage", 4375 "version": "6.1.4", 4376 "source": { 4377 "type": "git", 4378 "url": "https://github.com/sebastianbergmann/php-code-coverage.git", 4379 "reference": "807e6013b00af69b6c5d9ceb4282d0393dbb9d8d" 4380 }, 4381 "dist": { 4382 "type": "zip", 4383 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/807e6013b00af69b6c5d9ceb4282d0393dbb9d8d", 4384 "reference": "807e6013b00af69b6c5d9ceb4282d0393dbb9d8d", 4385 "shasum": "" 4386 }, 4387 "require": { 4388 "ext-dom": "*", 4389 "ext-xmlwriter": "*", 4390 "php": "^7.1", 4391 "phpunit/php-file-iterator": "^2.0", 4392 "phpunit/php-text-template": "^1.2.1", 4393 "phpunit/php-token-stream": "^3.0", 4394 "sebastian/code-unit-reverse-lookup": "^1.0.1", 4395 "sebastian/environment": "^3.1 || ^4.0", 4396 "sebastian/version": "^2.0.1", 4397 "theseer/tokenizer": "^1.1" 4398 }, 4399 "require-dev": { 4400 "phpunit/phpunit": "^7.0" 4401 }, 4402 "suggest": { 4403 "ext-xdebug": "^2.6.0" 4404 }, 4405 "type": "library", 4406 "extra": { 4407 "branch-alias": { 4408 "dev-master": "6.1-dev" 4409 } 4410 }, 4411 "autoload": { 4412 "classmap": [ 4413 "src/" 4414 ] 4415 }, 4416 "notification-url": "https://packagist.org/downloads/", 4417 "license": [ 4418 "BSD-3-Clause" 4419 ], 4420 "authors": [ 4421 { 4422 "name": "Sebastian Bergmann", 4423 "email": "sebastian@phpunit.de", 4424 "role": "lead" 4425 } 4426 ], 4427 "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", 4428 "homepage": "https://github.com/sebastianbergmann/php-code-coverage", 4429 "keywords": [ 4430 "coverage", 4431 "testing", 4432 "xunit" 4433 ], 4434 "time": "2018-10-31T16:06:48+00:00" 4435 }, 4436 { 4437 "name": "phpunit/php-file-iterator", 4438 "version": "2.0.2", 4439 "source": { 4440 "type": "git", 4441 "url": "https://github.com/sebastianbergmann/php-file-iterator.git", 4442 "reference": "050bedf145a257b1ff02746c31894800e5122946" 4443 }, 4444 "dist": { 4445 "type": "zip", 4446 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/050bedf145a257b1ff02746c31894800e5122946", 4447 "reference": "050bedf145a257b1ff02746c31894800e5122946", 4448 "shasum": "" 4449 }, 4450 "require": { 4451 "php": "^7.1" 4452 }, 4453 "require-dev": { 4454 "phpunit/phpunit": "^7.1" 4455 }, 4456 "type": "library", 4457 "extra": { 4458 "branch-alias": { 4459 "dev-master": "2.0.x-dev" 4460 } 4461 }, 4462 "autoload": { 4463 "classmap": [ 4464 "src/" 4465 ] 4466 }, 4467 "notification-url": "https://packagist.org/downloads/", 4468 "license": [ 4469 "BSD-3-Clause" 4470 ], 4471 "authors": [ 4472 { 4473 "name": "Sebastian Bergmann", 4474 "email": "sebastian@phpunit.de", 4475 "role": "lead" 4476 } 4477 ], 4478 "description": "FilterIterator implementation that filters files based on a list of suffixes.", 4479 "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", 4480 "keywords": [ 4481 "filesystem", 4482 "iterator" 4483 ], 4484 "time": "2018-09-13T20:33:42+00:00" 4485 }, 4486 { 4487 "name": "phpunit/php-text-template", 4488 "version": "1.2.1", 4489 "source": { 4490 "type": "git", 4491 "url": "https://github.com/sebastianbergmann/php-text-template.git", 4492 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686" 4493 }, 4494 "dist": { 4495 "type": "zip", 4496 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686", 4497 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686", 4498 "shasum": "" 4499 }, 4500 "require": { 4501 "php": ">=5.3.3" 4502 }, 4503 "type": "library", 4504 "autoload": { 4505 "classmap": [ 4506 "src/" 4507 ] 4508 }, 4509 "notification-url": "https://packagist.org/downloads/", 4510 "license": [ 4511 "BSD-3-Clause" 4512 ], 4513 "authors": [ 4514 { 4515 "name": "Sebastian Bergmann", 4516 "email": "sebastian@phpunit.de", 4517 "role": "lead" 4518 } 4519 ], 4520 "description": "Simple template engine.", 4521 "homepage": "https://github.com/sebastianbergmann/php-text-template/", 4522 "keywords": [ 4523 "template" 4524 ], 4525 "time": "2015-06-21T13:50:34+00:00" 4526 }, 4527 { 4528 "name": "phpunit/php-timer", 4529 "version": "2.1.2", 4530 "source": { 4531 "type": "git", 4532 "url": "https://github.com/sebastianbergmann/php-timer.git", 4533 "reference": "1038454804406b0b5f5f520358e78c1c2f71501e" 4534 }, 4535 "dist": { 4536 "type": "zip", 4537 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/1038454804406b0b5f5f520358e78c1c2f71501e", 4538 "reference": "1038454804406b0b5f5f520358e78c1c2f71501e", 4539 "shasum": "" 4540 }, 4541 "require": { 4542 "php": "^7.1" 4543 }, 4544 "require-dev": { 4545 "phpunit/phpunit": "^7.0" 4546 }, 4547 "type": "library", 4548 "extra": { 4549 "branch-alias": { 4550 "dev-master": "2.1-dev" 4551 } 4552 }, 4553 "autoload": { 4554 "classmap": [ 4555 "src/" 4556 ] 4557 }, 4558 "notification-url": "https://packagist.org/downloads/", 4559 "license": [ 4560 "BSD-3-Clause" 4561 ], 4562 "authors": [ 4563 { 4564 "name": "Sebastian Bergmann", 4565 "email": "sebastian@phpunit.de", 4566 "role": "lead" 4567 } 4568 ], 4569 "description": "Utility class for timing", 4570 "homepage": "https://github.com/sebastianbergmann/php-timer/", 4571 "keywords": [ 4572 "timer" 4573 ], 4574 "time": "2019-06-07T04:22:29+00:00" 4575 }, 4576 { 4577 "name": "phpunit/php-token-stream", 4578 "version": "3.0.1", 4579 "source": { 4580 "type": "git", 4581 "url": "https://github.com/sebastianbergmann/php-token-stream.git", 4582 "reference": "c99e3be9d3e85f60646f152f9002d46ed7770d18" 4583 }, 4584 "dist": { 4585 "type": "zip", 4586 "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/c99e3be9d3e85f60646f152f9002d46ed7770d18", 4587 "reference": "c99e3be9d3e85f60646f152f9002d46ed7770d18", 4588 "shasum": "" 4589 }, 4590 "require": { 4591 "ext-tokenizer": "*", 4592 "php": "^7.1" 4593 }, 4594 "require-dev": { 4595 "phpunit/phpunit": "^7.0" 4596 }, 4597 "type": "library", 4598 "extra": { 4599 "branch-alias": { 4600 "dev-master": "3.0-dev" 4601 } 4602 }, 4603 "autoload": { 4604 "classmap": [ 4605 "src/" 4606 ] 4607 }, 4608 "notification-url": "https://packagist.org/downloads/", 4609 "license": [ 4610 "BSD-3-Clause" 4611 ], 4612 "authors": [ 4613 { 4614 "name": "Sebastian Bergmann", 4615 "email": "sebastian@phpunit.de" 4616 } 4617 ], 4618 "description": "Wrapper around PHP's tokenizer extension.", 4619 "homepage": "https://github.com/sebastianbergmann/php-token-stream/", 4620 "keywords": [ 4621 "tokenizer" 4622 ], 4623 "time": "2018-10-30T05:52:18+00:00" 4624 }, 4625 { 4626 "name": "phpunit/phpunit", 4627 "version": "7.5.13", 4628 "source": { 4629 "type": "git", 4630 "url": "https://github.com/sebastianbergmann/phpunit.git", 4631 "reference": "b9278591caa8630127f96c63b598712b699e671c" 4632 }, 4633 "dist": { 4634 "type": "zip", 4635 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/b9278591caa8630127f96c63b598712b699e671c", 4636 "reference": "b9278591caa8630127f96c63b598712b699e671c", 4637 "shasum": "" 4638 }, 4639 "require": { 4640 "doctrine/instantiator": "^1.1", 4641 "ext-dom": "*", 4642 "ext-json": "*", 4643 "ext-libxml": "*", 4644 "ext-mbstring": "*", 4645 "ext-xml": "*", 4646 "myclabs/deep-copy": "^1.7", 4647 "phar-io/manifest": "^1.0.2", 4648 "phar-io/version": "^2.0", 4649 "php": "^7.1", 4650 "phpspec/prophecy": "^1.7", 4651 "phpunit/php-code-coverage": "^6.0.7", 4652 "phpunit/php-file-iterator": "^2.0.1", 4653 "phpunit/php-text-template": "^1.2.1", 4654 "phpunit/php-timer": "^2.1", 4655 "sebastian/comparator": "^3.0", 4656 "sebastian/diff": "^3.0", 4657 "sebastian/environment": "^4.0", 4658 "sebastian/exporter": "^3.1", 4659 "sebastian/global-state": "^2.0", 4660 "sebastian/object-enumerator": "^3.0.3", 4661 "sebastian/resource-operations": "^2.0", 4662 "sebastian/version": "^2.0.1" 4663 }, 4664 "conflict": { 4665 "phpunit/phpunit-mock-objects": "*" 4666 }, 4667 "require-dev": { 4668 "ext-pdo": "*" 4669 }, 4670 "suggest": { 4671 "ext-soap": "*", 4672 "ext-xdebug": "*", 4673 "phpunit/php-invoker": "^2.0" 4674 }, 4675 "bin": [ 4676 "phpunit" 4677 ], 4678 "type": "library", 4679 "extra": { 4680 "branch-alias": { 4681 "dev-master": "7.5-dev" 4682 } 4683 }, 4684 "autoload": { 4685 "classmap": [ 4686 "src/" 4687 ] 4688 }, 4689 "notification-url": "https://packagist.org/downloads/", 4690 "license": [ 4691 "BSD-3-Clause" 4692 ], 4693 "authors": [ 4694 { 4695 "name": "Sebastian Bergmann", 4696 "email": "sebastian@phpunit.de", 4697 "role": "lead" 4698 } 4699 ], 4700 "description": "The PHP Unit Testing framework.", 4701 "homepage": "https://phpunit.de/", 4702 "keywords": [ 4703 "phpunit", 4704 "testing", 4705 "xunit" 4706 ], 4707 "time": "2019-06-19T12:01:51+00:00" 4708 }, 4709 { 4710 "name": "sebastian/code-unit-reverse-lookup", 4711 "version": "1.0.1", 4712 "source": { 4713 "type": "git", 4714 "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git", 4715 "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18" 4716 }, 4717 "dist": { 4718 "type": "zip", 4719 "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18", 4720 "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18", 4721 "shasum": "" 4722 }, 4723 "require": { 4724 "php": "^5.6 || ^7.0" 4725 }, 4726 "require-dev": { 4727 "phpunit/phpunit": "^5.7 || ^6.0" 4728 }, 4729 "type": "library", 4730 "extra": { 4731 "branch-alias": { 4732 "dev-master": "1.0.x-dev" 4733 } 4734 }, 4735 "autoload": { 4736 "classmap": [ 4737 "src/" 4738 ] 4739 }, 4740 "notification-url": "https://packagist.org/downloads/", 4741 "license": [ 4742 "BSD-3-Clause" 4743 ], 4744 "authors": [ 4745 { 4746 "name": "Sebastian Bergmann", 4747 "email": "sebastian@phpunit.de" 4748 } 4749 ], 4750 "description": "Looks up which function or method a line of code belongs to", 4751 "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/", 4752 "time": "2017-03-04T06:30:41+00:00" 4753 }, 4754 { 4755 "name": "sebastian/comparator", 4756 "version": "3.0.2", 4757 "source": { 4758 "type": "git", 4759 "url": "https://github.com/sebastianbergmann/comparator.git", 4760 "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da" 4761 }, 4762 "dist": { 4763 "type": "zip", 4764 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/5de4fc177adf9bce8df98d8d141a7559d7ccf6da", 4765 "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da", 4766 "shasum": "" 4767 }, 4768 "require": { 4769 "php": "^7.1", 4770 "sebastian/diff": "^3.0", 4771 "sebastian/exporter": "^3.1" 4772 }, 4773 "require-dev": { 4774 "phpunit/phpunit": "^7.1" 4775 }, 4776 "type": "library", 4777 "extra": { 4778 "branch-alias": { 4779 "dev-master": "3.0-dev" 4780 } 4781 }, 4782 "autoload": { 4783 "classmap": [ 4784 "src/" 4785 ] 4786 }, 4787 "notification-url": "https://packagist.org/downloads/", 4788 "license": [ 4789 "BSD-3-Clause" 4790 ], 4791 "authors": [ 4792 { 4793 "name": "Jeff Welch", 4794 "email": "whatthejeff@gmail.com" 4795 }, 4796 { 4797 "name": "Volker Dusch", 4798 "email": "github@wallbash.com" 4799 }, 4800 { 4801 "name": "Bernhard Schussek", 4802 "email": "bschussek@2bepublished.at" 4803 }, 4804 { 4805 "name": "Sebastian Bergmann", 4806 "email": "sebastian@phpunit.de" 4807 } 4808 ], 4809 "description": "Provides the functionality to compare PHP values for equality", 4810 "homepage": "https://github.com/sebastianbergmann/comparator", 4811 "keywords": [ 4812 "comparator", 4813 "compare", 4814 "equality" 4815 ], 4816 "time": "2018-07-12T15:12:46+00:00" 4817 }, 4818 { 4819 "name": "sebastian/diff", 4820 "version": "3.0.2", 4821 "source": { 4822 "type": "git", 4823 "url": "https://github.com/sebastianbergmann/diff.git", 4824 "reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29" 4825 }, 4826 "dist": { 4827 "type": "zip", 4828 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/720fcc7e9b5cf384ea68d9d930d480907a0c1a29", 4829 "reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29", 4830 "shasum": "" 4831 }, 4832 "require": { 4833 "php": "^7.1" 4834 }, 4835 "require-dev": { 4836 "phpunit/phpunit": "^7.5 || ^8.0", 4837 "symfony/process": "^2 || ^3.3 || ^4" 4838 }, 4839 "type": "library", 4840 "extra": { 4841 "branch-alias": { 4842 "dev-master": "3.0-dev" 4843 } 4844 }, 4845 "autoload": { 4846 "classmap": [ 4847 "src/" 4848 ] 4849 }, 4850 "notification-url": "https://packagist.org/downloads/", 4851 "license": [ 4852 "BSD-3-Clause" 4853 ], 4854 "authors": [ 4855 { 4856 "name": "Kore Nordmann", 4857 "email": "mail@kore-nordmann.de" 4858 }, 4859 { 4860 "name": "Sebastian Bergmann", 4861 "email": "sebastian@phpunit.de" 4862 } 4863 ], 4864 "description": "Diff implementation", 4865 "homepage": "https://github.com/sebastianbergmann/diff", 4866 "keywords": [ 4867 "diff", 4868 "udiff", 4869 "unidiff", 4870 "unified diff" 4871 ], 4872 "time": "2019-02-04T06:01:07+00:00" 4873 }, 4874 { 4875 "name": "sebastian/environment", 4876 "version": "4.2.2", 4877 "source": { 4878 "type": "git", 4879 "url": "https://github.com/sebastianbergmann/environment.git", 4880 "reference": "f2a2c8e1c97c11ace607a7a667d73d47c19fe404" 4881 }, 4882 "dist": { 4883 "type": "zip", 4884 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/f2a2c8e1c97c11ace607a7a667d73d47c19fe404", 4885 "reference": "f2a2c8e1c97c11ace607a7a667d73d47c19fe404", 4886 "shasum": "" 4887 }, 4888 "require": { 4889 "php": "^7.1" 4890 }, 4891 "require-dev": { 4892 "phpunit/phpunit": "^7.5" 4893 }, 4894 "suggest": { 4895 "ext-posix": "*" 4896 }, 4897 "type": "library", 4898 "extra": { 4899 "branch-alias": { 4900 "dev-master": "4.2-dev" 4901 } 4902 }, 4903 "autoload": { 4904 "classmap": [ 4905 "src/" 4906 ] 4907 }, 4908 "notification-url": "https://packagist.org/downloads/", 4909 "license": [ 4910 "BSD-3-Clause" 4911 ], 4912 "authors": [ 4913 { 4914 "name": "Sebastian Bergmann", 4915 "email": "sebastian@phpunit.de" 4916 } 4917 ], 4918 "description": "Provides functionality to handle HHVM/PHP environments", 4919 "homepage": "http://www.github.com/sebastianbergmann/environment", 4920 "keywords": [ 4921 "Xdebug", 4922 "environment", 4923 "hhvm" 4924 ], 4925 "time": "2019-05-05T09:05:15+00:00" 4926 }, 4927 { 4928 "name": "sebastian/exporter", 4929 "version": "3.1.0", 4930 "source": { 4931 "type": "git", 4932 "url": "https://github.com/sebastianbergmann/exporter.git", 4933 "reference": "234199f4528de6d12aaa58b612e98f7d36adb937" 4934 }, 4935 "dist": { 4936 "type": "zip", 4937 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/234199f4528de6d12aaa58b612e98f7d36adb937", 4938 "reference": "234199f4528de6d12aaa58b612e98f7d36adb937", 4939 "shasum": "" 4940 }, 4941 "require": { 4942 "php": "^7.0", 4943 "sebastian/recursion-context": "^3.0" 4944 }, 4945 "require-dev": { 4946 "ext-mbstring": "*", 4947 "phpunit/phpunit": "^6.0" 4948 }, 4949 "type": "library", 4950 "extra": { 4951 "branch-alias": { 4952 "dev-master": "3.1.x-dev" 4953 } 4954 }, 4955 "autoload": { 4956 "classmap": [ 4957 "src/" 4958 ] 4959 }, 4960 "notification-url": "https://packagist.org/downloads/", 4961 "license": [ 4962 "BSD-3-Clause" 4963 ], 4964 "authors": [ 4965 { 4966 "name": "Jeff Welch", 4967 "email": "whatthejeff@gmail.com" 4968 }, 4969 { 4970 "name": "Volker Dusch", 4971 "email": "github@wallbash.com" 4972 }, 4973 { 4974 "name": "Bernhard Schussek", 4975 "email": "bschussek@2bepublished.at" 4976 }, 4977 { 4978 "name": "Sebastian Bergmann", 4979 "email": "sebastian@phpunit.de" 4980 }, 4981 { 4982 "name": "Adam Harvey", 4983 "email": "aharvey@php.net" 4984 } 4985 ], 4986 "description": "Provides the functionality to export PHP variables for visualization", 4987 "homepage": "http://www.github.com/sebastianbergmann/exporter", 4988 "keywords": [ 4989 "export", 4990 "exporter" 4991 ], 4992 "time": "2017-04-03T13:19:02+00:00" 4993 }, 4994 { 4995 "name": "sebastian/global-state", 4996 "version": "2.0.0", 4997 "source": { 4998 "type": "git", 4999 "url": "https://github.com/sebastianbergmann/global-state.git", 5000 "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4" 5001 }, 5002 "dist": { 5003 "type": "zip", 5004 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4", 5005 "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4", 5006 "shasum": "" 5007 }, 5008 "require": { 5009 "php": "^7.0" 5010 }, 5011 "require-dev": { 5012 "phpunit/phpunit": "^6.0" 5013 }, 5014 "suggest": { 5015 "ext-uopz": "*" 5016 }, 5017 "type": "library", 5018 "extra": { 5019 "branch-alias": { 5020 "dev-master": "2.0-dev" 5021 } 5022 }, 5023 "autoload": { 5024 "classmap": [ 5025 "src/" 5026 ] 5027 }, 5028 "notification-url": "https://packagist.org/downloads/", 5029 "license": [ 5030 "BSD-3-Clause" 5031 ], 5032 "authors": [ 5033 { 5034 "name": "Sebastian Bergmann", 5035 "email": "sebastian@phpunit.de" 5036 } 5037 ], 5038 "description": "Snapshotting of global state", 5039 "homepage": "http://www.github.com/sebastianbergmann/global-state", 5040 "keywords": [ 5041 "global state" 5042 ], 5043 "time": "2017-04-27T15:39:26+00:00" 5044 }, 5045 { 5046 "name": "sebastian/object-enumerator", 5047 "version": "3.0.3", 5048 "source": { 5049 "type": "git", 5050 "url": "https://github.com/sebastianbergmann/object-enumerator.git", 5051 "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5" 5052 }, 5053 "dist": { 5054 "type": "zip", 5055 "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5", 5056 "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5", 5057 "shasum": "" 5058 }, 5059 "require": { 5060 "php": "^7.0", 5061 "sebastian/object-reflector": "^1.1.1", 5062 "sebastian/recursion-context": "^3.0" 5063 }, 5064 "require-dev": { 5065 "phpunit/phpunit": "^6.0" 5066 }, 5067 "type": "library", 5068 "extra": { 5069 "branch-alias": { 5070 "dev-master": "3.0.x-dev" 5071 } 5072 }, 5073 "autoload": { 5074 "classmap": [ 5075 "src/" 5076 ] 5077 }, 5078 "notification-url": "https://packagist.org/downloads/", 5079 "license": [ 5080 "BSD-3-Clause" 5081 ], 5082 "authors": [ 5083 { 5084 "name": "Sebastian Bergmann", 5085 "email": "sebastian@phpunit.de" 5086 } 5087 ], 5088 "description": "Traverses array structures and object graphs to enumerate all referenced objects", 5089 "homepage": "https://github.com/sebastianbergmann/object-enumerator/", 5090 "time": "2017-08-03T12:35:26+00:00" 5091 }, 5092 { 5093 "name": "sebastian/object-reflector", 5094 "version": "1.1.1", 5095 "source": { 5096 "type": "git", 5097 "url": "https://github.com/sebastianbergmann/object-reflector.git", 5098 "reference": "773f97c67f28de00d397be301821b06708fca0be" 5099 }, 5100 "dist": { 5101 "type": "zip", 5102 "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be", 5103 "reference": "773f97c67f28de00d397be301821b06708fca0be", 5104 "shasum": "" 5105 }, 5106 "require": { 5107 "php": "^7.0" 5108 }, 5109 "require-dev": { 5110 "phpunit/phpunit": "^6.0" 5111 }, 5112 "type": "library", 5113 "extra": { 5114 "branch-alias": { 5115 "dev-master": "1.1-dev" 5116 } 5117 }, 5118 "autoload": { 5119 "classmap": [ 5120 "src/" 5121 ] 5122 }, 5123 "notification-url": "https://packagist.org/downloads/", 5124 "license": [ 5125 "BSD-3-Clause" 5126 ], 5127 "authors": [ 5128 { 5129 "name": "Sebastian Bergmann", 5130 "email": "sebastian@phpunit.de" 5131 } 5132 ], 5133 "description": "Allows reflection of object attributes, including inherited and non-public ones", 5134 "homepage": "https://github.com/sebastianbergmann/object-reflector/", 5135 "time": "2017-03-29T09:07:27+00:00" 5136 }, 5137 { 5138 "name": "sebastian/recursion-context", 5139 "version": "3.0.0", 5140 "source": { 5141 "type": "git", 5142 "url": "https://github.com/sebastianbergmann/recursion-context.git", 5143 "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8" 5144 }, 5145 "dist": { 5146 "type": "zip", 5147 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8", 5148 "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8", 5149 "shasum": "" 5150 }, 5151 "require": { 5152 "php": "^7.0" 5153 }, 5154 "require-dev": { 5155 "phpunit/phpunit": "^6.0" 5156 }, 5157 "type": "library", 5158 "extra": { 5159 "branch-alias": { 5160 "dev-master": "3.0.x-dev" 5161 } 5162 }, 5163 "autoload": { 5164 "classmap": [ 5165 "src/" 5166 ] 5167 }, 5168 "notification-url": "https://packagist.org/downloads/", 5169 "license": [ 5170 "BSD-3-Clause" 5171 ], 5172 "authors": [ 5173 { 5174 "name": "Jeff Welch", 5175 "email": "whatthejeff@gmail.com" 5176 }, 5177 { 5178 "name": "Sebastian Bergmann", 5179 "email": "sebastian@phpunit.de" 5180 }, 5181 { 5182 "name": "Adam Harvey", 5183 "email": "aharvey@php.net" 5184 } 5185 ], 5186 "description": "Provides functionality to recursively process PHP variables", 5187 "homepage": "http://www.github.com/sebastianbergmann/recursion-context", 5188 "time": "2017-03-03T06:23:57+00:00" 5189 }, 5190 { 5191 "name": "sebastian/resource-operations", 5192 "version": "2.0.1", 5193 "source": { 5194 "type": "git", 5195 "url": "https://github.com/sebastianbergmann/resource-operations.git", 5196 "reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9" 5197 }, 5198 "dist": { 5199 "type": "zip", 5200 "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/4d7a795d35b889bf80a0cc04e08d77cedfa917a9", 5201 "reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9", 5202 "shasum": "" 5203 }, 5204 "require": { 5205 "php": "^7.1" 5206 }, 5207 "type": "library", 5208 "extra": { 5209 "branch-alias": { 5210 "dev-master": "2.0-dev" 5211 } 5212 }, 5213 "autoload": { 5214 "classmap": [ 5215 "src/" 5216 ] 5217 }, 5218 "notification-url": "https://packagist.org/downloads/", 5219 "license": [ 5220 "BSD-3-Clause" 5221 ], 5222 "authors": [ 5223 { 5224 "name": "Sebastian Bergmann", 5225 "email": "sebastian@phpunit.de" 5226 } 5227 ], 5228 "description": "Provides a list of PHP built-in functions that operate on resources", 5229 "homepage": "https://www.github.com/sebastianbergmann/resource-operations", 5230 "time": "2018-10-04T04:07:39+00:00" 5231 }, 5232 { 5233 "name": "sebastian/version", 5234 "version": "2.0.1", 5235 "source": { 5236 "type": "git", 5237 "url": "https://github.com/sebastianbergmann/version.git", 5238 "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019" 5239 }, 5240 "dist": { 5241 "type": "zip", 5242 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019", 5243 "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019", 5244 "shasum": "" 5245 }, 5246 "require": { 5247 "php": ">=5.6" 5248 }, 5249 "type": "library", 5250 "extra": { 5251 "branch-alias": { 5252 "dev-master": "2.0.x-dev" 5253 } 5254 }, 5255 "autoload": { 5256 "classmap": [ 5257 "src/" 5258 ] 5259 }, 5260 "notification-url": "https://packagist.org/downloads/", 5261 "license": [ 5262 "BSD-3-Clause" 5263 ], 5264 "authors": [ 5265 { 5266 "name": "Sebastian Bergmann", 5267 "email": "sebastian@phpunit.de", 5268 "role": "lead" 5269 } 5270 ], 5271 "description": "Library that helps with managing the version number of Git-hosted PHP projects", 5272 "homepage": "https://github.com/sebastianbergmann/version", 5273 "time": "2016-10-03T07:35:21+00:00" 5274 }, 5275 { 5276 "name": "symfony/config", 5277 "version": "v4.3.1", 5278 "source": { 5279 "type": "git", 5280 "url": "https://github.com/symfony/config.git", 5281 "reference": "6379ee07398643e09e6ed1e87d9c62dfcad7f4eb" 5282 }, 5283 "dist": { 5284 "type": "zip", 5285 "url": "https://api.github.com/repos/symfony/config/zipball/6379ee07398643e09e6ed1e87d9c62dfcad7f4eb", 5286 "reference": "6379ee07398643e09e6ed1e87d9c62dfcad7f4eb", 5287 "shasum": "" 5288 }, 5289 "require": { 5290 "php": "^7.1.3", 5291 "symfony/filesystem": "~3.4|~4.0", 5292 "symfony/polyfill-ctype": "~1.8" 5293 }, 5294 "conflict": { 5295 "symfony/finder": "<3.4" 5296 }, 5297 "require-dev": { 5298 "symfony/dependency-injection": "~3.4|~4.0", 5299 "symfony/event-dispatcher": "~3.4|~4.0", 5300 "symfony/finder": "~3.4|~4.0", 5301 "symfony/messenger": "~4.1", 5302 "symfony/yaml": "~3.4|~4.0" 5303 }, 5304 "suggest": { 5305 "symfony/yaml": "To use the yaml reference dumper" 5306 }, 5307 "type": "library", 5308 "extra": { 5309 "branch-alias": { 5310 "dev-master": "4.3-dev" 5311 } 5312 }, 5313 "autoload": { 5314 "psr-4": { 5315 "Symfony\\Component\\Config\\": "" 5316 }, 5317 "exclude-from-classmap": [ 5318 "/Tests/" 5319 ] 5320 }, 5321 "notification-url": "https://packagist.org/downloads/", 5322 "license": [ 5323 "MIT" 5324 ], 5325 "authors": [ 5326 { 5327 "name": "Fabien Potencier", 5328 "email": "fabien@symfony.com" 5329 }, 5330 { 5331 "name": "Symfony Community", 5332 "homepage": "https://symfony.com/contributors" 5333 } 5334 ], 5335 "description": "Symfony Config Component", 5336 "homepage": "https://symfony.com", 5337 "time": "2019-05-30T16:10:05+00:00" 5338 }, 5339 { 5340 "name": "symfony/console", 5341 "version": "v4.3.1", 5342 "source": { 5343 "type": "git", 5344 "url": "https://github.com/symfony/console.git", 5345 "reference": "d50bbeeb0e17e6dd4124ea391eff235e932cbf64" 5346 }, 5347 "dist": { 5348 "type": "zip", 5349 "url": "https://api.github.com/repos/symfony/console/zipball/d50bbeeb0e17e6dd4124ea391eff235e932cbf64", 5350 "reference": "d50bbeeb0e17e6dd4124ea391eff235e932cbf64", 5351 "shasum": "" 5352 }, 5353 "require": { 5354 "php": "^7.1.3", 5355 "symfony/polyfill-mbstring": "~1.0", 5356 "symfony/polyfill-php73": "^1.8", 5357 "symfony/service-contracts": "^1.1" 5358 }, 5359 "conflict": { 5360 "symfony/dependency-injection": "<3.4", 5361 "symfony/event-dispatcher": "<4.3", 5362 "symfony/process": "<3.3" 5363 }, 5364 "provide": { 5365 "psr/log-implementation": "1.0" 5366 }, 5367 "require-dev": { 5368 "psr/log": "~1.0", 5369 "symfony/config": "~3.4|~4.0", 5370 "symfony/dependency-injection": "~3.4|~4.0", 5371 "symfony/event-dispatcher": "^4.3", 5372 "symfony/lock": "~3.4|~4.0", 5373 "symfony/process": "~3.4|~4.0", 5374 "symfony/var-dumper": "^4.3" 5375 }, 5376 "suggest": { 5377 "psr/log": "For using the console logger", 5378 "symfony/event-dispatcher": "", 5379 "symfony/lock": "", 5380 "symfony/process": "" 5381 }, 5382 "type": "library", 5383 "extra": { 5384 "branch-alias": { 5385 "dev-master": "4.3-dev" 5386 } 5387 }, 5388 "autoload": { 5389 "psr-4": { 5390 "Symfony\\Component\\Console\\": "" 5391 }, 5392 "exclude-from-classmap": [ 5393 "/Tests/" 5394 ] 5395 }, 5396 "notification-url": "https://packagist.org/downloads/", 5397 "license": [ 5398 "MIT" 5399 ], 5400 "authors": [ 5401 { 5402 "name": "Fabien Potencier", 5403 "email": "fabien@symfony.com" 5404 }, 5405 { 5406 "name": "Symfony Community", 5407 "homepage": "https://symfony.com/contributors" 5408 } 5409 ], 5410 "description": "Symfony Console Component", 5411 "homepage": "https://symfony.com", 5412 "time": "2019-06-05T13:25:51+00:00" 5413 }, 5414 { 5415 "name": "symfony/filesystem", 5416 "version": "v4.3.1", 5417 "source": { 5418 "type": "git", 5419 "url": "https://github.com/symfony/filesystem.git", 5420 "reference": "bf2af40d738dec5e433faea7b00daa4431d0a4cf" 5421 }, 5422 "dist": { 5423 "type": "zip", 5424 "url": "https://api.github.com/repos/symfony/filesystem/zipball/bf2af40d738dec5e433faea7b00daa4431d0a4cf", 5425 "reference": "bf2af40d738dec5e433faea7b00daa4431d0a4cf", 5426 "shasum": "" 5427 }, 5428 "require": { 5429 "php": "^7.1.3", 5430 "symfony/polyfill-ctype": "~1.8" 5431 }, 5432 "type": "library", 5433 "extra": { 5434 "branch-alias": { 5435 "dev-master": "4.3-dev" 5436 } 5437 }, 5438 "autoload": { 5439 "psr-4": { 5440 "Symfony\\Component\\Filesystem\\": "" 5441 }, 5442 "exclude-from-classmap": [ 5443 "/Tests/" 5444 ] 5445 }, 5446 "notification-url": "https://packagist.org/downloads/", 5447 "license": [ 5448 "MIT" 5449 ], 5450 "authors": [ 5451 { 5452 "name": "Fabien Potencier", 5453 "email": "fabien@symfony.com" 5454 }, 5455 { 5456 "name": "Symfony Community", 5457 "homepage": "https://symfony.com/contributors" 5458 } 5459 ], 5460 "description": "Symfony Filesystem Component", 5461 "homepage": "https://symfony.com", 5462 "time": "2019-06-03T20:27:40+00:00" 5463 }, 5464 { 5465 "name": "symfony/stopwatch", 5466 "version": "v4.3.1", 5467 "source": { 5468 "type": "git", 5469 "url": "https://github.com/symfony/stopwatch.git", 5470 "reference": "6b100e9309e8979cf1978ac1778eb155c1f7d93b" 5471 }, 5472 "dist": { 5473 "type": "zip", 5474 "url": "https://api.github.com/repos/symfony/stopwatch/zipball/6b100e9309e8979cf1978ac1778eb155c1f7d93b", 5475 "reference": "6b100e9309e8979cf1978ac1778eb155c1f7d93b", 5476 "shasum": "" 5477 }, 5478 "require": { 5479 "php": "^7.1.3", 5480 "symfony/service-contracts": "^1.0" 5481 }, 5482 "type": "library", 5483 "extra": { 5484 "branch-alias": { 5485 "dev-master": "4.3-dev" 5486 } 5487 }, 5488 "autoload": { 5489 "psr-4": { 5490 "Symfony\\Component\\Stopwatch\\": "" 5491 }, 5492 "exclude-from-classmap": [ 5493 "/Tests/" 5494 ] 5495 }, 5496 "notification-url": "https://packagist.org/downloads/", 5497 "license": [ 5498 "MIT" 5499 ], 5500 "authors": [ 5501 { 5502 "name": "Fabien Potencier", 5503 "email": "fabien@symfony.com" 5504 }, 5505 { 5506 "name": "Symfony Community", 5507 "homepage": "https://symfony.com/contributors" 5508 } 5509 ], 5510 "description": "Symfony Stopwatch Component", 5511 "homepage": "https://symfony.com", 5512 "time": "2019-05-27T08:16:38+00:00" 5513 }, 5514 { 5515 "name": "symfony/var-dumper", 5516 "version": "v4.3.1", 5517 "source": { 5518 "type": "git", 5519 "url": "https://github.com/symfony/var-dumper.git", 5520 "reference": "f974f448154928d2b5fb7c412bd23b81d063f34b" 5521 }, 5522 "dist": { 5523 "type": "zip", 5524 "url": "https://api.github.com/repos/symfony/var-dumper/zipball/f974f448154928d2b5fb7c412bd23b81d063f34b", 5525 "reference": "f974f448154928d2b5fb7c412bd23b81d063f34b", 5526 "shasum": "" 5527 }, 5528 "require": { 5529 "php": "^7.1.3", 5530 "symfony/polyfill-mbstring": "~1.0", 5531 "symfony/polyfill-php72": "~1.5" 5532 }, 5533 "conflict": { 5534 "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0", 5535 "symfony/console": "<3.4" 5536 }, 5537 "require-dev": { 5538 "ext-iconv": "*", 5539 "symfony/console": "~3.4|~4.0", 5540 "symfony/process": "~3.4|~4.0", 5541 "twig/twig": "~1.34|~2.4" 5542 }, 5543 "suggest": { 5544 "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).", 5545 "ext-intl": "To show region name in time zone dump", 5546 "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script" 5547 }, 5548 "bin": [ 5549 "Resources/bin/var-dump-server" 5550 ], 5551 "type": "library", 5552 "extra": { 5553 "branch-alias": { 5554 "dev-master": "4.3-dev" 5555 } 5556 }, 5557 "autoload": { 5558 "files": [ 5559 "Resources/functions/dump.php" 5560 ], 5561 "psr-4": { 5562 "Symfony\\Component\\VarDumper\\": "" 5563 }, 5564 "exclude-from-classmap": [ 5565 "/Tests/" 5566 ] 5567 }, 5568 "notification-url": "https://packagist.org/downloads/", 5569 "license": [ 5570 "MIT" 5571 ], 5572 "authors": [ 5573 { 5574 "name": "Nicolas Grekas", 5575 "email": "p@tchwork.com" 5576 }, 5577 { 5578 "name": "Symfony Community", 5579 "homepage": "https://symfony.com/contributors" 5580 } 5581 ], 5582 "description": "Symfony mechanism for exploring and dumping PHP variables", 5583 "homepage": "https://symfony.com", 5584 "keywords": [ 5585 "debug", 5586 "dump" 5587 ], 5588 "time": "2019-06-05T02:08:12+00:00" 5589 }, 5590 { 5591 "name": "symfony/yaml", 5592 "version": "v4.3.1", 5593 "source": { 5594 "type": "git", 5595 "url": "https://github.com/symfony/yaml.git", 5596 "reference": "c60ecf5ba842324433b46f58dc7afc4487dbab99" 5597 }, 5598 "dist": { 5599 "type": "zip", 5600 "url": "https://api.github.com/repos/symfony/yaml/zipball/c60ecf5ba842324433b46f58dc7afc4487dbab99", 5601 "reference": "c60ecf5ba842324433b46f58dc7afc4487dbab99", 5602 "shasum": "" 5603 }, 5604 "require": { 5605 "php": "^7.1.3", 5606 "symfony/polyfill-ctype": "~1.8" 5607 }, 5608 "conflict": { 5609 "symfony/console": "<3.4" 5610 }, 5611 "require-dev": { 5612 "symfony/console": "~3.4|~4.0" 5613 }, 5614 "suggest": { 5615 "symfony/console": "For validating YAML files using the lint command" 5616 }, 5617 "type": "library", 5618 "extra": { 5619 "branch-alias": { 5620 "dev-master": "4.3-dev" 5621 } 5622 }, 5623 "autoload": { 5624 "psr-4": { 5625 "Symfony\\Component\\Yaml\\": "" 5626 }, 5627 "exclude-from-classmap": [ 5628 "/Tests/" 5629 ] 5630 }, 5631 "notification-url": "https://packagist.org/downloads/", 5632 "license": [ 5633 "MIT" 5634 ], 5635 "authors": [ 5636 { 5637 "name": "Fabien Potencier", 5638 "email": "fabien@symfony.com" 5639 }, 5640 { 5641 "name": "Symfony Community", 5642 "homepage": "https://symfony.com/contributors" 5643 } 5644 ], 5645 "description": "Symfony Yaml Component", 5646 "homepage": "https://symfony.com", 5647 "time": "2019-04-06T14:04:46+00:00" 5648 }, 5649 { 5650 "name": "theseer/tokenizer", 5651 "version": "1.1.3", 5652 "source": { 5653 "type": "git", 5654 "url": "https://github.com/theseer/tokenizer.git", 5655 "reference": "11336f6f84e16a720dae9d8e6ed5019efa85a0f9" 5656 }, 5657 "dist": { 5658 "type": "zip", 5659 "url": "https://api.github.com/repos/theseer/tokenizer/zipball/11336f6f84e16a720dae9d8e6ed5019efa85a0f9", 5660 "reference": "11336f6f84e16a720dae9d8e6ed5019efa85a0f9", 5661 "shasum": "" 5662 }, 5663 "require": { 5664 "ext-dom": "*", 5665 "ext-tokenizer": "*", 5666 "ext-xmlwriter": "*", 5667 "php": "^7.0" 5668 }, 5669 "type": "library", 5670 "autoload": { 5671 "classmap": [ 5672 "src/" 5673 ] 5674 }, 5675 "notification-url": "https://packagist.org/downloads/", 5676 "license": [ 5677 "BSD-3-Clause" 5678 ], 5679 "authors": [ 5680 { 5681 "name": "Arne Blankerts", 5682 "email": "arne@blankerts.de", 5683 "role": "Developer" 5684 } 5685 ], 5686 "description": "A small library for converting tokenized PHP source code into XML and potentially other formats", 5687 "time": "2019-06-13T22:48:21+00:00" 5688 }, 5689 { 5690 "name": "webmozart/assert", 5691 "version": "1.4.0", 5692 "source": { 5693 "type": "git", 5694 "url": "https://github.com/webmozart/assert.git", 5695 "reference": "83e253c8e0be5b0257b881e1827274667c5c17a9" 5696 }, 5697 "dist": { 5698 "type": "zip", 5699 "url": "https://api.github.com/repos/webmozart/assert/zipball/83e253c8e0be5b0257b881e1827274667c5c17a9", 5700 "reference": "83e253c8e0be5b0257b881e1827274667c5c17a9", 5701 "shasum": "" 5702 }, 5703 "require": { 5704 "php": "^5.3.3 || ^7.0", 5705 "symfony/polyfill-ctype": "^1.8" 5706 }, 5707 "require-dev": { 5708 "phpunit/phpunit": "^4.6", 5709 "sebastian/version": "^1.0.1" 5710 }, 5711 "type": "library", 5712 "extra": { 5713 "branch-alias": { 5714 "dev-master": "1.3-dev" 5715 } 5716 }, 5717 "autoload": { 5718 "psr-4": { 5719 "Webmozart\\Assert\\": "src/" 5720 } 5721 }, 5722 "notification-url": "https://packagist.org/downloads/", 5723 "license": [ 5724 "MIT" 5725 ], 5726 "authors": [ 5727 { 5728 "name": "Bernhard Schussek", 5729 "email": "bschussek@gmail.com" 5730 } 5731 ], 5732 "description": "Assertions to validate method input/output with nice error messages.", 5733 "keywords": [ 5734 "assert", 5735 "check", 5736 "validate" 5737 ], 5738 "time": "2018-12-25T11:19:39+00:00" 5739 } 5740 ], 5741 "aliases": [], 5742 "minimum-stability": "stable", 5743 "stability-flags": [], 5744 "prefer-stable": false, 5745 "prefer-lowest": false, 5746 "platform": { 5747 "ext-curl": "*", 5748 "ext-gd": "*", 5749 "ext-iconv": "*", 5750 "ext-intl": "*", 5751 "ext-json": "*", 5752 "ext-pcre": "*", 5753 "ext-pdo": "*", 5754 "ext-session": "*", 5755 "ext-simplexml": "*", 5756 "ext-xml": "*", 5757 "ext-zip": "*" 5758 }, 5759 "platform-dev": { 5760 "ext-pdo_sqlite": "*", 5761 "ext-sqlite3": "*" 5762 }, 5763 "platform-overrides": { 5764 "php": "7.1.8" 5765 } 5766} 5767