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": "a8a9f1221f982a23e33db23e051e524a", 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": "v1.0.1", 310 "source": { 311 "type": "git", 312 "url": "https://github.com/doctrine/lexer.git", 313 "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c" 314 }, 315 "dist": { 316 "type": "zip", 317 "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c", 318 "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c", 319 "shasum": "" 320 }, 321 "require": { 322 "php": ">=5.3.2" 323 }, 324 "type": "library", 325 "extra": { 326 "branch-alias": { 327 "dev-master": "1.0.x-dev" 328 } 329 }, 330 "autoload": { 331 "psr-0": { 332 "Doctrine\\Common\\Lexer\\": "lib/" 333 } 334 }, 335 "notification-url": "https://packagist.org/downloads/", 336 "license": [ 337 "MIT" 338 ], 339 "authors": [ 340 { 341 "name": "Roman Borschel", 342 "email": "roman@code-factory.org" 343 }, 344 { 345 "name": "Guilherme Blanco", 346 "email": "guilhermeblanco@gmail.com" 347 }, 348 { 349 "name": "Johannes Schmitt", 350 "email": "schmittjoh@gmail.com" 351 } 352 ], 353 "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.", 354 "homepage": "http://www.doctrine-project.org", 355 "keywords": [ 356 "lexer", 357 "parser" 358 ], 359 "time": "2014-09-09T13:34:57+00:00" 360 }, 361 { 362 "name": "egulias/email-validator", 363 "version": "2.1.7", 364 "source": { 365 "type": "git", 366 "url": "https://github.com/egulias/EmailValidator.git", 367 "reference": "709f21f92707308cdf8f9bcfa1af4cb26586521e" 368 }, 369 "dist": { 370 "type": "zip", 371 "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/709f21f92707308cdf8f9bcfa1af4cb26586521e", 372 "reference": "709f21f92707308cdf8f9bcfa1af4cb26586521e", 373 "shasum": "" 374 }, 375 "require": { 376 "doctrine/lexer": "^1.0.1", 377 "php": ">= 5.5" 378 }, 379 "require-dev": { 380 "dominicsayers/isemail": "dev-master", 381 "phpunit/phpunit": "^4.8.35||^5.7||^6.0", 382 "satooshi/php-coveralls": "^1.0.1" 383 }, 384 "suggest": { 385 "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation" 386 }, 387 "type": "library", 388 "extra": { 389 "branch-alias": { 390 "dev-master": "2.0.x-dev" 391 } 392 }, 393 "autoload": { 394 "psr-4": { 395 "Egulias\\EmailValidator\\": "EmailValidator" 396 } 397 }, 398 "notification-url": "https://packagist.org/downloads/", 399 "license": [ 400 "MIT" 401 ], 402 "authors": [ 403 { 404 "name": "Eduardo Gulias Davis" 405 } 406 ], 407 "description": "A library for validating emails against several RFCs", 408 "homepage": "https://github.com/egulias/EmailValidator", 409 "keywords": [ 410 "email", 411 "emailvalidation", 412 "emailvalidator", 413 "validation", 414 "validator" 415 ], 416 "time": "2018-12-04T22:38:24+00:00" 417 }, 418 { 419 "name": "filp/whoops", 420 "version": "2.3.1", 421 "source": { 422 "type": "git", 423 "url": "https://github.com/filp/whoops.git", 424 "reference": "bc0fd11bc455cc20ee4b5edabc63ebbf859324c7" 425 }, 426 "dist": { 427 "type": "zip", 428 "url": "https://api.github.com/repos/filp/whoops/zipball/bc0fd11bc455cc20ee4b5edabc63ebbf859324c7", 429 "reference": "bc0fd11bc455cc20ee4b5edabc63ebbf859324c7", 430 "shasum": "" 431 }, 432 "require": { 433 "php": "^5.5.9 || ^7.0", 434 "psr/log": "^1.0.1" 435 }, 436 "require-dev": { 437 "mockery/mockery": "^0.9 || ^1.0", 438 "phpunit/phpunit": "^4.8.35 || ^5.7", 439 "symfony/var-dumper": "^2.6 || ^3.0 || ^4.0" 440 }, 441 "suggest": { 442 "symfony/var-dumper": "Pretty print complex values better with var-dumper available", 443 "whoops/soap": "Formats errors as SOAP responses" 444 }, 445 "type": "library", 446 "extra": { 447 "branch-alias": { 448 "dev-master": "2.2-dev" 449 } 450 }, 451 "autoload": { 452 "psr-4": { 453 "Whoops\\": "src/Whoops/" 454 } 455 }, 456 "notification-url": "https://packagist.org/downloads/", 457 "license": [ 458 "MIT" 459 ], 460 "authors": [ 461 { 462 "name": "Filipe Dobreira", 463 "homepage": "https://github.com/filp", 464 "role": "Developer" 465 } 466 ], 467 "description": "php error handling for cool kids", 468 "homepage": "https://filp.github.io/whoops/", 469 "keywords": [ 470 "error", 471 "exception", 472 "handling", 473 "library", 474 "throwable", 475 "whoops" 476 ], 477 "time": "2018-10-23T09:00:00+00:00" 478 }, 479 { 480 "name": "fisharebest/algorithm", 481 "version": "1.5.1", 482 "source": { 483 "type": "git", 484 "url": "https://github.com/fisharebest/algorithm.git", 485 "reference": "7d1bc0fc91b66cf613af9147e9a287c905a8b062" 486 }, 487 "dist": { 488 "type": "zip", 489 "url": "https://api.github.com/repos/fisharebest/algorithm/zipball/7d1bc0fc91b66cf613af9147e9a287c905a8b062", 490 "reference": "7d1bc0fc91b66cf613af9147e9a287c905a8b062", 491 "shasum": "" 492 }, 493 "require": { 494 "php": ">=5.3.0" 495 }, 496 "require-dev": { 497 "php-coveralls/php-coveralls": "*", 498 "phpunit/phpunit": "4.*" 499 }, 500 "type": "library", 501 "autoload": { 502 "psr-4": { 503 "Fisharebest\\Algorithm\\": "src/" 504 } 505 }, 506 "notification-url": "https://packagist.org/downloads/", 507 "license": [ 508 "GPL-3.0+" 509 ], 510 "authors": [ 511 { 512 "name": "Greg Roach", 513 "email": "greg@subaqua.co.uk", 514 "role": "Developer" 515 } 516 ], 517 "description": "Implementation of standard algorithms in PHP.", 518 "homepage": "https://github.com/fisharebest/algorithm", 519 "keywords": [ 520 "Algorithm", 521 "diff", 522 "dijkstra", 523 "myers" 524 ], 525 "time": "2018-12-24T08:53:40+00:00" 526 }, 527 { 528 "name": "fisharebest/ext-calendar", 529 "version": "2.5.0", 530 "source": { 531 "type": "git", 532 "url": "https://github.com/fisharebest/ext-calendar.git", 533 "reference": "155a2d3f5713e1e1805d68cdb42a28ca842e7329" 534 }, 535 "dist": { 536 "type": "zip", 537 "url": "https://api.github.com/repos/fisharebest/ext-calendar/zipball/155a2d3f5713e1e1805d68cdb42a28ca842e7329", 538 "reference": "155a2d3f5713e1e1805d68cdb42a28ca842e7329", 539 "shasum": "" 540 }, 541 "require": { 542 "php": ">=5.3.0" 543 }, 544 "require-dev": { 545 "phpunit/phpunit": "<6", 546 "satooshi/php-coveralls": "*" 547 }, 548 "type": "library", 549 "autoload": { 550 "files": [ 551 "src/shims.php" 552 ], 553 "psr-4": { 554 "Fisharebest\\ExtCalendar\\": "src/" 555 } 556 }, 557 "notification-url": "https://packagist.org/downloads/", 558 "license": [ 559 "GPL-3.0+" 560 ], 561 "authors": [ 562 { 563 "name": "Greg Roach", 564 "email": "fisharebest@gmail.com", 565 "role": "Developer" 566 } 567 ], 568 "description": "Implementation of the Arabic (Hijri), French, Gregorian, Jewish, Julian and Persian (Jalali) calendars. Also provides a replacement for the PHP ext/calendar extension.", 569 "homepage": "https://github.com/fisharebest/ext-calendar", 570 "keywords": [ 571 "Jalali", 572 "arabic", 573 "calendar", 574 "ext-calendar", 575 "french", 576 "gregorian", 577 "hebrew", 578 "hijri", 579 "jewish", 580 "julian", 581 "julian day", 582 "julian day number", 583 "persian", 584 "shamsi" 585 ], 586 "time": "2018-09-17T20:40:07+00:00" 587 }, 588 { 589 "name": "fisharebest/flysystem-chroot-adapter", 590 "version": "1.0.0", 591 "source": { 592 "type": "git", 593 "url": "https://github.com/fisharebest/flysystem-chroot-adapter.git", 594 "reference": "df09e16b8039f15687c484da94d3da9161b2a2ad" 595 }, 596 "dist": { 597 "type": "zip", 598 "url": "https://api.github.com/repos/fisharebest/flysystem-chroot-adapter/zipball/df09e16b8039f15687c484da94d3da9161b2a2ad", 599 "reference": "df09e16b8039f15687c484da94d3da9161b2a2ad", 600 "shasum": "" 601 }, 602 "require": { 603 "league/flysystem": "~1.0" 604 }, 605 "require-dev": { 606 "league/flysystem-memory": "~1.0", 607 "php-coveralls/php-coveralls": "*", 608 "phpunit/phpunit": "~5.0" 609 }, 610 "type": "library", 611 "autoload": { 612 "psr-4": { 613 "Fisharebest\\Flysystem\\Adapter\\": "src/" 614 } 615 }, 616 "notification-url": "https://packagist.org/downloads/", 617 "license": [ 618 "MIT" 619 ], 620 "authors": [ 621 { 622 "name": "Greg Roach", 623 "email": "fisharebest@gmail.com", 624 "role": "Developer" 625 } 626 ], 627 "description": "Creates a filesystem from a sub-folder in another filesystem.", 628 "homepage": "https://github.com/fisharebest/flysystem-chroot-adapter", 629 "keywords": [ 630 "Flysystem", 631 "adapter", 632 "chroot" 633 ], 634 "time": "2019-01-17T22:23:21+00:00" 635 }, 636 { 637 "name": "fisharebest/localization", 638 "version": "1.12.0", 639 "source": { 640 "type": "git", 641 "url": "https://github.com/fisharebest/localization.git", 642 "reference": "df4684a211d5da48b1faba616a8db8953f9cbd1f" 643 }, 644 "dist": { 645 "type": "zip", 646 "url": "https://api.github.com/repos/fisharebest/localization/zipball/df4684a211d5da48b1faba616a8db8953f9cbd1f", 647 "reference": "df4684a211d5da48b1faba616a8db8953f9cbd1f", 648 "shasum": "" 649 }, 650 "require": { 651 "php": ">=5.3.0" 652 }, 653 "require-dev": { 654 "phpunit/phpunit": "4.*|5.*", 655 "satooshi/php-coveralls": "*" 656 }, 657 "type": "library", 658 "autoload": { 659 "psr-4": { 660 "Fisharebest\\Localization\\": "src/" 661 } 662 }, 663 "notification-url": "https://packagist.org/downloads/", 664 "license": [ 665 "GPL-3.0+" 666 ], 667 "authors": [ 668 { 669 "name": "Greg Roach", 670 "email": "fisharebest@gmail.com", 671 "role": "Developer" 672 } 673 ], 674 "description": "A lightweight localization database and translation tools, with data from the CLDR, IANA, ISO, etc.", 675 "homepage": "https://github.com/fisharebest/localization", 676 "keywords": [ 677 "cldr", 678 "gettext", 679 "i18n", 680 "l10n", 681 "language", 682 "locale", 683 "localization", 684 "script", 685 "translate", 686 "translation" 687 ], 688 "time": "2018-09-25T10:40:27+00:00" 689 }, 690 { 691 "name": "guzzlehttp/guzzle", 692 "version": "6.3.3", 693 "source": { 694 "type": "git", 695 "url": "https://github.com/guzzle/guzzle.git", 696 "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba" 697 }, 698 "dist": { 699 "type": "zip", 700 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/407b0cb880ace85c9b63c5f9551db498cb2d50ba", 701 "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba", 702 "shasum": "" 703 }, 704 "require": { 705 "guzzlehttp/promises": "^1.0", 706 "guzzlehttp/psr7": "^1.4", 707 "php": ">=5.5" 708 }, 709 "require-dev": { 710 "ext-curl": "*", 711 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0", 712 "psr/log": "^1.0" 713 }, 714 "suggest": { 715 "psr/log": "Required for using the Log middleware" 716 }, 717 "type": "library", 718 "extra": { 719 "branch-alias": { 720 "dev-master": "6.3-dev" 721 } 722 }, 723 "autoload": { 724 "files": [ 725 "src/functions_include.php" 726 ], 727 "psr-4": { 728 "GuzzleHttp\\": "src/" 729 } 730 }, 731 "notification-url": "https://packagist.org/downloads/", 732 "license": [ 733 "MIT" 734 ], 735 "authors": [ 736 { 737 "name": "Michael Dowling", 738 "email": "mtdowling@gmail.com", 739 "homepage": "https://github.com/mtdowling" 740 } 741 ], 742 "description": "Guzzle is a PHP HTTP client library", 743 "homepage": "http://guzzlephp.org/", 744 "keywords": [ 745 "client", 746 "curl", 747 "framework", 748 "http", 749 "http client", 750 "rest", 751 "web service" 752 ], 753 "time": "2018-04-22T15:46:56+00:00" 754 }, 755 { 756 "name": "guzzlehttp/promises", 757 "version": "v1.3.1", 758 "source": { 759 "type": "git", 760 "url": "https://github.com/guzzle/promises.git", 761 "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646" 762 }, 763 "dist": { 764 "type": "zip", 765 "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646", 766 "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646", 767 "shasum": "" 768 }, 769 "require": { 770 "php": ">=5.5.0" 771 }, 772 "require-dev": { 773 "phpunit/phpunit": "^4.0" 774 }, 775 "type": "library", 776 "extra": { 777 "branch-alias": { 778 "dev-master": "1.4-dev" 779 } 780 }, 781 "autoload": { 782 "psr-4": { 783 "GuzzleHttp\\Promise\\": "src/" 784 }, 785 "files": [ 786 "src/functions_include.php" 787 ] 788 }, 789 "notification-url": "https://packagist.org/downloads/", 790 "license": [ 791 "MIT" 792 ], 793 "authors": [ 794 { 795 "name": "Michael Dowling", 796 "email": "mtdowling@gmail.com", 797 "homepage": "https://github.com/mtdowling" 798 } 799 ], 800 "description": "Guzzle promises library", 801 "keywords": [ 802 "promise" 803 ], 804 "time": "2016-12-20T10:07:11+00:00" 805 }, 806 { 807 "name": "guzzlehttp/psr7", 808 "version": "1.5.2", 809 "source": { 810 "type": "git", 811 "url": "https://github.com/guzzle/psr7.git", 812 "reference": "9f83dded91781a01c63574e387eaa769be769115" 813 }, 814 "dist": { 815 "type": "zip", 816 "url": "https://api.github.com/repos/guzzle/psr7/zipball/9f83dded91781a01c63574e387eaa769be769115", 817 "reference": "9f83dded91781a01c63574e387eaa769be769115", 818 "shasum": "" 819 }, 820 "require": { 821 "php": ">=5.4.0", 822 "psr/http-message": "~1.0", 823 "ralouphie/getallheaders": "^2.0.5" 824 }, 825 "provide": { 826 "psr/http-message-implementation": "1.0" 827 }, 828 "require-dev": { 829 "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8" 830 }, 831 "type": "library", 832 "extra": { 833 "branch-alias": { 834 "dev-master": "1.5-dev" 835 } 836 }, 837 "autoload": { 838 "psr-4": { 839 "GuzzleHttp\\Psr7\\": "src/" 840 }, 841 "files": [ 842 "src/functions_include.php" 843 ] 844 }, 845 "notification-url": "https://packagist.org/downloads/", 846 "license": [ 847 "MIT" 848 ], 849 "authors": [ 850 { 851 "name": "Michael Dowling", 852 "email": "mtdowling@gmail.com", 853 "homepage": "https://github.com/mtdowling" 854 }, 855 { 856 "name": "Tobias Schultze", 857 "homepage": "https://github.com/Tobion" 858 } 859 ], 860 "description": "PSR-7 message implementation that also provides common utility methods", 861 "keywords": [ 862 "http", 863 "message", 864 "psr-7", 865 "request", 866 "response", 867 "stream", 868 "uri", 869 "url" 870 ], 871 "time": "2018-12-04T20:46:45+00:00" 872 }, 873 { 874 "name": "illuminate/cache", 875 "version": "v5.7.21", 876 "source": { 877 "type": "git", 878 "url": "https://github.com/illuminate/cache.git", 879 "reference": "703fd21e1b88f78c37328383b96651d470d4e273" 880 }, 881 "dist": { 882 "type": "zip", 883 "url": "https://api.github.com/repos/illuminate/cache/zipball/703fd21e1b88f78c37328383b96651d470d4e273", 884 "reference": "703fd21e1b88f78c37328383b96651d470d4e273", 885 "shasum": "" 886 }, 887 "require": { 888 "illuminate/contracts": "5.7.*", 889 "illuminate/support": "5.7.*", 890 "php": "^7.1.3" 891 }, 892 "suggest": { 893 "illuminate/database": "Required to use the database cache driver (5.7.*).", 894 "illuminate/filesystem": "Required to use the file cache driver (5.7.*).", 895 "illuminate/redis": "Required to use the redis cache driver (5.7.*)." 896 }, 897 "type": "library", 898 "extra": { 899 "branch-alias": { 900 "dev-master": "5.7-dev" 901 } 902 }, 903 "autoload": { 904 "psr-4": { 905 "Illuminate\\Cache\\": "" 906 } 907 }, 908 "notification-url": "https://packagist.org/downloads/", 909 "license": [ 910 "MIT" 911 ], 912 "authors": [ 913 { 914 "name": "Taylor Otwell", 915 "email": "taylor@laravel.com" 916 } 917 ], 918 "description": "The Illuminate Cache package.", 919 "homepage": "https://laravel.com", 920 "time": "2018-12-03T12:45:57+00:00" 921 }, 922 { 923 "name": "illuminate/container", 924 "version": "v5.7.21", 925 "source": { 926 "type": "git", 927 "url": "https://github.com/illuminate/container.git", 928 "reference": "53a0991e918efaace42cde526a04fdb832128a03" 929 }, 930 "dist": { 931 "type": "zip", 932 "url": "https://api.github.com/repos/illuminate/container/zipball/53a0991e918efaace42cde526a04fdb832128a03", 933 "reference": "53a0991e918efaace42cde526a04fdb832128a03", 934 "shasum": "" 935 }, 936 "require": { 937 "illuminate/contracts": "5.7.*", 938 "illuminate/support": "5.7.*", 939 "php": "^7.1.3", 940 "psr/container": "^1.0" 941 }, 942 "type": "library", 943 "extra": { 944 "branch-alias": { 945 "dev-master": "5.7-dev" 946 } 947 }, 948 "autoload": { 949 "psr-4": { 950 "Illuminate\\Container\\": "" 951 } 952 }, 953 "notification-url": "https://packagist.org/downloads/", 954 "license": [ 955 "MIT" 956 ], 957 "authors": [ 958 { 959 "name": "Taylor Otwell", 960 "email": "taylor@laravel.com" 961 } 962 ], 963 "description": "The Illuminate Container package.", 964 "homepage": "https://laravel.com", 965 "time": "2018-12-18T14:00:02+00:00" 966 }, 967 { 968 "name": "illuminate/contracts", 969 "version": "v5.7.21", 970 "source": { 971 "type": "git", 972 "url": "https://github.com/illuminate/contracts.git", 973 "reference": "3d67e2d7c9087ae3a2a53d9b102697e5f482d6d0" 974 }, 975 "dist": { 976 "type": "zip", 977 "url": "https://api.github.com/repos/illuminate/contracts/zipball/3d67e2d7c9087ae3a2a53d9b102697e5f482d6d0", 978 "reference": "3d67e2d7c9087ae3a2a53d9b102697e5f482d6d0", 979 "shasum": "" 980 }, 981 "require": { 982 "php": "^7.1.3", 983 "psr/container": "^1.0", 984 "psr/simple-cache": "^1.0" 985 }, 986 "type": "library", 987 "extra": { 988 "branch-alias": { 989 "dev-master": "5.7-dev" 990 } 991 }, 992 "autoload": { 993 "psr-4": { 994 "Illuminate\\Contracts\\": "" 995 } 996 }, 997 "notification-url": "https://packagist.org/downloads/", 998 "license": [ 999 "MIT" 1000 ], 1001 "authors": [ 1002 { 1003 "name": "Taylor Otwell", 1004 "email": "taylor@laravel.com" 1005 } 1006 ], 1007 "description": "The Illuminate Contracts package.", 1008 "homepage": "https://laravel.com", 1009 "time": "2019-01-09T10:34:49+00:00" 1010 }, 1011 { 1012 "name": "illuminate/database", 1013 "version": "v5.7.21", 1014 "source": { 1015 "type": "git", 1016 "url": "https://github.com/illuminate/database.git", 1017 "reference": "a7580cb43c844d6958ede62b3587fb3b615b8fe5" 1018 }, 1019 "dist": { 1020 "type": "zip", 1021 "url": "https://api.github.com/repos/illuminate/database/zipball/a7580cb43c844d6958ede62b3587fb3b615b8fe5", 1022 "reference": "a7580cb43c844d6958ede62b3587fb3b615b8fe5", 1023 "shasum": "" 1024 }, 1025 "require": { 1026 "illuminate/container": "5.7.*", 1027 "illuminate/contracts": "5.7.*", 1028 "illuminate/support": "5.7.*", 1029 "php": "^7.1.3" 1030 }, 1031 "suggest": { 1032 "doctrine/dbal": "Required to rename columns and drop SQLite columns (^2.6).", 1033 "fzaninotto/faker": "Required to use the eloquent factory builder (^1.4).", 1034 "illuminate/console": "Required to use the database commands (5.7.*).", 1035 "illuminate/events": "Required to use the observers with Eloquent (5.7.*).", 1036 "illuminate/filesystem": "Required to use the migrations (5.7.*).", 1037 "illuminate/pagination": "Required to paginate the result set (5.7.*)." 1038 }, 1039 "type": "library", 1040 "extra": { 1041 "branch-alias": { 1042 "dev-master": "5.7-dev" 1043 } 1044 }, 1045 "autoload": { 1046 "psr-4": { 1047 "Illuminate\\Database\\": "" 1048 } 1049 }, 1050 "notification-url": "https://packagist.org/downloads/", 1051 "license": [ 1052 "MIT" 1053 ], 1054 "authors": [ 1055 { 1056 "name": "Taylor Otwell", 1057 "email": "taylor@laravel.com" 1058 } 1059 ], 1060 "description": "The Illuminate Database package.", 1061 "homepage": "https://laravel.com", 1062 "keywords": [ 1063 "database", 1064 "laravel", 1065 "orm", 1066 "sql" 1067 ], 1068 "time": "2019-01-10T14:33:17+00:00" 1069 }, 1070 { 1071 "name": "illuminate/support", 1072 "version": "v5.7.20", 1073 "source": { 1074 "type": "git", 1075 "url": "https://github.com/illuminate/support.git", 1076 "reference": "ea3f30dd824bba52bcff4290dc7431b0ffb478e1" 1077 }, 1078 "dist": { 1079 "type": "zip", 1080 "url": "https://api.github.com/repos/illuminate/support/zipball/ea3f30dd824bba52bcff4290dc7431b0ffb478e1", 1081 "reference": "ea3f30dd824bba52bcff4290dc7431b0ffb478e1", 1082 "shasum": "" 1083 }, 1084 "require": { 1085 "doctrine/inflector": "^1.1", 1086 "ext-mbstring": "*", 1087 "illuminate/contracts": "5.7.*", 1088 "nesbot/carbon": "^1.26.3", 1089 "php": "^7.1.3" 1090 }, 1091 "conflict": { 1092 "tightenco/collect": "<5.5.33" 1093 }, 1094 "suggest": { 1095 "illuminate/filesystem": "Required to use the composer class (5.7.*).", 1096 "moontoast/math": "Required to use ordered UUIDs (^1.1).", 1097 "ramsey/uuid": "Required to use Str::uuid() (^3.7).", 1098 "symfony/process": "Required to use the composer class (^4.1).", 1099 "symfony/var-dumper": "Required to use the dd function (^4.1)." 1100 }, 1101 "type": "library", 1102 "extra": { 1103 "branch-alias": { 1104 "dev-master": "5.7-dev" 1105 } 1106 }, 1107 "autoload": { 1108 "psr-4": { 1109 "Illuminate\\Support\\": "" 1110 }, 1111 "files": [ 1112 "helpers.php" 1113 ] 1114 }, 1115 "notification-url": "https://packagist.org/downloads/", 1116 "license": [ 1117 "MIT" 1118 ], 1119 "authors": [ 1120 { 1121 "name": "Taylor Otwell", 1122 "email": "taylor@laravel.com" 1123 } 1124 ], 1125 "description": "The Illuminate Support package.", 1126 "homepage": "https://laravel.com", 1127 "time": "2019-01-07T13:39:07+00:00" 1128 }, 1129 { 1130 "name": "intervention/image", 1131 "version": "2.4.2", 1132 "source": { 1133 "type": "git", 1134 "url": "https://github.com/Intervention/image.git", 1135 "reference": "e82d274f786e3d4b866a59b173f42e716f0783eb" 1136 }, 1137 "dist": { 1138 "type": "zip", 1139 "url": "https://api.github.com/repos/Intervention/image/zipball/e82d274f786e3d4b866a59b173f42e716f0783eb", 1140 "reference": "e82d274f786e3d4b866a59b173f42e716f0783eb", 1141 "shasum": "" 1142 }, 1143 "require": { 1144 "ext-fileinfo": "*", 1145 "guzzlehttp/psr7": "~1.1", 1146 "php": ">=5.4.0" 1147 }, 1148 "require-dev": { 1149 "mockery/mockery": "~0.9.2", 1150 "phpunit/phpunit": "^4.8 || ^5.7" 1151 }, 1152 "suggest": { 1153 "ext-gd": "to use GD library based image processing.", 1154 "ext-imagick": "to use Imagick based image processing.", 1155 "intervention/imagecache": "Caching extension for the Intervention Image library" 1156 }, 1157 "type": "library", 1158 "extra": { 1159 "branch-alias": { 1160 "dev-master": "2.4-dev" 1161 }, 1162 "laravel": { 1163 "providers": [ 1164 "Intervention\\Image\\ImageServiceProvider" 1165 ], 1166 "aliases": { 1167 "Image": "Intervention\\Image\\Facades\\Image" 1168 } 1169 } 1170 }, 1171 "autoload": { 1172 "psr-4": { 1173 "Intervention\\Image\\": "src/Intervention/Image" 1174 } 1175 }, 1176 "notification-url": "https://packagist.org/downloads/", 1177 "license": [ 1178 "MIT" 1179 ], 1180 "authors": [ 1181 { 1182 "name": "Oliver Vogel", 1183 "email": "oliver@olivervogel.com", 1184 "homepage": "http://olivervogel.com/" 1185 } 1186 ], 1187 "description": "Image handling and manipulation library with support for Laravel integration", 1188 "homepage": "http://image.intervention.io/", 1189 "keywords": [ 1190 "gd", 1191 "image", 1192 "imagick", 1193 "laravel", 1194 "thumbnail", 1195 "watermark" 1196 ], 1197 "time": "2018-05-29T14:19:03+00:00" 1198 }, 1199 { 1200 "name": "league/commonmark", 1201 "version": "0.18.1", 1202 "source": { 1203 "type": "git", 1204 "url": "https://github.com/thephpleague/commonmark.git", 1205 "reference": "e5029f74ba39e043ce4b3ca6c05dc719d8aafd94" 1206 }, 1207 "dist": { 1208 "type": "zip", 1209 "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/e5029f74ba39e043ce4b3ca6c05dc719d8aafd94", 1210 "reference": "e5029f74ba39e043ce4b3ca6c05dc719d8aafd94", 1211 "shasum": "" 1212 }, 1213 "require": { 1214 "ext-mbstring": "*", 1215 "php": ">=5.6.5" 1216 }, 1217 "replace": { 1218 "colinodell/commonmark-php": "*" 1219 }, 1220 "require-dev": { 1221 "cebe/markdown": "~1.0", 1222 "commonmark/commonmark.js": "0.28", 1223 "erusev/parsedown": "~1.0", 1224 "michelf/php-markdown": "~1.4", 1225 "mikehaertl/php-shellcommand": "^1.2", 1226 "phpunit/phpunit": "^5.7|^6.5", 1227 "scrutinizer/ocular": "^1.1", 1228 "symfony/finder": "^3.0|^4.0" 1229 }, 1230 "suggest": { 1231 "league/commonmark-extras": "Library of useful extensions including smart punctuation" 1232 }, 1233 "bin": [ 1234 "bin/commonmark" 1235 ], 1236 "type": "library", 1237 "extra": { 1238 "branch-alias": { 1239 "dev-master": "0.19-dev" 1240 } 1241 }, 1242 "autoload": { 1243 "psr-4": { 1244 "League\\CommonMark\\": "src/" 1245 } 1246 }, 1247 "notification-url": "https://packagist.org/downloads/", 1248 "license": [ 1249 "BSD-3-Clause" 1250 ], 1251 "authors": [ 1252 { 1253 "name": "Colin O'Dell", 1254 "email": "colinodell@gmail.com", 1255 "homepage": "https://www.colinodell.com", 1256 "role": "Lead Developer" 1257 } 1258 ], 1259 "description": "PHP Markdown parser based on the CommonMark spec", 1260 "homepage": "https://github.com/thephpleague/commonmark", 1261 "keywords": [ 1262 "commonmark", 1263 "markdown", 1264 "parser" 1265 ], 1266 "time": "2018-12-30T01:55:29+00:00" 1267 }, 1268 { 1269 "name": "league/flysystem", 1270 "version": "1.0.49", 1271 "source": { 1272 "type": "git", 1273 "url": "https://github.com/thephpleague/flysystem.git", 1274 "reference": "a63cc83d8a931b271be45148fa39ba7156782ffd" 1275 }, 1276 "dist": { 1277 "type": "zip", 1278 "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/a63cc83d8a931b271be45148fa39ba7156782ffd", 1279 "reference": "a63cc83d8a931b271be45148fa39ba7156782ffd", 1280 "shasum": "" 1281 }, 1282 "require": { 1283 "ext-fileinfo": "*", 1284 "php": ">=5.5.9" 1285 }, 1286 "conflict": { 1287 "league/flysystem-sftp": "<1.0.6" 1288 }, 1289 "require-dev": { 1290 "phpspec/phpspec": "^3.4", 1291 "phpunit/phpunit": "^5.7.10" 1292 }, 1293 "suggest": { 1294 "ext-fileinfo": "Required for MimeType", 1295 "ext-ftp": "Allows you to use FTP server storage", 1296 "ext-openssl": "Allows you to use FTPS server storage", 1297 "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2", 1298 "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3", 1299 "league/flysystem-azure": "Allows you to use Windows Azure Blob storage", 1300 "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching", 1301 "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem", 1302 "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files", 1303 "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib", 1304 "league/flysystem-webdav": "Allows you to use WebDAV storage", 1305 "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter", 1306 "spatie/flysystem-dropbox": "Allows you to use Dropbox storage", 1307 "srmklive/flysystem-dropbox-v2": "Allows you to use Dropbox storage for PHP 5 applications" 1308 }, 1309 "type": "library", 1310 "extra": { 1311 "branch-alias": { 1312 "dev-master": "1.1-dev" 1313 } 1314 }, 1315 "autoload": { 1316 "psr-4": { 1317 "League\\Flysystem\\": "src/" 1318 } 1319 }, 1320 "notification-url": "https://packagist.org/downloads/", 1321 "license": [ 1322 "MIT" 1323 ], 1324 "authors": [ 1325 { 1326 "name": "Frank de Jonge", 1327 "email": "info@frenky.net" 1328 } 1329 ], 1330 "description": "Filesystem abstraction: Many filesystems, one API.", 1331 "keywords": [ 1332 "Cloud Files", 1333 "WebDAV", 1334 "abstraction", 1335 "aws", 1336 "cloud", 1337 "copy.com", 1338 "dropbox", 1339 "file systems", 1340 "files", 1341 "filesystem", 1342 "filesystems", 1343 "ftp", 1344 "rackspace", 1345 "remote", 1346 "s3", 1347 "sftp", 1348 "storage" 1349 ], 1350 "time": "2018-11-23T23:41:29+00:00" 1351 }, 1352 { 1353 "name": "league/flysystem-cached-adapter", 1354 "version": "1.0.9", 1355 "source": { 1356 "type": "git", 1357 "url": "https://github.com/thephpleague/flysystem-cached-adapter.git", 1358 "reference": "08ef74e9be88100807a3b92cc9048a312bf01d6f" 1359 }, 1360 "dist": { 1361 "type": "zip", 1362 "url": "https://api.github.com/repos/thephpleague/flysystem-cached-adapter/zipball/08ef74e9be88100807a3b92cc9048a312bf01d6f", 1363 "reference": "08ef74e9be88100807a3b92cc9048a312bf01d6f", 1364 "shasum": "" 1365 }, 1366 "require": { 1367 "league/flysystem": "~1.0", 1368 "psr/cache": "^1.0.0" 1369 }, 1370 "require-dev": { 1371 "mockery/mockery": "~0.9", 1372 "phpspec/phpspec": "^3.4", 1373 "phpunit/phpunit": "^5.7", 1374 "predis/predis": "~1.0", 1375 "tedivm/stash": "~0.12" 1376 }, 1377 "suggest": { 1378 "ext-phpredis": "Pure C implemented extension for PHP" 1379 }, 1380 "type": "library", 1381 "autoload": { 1382 "psr-4": { 1383 "League\\Flysystem\\Cached\\": "src/" 1384 } 1385 }, 1386 "notification-url": "https://packagist.org/downloads/", 1387 "license": [ 1388 "MIT" 1389 ], 1390 "authors": [ 1391 { 1392 "name": "frankdejonge", 1393 "email": "info@frenky.net" 1394 } 1395 ], 1396 "description": "An adapter decorator to enable meta-data caching.", 1397 "time": "2018-07-09T20:51:04+00:00" 1398 }, 1399 { 1400 "name": "league/flysystem-ziparchive", 1401 "version": "1.0.3", 1402 "source": { 1403 "type": "git", 1404 "url": "https://github.com/thephpleague/flysystem-ziparchive.git", 1405 "reference": "c6d7c7ea23a57ee802d533ab9eb9f19dd5c5fc45" 1406 }, 1407 "dist": { 1408 "type": "zip", 1409 "url": "https://api.github.com/repos/thephpleague/flysystem-ziparchive/zipball/c6d7c7ea23a57ee802d533ab9eb9f19dd5c5fc45", 1410 "reference": "c6d7c7ea23a57ee802d533ab9eb9f19dd5c5fc45", 1411 "shasum": "" 1412 }, 1413 "require": { 1414 "ext-zip": "*", 1415 "league/flysystem": "~1.0", 1416 "php": ">=5.4.0" 1417 }, 1418 "require-dev": { 1419 "mockery/mockery": "0.9.*", 1420 "phpunit/phpunit": "~4.0" 1421 }, 1422 "type": "library", 1423 "extra": { 1424 "branch-alias": { 1425 "dev-master": "1.0-dev" 1426 } 1427 }, 1428 "autoload": { 1429 "psr-4": { 1430 "League\\Flysystem\\ZipArchive\\": "src/" 1431 } 1432 }, 1433 "notification-url": "https://packagist.org/downloads/", 1434 "license": [ 1435 "MIT" 1436 ], 1437 "authors": [ 1438 { 1439 "name": "Frank de Jonge", 1440 "email": "info@frenky.net" 1441 } 1442 ], 1443 "description": "Flysystem adapter for ZipArchive's", 1444 "time": "2016-12-20T08:36:16+00:00" 1445 }, 1446 { 1447 "name": "league/glide", 1448 "version": "1.4.0", 1449 "source": { 1450 "type": "git", 1451 "url": "https://github.com/thephpleague/glide.git", 1452 "reference": "72430fbdb446c754910f0bab97e1ef14baab1e80" 1453 }, 1454 "dist": { 1455 "type": "zip", 1456 "url": "https://api.github.com/repos/thephpleague/glide/zipball/72430fbdb446c754910f0bab97e1ef14baab1e80", 1457 "reference": "72430fbdb446c754910f0bab97e1ef14baab1e80", 1458 "shasum": "" 1459 }, 1460 "require": { 1461 "intervention/image": "^2.4", 1462 "league/flysystem": "^1.0", 1463 "php": "^5.4 | ^7.0", 1464 "psr/http-message": "^1.0" 1465 }, 1466 "require-dev": { 1467 "mockery/mockery": "~0.9", 1468 "phpunit/php-token-stream": "^1.4", 1469 "phpunit/phpunit": "~4.4" 1470 }, 1471 "type": "library", 1472 "extra": { 1473 "branch-alias": { 1474 "dev-master": "1.1-dev" 1475 } 1476 }, 1477 "autoload": { 1478 "psr-4": { 1479 "League\\Glide\\": "src/" 1480 } 1481 }, 1482 "notification-url": "https://packagist.org/downloads/", 1483 "license": [ 1484 "MIT" 1485 ], 1486 "authors": [ 1487 { 1488 "name": "Jonathan Reinink", 1489 "email": "jonathan@reinink.ca", 1490 "homepage": "http://reinink.ca" 1491 } 1492 ], 1493 "description": "Wonderfully easy on-demand image manipulation library with an HTTP based API.", 1494 "homepage": "http://glide.thephpleague.com", 1495 "keywords": [ 1496 "ImageMagick", 1497 "editing", 1498 "gd", 1499 "image", 1500 "imagick", 1501 "league", 1502 "manipulation", 1503 "processing" 1504 ], 1505 "time": "2018-12-22T17:56:55+00:00" 1506 }, 1507 { 1508 "name": "nesbot/carbon", 1509 "version": "1.36.2", 1510 "source": { 1511 "type": "git", 1512 "url": "https://github.com/briannesbitt/Carbon.git", 1513 "reference": "cd324b98bc30290f233dd0e75e6ce49f7ab2a6c9" 1514 }, 1515 "dist": { 1516 "type": "zip", 1517 "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/cd324b98bc30290f233dd0e75e6ce49f7ab2a6c9", 1518 "reference": "cd324b98bc30290f233dd0e75e6ce49f7ab2a6c9", 1519 "shasum": "" 1520 }, 1521 "require": { 1522 "php": ">=5.3.9", 1523 "symfony/translation": "~2.6 || ~3.0 || ~4.0" 1524 }, 1525 "require-dev": { 1526 "phpunit/phpunit": "^4.8.35 || ^5.7" 1527 }, 1528 "suggest": { 1529 "friendsofphp/php-cs-fixer": "Needed for the `composer phpcs` command. Allow to automatically fix code style.", 1530 "phpstan/phpstan": "Needed for the `composer phpstan` command. Allow to detect potential errors." 1531 }, 1532 "type": "library", 1533 "extra": { 1534 "laravel": { 1535 "providers": [ 1536 "Carbon\\Laravel\\ServiceProvider" 1537 ] 1538 } 1539 }, 1540 "autoload": { 1541 "psr-4": { 1542 "": "src/" 1543 } 1544 }, 1545 "notification-url": "https://packagist.org/downloads/", 1546 "license": [ 1547 "MIT" 1548 ], 1549 "authors": [ 1550 { 1551 "name": "Brian Nesbitt", 1552 "email": "brian@nesbot.com", 1553 "homepage": "http://nesbot.com" 1554 } 1555 ], 1556 "description": "A simple API extension for DateTime.", 1557 "homepage": "http://carbon.nesbot.com", 1558 "keywords": [ 1559 "date", 1560 "datetime", 1561 "time" 1562 ], 1563 "time": "2018-12-28T10:07:33+00:00" 1564 }, 1565 { 1566 "name": "paragonie/random_compat", 1567 "version": "v9.99.99", 1568 "source": { 1569 "type": "git", 1570 "url": "https://github.com/paragonie/random_compat.git", 1571 "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95" 1572 }, 1573 "dist": { 1574 "type": "zip", 1575 "url": "https://api.github.com/repos/paragonie/random_compat/zipball/84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95", 1576 "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95", 1577 "shasum": "" 1578 }, 1579 "require": { 1580 "php": "^7" 1581 }, 1582 "require-dev": { 1583 "phpunit/phpunit": "4.*|5.*", 1584 "vimeo/psalm": "^1" 1585 }, 1586 "suggest": { 1587 "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." 1588 }, 1589 "type": "library", 1590 "notification-url": "https://packagist.org/downloads/", 1591 "license": [ 1592 "MIT" 1593 ], 1594 "authors": [ 1595 { 1596 "name": "Paragon Initiative Enterprises", 1597 "email": "security@paragonie.com", 1598 "homepage": "https://paragonie.com" 1599 } 1600 ], 1601 "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", 1602 "keywords": [ 1603 "csprng", 1604 "polyfill", 1605 "pseudorandom", 1606 "random" 1607 ], 1608 "time": "2018-07-02T15:55:56+00:00" 1609 }, 1610 { 1611 "name": "psr/cache", 1612 "version": "1.0.1", 1613 "source": { 1614 "type": "git", 1615 "url": "https://github.com/php-fig/cache.git", 1616 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8" 1617 }, 1618 "dist": { 1619 "type": "zip", 1620 "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8", 1621 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8", 1622 "shasum": "" 1623 }, 1624 "require": { 1625 "php": ">=5.3.0" 1626 }, 1627 "type": "library", 1628 "extra": { 1629 "branch-alias": { 1630 "dev-master": "1.0.x-dev" 1631 } 1632 }, 1633 "autoload": { 1634 "psr-4": { 1635 "Psr\\Cache\\": "src/" 1636 } 1637 }, 1638 "notification-url": "https://packagist.org/downloads/", 1639 "license": [ 1640 "MIT" 1641 ], 1642 "authors": [ 1643 { 1644 "name": "PHP-FIG", 1645 "homepage": "http://www.php-fig.org/" 1646 } 1647 ], 1648 "description": "Common interface for caching libraries", 1649 "keywords": [ 1650 "cache", 1651 "psr", 1652 "psr-6" 1653 ], 1654 "time": "2016-08-06T20:24:11+00:00" 1655 }, 1656 { 1657 "name": "psr/container", 1658 "version": "1.0.0", 1659 "source": { 1660 "type": "git", 1661 "url": "https://github.com/php-fig/container.git", 1662 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f" 1663 }, 1664 "dist": { 1665 "type": "zip", 1666 "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f", 1667 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f", 1668 "shasum": "" 1669 }, 1670 "require": { 1671 "php": ">=5.3.0" 1672 }, 1673 "type": "library", 1674 "extra": { 1675 "branch-alias": { 1676 "dev-master": "1.0.x-dev" 1677 } 1678 }, 1679 "autoload": { 1680 "psr-4": { 1681 "Psr\\Container\\": "src/" 1682 } 1683 }, 1684 "notification-url": "https://packagist.org/downloads/", 1685 "license": [ 1686 "MIT" 1687 ], 1688 "authors": [ 1689 { 1690 "name": "PHP-FIG", 1691 "homepage": "http://www.php-fig.org/" 1692 } 1693 ], 1694 "description": "Common Container Interface (PHP FIG PSR-11)", 1695 "homepage": "https://github.com/php-fig/container", 1696 "keywords": [ 1697 "PSR-11", 1698 "container", 1699 "container-interface", 1700 "container-interop", 1701 "psr" 1702 ], 1703 "time": "2017-02-14T16:28:37+00:00" 1704 }, 1705 { 1706 "name": "psr/http-message", 1707 "version": "1.0.1", 1708 "source": { 1709 "type": "git", 1710 "url": "https://github.com/php-fig/http-message.git", 1711 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363" 1712 }, 1713 "dist": { 1714 "type": "zip", 1715 "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363", 1716 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363", 1717 "shasum": "" 1718 }, 1719 "require": { 1720 "php": ">=5.3.0" 1721 }, 1722 "type": "library", 1723 "extra": { 1724 "branch-alias": { 1725 "dev-master": "1.0.x-dev" 1726 } 1727 }, 1728 "autoload": { 1729 "psr-4": { 1730 "Psr\\Http\\Message\\": "src/" 1731 } 1732 }, 1733 "notification-url": "https://packagist.org/downloads/", 1734 "license": [ 1735 "MIT" 1736 ], 1737 "authors": [ 1738 { 1739 "name": "PHP-FIG", 1740 "homepage": "http://www.php-fig.org/" 1741 } 1742 ], 1743 "description": "Common interface for HTTP messages", 1744 "homepage": "https://github.com/php-fig/http-message", 1745 "keywords": [ 1746 "http", 1747 "http-message", 1748 "psr", 1749 "psr-7", 1750 "request", 1751 "response" 1752 ], 1753 "time": "2016-08-06T14:39:51+00:00" 1754 }, 1755 { 1756 "name": "psr/log", 1757 "version": "1.1.0", 1758 "source": { 1759 "type": "git", 1760 "url": "https://github.com/php-fig/log.git", 1761 "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd" 1762 }, 1763 "dist": { 1764 "type": "zip", 1765 "url": "https://api.github.com/repos/php-fig/log/zipball/6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd", 1766 "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd", 1767 "shasum": "" 1768 }, 1769 "require": { 1770 "php": ">=5.3.0" 1771 }, 1772 "type": "library", 1773 "extra": { 1774 "branch-alias": { 1775 "dev-master": "1.0.x-dev" 1776 } 1777 }, 1778 "autoload": { 1779 "psr-4": { 1780 "Psr\\Log\\": "Psr/Log/" 1781 } 1782 }, 1783 "notification-url": "https://packagist.org/downloads/", 1784 "license": [ 1785 "MIT" 1786 ], 1787 "authors": [ 1788 { 1789 "name": "PHP-FIG", 1790 "homepage": "http://www.php-fig.org/" 1791 } 1792 ], 1793 "description": "Common interface for logging libraries", 1794 "homepage": "https://github.com/php-fig/log", 1795 "keywords": [ 1796 "log", 1797 "psr", 1798 "psr-3" 1799 ], 1800 "time": "2018-11-20T15:27:04+00:00" 1801 }, 1802 { 1803 "name": "psr/simple-cache", 1804 "version": "1.0.1", 1805 "source": { 1806 "type": "git", 1807 "url": "https://github.com/php-fig/simple-cache.git", 1808 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b" 1809 }, 1810 "dist": { 1811 "type": "zip", 1812 "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b", 1813 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b", 1814 "shasum": "" 1815 }, 1816 "require": { 1817 "php": ">=5.3.0" 1818 }, 1819 "type": "library", 1820 "extra": { 1821 "branch-alias": { 1822 "dev-master": "1.0.x-dev" 1823 } 1824 }, 1825 "autoload": { 1826 "psr-4": { 1827 "Psr\\SimpleCache\\": "src/" 1828 } 1829 }, 1830 "notification-url": "https://packagist.org/downloads/", 1831 "license": [ 1832 "MIT" 1833 ], 1834 "authors": [ 1835 { 1836 "name": "PHP-FIG", 1837 "homepage": "http://www.php-fig.org/" 1838 } 1839 ], 1840 "description": "Common interfaces for simple caching", 1841 "keywords": [ 1842 "cache", 1843 "caching", 1844 "psr", 1845 "psr-16", 1846 "simple-cache" 1847 ], 1848 "time": "2017-10-23T01:57:42+00:00" 1849 }, 1850 { 1851 "name": "ralouphie/getallheaders", 1852 "version": "2.0.5", 1853 "source": { 1854 "type": "git", 1855 "url": "https://github.com/ralouphie/getallheaders.git", 1856 "reference": "5601c8a83fbba7ef674a7369456d12f1e0d0eafa" 1857 }, 1858 "dist": { 1859 "type": "zip", 1860 "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/5601c8a83fbba7ef674a7369456d12f1e0d0eafa", 1861 "reference": "5601c8a83fbba7ef674a7369456d12f1e0d0eafa", 1862 "shasum": "" 1863 }, 1864 "require": { 1865 "php": ">=5.3" 1866 }, 1867 "require-dev": { 1868 "phpunit/phpunit": "~3.7.0", 1869 "satooshi/php-coveralls": ">=1.0" 1870 }, 1871 "type": "library", 1872 "autoload": { 1873 "files": [ 1874 "src/getallheaders.php" 1875 ] 1876 }, 1877 "notification-url": "https://packagist.org/downloads/", 1878 "license": [ 1879 "MIT" 1880 ], 1881 "authors": [ 1882 { 1883 "name": "Ralph Khattar", 1884 "email": "ralph.khattar@gmail.com" 1885 } 1886 ], 1887 "description": "A polyfill for getallheaders.", 1888 "time": "2016-02-11T07:05:27+00:00" 1889 }, 1890 { 1891 "name": "ramsey/uuid", 1892 "version": "3.8.0", 1893 "source": { 1894 "type": "git", 1895 "url": "https://github.com/ramsey/uuid.git", 1896 "reference": "d09ea80159c1929d75b3f9c60504d613aeb4a1e3" 1897 }, 1898 "dist": { 1899 "type": "zip", 1900 "url": "https://api.github.com/repos/ramsey/uuid/zipball/d09ea80159c1929d75b3f9c60504d613aeb4a1e3", 1901 "reference": "d09ea80159c1929d75b3f9c60504d613aeb4a1e3", 1902 "shasum": "" 1903 }, 1904 "require": { 1905 "paragonie/random_compat": "^1.0|^2.0|9.99.99", 1906 "php": "^5.4 || ^7.0", 1907 "symfony/polyfill-ctype": "^1.8" 1908 }, 1909 "replace": { 1910 "rhumsaa/uuid": "self.version" 1911 }, 1912 "require-dev": { 1913 "codeception/aspect-mock": "^1.0 | ~2.0.0", 1914 "doctrine/annotations": "~1.2.0", 1915 "goaop/framework": "1.0.0-alpha.2 | ^1.0 | ~2.1.0", 1916 "ircmaxell/random-lib": "^1.1", 1917 "jakub-onderka/php-parallel-lint": "^0.9.0", 1918 "mockery/mockery": "^0.9.9", 1919 "moontoast/math": "^1.1", 1920 "php-mock/php-mock-phpunit": "^0.3|^1.1", 1921 "phpunit/phpunit": "^4.7|^5.0|^6.5", 1922 "squizlabs/php_codesniffer": "^2.3" 1923 }, 1924 "suggest": { 1925 "ext-ctype": "Provides support for PHP Ctype functions", 1926 "ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator", 1927 "ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator", 1928 "ircmaxell/random-lib": "Provides RandomLib for use with the RandomLibAdapter", 1929 "moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).", 1930 "ramsey/uuid-console": "A console application for generating UUIDs with ramsey/uuid", 1931 "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type." 1932 }, 1933 "type": "library", 1934 "extra": { 1935 "branch-alias": { 1936 "dev-master": "3.x-dev" 1937 } 1938 }, 1939 "autoload": { 1940 "psr-4": { 1941 "Ramsey\\Uuid\\": "src/" 1942 } 1943 }, 1944 "notification-url": "https://packagist.org/downloads/", 1945 "license": [ 1946 "MIT" 1947 ], 1948 "authors": [ 1949 { 1950 "name": "Marijn Huizendveld", 1951 "email": "marijn.huizendveld@gmail.com" 1952 }, 1953 { 1954 "name": "Thibaud Fabre", 1955 "email": "thibaud@aztech.io" 1956 }, 1957 { 1958 "name": "Ben Ramsey", 1959 "email": "ben@benramsey.com", 1960 "homepage": "https://benramsey.com" 1961 } 1962 ], 1963 "description": "Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).", 1964 "homepage": "https://github.com/ramsey/uuid", 1965 "keywords": [ 1966 "guid", 1967 "identifier", 1968 "uuid" 1969 ], 1970 "time": "2018-07-19T23:38:55+00:00" 1971 }, 1972 { 1973 "name": "swiftmailer/swiftmailer", 1974 "version": "v6.1.3", 1975 "source": { 1976 "type": "git", 1977 "url": "https://github.com/swiftmailer/swiftmailer.git", 1978 "reference": "8ddcb66ac10c392d3beb54829eef8ac1438595f4" 1979 }, 1980 "dist": { 1981 "type": "zip", 1982 "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/8ddcb66ac10c392d3beb54829eef8ac1438595f4", 1983 "reference": "8ddcb66ac10c392d3beb54829eef8ac1438595f4", 1984 "shasum": "" 1985 }, 1986 "require": { 1987 "egulias/email-validator": "~2.0", 1988 "php": ">=7.0.0" 1989 }, 1990 "require-dev": { 1991 "mockery/mockery": "~0.9.1", 1992 "symfony/phpunit-bridge": "~3.3@dev" 1993 }, 1994 "suggest": { 1995 "ext-intl": "Needed to support internationalized email addresses", 1996 "true/punycode": "Needed to support internationalized email addresses, if ext-intl is not installed" 1997 }, 1998 "type": "library", 1999 "extra": { 2000 "branch-alias": { 2001 "dev-master": "6.1-dev" 2002 } 2003 }, 2004 "autoload": { 2005 "files": [ 2006 "lib/swift_required.php" 2007 ] 2008 }, 2009 "notification-url": "https://packagist.org/downloads/", 2010 "license": [ 2011 "MIT" 2012 ], 2013 "authors": [ 2014 { 2015 "name": "Chris Corbyn" 2016 }, 2017 { 2018 "name": "Fabien Potencier", 2019 "email": "fabien@symfony.com" 2020 } 2021 ], 2022 "description": "Swiftmailer, free feature-rich PHP mailer", 2023 "homepage": "https://swiftmailer.symfony.com", 2024 "keywords": [ 2025 "email", 2026 "mail", 2027 "mailer" 2028 ], 2029 "time": "2018-09-11T07:12:52+00:00" 2030 }, 2031 { 2032 "name": "symfony/cache", 2033 "version": "v4.2.2", 2034 "source": { 2035 "type": "git", 2036 "url": "https://github.com/symfony/cache.git", 2037 "reference": "dd223d4bb9a2f9a4b4992851800b349739c40860" 2038 }, 2039 "dist": { 2040 "type": "zip", 2041 "url": "https://api.github.com/repos/symfony/cache/zipball/dd223d4bb9a2f9a4b4992851800b349739c40860", 2042 "reference": "dd223d4bb9a2f9a4b4992851800b349739c40860", 2043 "shasum": "" 2044 }, 2045 "require": { 2046 "php": "^7.1.3", 2047 "psr/cache": "~1.0", 2048 "psr/log": "~1.0", 2049 "psr/simple-cache": "^1.0", 2050 "symfony/contracts": "^1.0", 2051 "symfony/var-exporter": "^4.2" 2052 }, 2053 "conflict": { 2054 "doctrine/dbal": "<2.5", 2055 "symfony/dependency-injection": "<3.4", 2056 "symfony/var-dumper": "<3.4" 2057 }, 2058 "provide": { 2059 "psr/cache-implementation": "1.0", 2060 "psr/simple-cache-implementation": "1.0", 2061 "symfony/cache-contracts-implementation": "1.0" 2062 }, 2063 "require-dev": { 2064 "cache/integration-tests": "dev-master", 2065 "doctrine/cache": "~1.6", 2066 "doctrine/dbal": "~2.5", 2067 "predis/predis": "~1.1", 2068 "symfony/config": "~4.2", 2069 "symfony/dependency-injection": "~3.4|~4.1", 2070 "symfony/var-dumper": "^4.1.1" 2071 }, 2072 "type": "library", 2073 "extra": { 2074 "branch-alias": { 2075 "dev-master": "4.2-dev" 2076 } 2077 }, 2078 "autoload": { 2079 "psr-4": { 2080 "Symfony\\Component\\Cache\\": "" 2081 }, 2082 "exclude-from-classmap": [ 2083 "/Tests/" 2084 ] 2085 }, 2086 "notification-url": "https://packagist.org/downloads/", 2087 "license": [ 2088 "MIT" 2089 ], 2090 "authors": [ 2091 { 2092 "name": "Nicolas Grekas", 2093 "email": "p@tchwork.com" 2094 }, 2095 { 2096 "name": "Symfony Community", 2097 "homepage": "https://symfony.com/contributors" 2098 } 2099 ], 2100 "description": "Symfony Cache component with PSR-6, PSR-16, and tags", 2101 "homepage": "https://symfony.com", 2102 "keywords": [ 2103 "caching", 2104 "psr6" 2105 ], 2106 "time": "2019-01-03T09:07:35+00:00" 2107 }, 2108 { 2109 "name": "symfony/contracts", 2110 "version": "v1.0.2", 2111 "source": { 2112 "type": "git", 2113 "url": "https://github.com/symfony/contracts.git", 2114 "reference": "1aa7ab2429c3d594dd70689604b5cf7421254cdf" 2115 }, 2116 "dist": { 2117 "type": "zip", 2118 "url": "https://api.github.com/repos/symfony/contracts/zipball/1aa7ab2429c3d594dd70689604b5cf7421254cdf", 2119 "reference": "1aa7ab2429c3d594dd70689604b5cf7421254cdf", 2120 "shasum": "" 2121 }, 2122 "require": { 2123 "php": "^7.1.3" 2124 }, 2125 "require-dev": { 2126 "psr/cache": "^1.0", 2127 "psr/container": "^1.0" 2128 }, 2129 "suggest": { 2130 "psr/cache": "When using the Cache contracts", 2131 "psr/container": "When using the Service contracts", 2132 "symfony/cache-contracts-implementation": "", 2133 "symfony/service-contracts-implementation": "", 2134 "symfony/translation-contracts-implementation": "" 2135 }, 2136 "type": "library", 2137 "extra": { 2138 "branch-alias": { 2139 "dev-master": "1.0-dev" 2140 } 2141 }, 2142 "autoload": { 2143 "psr-4": { 2144 "Symfony\\Contracts\\": "" 2145 }, 2146 "exclude-from-classmap": [ 2147 "**/Tests/" 2148 ] 2149 }, 2150 "notification-url": "https://packagist.org/downloads/", 2151 "license": [ 2152 "MIT" 2153 ], 2154 "authors": [ 2155 { 2156 "name": "Nicolas Grekas", 2157 "email": "p@tchwork.com" 2158 }, 2159 { 2160 "name": "Symfony Community", 2161 "homepage": "https://symfony.com/contributors" 2162 } 2163 ], 2164 "description": "A set of abstractions extracted out of the Symfony components", 2165 "homepage": "https://symfony.com", 2166 "keywords": [ 2167 "abstractions", 2168 "contracts", 2169 "decoupling", 2170 "interfaces", 2171 "interoperability", 2172 "standards" 2173 ], 2174 "time": "2018-12-05T08:06:11+00:00" 2175 }, 2176 { 2177 "name": "symfony/debug", 2178 "version": "v4.2.2", 2179 "source": { 2180 "type": "git", 2181 "url": "https://github.com/symfony/debug.git", 2182 "reference": "64cb33c81e37d19b7715d4a6a4d49c1c382066dd" 2183 }, 2184 "dist": { 2185 "type": "zip", 2186 "url": "https://api.github.com/repos/symfony/debug/zipball/64cb33c81e37d19b7715d4a6a4d49c1c382066dd", 2187 "reference": "64cb33c81e37d19b7715d4a6a4d49c1c382066dd", 2188 "shasum": "" 2189 }, 2190 "require": { 2191 "php": "^7.1.3", 2192 "psr/log": "~1.0" 2193 }, 2194 "conflict": { 2195 "symfony/http-kernel": "<3.4" 2196 }, 2197 "require-dev": { 2198 "symfony/http-kernel": "~3.4|~4.0" 2199 }, 2200 "type": "library", 2201 "extra": { 2202 "branch-alias": { 2203 "dev-master": "4.2-dev" 2204 } 2205 }, 2206 "autoload": { 2207 "psr-4": { 2208 "Symfony\\Component\\Debug\\": "" 2209 }, 2210 "exclude-from-classmap": [ 2211 "/Tests/" 2212 ] 2213 }, 2214 "notification-url": "https://packagist.org/downloads/", 2215 "license": [ 2216 "MIT" 2217 ], 2218 "authors": [ 2219 { 2220 "name": "Fabien Potencier", 2221 "email": "fabien@symfony.com" 2222 }, 2223 { 2224 "name": "Symfony Community", 2225 "homepage": "https://symfony.com/contributors" 2226 } 2227 ], 2228 "description": "Symfony Debug Component", 2229 "homepage": "https://symfony.com", 2230 "time": "2019-01-03T09:07:35+00:00" 2231 }, 2232 { 2233 "name": "symfony/event-dispatcher", 2234 "version": "v4.2.2", 2235 "source": { 2236 "type": "git", 2237 "url": "https://github.com/symfony/event-dispatcher.git", 2238 "reference": "887de6d34c86cf0cb6cbf910afb170cdb743cb5e" 2239 }, 2240 "dist": { 2241 "type": "zip", 2242 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/887de6d34c86cf0cb6cbf910afb170cdb743cb5e", 2243 "reference": "887de6d34c86cf0cb6cbf910afb170cdb743cb5e", 2244 "shasum": "" 2245 }, 2246 "require": { 2247 "php": "^7.1.3", 2248 "symfony/contracts": "^1.0" 2249 }, 2250 "conflict": { 2251 "symfony/dependency-injection": "<3.4" 2252 }, 2253 "require-dev": { 2254 "psr/log": "~1.0", 2255 "symfony/config": "~3.4|~4.0", 2256 "symfony/dependency-injection": "~3.4|~4.0", 2257 "symfony/expression-language": "~3.4|~4.0", 2258 "symfony/stopwatch": "~3.4|~4.0" 2259 }, 2260 "suggest": { 2261 "symfony/dependency-injection": "", 2262 "symfony/http-kernel": "" 2263 }, 2264 "type": "library", 2265 "extra": { 2266 "branch-alias": { 2267 "dev-master": "4.2-dev" 2268 } 2269 }, 2270 "autoload": { 2271 "psr-4": { 2272 "Symfony\\Component\\EventDispatcher\\": "" 2273 }, 2274 "exclude-from-classmap": [ 2275 "/Tests/" 2276 ] 2277 }, 2278 "notification-url": "https://packagist.org/downloads/", 2279 "license": [ 2280 "MIT" 2281 ], 2282 "authors": [ 2283 { 2284 "name": "Fabien Potencier", 2285 "email": "fabien@symfony.com" 2286 }, 2287 { 2288 "name": "Symfony Community", 2289 "homepage": "https://symfony.com/contributors" 2290 } 2291 ], 2292 "description": "Symfony EventDispatcher Component", 2293 "homepage": "https://symfony.com", 2294 "time": "2019-01-05T16:37:49+00:00" 2295 }, 2296 { 2297 "name": "symfony/expression-language", 2298 "version": "v4.2.2", 2299 "source": { 2300 "type": "git", 2301 "url": "https://github.com/symfony/expression-language.git", 2302 "reference": "78a427af5e08eba1b391ddfbcaebb6dc6ab715be" 2303 }, 2304 "dist": { 2305 "type": "zip", 2306 "url": "https://api.github.com/repos/symfony/expression-language/zipball/78a427af5e08eba1b391ddfbcaebb6dc6ab715be", 2307 "reference": "78a427af5e08eba1b391ddfbcaebb6dc6ab715be", 2308 "shasum": "" 2309 }, 2310 "require": { 2311 "php": "^7.1.3", 2312 "symfony/cache": "~3.4|~4.0", 2313 "symfony/contracts": "^1.0" 2314 }, 2315 "type": "library", 2316 "extra": { 2317 "branch-alias": { 2318 "dev-master": "4.2-dev" 2319 } 2320 }, 2321 "autoload": { 2322 "psr-4": { 2323 "Symfony\\Component\\ExpressionLanguage\\": "" 2324 }, 2325 "exclude-from-classmap": [ 2326 "/Tests/" 2327 ] 2328 }, 2329 "notification-url": "https://packagist.org/downloads/", 2330 "license": [ 2331 "MIT" 2332 ], 2333 "authors": [ 2334 { 2335 "name": "Fabien Potencier", 2336 "email": "fabien@symfony.com" 2337 }, 2338 { 2339 "name": "Symfony Community", 2340 "homepage": "https://symfony.com/contributors" 2341 } 2342 ], 2343 "description": "Symfony ExpressionLanguage Component", 2344 "homepage": "https://symfony.com", 2345 "time": "2019-01-03T09:07:35+00:00" 2346 }, 2347 { 2348 "name": "symfony/http-foundation", 2349 "version": "v4.2.2", 2350 "source": { 2351 "type": "git", 2352 "url": "https://github.com/symfony/http-foundation.git", 2353 "reference": "a633d422a09242064ba24e44a6e1494c5126de86" 2354 }, 2355 "dist": { 2356 "type": "zip", 2357 "url": "https://api.github.com/repos/symfony/http-foundation/zipball/a633d422a09242064ba24e44a6e1494c5126de86", 2358 "reference": "a633d422a09242064ba24e44a6e1494c5126de86", 2359 "shasum": "" 2360 }, 2361 "require": { 2362 "php": "^7.1.3", 2363 "symfony/polyfill-mbstring": "~1.1" 2364 }, 2365 "require-dev": { 2366 "predis/predis": "~1.0", 2367 "symfony/expression-language": "~3.4|~4.0" 2368 }, 2369 "type": "library", 2370 "extra": { 2371 "branch-alias": { 2372 "dev-master": "4.2-dev" 2373 } 2374 }, 2375 "autoload": { 2376 "psr-4": { 2377 "Symfony\\Component\\HttpFoundation\\": "" 2378 }, 2379 "exclude-from-classmap": [ 2380 "/Tests/" 2381 ] 2382 }, 2383 "notification-url": "https://packagist.org/downloads/", 2384 "license": [ 2385 "MIT" 2386 ], 2387 "authors": [ 2388 { 2389 "name": "Fabien Potencier", 2390 "email": "fabien@symfony.com" 2391 }, 2392 { 2393 "name": "Symfony Community", 2394 "homepage": "https://symfony.com/contributors" 2395 } 2396 ], 2397 "description": "Symfony HttpFoundation Component", 2398 "homepage": "https://symfony.com", 2399 "time": "2019-01-05T16:37:49+00:00" 2400 }, 2401 { 2402 "name": "symfony/http-kernel", 2403 "version": "v4.2.2", 2404 "source": { 2405 "type": "git", 2406 "url": "https://github.com/symfony/http-kernel.git", 2407 "reference": "83de6543328917c18d5498eeb6bb6d36f7aab31b" 2408 }, 2409 "dist": { 2410 "type": "zip", 2411 "url": "https://api.github.com/repos/symfony/http-kernel/zipball/83de6543328917c18d5498eeb6bb6d36f7aab31b", 2412 "reference": "83de6543328917c18d5498eeb6bb6d36f7aab31b", 2413 "shasum": "" 2414 }, 2415 "require": { 2416 "php": "^7.1.3", 2417 "psr/log": "~1.0", 2418 "symfony/contracts": "^1.0.2", 2419 "symfony/debug": "~3.4|~4.0", 2420 "symfony/event-dispatcher": "~4.1", 2421 "symfony/http-foundation": "^4.1.1", 2422 "symfony/polyfill-ctype": "~1.8" 2423 }, 2424 "conflict": { 2425 "symfony/config": "<3.4", 2426 "symfony/dependency-injection": "<4.2", 2427 "symfony/translation": "<4.2", 2428 "symfony/var-dumper": "<4.1.1", 2429 "twig/twig": "<1.34|<2.4,>=2" 2430 }, 2431 "provide": { 2432 "psr/log-implementation": "1.0" 2433 }, 2434 "require-dev": { 2435 "psr/cache": "~1.0", 2436 "symfony/browser-kit": "~3.4|~4.0", 2437 "symfony/config": "~3.4|~4.0", 2438 "symfony/console": "~3.4|~4.0", 2439 "symfony/css-selector": "~3.4|~4.0", 2440 "symfony/dependency-injection": "^4.2", 2441 "symfony/dom-crawler": "~3.4|~4.0", 2442 "symfony/expression-language": "~3.4|~4.0", 2443 "symfony/finder": "~3.4|~4.0", 2444 "symfony/process": "~3.4|~4.0", 2445 "symfony/routing": "~3.4|~4.0", 2446 "symfony/stopwatch": "~3.4|~4.0", 2447 "symfony/templating": "~3.4|~4.0", 2448 "symfony/translation": "~4.2", 2449 "symfony/var-dumper": "^4.1.1" 2450 }, 2451 "suggest": { 2452 "symfony/browser-kit": "", 2453 "symfony/config": "", 2454 "symfony/console": "", 2455 "symfony/dependency-injection": "", 2456 "symfony/var-dumper": "" 2457 }, 2458 "type": "library", 2459 "extra": { 2460 "branch-alias": { 2461 "dev-master": "4.2-dev" 2462 } 2463 }, 2464 "autoload": { 2465 "psr-4": { 2466 "Symfony\\Component\\HttpKernel\\": "" 2467 }, 2468 "exclude-from-classmap": [ 2469 "/Tests/" 2470 ] 2471 }, 2472 "notification-url": "https://packagist.org/downloads/", 2473 "license": [ 2474 "MIT" 2475 ], 2476 "authors": [ 2477 { 2478 "name": "Fabien Potencier", 2479 "email": "fabien@symfony.com" 2480 }, 2481 { 2482 "name": "Symfony Community", 2483 "homepage": "https://symfony.com/contributors" 2484 } 2485 ], 2486 "description": "Symfony HttpKernel Component", 2487 "homepage": "https://symfony.com", 2488 "time": "2019-01-06T16:19:23+00:00" 2489 }, 2490 { 2491 "name": "symfony/polyfill-ctype", 2492 "version": "v1.10.0", 2493 "source": { 2494 "type": "git", 2495 "url": "https://github.com/symfony/polyfill-ctype.git", 2496 "reference": "e3d826245268269cd66f8326bd8bc066687b4a19" 2497 }, 2498 "dist": { 2499 "type": "zip", 2500 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e3d826245268269cd66f8326bd8bc066687b4a19", 2501 "reference": "e3d826245268269cd66f8326bd8bc066687b4a19", 2502 "shasum": "" 2503 }, 2504 "require": { 2505 "php": ">=5.3.3" 2506 }, 2507 "suggest": { 2508 "ext-ctype": "For best performance" 2509 }, 2510 "type": "library", 2511 "extra": { 2512 "branch-alias": { 2513 "dev-master": "1.9-dev" 2514 } 2515 }, 2516 "autoload": { 2517 "psr-4": { 2518 "Symfony\\Polyfill\\Ctype\\": "" 2519 }, 2520 "files": [ 2521 "bootstrap.php" 2522 ] 2523 }, 2524 "notification-url": "https://packagist.org/downloads/", 2525 "license": [ 2526 "MIT" 2527 ], 2528 "authors": [ 2529 { 2530 "name": "Symfony Community", 2531 "homepage": "https://symfony.com/contributors" 2532 }, 2533 { 2534 "name": "Gert de Pagter", 2535 "email": "BackEndTea@gmail.com" 2536 } 2537 ], 2538 "description": "Symfony polyfill for ctype functions", 2539 "homepage": "https://symfony.com", 2540 "keywords": [ 2541 "compatibility", 2542 "ctype", 2543 "polyfill", 2544 "portable" 2545 ], 2546 "time": "2018-08-06T14:22:27+00:00" 2547 }, 2548 { 2549 "name": "symfony/polyfill-mbstring", 2550 "version": "v1.10.0", 2551 "source": { 2552 "type": "git", 2553 "url": "https://github.com/symfony/polyfill-mbstring.git", 2554 "reference": "c79c051f5b3a46be09205c73b80b346e4153e494" 2555 }, 2556 "dist": { 2557 "type": "zip", 2558 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/c79c051f5b3a46be09205c73b80b346e4153e494", 2559 "reference": "c79c051f5b3a46be09205c73b80b346e4153e494", 2560 "shasum": "" 2561 }, 2562 "require": { 2563 "php": ">=5.3.3" 2564 }, 2565 "suggest": { 2566 "ext-mbstring": "For best performance" 2567 }, 2568 "type": "library", 2569 "extra": { 2570 "branch-alias": { 2571 "dev-master": "1.9-dev" 2572 } 2573 }, 2574 "autoload": { 2575 "psr-4": { 2576 "Symfony\\Polyfill\\Mbstring\\": "" 2577 }, 2578 "files": [ 2579 "bootstrap.php" 2580 ] 2581 }, 2582 "notification-url": "https://packagist.org/downloads/", 2583 "license": [ 2584 "MIT" 2585 ], 2586 "authors": [ 2587 { 2588 "name": "Nicolas Grekas", 2589 "email": "p@tchwork.com" 2590 }, 2591 { 2592 "name": "Symfony Community", 2593 "homepage": "https://symfony.com/contributors" 2594 } 2595 ], 2596 "description": "Symfony polyfill for the Mbstring extension", 2597 "homepage": "https://symfony.com", 2598 "keywords": [ 2599 "compatibility", 2600 "mbstring", 2601 "polyfill", 2602 "portable", 2603 "shim" 2604 ], 2605 "time": "2018-09-21T13:07:52+00:00" 2606 }, 2607 { 2608 "name": "symfony/polyfill-php71", 2609 "version": "v1.10.0", 2610 "source": { 2611 "type": "git", 2612 "url": "https://github.com/symfony/polyfill-php71.git", 2613 "reference": "1766834a22738196eb45486c4ca23c5739513bf4" 2614 }, 2615 "dist": { 2616 "type": "zip", 2617 "url": "https://api.github.com/repos/symfony/polyfill-php71/zipball/1766834a22738196eb45486c4ca23c5739513bf4", 2618 "reference": "1766834a22738196eb45486c4ca23c5739513bf4", 2619 "shasum": "" 2620 }, 2621 "require": { 2622 "php": ">=5.3.3" 2623 }, 2624 "type": "library", 2625 "extra": { 2626 "branch-alias": { 2627 "dev-master": "1.9-dev" 2628 } 2629 }, 2630 "autoload": { 2631 "psr-4": { 2632 "Symfony\\Polyfill\\Php71\\": "" 2633 }, 2634 "files": [ 2635 "bootstrap.php" 2636 ] 2637 }, 2638 "notification-url": "https://packagist.org/downloads/", 2639 "license": [ 2640 "MIT" 2641 ], 2642 "authors": [ 2643 { 2644 "name": "Nicolas Grekas", 2645 "email": "p@tchwork.com" 2646 }, 2647 { 2648 "name": "Symfony Community", 2649 "homepage": "https://symfony.com/contributors" 2650 } 2651 ], 2652 "description": "Symfony polyfill backporting some PHP 7.1+ features to lower PHP versions", 2653 "homepage": "https://symfony.com", 2654 "keywords": [ 2655 "compatibility", 2656 "polyfill", 2657 "portable", 2658 "shim" 2659 ], 2660 "time": "2018-08-06T14:22:27+00:00" 2661 }, 2662 { 2663 "name": "symfony/polyfill-php72", 2664 "version": "v1.10.0", 2665 "source": { 2666 "type": "git", 2667 "url": "https://github.com/symfony/polyfill-php72.git", 2668 "reference": "9050816e2ca34a8e916c3a0ae8b9c2fccf68b631" 2669 }, 2670 "dist": { 2671 "type": "zip", 2672 "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/9050816e2ca34a8e916c3a0ae8b9c2fccf68b631", 2673 "reference": "9050816e2ca34a8e916c3a0ae8b9c2fccf68b631", 2674 "shasum": "" 2675 }, 2676 "require": { 2677 "php": ">=5.3.3" 2678 }, 2679 "type": "library", 2680 "extra": { 2681 "branch-alias": { 2682 "dev-master": "1.9-dev" 2683 } 2684 }, 2685 "autoload": { 2686 "psr-4": { 2687 "Symfony\\Polyfill\\Php72\\": "" 2688 }, 2689 "files": [ 2690 "bootstrap.php" 2691 ] 2692 }, 2693 "notification-url": "https://packagist.org/downloads/", 2694 "license": [ 2695 "MIT" 2696 ], 2697 "authors": [ 2698 { 2699 "name": "Nicolas Grekas", 2700 "email": "p@tchwork.com" 2701 }, 2702 { 2703 "name": "Symfony Community", 2704 "homepage": "https://symfony.com/contributors" 2705 } 2706 ], 2707 "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions", 2708 "homepage": "https://symfony.com", 2709 "keywords": [ 2710 "compatibility", 2711 "polyfill", 2712 "portable", 2713 "shim" 2714 ], 2715 "time": "2018-09-21T13:07:52+00:00" 2716 }, 2717 { 2718 "name": "symfony/translation", 2719 "version": "v4.2.2", 2720 "source": { 2721 "type": "git", 2722 "url": "https://github.com/symfony/translation.git", 2723 "reference": "939fb792d73f2ce80e6ae9019d205fc480f1c9a0" 2724 }, 2725 "dist": { 2726 "type": "zip", 2727 "url": "https://api.github.com/repos/symfony/translation/zipball/939fb792d73f2ce80e6ae9019d205fc480f1c9a0", 2728 "reference": "939fb792d73f2ce80e6ae9019d205fc480f1c9a0", 2729 "shasum": "" 2730 }, 2731 "require": { 2732 "php": "^7.1.3", 2733 "symfony/contracts": "^1.0.2", 2734 "symfony/polyfill-mbstring": "~1.0" 2735 }, 2736 "conflict": { 2737 "symfony/config": "<3.4", 2738 "symfony/dependency-injection": "<3.4", 2739 "symfony/yaml": "<3.4" 2740 }, 2741 "provide": { 2742 "symfony/translation-contracts-implementation": "1.0" 2743 }, 2744 "require-dev": { 2745 "psr/log": "~1.0", 2746 "symfony/config": "~3.4|~4.0", 2747 "symfony/console": "~3.4|~4.0", 2748 "symfony/dependency-injection": "~3.4|~4.0", 2749 "symfony/finder": "~2.8|~3.0|~4.0", 2750 "symfony/intl": "~3.4|~4.0", 2751 "symfony/yaml": "~3.4|~4.0" 2752 }, 2753 "suggest": { 2754 "psr/log-implementation": "To use logging capability in translator", 2755 "symfony/config": "", 2756 "symfony/yaml": "" 2757 }, 2758 "type": "library", 2759 "extra": { 2760 "branch-alias": { 2761 "dev-master": "4.2-dev" 2762 } 2763 }, 2764 "autoload": { 2765 "psr-4": { 2766 "Symfony\\Component\\Translation\\": "" 2767 }, 2768 "exclude-from-classmap": [ 2769 "/Tests/" 2770 ] 2771 }, 2772 "notification-url": "https://packagist.org/downloads/", 2773 "license": [ 2774 "MIT" 2775 ], 2776 "authors": [ 2777 { 2778 "name": "Fabien Potencier", 2779 "email": "fabien@symfony.com" 2780 }, 2781 { 2782 "name": "Symfony Community", 2783 "homepage": "https://symfony.com/contributors" 2784 } 2785 ], 2786 "description": "Symfony Translation Component", 2787 "homepage": "https://symfony.com", 2788 "time": "2019-01-03T09:07:35+00:00" 2789 }, 2790 { 2791 "name": "symfony/var-exporter", 2792 "version": "v4.2.2", 2793 "source": { 2794 "type": "git", 2795 "url": "https://github.com/symfony/var-exporter.git", 2796 "reference": "51bd782120fa2bfed89452f142d2a47c4b51101c" 2797 }, 2798 "dist": { 2799 "type": "zip", 2800 "url": "https://api.github.com/repos/symfony/var-exporter/zipball/51bd782120fa2bfed89452f142d2a47c4b51101c", 2801 "reference": "51bd782120fa2bfed89452f142d2a47c4b51101c", 2802 "shasum": "" 2803 }, 2804 "require": { 2805 "php": "^7.1.3" 2806 }, 2807 "require-dev": { 2808 "symfony/var-dumper": "^4.1.1" 2809 }, 2810 "type": "library", 2811 "extra": { 2812 "branch-alias": { 2813 "dev-master": "4.2-dev" 2814 } 2815 }, 2816 "autoload": { 2817 "psr-4": { 2818 "Symfony\\Component\\VarExporter\\": "" 2819 }, 2820 "exclude-from-classmap": [ 2821 "/Tests/" 2822 ] 2823 }, 2824 "notification-url": "https://packagist.org/downloads/", 2825 "license": [ 2826 "MIT" 2827 ], 2828 "authors": [ 2829 { 2830 "name": "Nicolas Grekas", 2831 "email": "p@tchwork.com" 2832 }, 2833 { 2834 "name": "Symfony Community", 2835 "homepage": "https://symfony.com/contributors" 2836 } 2837 ], 2838 "description": "A blend of var_export() + serialize() to turn any serializable data structure to plain PHP code", 2839 "homepage": "https://symfony.com", 2840 "keywords": [ 2841 "clone", 2842 "construct", 2843 "export", 2844 "hydrate", 2845 "instantiate", 2846 "serialize" 2847 ], 2848 "time": "2019-01-03T09:09:06+00:00" 2849 }, 2850 { 2851 "name": "tecnickcom/tcpdf", 2852 "version": "6.2.26", 2853 "source": { 2854 "type": "git", 2855 "url": "https://github.com/tecnickcom/TCPDF.git", 2856 "reference": "367241059ca166e3a76490f4448c284e0a161f15" 2857 }, 2858 "dist": { 2859 "type": "zip", 2860 "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/367241059ca166e3a76490f4448c284e0a161f15", 2861 "reference": "367241059ca166e3a76490f4448c284e0a161f15", 2862 "shasum": "" 2863 }, 2864 "require": { 2865 "php": ">=5.3.0" 2866 }, 2867 "type": "library", 2868 "autoload": { 2869 "classmap": [ 2870 "config", 2871 "include", 2872 "tcpdf.php", 2873 "tcpdf_parser.php", 2874 "tcpdf_import.php", 2875 "tcpdf_barcodes_1d.php", 2876 "tcpdf_barcodes_2d.php", 2877 "include/tcpdf_colors.php", 2878 "include/tcpdf_filters.php", 2879 "include/tcpdf_font_data.php", 2880 "include/tcpdf_fonts.php", 2881 "include/tcpdf_images.php", 2882 "include/tcpdf_static.php", 2883 "include/barcodes/datamatrix.php", 2884 "include/barcodes/pdf417.php", 2885 "include/barcodes/qrcode.php" 2886 ] 2887 }, 2888 "notification-url": "https://packagist.org/downloads/", 2889 "license": [ 2890 "LGPL-3.0" 2891 ], 2892 "authors": [ 2893 { 2894 "name": "Nicola Asuni", 2895 "email": "info@tecnick.com", 2896 "role": "lead" 2897 } 2898 ], 2899 "description": "TCPDF is a PHP class for generating PDF documents and barcodes.", 2900 "homepage": "http://www.tcpdf.org/", 2901 "keywords": [ 2902 "PDFD32000-2008", 2903 "TCPDF", 2904 "barcodes", 2905 "datamatrix", 2906 "pdf", 2907 "pdf417", 2908 "qrcode" 2909 ], 2910 "time": "2018-10-16T17:24:05+00:00" 2911 }, 2912 { 2913 "name": "webuni/commonmark-table-extension", 2914 "version": "0.9.0", 2915 "source": { 2916 "type": "git", 2917 "url": "https://github.com/webuni/commonmark-table-extension.git", 2918 "reference": "94bc98d802d0b706e748716854e5fa0bd3644df3" 2919 }, 2920 "dist": { 2921 "type": "zip", 2922 "url": "https://api.github.com/repos/webuni/commonmark-table-extension/zipball/94bc98d802d0b706e748716854e5fa0bd3644df3", 2923 "reference": "94bc98d802d0b706e748716854e5fa0bd3644df3", 2924 "shasum": "" 2925 }, 2926 "require": { 2927 "league/commonmark": "^0.16|^0.17|^0.18", 2928 "php": "^5.6|^7.0" 2929 }, 2930 "require-dev": { 2931 "friendsofphp/php-cs-fixer": "^2.9", 2932 "phpunit/phpunit": "^5.4|^6.0", 2933 "symfony/var-dumper": "^3.0|^4.0", 2934 "vimeo/psalm": "~0.3" 2935 }, 2936 "type": "library", 2937 "extra": { 2938 "branch-alias": { 2939 "dev-master": "0.9-dev" 2940 } 2941 }, 2942 "autoload": { 2943 "psr-4": { 2944 "Webuni\\CommonMark\\TableExtension\\": "src" 2945 } 2946 }, 2947 "notification-url": "https://packagist.org/downloads/", 2948 "license": [ 2949 "MIT" 2950 ], 2951 "authors": [ 2952 { 2953 "name": "Martin Hasoň", 2954 "email": "martin.hason@gmail.com" 2955 }, 2956 { 2957 "name": "Webuni s.r.o.", 2958 "homepage": "https://www.webuni.cz" 2959 } 2960 ], 2961 "description": "The table extension for CommonMark PHP implementation", 2962 "homepage": "https://github.com/webuni/commonmark-table-extension", 2963 "keywords": [ 2964 "commonmark", 2965 "markdown", 2966 "table" 2967 ], 2968 "time": "2018-11-28T11:29:11+00:00" 2969 } 2970 ], 2971 "packages-dev": [ 2972 { 2973 "name": "docopt/docopt", 2974 "version": "1.0.2", 2975 "source": { 2976 "type": "git", 2977 "url": "https://github.com/docopt/docopt.php.git", 2978 "reference": "d2ee65c2fe4be78f945a48edd02be45843b39423" 2979 }, 2980 "dist": { 2981 "type": "zip", 2982 "url": "https://api.github.com/repos/docopt/docopt.php/zipball/d2ee65c2fe4be78f945a48edd02be45843b39423", 2983 "reference": "d2ee65c2fe4be78f945a48edd02be45843b39423", 2984 "shasum": "" 2985 }, 2986 "require": { 2987 "php": ">=5.3.0" 2988 }, 2989 "require-dev": { 2990 "phpunit/phpunit": "4.1.*" 2991 }, 2992 "type": "library", 2993 "autoload": { 2994 "classmap": [ 2995 "src/docopt.php" 2996 ] 2997 }, 2998 "notification-url": "https://packagist.org/downloads/", 2999 "license": [ 3000 "MIT" 3001 ], 3002 "authors": [ 3003 { 3004 "name": "Blake Williams", 3005 "email": "code@shabbyrobe.org", 3006 "homepage": "http://docopt.org/", 3007 "role": "Developer" 3008 } 3009 ], 3010 "description": "Port of Python's docopt for PHP 5.3", 3011 "homepage": "http://github.com/docopt/docopt.php", 3012 "keywords": [ 3013 "cli", 3014 "docs" 3015 ], 3016 "time": "2015-10-30T03:21:23+00:00" 3017 }, 3018 { 3019 "name": "doctrine/instantiator", 3020 "version": "1.1.0", 3021 "source": { 3022 "type": "git", 3023 "url": "https://github.com/doctrine/instantiator.git", 3024 "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda" 3025 }, 3026 "dist": { 3027 "type": "zip", 3028 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda", 3029 "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda", 3030 "shasum": "" 3031 }, 3032 "require": { 3033 "php": "^7.1" 3034 }, 3035 "require-dev": { 3036 "athletic/athletic": "~0.1.8", 3037 "ext-pdo": "*", 3038 "ext-phar": "*", 3039 "phpunit/phpunit": "^6.2.3", 3040 "squizlabs/php_codesniffer": "^3.0.2" 3041 }, 3042 "type": "library", 3043 "extra": { 3044 "branch-alias": { 3045 "dev-master": "1.2.x-dev" 3046 } 3047 }, 3048 "autoload": { 3049 "psr-4": { 3050 "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" 3051 } 3052 }, 3053 "notification-url": "https://packagist.org/downloads/", 3054 "license": [ 3055 "MIT" 3056 ], 3057 "authors": [ 3058 { 3059 "name": "Marco Pivetta", 3060 "email": "ocramius@gmail.com", 3061 "homepage": "http://ocramius.github.com/" 3062 } 3063 ], 3064 "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", 3065 "homepage": "https://github.com/doctrine/instantiator", 3066 "keywords": [ 3067 "constructor", 3068 "instantiate" 3069 ], 3070 "time": "2017-07-22T11:58:36+00:00" 3071 }, 3072 { 3073 "name": "hamcrest/hamcrest-php", 3074 "version": "v2.0.0", 3075 "source": { 3076 "type": "git", 3077 "url": "https://github.com/hamcrest/hamcrest-php.git", 3078 "reference": "776503d3a8e85d4f9a1148614f95b7a608b046ad" 3079 }, 3080 "dist": { 3081 "type": "zip", 3082 "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/776503d3a8e85d4f9a1148614f95b7a608b046ad", 3083 "reference": "776503d3a8e85d4f9a1148614f95b7a608b046ad", 3084 "shasum": "" 3085 }, 3086 "require": { 3087 "php": "^5.3|^7.0" 3088 }, 3089 "replace": { 3090 "cordoval/hamcrest-php": "*", 3091 "davedevelopment/hamcrest-php": "*", 3092 "kodova/hamcrest-php": "*" 3093 }, 3094 "require-dev": { 3095 "phpunit/php-file-iterator": "1.3.3", 3096 "phpunit/phpunit": "~4.0", 3097 "satooshi/php-coveralls": "^1.0" 3098 }, 3099 "type": "library", 3100 "extra": { 3101 "branch-alias": { 3102 "dev-master": "2.0-dev" 3103 } 3104 }, 3105 "autoload": { 3106 "classmap": [ 3107 "hamcrest" 3108 ] 3109 }, 3110 "notification-url": "https://packagist.org/downloads/", 3111 "license": [ 3112 "BSD" 3113 ], 3114 "description": "This is the PHP port of Hamcrest Matchers", 3115 "keywords": [ 3116 "test" 3117 ], 3118 "time": "2016-01-20T08:20:44+00:00" 3119 }, 3120 { 3121 "name": "maximebf/debugbar", 3122 "version": "v1.15.0", 3123 "source": { 3124 "type": "git", 3125 "url": "https://github.com/maximebf/php-debugbar.git", 3126 "reference": "30e7d60937ee5f1320975ca9bc7bcdd44d500f07" 3127 }, 3128 "dist": { 3129 "type": "zip", 3130 "url": "https://api.github.com/repos/maximebf/php-debugbar/zipball/30e7d60937ee5f1320975ca9bc7bcdd44d500f07", 3131 "reference": "30e7d60937ee5f1320975ca9bc7bcdd44d500f07", 3132 "shasum": "" 3133 }, 3134 "require": { 3135 "php": ">=5.3.0", 3136 "psr/log": "^1.0", 3137 "symfony/var-dumper": "^2.6|^3.0|^4.0" 3138 }, 3139 "require-dev": { 3140 "phpunit/phpunit": "^4.0|^5.0" 3141 }, 3142 "suggest": { 3143 "kriswallsmith/assetic": "The best way to manage assets", 3144 "monolog/monolog": "Log using Monolog", 3145 "predis/predis": "Redis storage" 3146 }, 3147 "type": "library", 3148 "extra": { 3149 "branch-alias": { 3150 "dev-master": "1.14-dev" 3151 } 3152 }, 3153 "autoload": { 3154 "psr-4": { 3155 "DebugBar\\": "src/DebugBar/" 3156 } 3157 }, 3158 "notification-url": "https://packagist.org/downloads/", 3159 "license": [ 3160 "MIT" 3161 ], 3162 "authors": [ 3163 { 3164 "name": "Maxime Bouroumeau-Fuseau", 3165 "email": "maxime.bouroumeau@gmail.com", 3166 "homepage": "http://maximebf.com" 3167 }, 3168 { 3169 "name": "Barry vd. Heuvel", 3170 "email": "barryvdh@gmail.com" 3171 } 3172 ], 3173 "description": "Debug bar in the browser for php application", 3174 "homepage": "https://github.com/maximebf/php-debugbar", 3175 "keywords": [ 3176 "debug", 3177 "debugbar" 3178 ], 3179 "time": "2017-12-15T11:13:46+00:00" 3180 }, 3181 { 3182 "name": "mockery/mockery", 3183 "version": "1.2.0", 3184 "source": { 3185 "type": "git", 3186 "url": "https://github.com/mockery/mockery.git", 3187 "reference": "100633629bf76d57430b86b7098cd6beb996a35a" 3188 }, 3189 "dist": { 3190 "type": "zip", 3191 "url": "https://api.github.com/repos/mockery/mockery/zipball/100633629bf76d57430b86b7098cd6beb996a35a", 3192 "reference": "100633629bf76d57430b86b7098cd6beb996a35a", 3193 "shasum": "" 3194 }, 3195 "require": { 3196 "hamcrest/hamcrest-php": "~2.0", 3197 "lib-pcre": ">=7.0", 3198 "php": ">=5.6.0" 3199 }, 3200 "require-dev": { 3201 "phpunit/phpunit": "~5.7.10|~6.5|~7.0" 3202 }, 3203 "type": "library", 3204 "extra": { 3205 "branch-alias": { 3206 "dev-master": "1.0.x-dev" 3207 } 3208 }, 3209 "autoload": { 3210 "psr-0": { 3211 "Mockery": "library/" 3212 } 3213 }, 3214 "notification-url": "https://packagist.org/downloads/", 3215 "license": [ 3216 "BSD-3-Clause" 3217 ], 3218 "authors": [ 3219 { 3220 "name": "Pádraic Brady", 3221 "email": "padraic.brady@gmail.com", 3222 "homepage": "http://blog.astrumfutura.com" 3223 }, 3224 { 3225 "name": "Dave Marshall", 3226 "email": "dave.marshall@atstsolutions.co.uk", 3227 "homepage": "http://davedevelopment.co.uk" 3228 } 3229 ], 3230 "description": "Mockery is a simple yet flexible PHP mock object framework", 3231 "homepage": "https://github.com/mockery/mockery", 3232 "keywords": [ 3233 "BDD", 3234 "TDD", 3235 "library", 3236 "mock", 3237 "mock objects", 3238 "mockery", 3239 "stub", 3240 "test", 3241 "test double", 3242 "testing" 3243 ], 3244 "time": "2018-10-02T21:52:37+00:00" 3245 }, 3246 { 3247 "name": "myclabs/deep-copy", 3248 "version": "1.8.1", 3249 "source": { 3250 "type": "git", 3251 "url": "https://github.com/myclabs/DeepCopy.git", 3252 "reference": "3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8" 3253 }, 3254 "dist": { 3255 "type": "zip", 3256 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8", 3257 "reference": "3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8", 3258 "shasum": "" 3259 }, 3260 "require": { 3261 "php": "^7.1" 3262 }, 3263 "replace": { 3264 "myclabs/deep-copy": "self.version" 3265 }, 3266 "require-dev": { 3267 "doctrine/collections": "^1.0", 3268 "doctrine/common": "^2.6", 3269 "phpunit/phpunit": "^7.1" 3270 }, 3271 "type": "library", 3272 "autoload": { 3273 "psr-4": { 3274 "DeepCopy\\": "src/DeepCopy/" 3275 }, 3276 "files": [ 3277 "src/DeepCopy/deep_copy.php" 3278 ] 3279 }, 3280 "notification-url": "https://packagist.org/downloads/", 3281 "license": [ 3282 "MIT" 3283 ], 3284 "description": "Create deep copies (clones) of your objects", 3285 "keywords": [ 3286 "clone", 3287 "copy", 3288 "duplicate", 3289 "object", 3290 "object graph" 3291 ], 3292 "time": "2018-06-11T23:09:50+00:00" 3293 }, 3294 { 3295 "name": "phar-io/manifest", 3296 "version": "1.0.3", 3297 "source": { 3298 "type": "git", 3299 "url": "https://github.com/phar-io/manifest.git", 3300 "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4" 3301 }, 3302 "dist": { 3303 "type": "zip", 3304 "url": "https://api.github.com/repos/phar-io/manifest/zipball/7761fcacf03b4d4f16e7ccb606d4879ca431fcf4", 3305 "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4", 3306 "shasum": "" 3307 }, 3308 "require": { 3309 "ext-dom": "*", 3310 "ext-phar": "*", 3311 "phar-io/version": "^2.0", 3312 "php": "^5.6 || ^7.0" 3313 }, 3314 "type": "library", 3315 "extra": { 3316 "branch-alias": { 3317 "dev-master": "1.0.x-dev" 3318 } 3319 }, 3320 "autoload": { 3321 "classmap": [ 3322 "src/" 3323 ] 3324 }, 3325 "notification-url": "https://packagist.org/downloads/", 3326 "license": [ 3327 "BSD-3-Clause" 3328 ], 3329 "authors": [ 3330 { 3331 "name": "Arne Blankerts", 3332 "email": "arne@blankerts.de", 3333 "role": "Developer" 3334 }, 3335 { 3336 "name": "Sebastian Heuer", 3337 "email": "sebastian@phpeople.de", 3338 "role": "Developer" 3339 }, 3340 { 3341 "name": "Sebastian Bergmann", 3342 "email": "sebastian@phpunit.de", 3343 "role": "Developer" 3344 } 3345 ], 3346 "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)", 3347 "time": "2018-07-08T19:23:20+00:00" 3348 }, 3349 { 3350 "name": "phar-io/version", 3351 "version": "2.0.1", 3352 "source": { 3353 "type": "git", 3354 "url": "https://github.com/phar-io/version.git", 3355 "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6" 3356 }, 3357 "dist": { 3358 "type": "zip", 3359 "url": "https://api.github.com/repos/phar-io/version/zipball/45a2ec53a73c70ce41d55cedef9063630abaf1b6", 3360 "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6", 3361 "shasum": "" 3362 }, 3363 "require": { 3364 "php": "^5.6 || ^7.0" 3365 }, 3366 "type": "library", 3367 "autoload": { 3368 "classmap": [ 3369 "src/" 3370 ] 3371 }, 3372 "notification-url": "https://packagist.org/downloads/", 3373 "license": [ 3374 "BSD-3-Clause" 3375 ], 3376 "authors": [ 3377 { 3378 "name": "Arne Blankerts", 3379 "email": "arne@blankerts.de", 3380 "role": "Developer" 3381 }, 3382 { 3383 "name": "Sebastian Heuer", 3384 "email": "sebastian@phpeople.de", 3385 "role": "Developer" 3386 }, 3387 { 3388 "name": "Sebastian Bergmann", 3389 "email": "sebastian@phpunit.de", 3390 "role": "Developer" 3391 } 3392 ], 3393 "description": "Library for handling version information and constraints", 3394 "time": "2018-07-08T19:19:57+00:00" 3395 }, 3396 { 3397 "name": "php-coveralls/php-coveralls", 3398 "version": "v2.1.0", 3399 "source": { 3400 "type": "git", 3401 "url": "https://github.com/php-coveralls/php-coveralls.git", 3402 "reference": "3b00c229726f892bfdadeaf01ea430ffd04a939d" 3403 }, 3404 "dist": { 3405 "type": "zip", 3406 "url": "https://api.github.com/repos/php-coveralls/php-coveralls/zipball/3b00c229726f892bfdadeaf01ea430ffd04a939d", 3407 "reference": "3b00c229726f892bfdadeaf01ea430ffd04a939d", 3408 "shasum": "" 3409 }, 3410 "require": { 3411 "ext-json": "*", 3412 "ext-simplexml": "*", 3413 "guzzlehttp/guzzle": "^6.0", 3414 "php": "^5.5 || ^7.0", 3415 "psr/log": "^1.0", 3416 "symfony/config": "^2.1 || ^3.0 || ^4.0", 3417 "symfony/console": "^2.1 || ^3.0 || ^4.0", 3418 "symfony/stopwatch": "^2.0 || ^3.0 || ^4.0", 3419 "symfony/yaml": "^2.0 || ^3.0 || ^4.0" 3420 }, 3421 "require-dev": { 3422 "phpunit/phpunit": "^4.8.35 || ^5.4.3 || ^6.0" 3423 }, 3424 "suggest": { 3425 "symfony/http-kernel": "Allows Symfony integration" 3426 }, 3427 "bin": [ 3428 "bin/php-coveralls" 3429 ], 3430 "type": "library", 3431 "extra": { 3432 "branch-alias": { 3433 "dev-master": "2.1-dev" 3434 } 3435 }, 3436 "autoload": { 3437 "psr-4": { 3438 "PhpCoveralls\\": "src/" 3439 } 3440 }, 3441 "notification-url": "https://packagist.org/downloads/", 3442 "license": [ 3443 "MIT" 3444 ], 3445 "authors": [ 3446 { 3447 "name": "Kitamura Satoshi", 3448 "email": "with.no.parachute@gmail.com", 3449 "homepage": "https://www.facebook.com/satooshi.jp", 3450 "role": "Original creator" 3451 }, 3452 { 3453 "name": "Takashi Matsuo", 3454 "email": "tmatsuo@google.com" 3455 }, 3456 { 3457 "name": "Google Inc" 3458 }, 3459 { 3460 "name": "Dariusz Ruminski", 3461 "email": "dariusz.ruminski@gmail.com", 3462 "homepage": "https://github.com/keradus" 3463 }, 3464 { 3465 "name": "Contributors", 3466 "homepage": "https://github.com/php-coveralls/php-coveralls/graphs/contributors" 3467 } 3468 ], 3469 "description": "PHP client library for Coveralls API", 3470 "homepage": "https://github.com/php-coveralls/php-coveralls", 3471 "keywords": [ 3472 "ci", 3473 "coverage", 3474 "github", 3475 "test" 3476 ], 3477 "time": "2018-05-22T23:11:08+00:00" 3478 }, 3479 { 3480 "name": "phpdocumentor/reflection-common", 3481 "version": "1.0.1", 3482 "source": { 3483 "type": "git", 3484 "url": "https://github.com/phpDocumentor/ReflectionCommon.git", 3485 "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6" 3486 }, 3487 "dist": { 3488 "type": "zip", 3489 "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6", 3490 "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6", 3491 "shasum": "" 3492 }, 3493 "require": { 3494 "php": ">=5.5" 3495 }, 3496 "require-dev": { 3497 "phpunit/phpunit": "^4.6" 3498 }, 3499 "type": "library", 3500 "extra": { 3501 "branch-alias": { 3502 "dev-master": "1.0.x-dev" 3503 } 3504 }, 3505 "autoload": { 3506 "psr-4": { 3507 "phpDocumentor\\Reflection\\": [ 3508 "src" 3509 ] 3510 } 3511 }, 3512 "notification-url": "https://packagist.org/downloads/", 3513 "license": [ 3514 "MIT" 3515 ], 3516 "authors": [ 3517 { 3518 "name": "Jaap van Otterdijk", 3519 "email": "opensource@ijaap.nl" 3520 } 3521 ], 3522 "description": "Common reflection classes used by phpdocumentor to reflect the code structure", 3523 "homepage": "http://www.phpdoc.org", 3524 "keywords": [ 3525 "FQSEN", 3526 "phpDocumentor", 3527 "phpdoc", 3528 "reflection", 3529 "static analysis" 3530 ], 3531 "time": "2017-09-11T18:02:19+00:00" 3532 }, 3533 { 3534 "name": "phpdocumentor/reflection-docblock", 3535 "version": "4.3.0", 3536 "source": { 3537 "type": "git", 3538 "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", 3539 "reference": "94fd0001232e47129dd3504189fa1c7225010d08" 3540 }, 3541 "dist": { 3542 "type": "zip", 3543 "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/94fd0001232e47129dd3504189fa1c7225010d08", 3544 "reference": "94fd0001232e47129dd3504189fa1c7225010d08", 3545 "shasum": "" 3546 }, 3547 "require": { 3548 "php": "^7.0", 3549 "phpdocumentor/reflection-common": "^1.0.0", 3550 "phpdocumentor/type-resolver": "^0.4.0", 3551 "webmozart/assert": "^1.0" 3552 }, 3553 "require-dev": { 3554 "doctrine/instantiator": "~1.0.5", 3555 "mockery/mockery": "^1.0", 3556 "phpunit/phpunit": "^6.4" 3557 }, 3558 "type": "library", 3559 "extra": { 3560 "branch-alias": { 3561 "dev-master": "4.x-dev" 3562 } 3563 }, 3564 "autoload": { 3565 "psr-4": { 3566 "phpDocumentor\\Reflection\\": [ 3567 "src/" 3568 ] 3569 } 3570 }, 3571 "notification-url": "https://packagist.org/downloads/", 3572 "license": [ 3573 "MIT" 3574 ], 3575 "authors": [ 3576 { 3577 "name": "Mike van Riel", 3578 "email": "me@mikevanriel.com" 3579 } 3580 ], 3581 "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", 3582 "time": "2017-11-30T07:14:17+00:00" 3583 }, 3584 { 3585 "name": "phpdocumentor/type-resolver", 3586 "version": "0.4.0", 3587 "source": { 3588 "type": "git", 3589 "url": "https://github.com/phpDocumentor/TypeResolver.git", 3590 "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7" 3591 }, 3592 "dist": { 3593 "type": "zip", 3594 "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7", 3595 "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7", 3596 "shasum": "" 3597 }, 3598 "require": { 3599 "php": "^5.5 || ^7.0", 3600 "phpdocumentor/reflection-common": "^1.0" 3601 }, 3602 "require-dev": { 3603 "mockery/mockery": "^0.9.4", 3604 "phpunit/phpunit": "^5.2||^4.8.24" 3605 }, 3606 "type": "library", 3607 "extra": { 3608 "branch-alias": { 3609 "dev-master": "1.0.x-dev" 3610 } 3611 }, 3612 "autoload": { 3613 "psr-4": { 3614 "phpDocumentor\\Reflection\\": [ 3615 "src/" 3616 ] 3617 } 3618 }, 3619 "notification-url": "https://packagist.org/downloads/", 3620 "license": [ 3621 "MIT" 3622 ], 3623 "authors": [ 3624 { 3625 "name": "Mike van Riel", 3626 "email": "me@mikevanriel.com" 3627 } 3628 ], 3629 "time": "2017-07-14T14:27:02+00:00" 3630 }, 3631 { 3632 "name": "phpspec/prophecy", 3633 "version": "1.8.0", 3634 "source": { 3635 "type": "git", 3636 "url": "https://github.com/phpspec/prophecy.git", 3637 "reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06" 3638 }, 3639 "dist": { 3640 "type": "zip", 3641 "url": "https://api.github.com/repos/phpspec/prophecy/zipball/4ba436b55987b4bf311cb7c6ba82aa528aac0a06", 3642 "reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06", 3643 "shasum": "" 3644 }, 3645 "require": { 3646 "doctrine/instantiator": "^1.0.2", 3647 "php": "^5.3|^7.0", 3648 "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0", 3649 "sebastian/comparator": "^1.1|^2.0|^3.0", 3650 "sebastian/recursion-context": "^1.0|^2.0|^3.0" 3651 }, 3652 "require-dev": { 3653 "phpspec/phpspec": "^2.5|^3.2", 3654 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1" 3655 }, 3656 "type": "library", 3657 "extra": { 3658 "branch-alias": { 3659 "dev-master": "1.8.x-dev" 3660 } 3661 }, 3662 "autoload": { 3663 "psr-0": { 3664 "Prophecy\\": "src/" 3665 } 3666 }, 3667 "notification-url": "https://packagist.org/downloads/", 3668 "license": [ 3669 "MIT" 3670 ], 3671 "authors": [ 3672 { 3673 "name": "Konstantin Kudryashov", 3674 "email": "ever.zet@gmail.com", 3675 "homepage": "http://everzet.com" 3676 }, 3677 { 3678 "name": "Marcello Duarte", 3679 "email": "marcello.duarte@gmail.com" 3680 } 3681 ], 3682 "description": "Highly opinionated mocking framework for PHP 5.3+", 3683 "homepage": "https://github.com/phpspec/prophecy", 3684 "keywords": [ 3685 "Double", 3686 "Dummy", 3687 "fake", 3688 "mock", 3689 "spy", 3690 "stub" 3691 ], 3692 "time": "2018-08-05T17:53:17+00:00" 3693 }, 3694 { 3695 "name": "phpunit/php-code-coverage", 3696 "version": "6.1.4", 3697 "source": { 3698 "type": "git", 3699 "url": "https://github.com/sebastianbergmann/php-code-coverage.git", 3700 "reference": "807e6013b00af69b6c5d9ceb4282d0393dbb9d8d" 3701 }, 3702 "dist": { 3703 "type": "zip", 3704 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/807e6013b00af69b6c5d9ceb4282d0393dbb9d8d", 3705 "reference": "807e6013b00af69b6c5d9ceb4282d0393dbb9d8d", 3706 "shasum": "" 3707 }, 3708 "require": { 3709 "ext-dom": "*", 3710 "ext-xmlwriter": "*", 3711 "php": "^7.1", 3712 "phpunit/php-file-iterator": "^2.0", 3713 "phpunit/php-text-template": "^1.2.1", 3714 "phpunit/php-token-stream": "^3.0", 3715 "sebastian/code-unit-reverse-lookup": "^1.0.1", 3716 "sebastian/environment": "^3.1 || ^4.0", 3717 "sebastian/version": "^2.0.1", 3718 "theseer/tokenizer": "^1.1" 3719 }, 3720 "require-dev": { 3721 "phpunit/phpunit": "^7.0" 3722 }, 3723 "suggest": { 3724 "ext-xdebug": "^2.6.0" 3725 }, 3726 "type": "library", 3727 "extra": { 3728 "branch-alias": { 3729 "dev-master": "6.1-dev" 3730 } 3731 }, 3732 "autoload": { 3733 "classmap": [ 3734 "src/" 3735 ] 3736 }, 3737 "notification-url": "https://packagist.org/downloads/", 3738 "license": [ 3739 "BSD-3-Clause" 3740 ], 3741 "authors": [ 3742 { 3743 "name": "Sebastian Bergmann", 3744 "email": "sebastian@phpunit.de", 3745 "role": "lead" 3746 } 3747 ], 3748 "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", 3749 "homepage": "https://github.com/sebastianbergmann/php-code-coverage", 3750 "keywords": [ 3751 "coverage", 3752 "testing", 3753 "xunit" 3754 ], 3755 "time": "2018-10-31T16:06:48+00:00" 3756 }, 3757 { 3758 "name": "phpunit/php-file-iterator", 3759 "version": "2.0.2", 3760 "source": { 3761 "type": "git", 3762 "url": "https://github.com/sebastianbergmann/php-file-iterator.git", 3763 "reference": "050bedf145a257b1ff02746c31894800e5122946" 3764 }, 3765 "dist": { 3766 "type": "zip", 3767 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/050bedf145a257b1ff02746c31894800e5122946", 3768 "reference": "050bedf145a257b1ff02746c31894800e5122946", 3769 "shasum": "" 3770 }, 3771 "require": { 3772 "php": "^7.1" 3773 }, 3774 "require-dev": { 3775 "phpunit/phpunit": "^7.1" 3776 }, 3777 "type": "library", 3778 "extra": { 3779 "branch-alias": { 3780 "dev-master": "2.0.x-dev" 3781 } 3782 }, 3783 "autoload": { 3784 "classmap": [ 3785 "src/" 3786 ] 3787 }, 3788 "notification-url": "https://packagist.org/downloads/", 3789 "license": [ 3790 "BSD-3-Clause" 3791 ], 3792 "authors": [ 3793 { 3794 "name": "Sebastian Bergmann", 3795 "email": "sebastian@phpunit.de", 3796 "role": "lead" 3797 } 3798 ], 3799 "description": "FilterIterator implementation that filters files based on a list of suffixes.", 3800 "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", 3801 "keywords": [ 3802 "filesystem", 3803 "iterator" 3804 ], 3805 "time": "2018-09-13T20:33:42+00:00" 3806 }, 3807 { 3808 "name": "phpunit/php-text-template", 3809 "version": "1.2.1", 3810 "source": { 3811 "type": "git", 3812 "url": "https://github.com/sebastianbergmann/php-text-template.git", 3813 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686" 3814 }, 3815 "dist": { 3816 "type": "zip", 3817 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686", 3818 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686", 3819 "shasum": "" 3820 }, 3821 "require": { 3822 "php": ">=5.3.3" 3823 }, 3824 "type": "library", 3825 "autoload": { 3826 "classmap": [ 3827 "src/" 3828 ] 3829 }, 3830 "notification-url": "https://packagist.org/downloads/", 3831 "license": [ 3832 "BSD-3-Clause" 3833 ], 3834 "authors": [ 3835 { 3836 "name": "Sebastian Bergmann", 3837 "email": "sebastian@phpunit.de", 3838 "role": "lead" 3839 } 3840 ], 3841 "description": "Simple template engine.", 3842 "homepage": "https://github.com/sebastianbergmann/php-text-template/", 3843 "keywords": [ 3844 "template" 3845 ], 3846 "time": "2015-06-21T13:50:34+00:00" 3847 }, 3848 { 3849 "name": "phpunit/php-timer", 3850 "version": "2.0.0", 3851 "source": { 3852 "type": "git", 3853 "url": "https://github.com/sebastianbergmann/php-timer.git", 3854 "reference": "8b8454ea6958c3dee38453d3bd571e023108c91f" 3855 }, 3856 "dist": { 3857 "type": "zip", 3858 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/8b8454ea6958c3dee38453d3bd571e023108c91f", 3859 "reference": "8b8454ea6958c3dee38453d3bd571e023108c91f", 3860 "shasum": "" 3861 }, 3862 "require": { 3863 "php": "^7.1" 3864 }, 3865 "require-dev": { 3866 "phpunit/phpunit": "^7.0" 3867 }, 3868 "type": "library", 3869 "extra": { 3870 "branch-alias": { 3871 "dev-master": "2.0-dev" 3872 } 3873 }, 3874 "autoload": { 3875 "classmap": [ 3876 "src/" 3877 ] 3878 }, 3879 "notification-url": "https://packagist.org/downloads/", 3880 "license": [ 3881 "BSD-3-Clause" 3882 ], 3883 "authors": [ 3884 { 3885 "name": "Sebastian Bergmann", 3886 "email": "sebastian@phpunit.de", 3887 "role": "lead" 3888 } 3889 ], 3890 "description": "Utility class for timing", 3891 "homepage": "https://github.com/sebastianbergmann/php-timer/", 3892 "keywords": [ 3893 "timer" 3894 ], 3895 "time": "2018-02-01T13:07:23+00:00" 3896 }, 3897 { 3898 "name": "phpunit/php-token-stream", 3899 "version": "3.0.1", 3900 "source": { 3901 "type": "git", 3902 "url": "https://github.com/sebastianbergmann/php-token-stream.git", 3903 "reference": "c99e3be9d3e85f60646f152f9002d46ed7770d18" 3904 }, 3905 "dist": { 3906 "type": "zip", 3907 "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/c99e3be9d3e85f60646f152f9002d46ed7770d18", 3908 "reference": "c99e3be9d3e85f60646f152f9002d46ed7770d18", 3909 "shasum": "" 3910 }, 3911 "require": { 3912 "ext-tokenizer": "*", 3913 "php": "^7.1" 3914 }, 3915 "require-dev": { 3916 "phpunit/phpunit": "^7.0" 3917 }, 3918 "type": "library", 3919 "extra": { 3920 "branch-alias": { 3921 "dev-master": "3.0-dev" 3922 } 3923 }, 3924 "autoload": { 3925 "classmap": [ 3926 "src/" 3927 ] 3928 }, 3929 "notification-url": "https://packagist.org/downloads/", 3930 "license": [ 3931 "BSD-3-Clause" 3932 ], 3933 "authors": [ 3934 { 3935 "name": "Sebastian Bergmann", 3936 "email": "sebastian@phpunit.de" 3937 } 3938 ], 3939 "description": "Wrapper around PHP's tokenizer extension.", 3940 "homepage": "https://github.com/sebastianbergmann/php-token-stream/", 3941 "keywords": [ 3942 "tokenizer" 3943 ], 3944 "time": "2018-10-30T05:52:18+00:00" 3945 }, 3946 { 3947 "name": "phpunit/phpunit", 3948 "version": "7.5.2", 3949 "source": { 3950 "type": "git", 3951 "url": "https://github.com/sebastianbergmann/phpunit.git", 3952 "reference": "7c89093bd00f7d5ddf0ab81dee04f801416b4944" 3953 }, 3954 "dist": { 3955 "type": "zip", 3956 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/7c89093bd00f7d5ddf0ab81dee04f801416b4944", 3957 "reference": "7c89093bd00f7d5ddf0ab81dee04f801416b4944", 3958 "shasum": "" 3959 }, 3960 "require": { 3961 "doctrine/instantiator": "^1.1", 3962 "ext-dom": "*", 3963 "ext-json": "*", 3964 "ext-libxml": "*", 3965 "ext-mbstring": "*", 3966 "ext-xml": "*", 3967 "myclabs/deep-copy": "^1.7", 3968 "phar-io/manifest": "^1.0.2", 3969 "phar-io/version": "^2.0", 3970 "php": "^7.1", 3971 "phpspec/prophecy": "^1.7", 3972 "phpunit/php-code-coverage": "^6.0.7", 3973 "phpunit/php-file-iterator": "^2.0.1", 3974 "phpunit/php-text-template": "^1.2.1", 3975 "phpunit/php-timer": "^2.0", 3976 "sebastian/comparator": "^3.0", 3977 "sebastian/diff": "^3.0", 3978 "sebastian/environment": "^4.0", 3979 "sebastian/exporter": "^3.1", 3980 "sebastian/global-state": "^2.0", 3981 "sebastian/object-enumerator": "^3.0.3", 3982 "sebastian/resource-operations": "^2.0", 3983 "sebastian/version": "^2.0.1" 3984 }, 3985 "conflict": { 3986 "phpunit/phpunit-mock-objects": "*" 3987 }, 3988 "require-dev": { 3989 "ext-pdo": "*" 3990 }, 3991 "suggest": { 3992 "ext-soap": "*", 3993 "ext-xdebug": "*", 3994 "phpunit/php-invoker": "^2.0" 3995 }, 3996 "bin": [ 3997 "phpunit" 3998 ], 3999 "type": "library", 4000 "extra": { 4001 "branch-alias": { 4002 "dev-master": "7.5-dev" 4003 } 4004 }, 4005 "autoload": { 4006 "classmap": [ 4007 "src/" 4008 ] 4009 }, 4010 "notification-url": "https://packagist.org/downloads/", 4011 "license": [ 4012 "BSD-3-Clause" 4013 ], 4014 "authors": [ 4015 { 4016 "name": "Sebastian Bergmann", 4017 "email": "sebastian@phpunit.de", 4018 "role": "lead" 4019 } 4020 ], 4021 "description": "The PHP Unit Testing framework.", 4022 "homepage": "https://phpunit.de/", 4023 "keywords": [ 4024 "phpunit", 4025 "testing", 4026 "xunit" 4027 ], 4028 "time": "2019-01-15T08:19:08+00:00" 4029 }, 4030 { 4031 "name": "sebastian/code-unit-reverse-lookup", 4032 "version": "1.0.1", 4033 "source": { 4034 "type": "git", 4035 "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git", 4036 "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18" 4037 }, 4038 "dist": { 4039 "type": "zip", 4040 "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18", 4041 "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18", 4042 "shasum": "" 4043 }, 4044 "require": { 4045 "php": "^5.6 || ^7.0" 4046 }, 4047 "require-dev": { 4048 "phpunit/phpunit": "^5.7 || ^6.0" 4049 }, 4050 "type": "library", 4051 "extra": { 4052 "branch-alias": { 4053 "dev-master": "1.0.x-dev" 4054 } 4055 }, 4056 "autoload": { 4057 "classmap": [ 4058 "src/" 4059 ] 4060 }, 4061 "notification-url": "https://packagist.org/downloads/", 4062 "license": [ 4063 "BSD-3-Clause" 4064 ], 4065 "authors": [ 4066 { 4067 "name": "Sebastian Bergmann", 4068 "email": "sebastian@phpunit.de" 4069 } 4070 ], 4071 "description": "Looks up which function or method a line of code belongs to", 4072 "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/", 4073 "time": "2017-03-04T06:30:41+00:00" 4074 }, 4075 { 4076 "name": "sebastian/comparator", 4077 "version": "3.0.2", 4078 "source": { 4079 "type": "git", 4080 "url": "https://github.com/sebastianbergmann/comparator.git", 4081 "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da" 4082 }, 4083 "dist": { 4084 "type": "zip", 4085 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/5de4fc177adf9bce8df98d8d141a7559d7ccf6da", 4086 "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da", 4087 "shasum": "" 4088 }, 4089 "require": { 4090 "php": "^7.1", 4091 "sebastian/diff": "^3.0", 4092 "sebastian/exporter": "^3.1" 4093 }, 4094 "require-dev": { 4095 "phpunit/phpunit": "^7.1" 4096 }, 4097 "type": "library", 4098 "extra": { 4099 "branch-alias": { 4100 "dev-master": "3.0-dev" 4101 } 4102 }, 4103 "autoload": { 4104 "classmap": [ 4105 "src/" 4106 ] 4107 }, 4108 "notification-url": "https://packagist.org/downloads/", 4109 "license": [ 4110 "BSD-3-Clause" 4111 ], 4112 "authors": [ 4113 { 4114 "name": "Jeff Welch", 4115 "email": "whatthejeff@gmail.com" 4116 }, 4117 { 4118 "name": "Volker Dusch", 4119 "email": "github@wallbash.com" 4120 }, 4121 { 4122 "name": "Bernhard Schussek", 4123 "email": "bschussek@2bepublished.at" 4124 }, 4125 { 4126 "name": "Sebastian Bergmann", 4127 "email": "sebastian@phpunit.de" 4128 } 4129 ], 4130 "description": "Provides the functionality to compare PHP values for equality", 4131 "homepage": "https://github.com/sebastianbergmann/comparator", 4132 "keywords": [ 4133 "comparator", 4134 "compare", 4135 "equality" 4136 ], 4137 "time": "2018-07-12T15:12:46+00:00" 4138 }, 4139 { 4140 "name": "sebastian/diff", 4141 "version": "3.0.1", 4142 "source": { 4143 "type": "git", 4144 "url": "https://github.com/sebastianbergmann/diff.git", 4145 "reference": "366541b989927187c4ca70490a35615d3fef2dce" 4146 }, 4147 "dist": { 4148 "type": "zip", 4149 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/366541b989927187c4ca70490a35615d3fef2dce", 4150 "reference": "366541b989927187c4ca70490a35615d3fef2dce", 4151 "shasum": "" 4152 }, 4153 "require": { 4154 "php": "^7.1" 4155 }, 4156 "require-dev": { 4157 "phpunit/phpunit": "^7.0", 4158 "symfony/process": "^2 || ^3.3 || ^4" 4159 }, 4160 "type": "library", 4161 "extra": { 4162 "branch-alias": { 4163 "dev-master": "3.0-dev" 4164 } 4165 }, 4166 "autoload": { 4167 "classmap": [ 4168 "src/" 4169 ] 4170 }, 4171 "notification-url": "https://packagist.org/downloads/", 4172 "license": [ 4173 "BSD-3-Clause" 4174 ], 4175 "authors": [ 4176 { 4177 "name": "Kore Nordmann", 4178 "email": "mail@kore-nordmann.de" 4179 }, 4180 { 4181 "name": "Sebastian Bergmann", 4182 "email": "sebastian@phpunit.de" 4183 } 4184 ], 4185 "description": "Diff implementation", 4186 "homepage": "https://github.com/sebastianbergmann/diff", 4187 "keywords": [ 4188 "diff", 4189 "udiff", 4190 "unidiff", 4191 "unified diff" 4192 ], 4193 "time": "2018-06-10T07:54:39+00:00" 4194 }, 4195 { 4196 "name": "sebastian/environment", 4197 "version": "4.0.1", 4198 "source": { 4199 "type": "git", 4200 "url": "https://github.com/sebastianbergmann/environment.git", 4201 "reference": "febd209a219cea7b56ad799b30ebbea34b71eb8f" 4202 }, 4203 "dist": { 4204 "type": "zip", 4205 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/febd209a219cea7b56ad799b30ebbea34b71eb8f", 4206 "reference": "febd209a219cea7b56ad799b30ebbea34b71eb8f", 4207 "shasum": "" 4208 }, 4209 "require": { 4210 "php": "^7.1" 4211 }, 4212 "require-dev": { 4213 "phpunit/phpunit": "^7.4" 4214 }, 4215 "type": "library", 4216 "extra": { 4217 "branch-alias": { 4218 "dev-master": "4.0-dev" 4219 } 4220 }, 4221 "autoload": { 4222 "classmap": [ 4223 "src/" 4224 ] 4225 }, 4226 "notification-url": "https://packagist.org/downloads/", 4227 "license": [ 4228 "BSD-3-Clause" 4229 ], 4230 "authors": [ 4231 { 4232 "name": "Sebastian Bergmann", 4233 "email": "sebastian@phpunit.de" 4234 } 4235 ], 4236 "description": "Provides functionality to handle HHVM/PHP environments", 4237 "homepage": "http://www.github.com/sebastianbergmann/environment", 4238 "keywords": [ 4239 "Xdebug", 4240 "environment", 4241 "hhvm" 4242 ], 4243 "time": "2018-11-25T09:31:21+00:00" 4244 }, 4245 { 4246 "name": "sebastian/exporter", 4247 "version": "3.1.0", 4248 "source": { 4249 "type": "git", 4250 "url": "https://github.com/sebastianbergmann/exporter.git", 4251 "reference": "234199f4528de6d12aaa58b612e98f7d36adb937" 4252 }, 4253 "dist": { 4254 "type": "zip", 4255 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/234199f4528de6d12aaa58b612e98f7d36adb937", 4256 "reference": "234199f4528de6d12aaa58b612e98f7d36adb937", 4257 "shasum": "" 4258 }, 4259 "require": { 4260 "php": "^7.0", 4261 "sebastian/recursion-context": "^3.0" 4262 }, 4263 "require-dev": { 4264 "ext-mbstring": "*", 4265 "phpunit/phpunit": "^6.0" 4266 }, 4267 "type": "library", 4268 "extra": { 4269 "branch-alias": { 4270 "dev-master": "3.1.x-dev" 4271 } 4272 }, 4273 "autoload": { 4274 "classmap": [ 4275 "src/" 4276 ] 4277 }, 4278 "notification-url": "https://packagist.org/downloads/", 4279 "license": [ 4280 "BSD-3-Clause" 4281 ], 4282 "authors": [ 4283 { 4284 "name": "Jeff Welch", 4285 "email": "whatthejeff@gmail.com" 4286 }, 4287 { 4288 "name": "Volker Dusch", 4289 "email": "github@wallbash.com" 4290 }, 4291 { 4292 "name": "Bernhard Schussek", 4293 "email": "bschussek@2bepublished.at" 4294 }, 4295 { 4296 "name": "Sebastian Bergmann", 4297 "email": "sebastian@phpunit.de" 4298 }, 4299 { 4300 "name": "Adam Harvey", 4301 "email": "aharvey@php.net" 4302 } 4303 ], 4304 "description": "Provides the functionality to export PHP variables for visualization", 4305 "homepage": "http://www.github.com/sebastianbergmann/exporter", 4306 "keywords": [ 4307 "export", 4308 "exporter" 4309 ], 4310 "time": "2017-04-03T13:19:02+00:00" 4311 }, 4312 { 4313 "name": "sebastian/global-state", 4314 "version": "2.0.0", 4315 "source": { 4316 "type": "git", 4317 "url": "https://github.com/sebastianbergmann/global-state.git", 4318 "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4" 4319 }, 4320 "dist": { 4321 "type": "zip", 4322 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4", 4323 "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4", 4324 "shasum": "" 4325 }, 4326 "require": { 4327 "php": "^7.0" 4328 }, 4329 "require-dev": { 4330 "phpunit/phpunit": "^6.0" 4331 }, 4332 "suggest": { 4333 "ext-uopz": "*" 4334 }, 4335 "type": "library", 4336 "extra": { 4337 "branch-alias": { 4338 "dev-master": "2.0-dev" 4339 } 4340 }, 4341 "autoload": { 4342 "classmap": [ 4343 "src/" 4344 ] 4345 }, 4346 "notification-url": "https://packagist.org/downloads/", 4347 "license": [ 4348 "BSD-3-Clause" 4349 ], 4350 "authors": [ 4351 { 4352 "name": "Sebastian Bergmann", 4353 "email": "sebastian@phpunit.de" 4354 } 4355 ], 4356 "description": "Snapshotting of global state", 4357 "homepage": "http://www.github.com/sebastianbergmann/global-state", 4358 "keywords": [ 4359 "global state" 4360 ], 4361 "time": "2017-04-27T15:39:26+00:00" 4362 }, 4363 { 4364 "name": "sebastian/object-enumerator", 4365 "version": "3.0.3", 4366 "source": { 4367 "type": "git", 4368 "url": "https://github.com/sebastianbergmann/object-enumerator.git", 4369 "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5" 4370 }, 4371 "dist": { 4372 "type": "zip", 4373 "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5", 4374 "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5", 4375 "shasum": "" 4376 }, 4377 "require": { 4378 "php": "^7.0", 4379 "sebastian/object-reflector": "^1.1.1", 4380 "sebastian/recursion-context": "^3.0" 4381 }, 4382 "require-dev": { 4383 "phpunit/phpunit": "^6.0" 4384 }, 4385 "type": "library", 4386 "extra": { 4387 "branch-alias": { 4388 "dev-master": "3.0.x-dev" 4389 } 4390 }, 4391 "autoload": { 4392 "classmap": [ 4393 "src/" 4394 ] 4395 }, 4396 "notification-url": "https://packagist.org/downloads/", 4397 "license": [ 4398 "BSD-3-Clause" 4399 ], 4400 "authors": [ 4401 { 4402 "name": "Sebastian Bergmann", 4403 "email": "sebastian@phpunit.de" 4404 } 4405 ], 4406 "description": "Traverses array structures and object graphs to enumerate all referenced objects", 4407 "homepage": "https://github.com/sebastianbergmann/object-enumerator/", 4408 "time": "2017-08-03T12:35:26+00:00" 4409 }, 4410 { 4411 "name": "sebastian/object-reflector", 4412 "version": "1.1.1", 4413 "source": { 4414 "type": "git", 4415 "url": "https://github.com/sebastianbergmann/object-reflector.git", 4416 "reference": "773f97c67f28de00d397be301821b06708fca0be" 4417 }, 4418 "dist": { 4419 "type": "zip", 4420 "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be", 4421 "reference": "773f97c67f28de00d397be301821b06708fca0be", 4422 "shasum": "" 4423 }, 4424 "require": { 4425 "php": "^7.0" 4426 }, 4427 "require-dev": { 4428 "phpunit/phpunit": "^6.0" 4429 }, 4430 "type": "library", 4431 "extra": { 4432 "branch-alias": { 4433 "dev-master": "1.1-dev" 4434 } 4435 }, 4436 "autoload": { 4437 "classmap": [ 4438 "src/" 4439 ] 4440 }, 4441 "notification-url": "https://packagist.org/downloads/", 4442 "license": [ 4443 "BSD-3-Clause" 4444 ], 4445 "authors": [ 4446 { 4447 "name": "Sebastian Bergmann", 4448 "email": "sebastian@phpunit.de" 4449 } 4450 ], 4451 "description": "Allows reflection of object attributes, including inherited and non-public ones", 4452 "homepage": "https://github.com/sebastianbergmann/object-reflector/", 4453 "time": "2017-03-29T09:07:27+00:00" 4454 }, 4455 { 4456 "name": "sebastian/recursion-context", 4457 "version": "3.0.0", 4458 "source": { 4459 "type": "git", 4460 "url": "https://github.com/sebastianbergmann/recursion-context.git", 4461 "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8" 4462 }, 4463 "dist": { 4464 "type": "zip", 4465 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8", 4466 "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8", 4467 "shasum": "" 4468 }, 4469 "require": { 4470 "php": "^7.0" 4471 }, 4472 "require-dev": { 4473 "phpunit/phpunit": "^6.0" 4474 }, 4475 "type": "library", 4476 "extra": { 4477 "branch-alias": { 4478 "dev-master": "3.0.x-dev" 4479 } 4480 }, 4481 "autoload": { 4482 "classmap": [ 4483 "src/" 4484 ] 4485 }, 4486 "notification-url": "https://packagist.org/downloads/", 4487 "license": [ 4488 "BSD-3-Clause" 4489 ], 4490 "authors": [ 4491 { 4492 "name": "Jeff Welch", 4493 "email": "whatthejeff@gmail.com" 4494 }, 4495 { 4496 "name": "Sebastian Bergmann", 4497 "email": "sebastian@phpunit.de" 4498 }, 4499 { 4500 "name": "Adam Harvey", 4501 "email": "aharvey@php.net" 4502 } 4503 ], 4504 "description": "Provides functionality to recursively process PHP variables", 4505 "homepage": "http://www.github.com/sebastianbergmann/recursion-context", 4506 "time": "2017-03-03T06:23:57+00:00" 4507 }, 4508 { 4509 "name": "sebastian/resource-operations", 4510 "version": "2.0.1", 4511 "source": { 4512 "type": "git", 4513 "url": "https://github.com/sebastianbergmann/resource-operations.git", 4514 "reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9" 4515 }, 4516 "dist": { 4517 "type": "zip", 4518 "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/4d7a795d35b889bf80a0cc04e08d77cedfa917a9", 4519 "reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9", 4520 "shasum": "" 4521 }, 4522 "require": { 4523 "php": "^7.1" 4524 }, 4525 "type": "library", 4526 "extra": { 4527 "branch-alias": { 4528 "dev-master": "2.0-dev" 4529 } 4530 }, 4531 "autoload": { 4532 "classmap": [ 4533 "src/" 4534 ] 4535 }, 4536 "notification-url": "https://packagist.org/downloads/", 4537 "license": [ 4538 "BSD-3-Clause" 4539 ], 4540 "authors": [ 4541 { 4542 "name": "Sebastian Bergmann", 4543 "email": "sebastian@phpunit.de" 4544 } 4545 ], 4546 "description": "Provides a list of PHP built-in functions that operate on resources", 4547 "homepage": "https://www.github.com/sebastianbergmann/resource-operations", 4548 "time": "2018-10-04T04:07:39+00:00" 4549 }, 4550 { 4551 "name": "sebastian/version", 4552 "version": "2.0.1", 4553 "source": { 4554 "type": "git", 4555 "url": "https://github.com/sebastianbergmann/version.git", 4556 "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019" 4557 }, 4558 "dist": { 4559 "type": "zip", 4560 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019", 4561 "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019", 4562 "shasum": "" 4563 }, 4564 "require": { 4565 "php": ">=5.6" 4566 }, 4567 "type": "library", 4568 "extra": { 4569 "branch-alias": { 4570 "dev-master": "2.0.x-dev" 4571 } 4572 }, 4573 "autoload": { 4574 "classmap": [ 4575 "src/" 4576 ] 4577 }, 4578 "notification-url": "https://packagist.org/downloads/", 4579 "license": [ 4580 "BSD-3-Clause" 4581 ], 4582 "authors": [ 4583 { 4584 "name": "Sebastian Bergmann", 4585 "email": "sebastian@phpunit.de", 4586 "role": "lead" 4587 } 4588 ], 4589 "description": "Library that helps with managing the version number of Git-hosted PHP projects", 4590 "homepage": "https://github.com/sebastianbergmann/version", 4591 "time": "2016-10-03T07:35:21+00:00" 4592 }, 4593 { 4594 "name": "symfony/config", 4595 "version": "v4.2.2", 4596 "source": { 4597 "type": "git", 4598 "url": "https://github.com/symfony/config.git", 4599 "reference": "a7a7d0a0244cfc82f040729ccf769e6cf55a78fb" 4600 }, 4601 "dist": { 4602 "type": "zip", 4603 "url": "https://api.github.com/repos/symfony/config/zipball/a7a7d0a0244cfc82f040729ccf769e6cf55a78fb", 4604 "reference": "a7a7d0a0244cfc82f040729ccf769e6cf55a78fb", 4605 "shasum": "" 4606 }, 4607 "require": { 4608 "php": "^7.1.3", 4609 "symfony/filesystem": "~3.4|~4.0", 4610 "symfony/polyfill-ctype": "~1.8" 4611 }, 4612 "conflict": { 4613 "symfony/finder": "<3.4" 4614 }, 4615 "require-dev": { 4616 "symfony/dependency-injection": "~3.4|~4.0", 4617 "symfony/event-dispatcher": "~3.4|~4.0", 4618 "symfony/finder": "~3.4|~4.0", 4619 "symfony/yaml": "~3.4|~4.0" 4620 }, 4621 "suggest": { 4622 "symfony/yaml": "To use the yaml reference dumper" 4623 }, 4624 "type": "library", 4625 "extra": { 4626 "branch-alias": { 4627 "dev-master": "4.2-dev" 4628 } 4629 }, 4630 "autoload": { 4631 "psr-4": { 4632 "Symfony\\Component\\Config\\": "" 4633 }, 4634 "exclude-from-classmap": [ 4635 "/Tests/" 4636 ] 4637 }, 4638 "notification-url": "https://packagist.org/downloads/", 4639 "license": [ 4640 "MIT" 4641 ], 4642 "authors": [ 4643 { 4644 "name": "Fabien Potencier", 4645 "email": "fabien@symfony.com" 4646 }, 4647 { 4648 "name": "Symfony Community", 4649 "homepage": "https://symfony.com/contributors" 4650 } 4651 ], 4652 "description": "Symfony Config Component", 4653 "homepage": "https://symfony.com", 4654 "time": "2019-01-03T09:07:35+00:00" 4655 }, 4656 { 4657 "name": "symfony/console", 4658 "version": "v4.2.2", 4659 "source": { 4660 "type": "git", 4661 "url": "https://github.com/symfony/console.git", 4662 "reference": "b0a03c1bb0fcbe288629956cf2f1dd3f1dc97522" 4663 }, 4664 "dist": { 4665 "type": "zip", 4666 "url": "https://api.github.com/repos/symfony/console/zipball/b0a03c1bb0fcbe288629956cf2f1dd3f1dc97522", 4667 "reference": "b0a03c1bb0fcbe288629956cf2f1dd3f1dc97522", 4668 "shasum": "" 4669 }, 4670 "require": { 4671 "php": "^7.1.3", 4672 "symfony/contracts": "^1.0", 4673 "symfony/polyfill-mbstring": "~1.0" 4674 }, 4675 "conflict": { 4676 "symfony/dependency-injection": "<3.4", 4677 "symfony/process": "<3.3" 4678 }, 4679 "require-dev": { 4680 "psr/log": "~1.0", 4681 "symfony/config": "~3.4|~4.0", 4682 "symfony/dependency-injection": "~3.4|~4.0", 4683 "symfony/event-dispatcher": "~3.4|~4.0", 4684 "symfony/lock": "~3.4|~4.0", 4685 "symfony/process": "~3.4|~4.0" 4686 }, 4687 "suggest": { 4688 "psr/log-implementation": "For using the console logger", 4689 "symfony/event-dispatcher": "", 4690 "symfony/lock": "", 4691 "symfony/process": "" 4692 }, 4693 "type": "library", 4694 "extra": { 4695 "branch-alias": { 4696 "dev-master": "4.2-dev" 4697 } 4698 }, 4699 "autoload": { 4700 "psr-4": { 4701 "Symfony\\Component\\Console\\": "" 4702 }, 4703 "exclude-from-classmap": [ 4704 "/Tests/" 4705 ] 4706 }, 4707 "notification-url": "https://packagist.org/downloads/", 4708 "license": [ 4709 "MIT" 4710 ], 4711 "authors": [ 4712 { 4713 "name": "Fabien Potencier", 4714 "email": "fabien@symfony.com" 4715 }, 4716 { 4717 "name": "Symfony Community", 4718 "homepage": "https://symfony.com/contributors" 4719 } 4720 ], 4721 "description": "Symfony Console Component", 4722 "homepage": "https://symfony.com", 4723 "time": "2019-01-04T15:13:53+00:00" 4724 }, 4725 { 4726 "name": "symfony/filesystem", 4727 "version": "v4.2.2", 4728 "source": { 4729 "type": "git", 4730 "url": "https://github.com/symfony/filesystem.git", 4731 "reference": "c2ffd9a93f2d6c5be2f68a0aa7953cc229f871f8" 4732 }, 4733 "dist": { 4734 "type": "zip", 4735 "url": "https://api.github.com/repos/symfony/filesystem/zipball/c2ffd9a93f2d6c5be2f68a0aa7953cc229f871f8", 4736 "reference": "c2ffd9a93f2d6c5be2f68a0aa7953cc229f871f8", 4737 "shasum": "" 4738 }, 4739 "require": { 4740 "php": "^7.1.3", 4741 "symfony/polyfill-ctype": "~1.8" 4742 }, 4743 "type": "library", 4744 "extra": { 4745 "branch-alias": { 4746 "dev-master": "4.2-dev" 4747 } 4748 }, 4749 "autoload": { 4750 "psr-4": { 4751 "Symfony\\Component\\Filesystem\\": "" 4752 }, 4753 "exclude-from-classmap": [ 4754 "/Tests/" 4755 ] 4756 }, 4757 "notification-url": "https://packagist.org/downloads/", 4758 "license": [ 4759 "MIT" 4760 ], 4761 "authors": [ 4762 { 4763 "name": "Fabien Potencier", 4764 "email": "fabien@symfony.com" 4765 }, 4766 { 4767 "name": "Symfony Community", 4768 "homepage": "https://symfony.com/contributors" 4769 } 4770 ], 4771 "description": "Symfony Filesystem Component", 4772 "homepage": "https://symfony.com", 4773 "time": "2019-01-03T09:07:35+00:00" 4774 }, 4775 { 4776 "name": "symfony/stopwatch", 4777 "version": "v4.2.2", 4778 "source": { 4779 "type": "git", 4780 "url": "https://github.com/symfony/stopwatch.git", 4781 "reference": "af62b35760fc92c8dbdce659b4eebdfe0e6a0472" 4782 }, 4783 "dist": { 4784 "type": "zip", 4785 "url": "https://api.github.com/repos/symfony/stopwatch/zipball/af62b35760fc92c8dbdce659b4eebdfe0e6a0472", 4786 "reference": "af62b35760fc92c8dbdce659b4eebdfe0e6a0472", 4787 "shasum": "" 4788 }, 4789 "require": { 4790 "php": "^7.1.3", 4791 "symfony/contracts": "^1.0" 4792 }, 4793 "type": "library", 4794 "extra": { 4795 "branch-alias": { 4796 "dev-master": "4.2-dev" 4797 } 4798 }, 4799 "autoload": { 4800 "psr-4": { 4801 "Symfony\\Component\\Stopwatch\\": "" 4802 }, 4803 "exclude-from-classmap": [ 4804 "/Tests/" 4805 ] 4806 }, 4807 "notification-url": "https://packagist.org/downloads/", 4808 "license": [ 4809 "MIT" 4810 ], 4811 "authors": [ 4812 { 4813 "name": "Fabien Potencier", 4814 "email": "fabien@symfony.com" 4815 }, 4816 { 4817 "name": "Symfony Community", 4818 "homepage": "https://symfony.com/contributors" 4819 } 4820 ], 4821 "description": "Symfony Stopwatch Component", 4822 "homepage": "https://symfony.com", 4823 "time": "2019-01-03T09:07:35+00:00" 4824 }, 4825 { 4826 "name": "symfony/var-dumper", 4827 "version": "v4.2.2", 4828 "source": { 4829 "type": "git", 4830 "url": "https://github.com/symfony/var-dumper.git", 4831 "reference": "85bde661b178173d85c6f11ea9d03b61d1212bb2" 4832 }, 4833 "dist": { 4834 "type": "zip", 4835 "url": "https://api.github.com/repos/symfony/var-dumper/zipball/85bde661b178173d85c6f11ea9d03b61d1212bb2", 4836 "reference": "85bde661b178173d85c6f11ea9d03b61d1212bb2", 4837 "shasum": "" 4838 }, 4839 "require": { 4840 "php": "^7.1.3", 4841 "symfony/polyfill-mbstring": "~1.0", 4842 "symfony/polyfill-php72": "~1.5" 4843 }, 4844 "conflict": { 4845 "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0", 4846 "symfony/console": "<3.4" 4847 }, 4848 "require-dev": { 4849 "ext-iconv": "*", 4850 "symfony/console": "~3.4|~4.0", 4851 "symfony/process": "~3.4|~4.0", 4852 "twig/twig": "~1.34|~2.4" 4853 }, 4854 "suggest": { 4855 "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).", 4856 "ext-intl": "To show region name in time zone dump", 4857 "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script" 4858 }, 4859 "bin": [ 4860 "Resources/bin/var-dump-server" 4861 ], 4862 "type": "library", 4863 "extra": { 4864 "branch-alias": { 4865 "dev-master": "4.2-dev" 4866 } 4867 }, 4868 "autoload": { 4869 "files": [ 4870 "Resources/functions/dump.php" 4871 ], 4872 "psr-4": { 4873 "Symfony\\Component\\VarDumper\\": "" 4874 }, 4875 "exclude-from-classmap": [ 4876 "/Tests/" 4877 ] 4878 }, 4879 "notification-url": "https://packagist.org/downloads/", 4880 "license": [ 4881 "MIT" 4882 ], 4883 "authors": [ 4884 { 4885 "name": "Nicolas Grekas", 4886 "email": "p@tchwork.com" 4887 }, 4888 { 4889 "name": "Symfony Community", 4890 "homepage": "https://symfony.com/contributors" 4891 } 4892 ], 4893 "description": "Symfony mechanism for exploring and dumping PHP variables", 4894 "homepage": "https://symfony.com", 4895 "keywords": [ 4896 "debug", 4897 "dump" 4898 ], 4899 "time": "2019-01-03T09:07:35+00:00" 4900 }, 4901 { 4902 "name": "symfony/yaml", 4903 "version": "v4.2.2", 4904 "source": { 4905 "type": "git", 4906 "url": "https://github.com/symfony/yaml.git", 4907 "reference": "d0aa6c0ea484087927b49fd513383a7d36190ca6" 4908 }, 4909 "dist": { 4910 "type": "zip", 4911 "url": "https://api.github.com/repos/symfony/yaml/zipball/d0aa6c0ea484087927b49fd513383a7d36190ca6", 4912 "reference": "d0aa6c0ea484087927b49fd513383a7d36190ca6", 4913 "shasum": "" 4914 }, 4915 "require": { 4916 "php": "^7.1.3", 4917 "symfony/polyfill-ctype": "~1.8" 4918 }, 4919 "conflict": { 4920 "symfony/console": "<3.4" 4921 }, 4922 "require-dev": { 4923 "symfony/console": "~3.4|~4.0" 4924 }, 4925 "suggest": { 4926 "symfony/console": "For validating YAML files using the lint command" 4927 }, 4928 "type": "library", 4929 "extra": { 4930 "branch-alias": { 4931 "dev-master": "4.2-dev" 4932 } 4933 }, 4934 "autoload": { 4935 "psr-4": { 4936 "Symfony\\Component\\Yaml\\": "" 4937 }, 4938 "exclude-from-classmap": [ 4939 "/Tests/" 4940 ] 4941 }, 4942 "notification-url": "https://packagist.org/downloads/", 4943 "license": [ 4944 "MIT" 4945 ], 4946 "authors": [ 4947 { 4948 "name": "Fabien Potencier", 4949 "email": "fabien@symfony.com" 4950 }, 4951 { 4952 "name": "Symfony Community", 4953 "homepage": "https://symfony.com/contributors" 4954 } 4955 ], 4956 "description": "Symfony Yaml Component", 4957 "homepage": "https://symfony.com", 4958 "time": "2019-01-03T09:07:35+00:00" 4959 }, 4960 { 4961 "name": "theseer/tokenizer", 4962 "version": "1.1.0", 4963 "source": { 4964 "type": "git", 4965 "url": "https://github.com/theseer/tokenizer.git", 4966 "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b" 4967 }, 4968 "dist": { 4969 "type": "zip", 4970 "url": "https://api.github.com/repos/theseer/tokenizer/zipball/cb2f008f3f05af2893a87208fe6a6c4985483f8b", 4971 "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b", 4972 "shasum": "" 4973 }, 4974 "require": { 4975 "ext-dom": "*", 4976 "ext-tokenizer": "*", 4977 "ext-xmlwriter": "*", 4978 "php": "^7.0" 4979 }, 4980 "type": "library", 4981 "autoload": { 4982 "classmap": [ 4983 "src/" 4984 ] 4985 }, 4986 "notification-url": "https://packagist.org/downloads/", 4987 "license": [ 4988 "BSD-3-Clause" 4989 ], 4990 "authors": [ 4991 { 4992 "name": "Arne Blankerts", 4993 "email": "arne@blankerts.de", 4994 "role": "Developer" 4995 } 4996 ], 4997 "description": "A small library for converting tokenized PHP source code into XML and potentially other formats", 4998 "time": "2017-04-07T12:08:54+00:00" 4999 }, 5000 { 5001 "name": "wapmorgan/php-code-fixer", 5002 "version": "dev-master", 5003 "source": { 5004 "type": "git", 5005 "url": "https://github.com/wapmorgan/PhpCodeFixer.git", 5006 "reference": "80123e5f142a222fa837db57a938d6edf58a6b7c" 5007 }, 5008 "dist": { 5009 "type": "zip", 5010 "url": "https://api.github.com/repos/wapmorgan/PhpCodeFixer/zipball/80123e5f142a222fa837db57a938d6edf58a6b7c", 5011 "reference": "80123e5f142a222fa837db57a938d6edf58a6b7c", 5012 "shasum": "" 5013 }, 5014 "require": { 5015 "docopt/docopt": "~1.0", 5016 "ext-tokenizer": "*", 5017 "php": ">=5.4" 5018 }, 5019 "bin": [ 5020 "bin/phpcf" 5021 ], 5022 "type": "package", 5023 "extra": { 5024 "phar-builder": { 5025 "compression": "BZip2", 5026 "name": "phpcf-dev.phar", 5027 "output-dir": "./", 5028 "entry-point": "bin/phpcf", 5029 "include": [ 5030 "bin", 5031 "data" 5032 ], 5033 "events": { 5034 "command.package.start": "git describe --tags > bin/version.txt", 5035 "command.package.end": "cp phpcf-dev.phar phpcf-`cat bin/version.txt`.phar && chmod +x phpcf.phar && rm bin/version.txt" 5036 } 5037 } 5038 }, 5039 "autoload": { 5040 "psr-4": { 5041 "wapmorgan\\PhpCodeFixer\\": "src/" 5042 }, 5043 "files": [ 5044 "src/functions.php" 5045 ] 5046 }, 5047 "notification-url": "https://packagist.org/downloads/", 5048 "license": [ 5049 "BSD-3-Clause" 5050 ], 5051 "description": "A scanner that checks compatibility of your code with new interpreter versions.", 5052 "time": "2019-01-16T18:52:43+00:00" 5053 }, 5054 { 5055 "name": "webmozart/assert", 5056 "version": "1.4.0", 5057 "source": { 5058 "type": "git", 5059 "url": "https://github.com/webmozart/assert.git", 5060 "reference": "83e253c8e0be5b0257b881e1827274667c5c17a9" 5061 }, 5062 "dist": { 5063 "type": "zip", 5064 "url": "https://api.github.com/repos/webmozart/assert/zipball/83e253c8e0be5b0257b881e1827274667c5c17a9", 5065 "reference": "83e253c8e0be5b0257b881e1827274667c5c17a9", 5066 "shasum": "" 5067 }, 5068 "require": { 5069 "php": "^5.3.3 || ^7.0", 5070 "symfony/polyfill-ctype": "^1.8" 5071 }, 5072 "require-dev": { 5073 "phpunit/phpunit": "^4.6", 5074 "sebastian/version": "^1.0.1" 5075 }, 5076 "type": "library", 5077 "extra": { 5078 "branch-alias": { 5079 "dev-master": "1.3-dev" 5080 } 5081 }, 5082 "autoload": { 5083 "psr-4": { 5084 "Webmozart\\Assert\\": "src/" 5085 } 5086 }, 5087 "notification-url": "https://packagist.org/downloads/", 5088 "license": [ 5089 "MIT" 5090 ], 5091 "authors": [ 5092 { 5093 "name": "Bernhard Schussek", 5094 "email": "bschussek@gmail.com" 5095 } 5096 ], 5097 "description": "Assertions to validate method input/output with nice error messages.", 5098 "keywords": [ 5099 "assert", 5100 "check", 5101 "validate" 5102 ], 5103 "time": "2018-12-25T11:19:39+00:00" 5104 } 5105 ], 5106 "aliases": [], 5107 "minimum-stability": "stable", 5108 "stability-flags": { 5109 "wapmorgan/php-code-fixer": 20 5110 }, 5111 "prefer-stable": false, 5112 "prefer-lowest": false, 5113 "platform": { 5114 "ext-curl": "*", 5115 "ext-gd": "*", 5116 "ext-iconv": "*", 5117 "ext-intl": "*", 5118 "ext-json": "*", 5119 "ext-pcre": "*", 5120 "ext-pdo": "*", 5121 "ext-pdo_mysql": "*", 5122 "ext-session": "*", 5123 "ext-simplexml": "*", 5124 "ext-xml": "*", 5125 "ext-zip": "*" 5126 }, 5127 "platform-dev": { 5128 "ext-pdo_sqlite": "*" 5129 }, 5130 "platform-overrides": { 5131 "php": "7.1.3" 5132 } 5133} 5134