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