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#composer-lock-the-lock-file", 5 "This file is @generated automatically" 6 ], 7 "content-hash": "9b19fec96068a55ca8f27c532c1abad1", 8 "packages": [ 9 { 10 "name": "filp/whoops", 11 "version": "2.1.14", 12 "source": { 13 "type": "git", 14 "url": "https://github.com/filp/whoops.git", 15 "reference": "c6081b8838686aa04f1e83ba7e91f78b7b2a23e6" 16 }, 17 "dist": { 18 "type": "zip", 19 "url": "https://api.github.com/repos/filp/whoops/zipball/c6081b8838686aa04f1e83ba7e91f78b7b2a23e6", 20 "reference": "c6081b8838686aa04f1e83ba7e91f78b7b2a23e6", 21 "shasum": "" 22 }, 23 "require": { 24 "php": "^5.5.9 || ^7.0", 25 "psr/log": "^1.0.1" 26 }, 27 "require-dev": { 28 "mockery/mockery": "0.9.*", 29 "phpunit/phpunit": "^4.8.35 || ^5.7", 30 "symfony/var-dumper": "^2.6 || ^3.0" 31 }, 32 "suggest": { 33 "symfony/var-dumper": "Pretty print complex values better with var-dumper available", 34 "whoops/soap": "Formats errors as SOAP responses" 35 }, 36 "type": "library", 37 "extra": { 38 "branch-alias": { 39 "dev-master": "2.0-dev" 40 } 41 }, 42 "autoload": { 43 "psr-4": { 44 "Whoops\\": "src/Whoops/" 45 } 46 }, 47 "notification-url": "https://packagist.org/downloads/", 48 "license": [ 49 "MIT" 50 ], 51 "authors": [ 52 { 53 "name": "Filipe Dobreira", 54 "homepage": "https://github.com/filp", 55 "role": "Developer" 56 } 57 ], 58 "description": "php error handling for cool kids", 59 "homepage": "https://filp.github.io/whoops/", 60 "keywords": [ 61 "error", 62 "exception", 63 "handling", 64 "library", 65 "throwable", 66 "whoops" 67 ], 68 "time": "2017-11-23T18:22:44+00:00" 69 }, 70 { 71 "name": "fisharebest/algorithm", 72 "version": "1.4.0", 73 "source": { 74 "type": "git", 75 "url": "https://github.com/fisharebest/algorithm.git", 76 "reference": "e269fd476dc165b40f1cdc99c3051245d56c9380" 77 }, 78 "dist": { 79 "type": "zip", 80 "url": "https://api.github.com/repos/fisharebest/algorithm/zipball/e269fd476dc165b40f1cdc99c3051245d56c9380", 81 "reference": "e269fd476dc165b40f1cdc99c3051245d56c9380", 82 "shasum": "" 83 }, 84 "require": { 85 "php": ">=5.3.0" 86 }, 87 "require-dev": { 88 "phpunit/phpunit": "*", 89 "satooshi/php-coveralls": "*" 90 }, 91 "type": "library", 92 "autoload": { 93 "psr-4": { 94 "Fisharebest\\Algorithm\\": "src/" 95 } 96 }, 97 "notification-url": "https://packagist.org/downloads/", 98 "license": [ 99 "GPL-3.0+" 100 ], 101 "authors": [ 102 { 103 "name": "Greg Roach", 104 "email": "greg@subaqua.co.uk", 105 "role": "Developer" 106 } 107 ], 108 "description": "Implementation of standard algorithms in PHP.", 109 "homepage": "https://github.com/fisharebest/algorithm", 110 "keywords": [ 111 "Algorithm", 112 "diff", 113 "dijkstra", 114 "myers" 115 ], 116 "time": "2017-08-21T11:21:58+00:00" 117 }, 118 { 119 "name": "fisharebest/ext-calendar", 120 "version": "2.4.0", 121 "source": { 122 "type": "git", 123 "url": "https://github.com/fisharebest/ext-calendar.git", 124 "reference": "d30c9822ccd207671cd0864158ef6d63e71a8523" 125 }, 126 "dist": { 127 "type": "zip", 128 "url": "https://api.github.com/repos/fisharebest/ext-calendar/zipball/d30c9822ccd207671cd0864158ef6d63e71a8523", 129 "reference": "d30c9822ccd207671cd0864158ef6d63e71a8523", 130 "shasum": "" 131 }, 132 "require": { 133 "php": ">=5.3.0" 134 }, 135 "require-dev": { 136 "phpunit/phpunit": "<6", 137 "satooshi/php-coveralls": "*" 138 }, 139 "type": "library", 140 "autoload": { 141 "files": [ 142 "src/shims.php" 143 ], 144 "psr-4": { 145 "Fisharebest\\ExtCalendar\\": "src/" 146 } 147 }, 148 "notification-url": "https://packagist.org/downloads/", 149 "license": [ 150 "GPL-3.0+" 151 ], 152 "authors": [ 153 { 154 "name": "Greg Roach", 155 "email": "fisharebest@gmail.com", 156 "role": "Developer" 157 } 158 ], 159 "description": "Implementation of the Arabic (Hijri), French, Gregorian, Jewish, Julian and Persian (Jalali) calendars. Also provides a replacement for the PHP ext/calendar extension.", 160 "homepage": "https://github.com/fisharebest/ext-calendar", 161 "keywords": [ 162 "Jalali", 163 "arabic", 164 "calendar", 165 "ext-calendar", 166 "french", 167 "gregorian", 168 "hebrew", 169 "hijri", 170 "jewish", 171 "julian", 172 "julian day", 173 "julian day number", 174 "persian", 175 "shamsi" 176 ], 177 "time": "2018-01-16T11:36:25+00:00" 178 }, 179 { 180 "name": "fisharebest/localization", 181 "version": "1.10.3", 182 "source": { 183 "type": "git", 184 "url": "https://github.com/fisharebest/localization.git", 185 "reference": "64bb6ed8bc7b18920f8e449704f7cb00f90f7603" 186 }, 187 "dist": { 188 "type": "zip", 189 "url": "https://api.github.com/repos/fisharebest/localization/zipball/64bb6ed8bc7b18920f8e449704f7cb00f90f7603", 190 "reference": "64bb6ed8bc7b18920f8e449704f7cb00f90f7603", 191 "shasum": "" 192 }, 193 "require": { 194 "php": ">=5.3.0" 195 }, 196 "require-dev": { 197 "phpunit/phpunit": "4.*|5.*", 198 "satooshi/php-coveralls": "*" 199 }, 200 "type": "library", 201 "autoload": { 202 "psr-4": { 203 "Fisharebest\\Localization\\": "src/" 204 } 205 }, 206 "notification-url": "https://packagist.org/downloads/", 207 "license": [ 208 "GPL-3.0+" 209 ], 210 "authors": [ 211 { 212 "name": "Greg Roach", 213 "email": "fisharebest@gmail.com", 214 "role": "Developer" 215 } 216 ], 217 "description": "A lightweight localization database and translation tools, with data from the CLDR, IANA, ISO, etc.", 218 "homepage": "https://github.com/fisharebest/localization", 219 "keywords": [ 220 "cldr", 221 "gettext", 222 "i18n", 223 "l10n", 224 "language", 225 "locale", 226 "localization", 227 "script", 228 "translate", 229 "translation" 230 ], 231 "time": "2018-01-16T07:36:49+00:00" 232 }, 233 { 234 "name": "guzzlehttp/guzzle", 235 "version": "6.3.2", 236 "source": { 237 "type": "git", 238 "url": "https://github.com/guzzle/guzzle.git", 239 "reference": "68d0ea14d5a3f42a20e87632a5f84931e2709c90" 240 }, 241 "dist": { 242 "type": "zip", 243 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/68d0ea14d5a3f42a20e87632a5f84931e2709c90", 244 "reference": "68d0ea14d5a3f42a20e87632a5f84931e2709c90", 245 "shasum": "" 246 }, 247 "require": { 248 "guzzlehttp/promises": "^1.0", 249 "guzzlehttp/psr7": "^1.4", 250 "php": ">=5.5" 251 }, 252 "require-dev": { 253 "ext-curl": "*", 254 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4", 255 "psr/log": "^1.0" 256 }, 257 "suggest": { 258 "psr/log": "Required for using the Log middleware" 259 }, 260 "type": "library", 261 "extra": { 262 "branch-alias": { 263 "dev-master": "6.3-dev" 264 } 265 }, 266 "autoload": { 267 "files": [ 268 "src/functions_include.php" 269 ], 270 "psr-4": { 271 "GuzzleHttp\\": "src/" 272 } 273 }, 274 "notification-url": "https://packagist.org/downloads/", 275 "license": [ 276 "MIT" 277 ], 278 "authors": [ 279 { 280 "name": "Michael Dowling", 281 "email": "mtdowling@gmail.com", 282 "homepage": "https://github.com/mtdowling" 283 } 284 ], 285 "description": "Guzzle is a PHP HTTP client library", 286 "homepage": "http://guzzlephp.org/", 287 "keywords": [ 288 "client", 289 "curl", 290 "framework", 291 "http", 292 "http client", 293 "rest", 294 "web service" 295 ], 296 "time": "2018-03-26T16:33:04+00:00" 297 }, 298 { 299 "name": "guzzlehttp/promises", 300 "version": "v1.3.1", 301 "source": { 302 "type": "git", 303 "url": "https://github.com/guzzle/promises.git", 304 "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646" 305 }, 306 "dist": { 307 "type": "zip", 308 "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646", 309 "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646", 310 "shasum": "" 311 }, 312 "require": { 313 "php": ">=5.5.0" 314 }, 315 "require-dev": { 316 "phpunit/phpunit": "^4.0" 317 }, 318 "type": "library", 319 "extra": { 320 "branch-alias": { 321 "dev-master": "1.4-dev" 322 } 323 }, 324 "autoload": { 325 "psr-4": { 326 "GuzzleHttp\\Promise\\": "src/" 327 }, 328 "files": [ 329 "src/functions_include.php" 330 ] 331 }, 332 "notification-url": "https://packagist.org/downloads/", 333 "license": [ 334 "MIT" 335 ], 336 "authors": [ 337 { 338 "name": "Michael Dowling", 339 "email": "mtdowling@gmail.com", 340 "homepage": "https://github.com/mtdowling" 341 } 342 ], 343 "description": "Guzzle promises library", 344 "keywords": [ 345 "promise" 346 ], 347 "time": "2016-12-20T10:07:11+00:00" 348 }, 349 { 350 "name": "guzzlehttp/psr7", 351 "version": "1.4.2", 352 "source": { 353 "type": "git", 354 "url": "https://github.com/guzzle/psr7.git", 355 "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c" 356 }, 357 "dist": { 358 "type": "zip", 359 "url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c", 360 "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c", 361 "shasum": "" 362 }, 363 "require": { 364 "php": ">=5.4.0", 365 "psr/http-message": "~1.0" 366 }, 367 "provide": { 368 "psr/http-message-implementation": "1.0" 369 }, 370 "require-dev": { 371 "phpunit/phpunit": "~4.0" 372 }, 373 "type": "library", 374 "extra": { 375 "branch-alias": { 376 "dev-master": "1.4-dev" 377 } 378 }, 379 "autoload": { 380 "psr-4": { 381 "GuzzleHttp\\Psr7\\": "src/" 382 }, 383 "files": [ 384 "src/functions_include.php" 385 ] 386 }, 387 "notification-url": "https://packagist.org/downloads/", 388 "license": [ 389 "MIT" 390 ], 391 "authors": [ 392 { 393 "name": "Michael Dowling", 394 "email": "mtdowling@gmail.com", 395 "homepage": "https://github.com/mtdowling" 396 }, 397 { 398 "name": "Tobias Schultze", 399 "homepage": "https://github.com/Tobion" 400 } 401 ], 402 "description": "PSR-7 message implementation that also provides common utility methods", 403 "keywords": [ 404 "http", 405 "message", 406 "request", 407 "response", 408 "stream", 409 "uri", 410 "url" 411 ], 412 "time": "2017-03-20T17:10:46+00:00" 413 }, 414 { 415 "name": "intervention/image", 416 "version": "2.4.1", 417 "source": { 418 "type": "git", 419 "url": "https://github.com/Intervention/image.git", 420 "reference": "3603dbcc9a17d307533473246a6c58c31cf17919" 421 }, 422 "dist": { 423 "type": "zip", 424 "url": "https://api.github.com/repos/Intervention/image/zipball/3603dbcc9a17d307533473246a6c58c31cf17919", 425 "reference": "3603dbcc9a17d307533473246a6c58c31cf17919", 426 "shasum": "" 427 }, 428 "require": { 429 "ext-fileinfo": "*", 430 "guzzlehttp/psr7": "~1.1", 431 "php": ">=5.4.0" 432 }, 433 "require-dev": { 434 "mockery/mockery": "~0.9.2", 435 "phpunit/phpunit": "^4.8 || ^5.7" 436 }, 437 "suggest": { 438 "ext-gd": "to use GD library based image processing.", 439 "ext-imagick": "to use Imagick based image processing.", 440 "intervention/imagecache": "Caching extension for the Intervention Image library" 441 }, 442 "type": "library", 443 "extra": { 444 "branch-alias": { 445 "dev-master": "2.3-dev" 446 }, 447 "laravel": { 448 "providers": [ 449 "Intervention\\Image\\ImageServiceProvider" 450 ], 451 "aliases": { 452 "Image": "Intervention\\Image\\Facades\\Image" 453 } 454 } 455 }, 456 "autoload": { 457 "psr-4": { 458 "Intervention\\Image\\": "src/Intervention/Image" 459 } 460 }, 461 "notification-url": "https://packagist.org/downloads/", 462 "license": [ 463 "MIT" 464 ], 465 "authors": [ 466 { 467 "name": "Oliver Vogel", 468 "email": "oliver@olivervogel.com", 469 "homepage": "http://olivervogel.com/" 470 } 471 ], 472 "description": "Image handling and manipulation library with support for Laravel integration", 473 "homepage": "http://image.intervention.io/", 474 "keywords": [ 475 "gd", 476 "image", 477 "imagick", 478 "laravel", 479 "thumbnail", 480 "watermark" 481 ], 482 "time": "2017-09-21T16:29:17+00:00" 483 }, 484 { 485 "name": "league/commonmark", 486 "version": "0.17.5", 487 "source": { 488 "type": "git", 489 "url": "https://github.com/thephpleague/commonmark.git", 490 "reference": "82d7ab62d7f68391cb9d323f3ccce50be24a5369" 491 }, 492 "dist": { 493 "type": "zip", 494 "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/82d7ab62d7f68391cb9d323f3ccce50be24a5369", 495 "reference": "82d7ab62d7f68391cb9d323f3ccce50be24a5369", 496 "shasum": "" 497 }, 498 "require": { 499 "ext-mbstring": "*", 500 "php": ">=5.6.5" 501 }, 502 "replace": { 503 "colinodell/commonmark-php": "*" 504 }, 505 "require-dev": { 506 "cebe/markdown": "~1.0", 507 "commonmark/commonmark.js": "0.28", 508 "erusev/parsedown": "~1.0", 509 "michelf/php-markdown": "~1.4", 510 "mikehaertl/php-shellcommand": "^1.2", 511 "phpunit/phpunit": "^5.7|^6.5", 512 "scrutinizer/ocular": "^1.1", 513 "symfony/finder": "^3.0|^4.0" 514 }, 515 "suggest": { 516 "league/commonmark-extras": "Library of useful extensions including smart punctuation" 517 }, 518 "bin": [ 519 "bin/commonmark" 520 ], 521 "type": "library", 522 "extra": { 523 "branch-alias": { 524 "dev-master": "0.18-dev" 525 } 526 }, 527 "autoload": { 528 "psr-4": { 529 "League\\CommonMark\\": "src/" 530 } 531 }, 532 "notification-url": "https://packagist.org/downloads/", 533 "license": [ 534 "BSD-3-Clause" 535 ], 536 "authors": [ 537 { 538 "name": "Colin O'Dell", 539 "email": "colinodell@gmail.com", 540 "homepage": "https://www.colinodell.com", 541 "role": "Lead Developer" 542 } 543 ], 544 "description": "Markdown parser for PHP based on the CommonMark spec", 545 "homepage": "https://github.com/thephpleague/commonmark", 546 "keywords": [ 547 "commonmark", 548 "markdown", 549 "parser" 550 ], 551 "time": "2018-03-29T14:35:19+00:00" 552 }, 553 { 554 "name": "league/flysystem", 555 "version": "1.0.43", 556 "source": { 557 "type": "git", 558 "url": "https://github.com/thephpleague/flysystem.git", 559 "reference": "1ce7cc142d906ba58dc54c82915d355a9191c8a8" 560 }, 561 "dist": { 562 "type": "zip", 563 "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/1ce7cc142d906ba58dc54c82915d355a9191c8a8", 564 "reference": "1ce7cc142d906ba58dc54c82915d355a9191c8a8", 565 "shasum": "" 566 }, 567 "require": { 568 "php": ">=5.5.9" 569 }, 570 "conflict": { 571 "league/flysystem-sftp": "<1.0.6" 572 }, 573 "require-dev": { 574 "ext-fileinfo": "*", 575 "phpspec/phpspec": "^3.4", 576 "phpunit/phpunit": "^5.7" 577 }, 578 "suggest": { 579 "ext-fileinfo": "Required for MimeType", 580 "ext-ftp": "Allows you to use FTP server storage", 581 "ext-openssl": "Allows you to use FTPS server storage", 582 "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2", 583 "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3", 584 "league/flysystem-azure": "Allows you to use Windows Azure Blob storage", 585 "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching", 586 "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem", 587 "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files", 588 "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib", 589 "league/flysystem-webdav": "Allows you to use WebDAV storage", 590 "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter", 591 "spatie/flysystem-dropbox": "Allows you to use Dropbox storage", 592 "srmklive/flysystem-dropbox-v2": "Allows you to use Dropbox storage for PHP 5 applications" 593 }, 594 "type": "library", 595 "extra": { 596 "branch-alias": { 597 "dev-master": "1.1-dev" 598 } 599 }, 600 "autoload": { 601 "psr-4": { 602 "League\\Flysystem\\": "src/" 603 } 604 }, 605 "notification-url": "https://packagist.org/downloads/", 606 "license": [ 607 "MIT" 608 ], 609 "authors": [ 610 { 611 "name": "Frank de Jonge", 612 "email": "info@frenky.net" 613 } 614 ], 615 "description": "Filesystem abstraction: Many filesystems, one API.", 616 "keywords": [ 617 "Cloud Files", 618 "WebDAV", 619 "abstraction", 620 "aws", 621 "cloud", 622 "copy.com", 623 "dropbox", 624 "file systems", 625 "files", 626 "filesystem", 627 "filesystems", 628 "ftp", 629 "rackspace", 630 "remote", 631 "s3", 632 "sftp", 633 "storage" 634 ], 635 "time": "2018-03-01T10:27:04+00:00" 636 }, 637 { 638 "name": "league/flysystem-ziparchive", 639 "version": "1.0.3", 640 "source": { 641 "type": "git", 642 "url": "https://github.com/thephpleague/flysystem-ziparchive.git", 643 "reference": "c6d7c7ea23a57ee802d533ab9eb9f19dd5c5fc45" 644 }, 645 "dist": { 646 "type": "zip", 647 "url": "https://api.github.com/repos/thephpleague/flysystem-ziparchive/zipball/c6d7c7ea23a57ee802d533ab9eb9f19dd5c5fc45", 648 "reference": "c6d7c7ea23a57ee802d533ab9eb9f19dd5c5fc45", 649 "shasum": "" 650 }, 651 "require": { 652 "ext-zip": "*", 653 "league/flysystem": "~1.0", 654 "php": ">=5.4.0" 655 }, 656 "require-dev": { 657 "mockery/mockery": "0.9.*", 658 "phpunit/phpunit": "~4.0" 659 }, 660 "type": "library", 661 "extra": { 662 "branch-alias": { 663 "dev-master": "1.0-dev" 664 } 665 }, 666 "autoload": { 667 "psr-4": { 668 "League\\Flysystem\\ZipArchive\\": "src/" 669 } 670 }, 671 "notification-url": "https://packagist.org/downloads/", 672 "license": [ 673 "MIT" 674 ], 675 "authors": [ 676 { 677 "name": "Frank de Jonge", 678 "email": "info@frenky.net" 679 } 680 ], 681 "description": "Flysystem adapter for ZipArchive's", 682 "time": "2016-12-20T08:36:16+00:00" 683 }, 684 { 685 "name": "league/glide", 686 "version": "1.3.0", 687 "source": { 688 "type": "git", 689 "url": "https://github.com/thephpleague/glide.git", 690 "reference": "bd29f65c9666abd72e66916e0573801e435ca878" 691 }, 692 "dist": { 693 "type": "zip", 694 "url": "https://api.github.com/repos/thephpleague/glide/zipball/bd29f65c9666abd72e66916e0573801e435ca878", 695 "reference": "bd29f65c9666abd72e66916e0573801e435ca878", 696 "shasum": "" 697 }, 698 "require": { 699 "intervention/image": "^2.1", 700 "league/flysystem": "^1.0", 701 "php": "^5.4 | ^7.0", 702 "psr/http-message": "^1.0" 703 }, 704 "require-dev": { 705 "mockery/mockery": "~0.9", 706 "phpunit/php-token-stream": "^1.4", 707 "phpunit/phpunit": "~4.4" 708 }, 709 "type": "library", 710 "extra": { 711 "branch-alias": { 712 "dev-master": "1.1-dev" 713 } 714 }, 715 "autoload": { 716 "psr-4": { 717 "League\\Glide\\": "src/" 718 } 719 }, 720 "notification-url": "https://packagist.org/downloads/", 721 "license": [ 722 "MIT" 723 ], 724 "authors": [ 725 { 726 "name": "Jonathan Reinink", 727 "email": "jonathan@reinink.ca", 728 "homepage": "http://reinink.ca" 729 } 730 ], 731 "description": "Wonderfully easy on-demand image manipulation library with an HTTP based API.", 732 "homepage": "http://glide.thephpleague.com", 733 "keywords": [ 734 "ImageMagick", 735 "editing", 736 "gd", 737 "image", 738 "imagick", 739 "league", 740 "manipulation", 741 "processing" 742 ], 743 "time": "2018-02-12T23:28:25+00:00" 744 }, 745 { 746 "name": "paragonie/random_compat", 747 "version": "v2.0.11", 748 "source": { 749 "type": "git", 750 "url": "https://github.com/paragonie/random_compat.git", 751 "reference": "5da4d3c796c275c55f057af5a643ae297d96b4d8" 752 }, 753 "dist": { 754 "type": "zip", 755 "url": "https://api.github.com/repos/paragonie/random_compat/zipball/5da4d3c796c275c55f057af5a643ae297d96b4d8", 756 "reference": "5da4d3c796c275c55f057af5a643ae297d96b4d8", 757 "shasum": "" 758 }, 759 "require": { 760 "php": ">=5.2.0" 761 }, 762 "require-dev": { 763 "phpunit/phpunit": "4.*|5.*" 764 }, 765 "suggest": { 766 "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." 767 }, 768 "type": "library", 769 "autoload": { 770 "files": [ 771 "lib/random.php" 772 ] 773 }, 774 "notification-url": "https://packagist.org/downloads/", 775 "license": [ 776 "MIT" 777 ], 778 "authors": [ 779 { 780 "name": "Paragon Initiative Enterprises", 781 "email": "security@paragonie.com", 782 "homepage": "https://paragonie.com" 783 } 784 ], 785 "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", 786 "keywords": [ 787 "csprng", 788 "pseudorandom", 789 "random" 790 ], 791 "time": "2017-09-27T21:40:39+00:00" 792 }, 793 { 794 "name": "psr/http-message", 795 "version": "1.0.1", 796 "source": { 797 "type": "git", 798 "url": "https://github.com/php-fig/http-message.git", 799 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363" 800 }, 801 "dist": { 802 "type": "zip", 803 "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363", 804 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363", 805 "shasum": "" 806 }, 807 "require": { 808 "php": ">=5.3.0" 809 }, 810 "type": "library", 811 "extra": { 812 "branch-alias": { 813 "dev-master": "1.0.x-dev" 814 } 815 }, 816 "autoload": { 817 "psr-4": { 818 "Psr\\Http\\Message\\": "src/" 819 } 820 }, 821 "notification-url": "https://packagist.org/downloads/", 822 "license": [ 823 "MIT" 824 ], 825 "authors": [ 826 { 827 "name": "PHP-FIG", 828 "homepage": "http://www.php-fig.org/" 829 } 830 ], 831 "description": "Common interface for HTTP messages", 832 "homepage": "https://github.com/php-fig/http-message", 833 "keywords": [ 834 "http", 835 "http-message", 836 "psr", 837 "psr-7", 838 "request", 839 "response" 840 ], 841 "time": "2016-08-06T14:39:51+00:00" 842 }, 843 { 844 "name": "psr/log", 845 "version": "1.0.2", 846 "source": { 847 "type": "git", 848 "url": "https://github.com/php-fig/log.git", 849 "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d" 850 }, 851 "dist": { 852 "type": "zip", 853 "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", 854 "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", 855 "shasum": "" 856 }, 857 "require": { 858 "php": ">=5.3.0" 859 }, 860 "type": "library", 861 "extra": { 862 "branch-alias": { 863 "dev-master": "1.0.x-dev" 864 } 865 }, 866 "autoload": { 867 "psr-4": { 868 "Psr\\Log\\": "Psr/Log/" 869 } 870 }, 871 "notification-url": "https://packagist.org/downloads/", 872 "license": [ 873 "MIT" 874 ], 875 "authors": [ 876 { 877 "name": "PHP-FIG", 878 "homepage": "http://www.php-fig.org/" 879 } 880 ], 881 "description": "Common interface for logging libraries", 882 "homepage": "https://github.com/php-fig/log", 883 "keywords": [ 884 "log", 885 "psr", 886 "psr-3" 887 ], 888 "time": "2016-10-10T12:19:37+00:00" 889 }, 890 { 891 "name": "ramsey/uuid", 892 "version": "3.7.3", 893 "source": { 894 "type": "git", 895 "url": "https://github.com/ramsey/uuid.git", 896 "reference": "44abcdad877d9a46685a3a4d221e3b2c4b87cb76" 897 }, 898 "dist": { 899 "type": "zip", 900 "url": "https://api.github.com/repos/ramsey/uuid/zipball/44abcdad877d9a46685a3a4d221e3b2c4b87cb76", 901 "reference": "44abcdad877d9a46685a3a4d221e3b2c4b87cb76", 902 "shasum": "" 903 }, 904 "require": { 905 "paragonie/random_compat": "^1.0|^2.0", 906 "php": "^5.4 || ^7.0" 907 }, 908 "replace": { 909 "rhumsaa/uuid": "self.version" 910 }, 911 "require-dev": { 912 "codeception/aspect-mock": "^1.0 | ~2.0.0", 913 "doctrine/annotations": "~1.2.0", 914 "goaop/framework": "1.0.0-alpha.2 | ^1.0 | ^2.1", 915 "ircmaxell/random-lib": "^1.1", 916 "jakub-onderka/php-parallel-lint": "^0.9.0", 917 "mockery/mockery": "^0.9.9", 918 "moontoast/math": "^1.1", 919 "php-mock/php-mock-phpunit": "^0.3|^1.1", 920 "phpunit/phpunit": "^4.7|^5.0", 921 "squizlabs/php_codesniffer": "^2.3" 922 }, 923 "suggest": { 924 "ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator", 925 "ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator", 926 "ircmaxell/random-lib": "Provides RandomLib for use with the RandomLibAdapter", 927 "moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).", 928 "ramsey/uuid-console": "A console application for generating UUIDs with ramsey/uuid", 929 "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type." 930 }, 931 "type": "library", 932 "extra": { 933 "branch-alias": { 934 "dev-master": "3.x-dev" 935 } 936 }, 937 "autoload": { 938 "psr-4": { 939 "Ramsey\\Uuid\\": "src/" 940 } 941 }, 942 "notification-url": "https://packagist.org/downloads/", 943 "license": [ 944 "MIT" 945 ], 946 "authors": [ 947 { 948 "name": "Marijn Huizendveld", 949 "email": "marijn.huizendveld@gmail.com" 950 }, 951 { 952 "name": "Thibaud Fabre", 953 "email": "thibaud@aztech.io" 954 }, 955 { 956 "name": "Ben Ramsey", 957 "email": "ben@benramsey.com", 958 "homepage": "https://benramsey.com" 959 } 960 ], 961 "description": "Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).", 962 "homepage": "https://github.com/ramsey/uuid", 963 "keywords": [ 964 "guid", 965 "identifier", 966 "uuid" 967 ], 968 "time": "2018-01-20T00:28:24+00:00" 969 }, 970 { 971 "name": "swiftmailer/swiftmailer", 972 "version": "v5.4.9", 973 "source": { 974 "type": "git", 975 "url": "https://github.com/swiftmailer/swiftmailer.git", 976 "reference": "7ffc1ea296ed14bf8260b6ef11b80208dbadba91" 977 }, 978 "dist": { 979 "type": "zip", 980 "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/7ffc1ea296ed14bf8260b6ef11b80208dbadba91", 981 "reference": "7ffc1ea296ed14bf8260b6ef11b80208dbadba91", 982 "shasum": "" 983 }, 984 "require": { 985 "php": ">=5.3.3" 986 }, 987 "require-dev": { 988 "mockery/mockery": "~0.9.1", 989 "symfony/phpunit-bridge": "~3.2" 990 }, 991 "type": "library", 992 "extra": { 993 "branch-alias": { 994 "dev-master": "5.4-dev" 995 } 996 }, 997 "autoload": { 998 "files": [ 999 "lib/swift_required.php" 1000 ] 1001 }, 1002 "notification-url": "https://packagist.org/downloads/", 1003 "license": [ 1004 "MIT" 1005 ], 1006 "authors": [ 1007 { 1008 "name": "Chris Corbyn" 1009 }, 1010 { 1011 "name": "Fabien Potencier", 1012 "email": "fabien@symfony.com" 1013 } 1014 ], 1015 "description": "Swiftmailer, free feature-rich PHP mailer", 1016 "homepage": "https://swiftmailer.symfony.com", 1017 "keywords": [ 1018 "email", 1019 "mail", 1020 "mailer" 1021 ], 1022 "time": "2018-01-23T07:37:21+00:00" 1023 }, 1024 { 1025 "name": "symfony/debug", 1026 "version": "v3.3.6", 1027 "source": { 1028 "type": "git", 1029 "url": "https://github.com/symfony/debug.git", 1030 "reference": "7c13ae8ce1e2adbbd574fc39de7be498e1284e13" 1031 }, 1032 "dist": { 1033 "type": "zip", 1034 "url": "https://api.github.com/repos/symfony/debug/zipball/7c13ae8ce1e2adbbd574fc39de7be498e1284e13", 1035 "reference": "7c13ae8ce1e2adbbd574fc39de7be498e1284e13", 1036 "shasum": "" 1037 }, 1038 "require": { 1039 "php": ">=5.5.9", 1040 "psr/log": "~1.0" 1041 }, 1042 "conflict": { 1043 "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2" 1044 }, 1045 "require-dev": { 1046 "symfony/http-kernel": "~2.8|~3.0" 1047 }, 1048 "type": "library", 1049 "extra": { 1050 "branch-alias": { 1051 "dev-master": "3.3-dev" 1052 } 1053 }, 1054 "autoload": { 1055 "psr-4": { 1056 "Symfony\\Component\\Debug\\": "" 1057 }, 1058 "exclude-from-classmap": [ 1059 "/Tests/" 1060 ] 1061 }, 1062 "notification-url": "https://packagist.org/downloads/", 1063 "license": [ 1064 "MIT" 1065 ], 1066 "authors": [ 1067 { 1068 "name": "Fabien Potencier", 1069 "email": "fabien@symfony.com" 1070 }, 1071 { 1072 "name": "Symfony Community", 1073 "homepage": "https://symfony.com/contributors" 1074 } 1075 ], 1076 "description": "Symfony Debug Component", 1077 "homepage": "https://symfony.com", 1078 "time": "2017-07-28T15:27:31+00:00" 1079 }, 1080 { 1081 "name": "symfony/event-dispatcher", 1082 "version": "v3.3.6", 1083 "source": { 1084 "type": "git", 1085 "url": "https://github.com/symfony/event-dispatcher.git", 1086 "reference": "67535f1e3fd662bdc68d7ba317c93eecd973617e" 1087 }, 1088 "dist": { 1089 "type": "zip", 1090 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/67535f1e3fd662bdc68d7ba317c93eecd973617e", 1091 "reference": "67535f1e3fd662bdc68d7ba317c93eecd973617e", 1092 "shasum": "" 1093 }, 1094 "require": { 1095 "php": ">=5.5.9" 1096 }, 1097 "conflict": { 1098 "symfony/dependency-injection": "<3.3" 1099 }, 1100 "require-dev": { 1101 "psr/log": "~1.0", 1102 "symfony/config": "~2.8|~3.0", 1103 "symfony/dependency-injection": "~3.3", 1104 "symfony/expression-language": "~2.8|~3.0", 1105 "symfony/stopwatch": "~2.8|~3.0" 1106 }, 1107 "suggest": { 1108 "symfony/dependency-injection": "", 1109 "symfony/http-kernel": "" 1110 }, 1111 "type": "library", 1112 "extra": { 1113 "branch-alias": { 1114 "dev-master": "3.3-dev" 1115 } 1116 }, 1117 "autoload": { 1118 "psr-4": { 1119 "Symfony\\Component\\EventDispatcher\\": "" 1120 }, 1121 "exclude-from-classmap": [ 1122 "/Tests/" 1123 ] 1124 }, 1125 "notification-url": "https://packagist.org/downloads/", 1126 "license": [ 1127 "MIT" 1128 ], 1129 "authors": [ 1130 { 1131 "name": "Fabien Potencier", 1132 "email": "fabien@symfony.com" 1133 }, 1134 { 1135 "name": "Symfony Community", 1136 "homepage": "https://symfony.com/contributors" 1137 } 1138 ], 1139 "description": "Symfony EventDispatcher Component", 1140 "homepage": "https://symfony.com", 1141 "time": "2017-06-09T14:53:08+00:00" 1142 }, 1143 { 1144 "name": "symfony/http-foundation", 1145 "version": "v3.3.6", 1146 "source": { 1147 "type": "git", 1148 "url": "https://github.com/symfony/http-foundation.git", 1149 "reference": "49e8cd2d59a7aa9bfab19e46de680c76e500a031" 1150 }, 1151 "dist": { 1152 "type": "zip", 1153 "url": "https://api.github.com/repos/symfony/http-foundation/zipball/49e8cd2d59a7aa9bfab19e46de680c76e500a031", 1154 "reference": "49e8cd2d59a7aa9bfab19e46de680c76e500a031", 1155 "shasum": "" 1156 }, 1157 "require": { 1158 "php": ">=5.5.9", 1159 "symfony/polyfill-mbstring": "~1.1" 1160 }, 1161 "require-dev": { 1162 "symfony/expression-language": "~2.8|~3.0" 1163 }, 1164 "type": "library", 1165 "extra": { 1166 "branch-alias": { 1167 "dev-master": "3.3-dev" 1168 } 1169 }, 1170 "autoload": { 1171 "psr-4": { 1172 "Symfony\\Component\\HttpFoundation\\": "" 1173 }, 1174 "exclude-from-classmap": [ 1175 "/Tests/" 1176 ] 1177 }, 1178 "notification-url": "https://packagist.org/downloads/", 1179 "license": [ 1180 "MIT" 1181 ], 1182 "authors": [ 1183 { 1184 "name": "Fabien Potencier", 1185 "email": "fabien@symfony.com" 1186 }, 1187 { 1188 "name": "Symfony Community", 1189 "homepage": "https://symfony.com/contributors" 1190 } 1191 ], 1192 "description": "Symfony HttpFoundation Component", 1193 "homepage": "https://symfony.com", 1194 "time": "2017-07-21T11:04:46+00:00" 1195 }, 1196 { 1197 "name": "symfony/http-kernel", 1198 "version": "v3.3.6", 1199 "source": { 1200 "type": "git", 1201 "url": "https://github.com/symfony/http-kernel.git", 1202 "reference": "db10d05f1d95e4168e638db7a81c79616f568ea5" 1203 }, 1204 "dist": { 1205 "type": "zip", 1206 "url": "https://api.github.com/repos/symfony/http-kernel/zipball/db10d05f1d95e4168e638db7a81c79616f568ea5", 1207 "reference": "db10d05f1d95e4168e638db7a81c79616f568ea5", 1208 "shasum": "" 1209 }, 1210 "require": { 1211 "php": ">=5.5.9", 1212 "psr/log": "~1.0", 1213 "symfony/debug": "~2.8|~3.0", 1214 "symfony/event-dispatcher": "~2.8|~3.0", 1215 "symfony/http-foundation": "~3.3" 1216 }, 1217 "conflict": { 1218 "symfony/config": "<2.8", 1219 "symfony/dependency-injection": "<3.3", 1220 "symfony/var-dumper": "<3.3", 1221 "twig/twig": "<1.34|<2.4,>=2" 1222 }, 1223 "require-dev": { 1224 "psr/cache": "~1.0", 1225 "symfony/browser-kit": "~2.8|~3.0", 1226 "symfony/class-loader": "~2.8|~3.0", 1227 "symfony/config": "~2.8|~3.0", 1228 "symfony/console": "~2.8|~3.0", 1229 "symfony/css-selector": "~2.8|~3.0", 1230 "symfony/dependency-injection": "~3.3", 1231 "symfony/dom-crawler": "~2.8|~3.0", 1232 "symfony/expression-language": "~2.8|~3.0", 1233 "symfony/finder": "~2.8|~3.0", 1234 "symfony/process": "~2.8|~3.0", 1235 "symfony/routing": "~2.8|~3.0", 1236 "symfony/stopwatch": "~2.8|~3.0", 1237 "symfony/templating": "~2.8|~3.0", 1238 "symfony/translation": "~2.8|~3.0", 1239 "symfony/var-dumper": "~3.3" 1240 }, 1241 "suggest": { 1242 "symfony/browser-kit": "", 1243 "symfony/class-loader": "", 1244 "symfony/config": "", 1245 "symfony/console": "", 1246 "symfony/dependency-injection": "", 1247 "symfony/finder": "", 1248 "symfony/var-dumper": "" 1249 }, 1250 "type": "library", 1251 "extra": { 1252 "branch-alias": { 1253 "dev-master": "3.3-dev" 1254 } 1255 }, 1256 "autoload": { 1257 "psr-4": { 1258 "Symfony\\Component\\HttpKernel\\": "" 1259 }, 1260 "exclude-from-classmap": [ 1261 "/Tests/" 1262 ] 1263 }, 1264 "notification-url": "https://packagist.org/downloads/", 1265 "license": [ 1266 "MIT" 1267 ], 1268 "authors": [ 1269 { 1270 "name": "Fabien Potencier", 1271 "email": "fabien@symfony.com" 1272 }, 1273 { 1274 "name": "Symfony Community", 1275 "homepage": "https://symfony.com/contributors" 1276 } 1277 ], 1278 "description": "Symfony HttpKernel Component", 1279 "homepage": "https://symfony.com", 1280 "time": "2017-08-01T10:25:59+00:00" 1281 }, 1282 { 1283 "name": "symfony/polyfill-mbstring", 1284 "version": "v1.7.0", 1285 "source": { 1286 "type": "git", 1287 "url": "https://github.com/symfony/polyfill-mbstring.git", 1288 "reference": "78be803ce01e55d3491c1397cf1c64beb9c1b63b" 1289 }, 1290 "dist": { 1291 "type": "zip", 1292 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/78be803ce01e55d3491c1397cf1c64beb9c1b63b", 1293 "reference": "78be803ce01e55d3491c1397cf1c64beb9c1b63b", 1294 "shasum": "" 1295 }, 1296 "require": { 1297 "php": ">=5.3.3" 1298 }, 1299 "suggest": { 1300 "ext-mbstring": "For best performance" 1301 }, 1302 "type": "library", 1303 "extra": { 1304 "branch-alias": { 1305 "dev-master": "1.7-dev" 1306 } 1307 }, 1308 "autoload": { 1309 "psr-4": { 1310 "Symfony\\Polyfill\\Mbstring\\": "" 1311 }, 1312 "files": [ 1313 "bootstrap.php" 1314 ] 1315 }, 1316 "notification-url": "https://packagist.org/downloads/", 1317 "license": [ 1318 "MIT" 1319 ], 1320 "authors": [ 1321 { 1322 "name": "Nicolas Grekas", 1323 "email": "p@tchwork.com" 1324 }, 1325 { 1326 "name": "Symfony Community", 1327 "homepage": "https://symfony.com/contributors" 1328 } 1329 ], 1330 "description": "Symfony polyfill for the Mbstring extension", 1331 "homepage": "https://symfony.com", 1332 "keywords": [ 1333 "compatibility", 1334 "mbstring", 1335 "polyfill", 1336 "portable", 1337 "shim" 1338 ], 1339 "time": "2018-01-30T19:27:44+00:00" 1340 }, 1341 { 1342 "name": "symfony/polyfill-php71", 1343 "version": "v1.7.0", 1344 "source": { 1345 "type": "git", 1346 "url": "https://github.com/symfony/polyfill-php71.git", 1347 "reference": "5ce5806614cefa869a26257ea4c0f85b34a6bcd5" 1348 }, 1349 "dist": { 1350 "type": "zip", 1351 "url": "https://api.github.com/repos/symfony/polyfill-php71/zipball/5ce5806614cefa869a26257ea4c0f85b34a6bcd5", 1352 "reference": "5ce5806614cefa869a26257ea4c0f85b34a6bcd5", 1353 "shasum": "" 1354 }, 1355 "require": { 1356 "php": ">=5.3.3" 1357 }, 1358 "type": "library", 1359 "extra": { 1360 "branch-alias": { 1361 "dev-master": "1.7-dev" 1362 } 1363 }, 1364 "autoload": { 1365 "psr-4": { 1366 "Symfony\\Polyfill\\Php71\\": "" 1367 }, 1368 "files": [ 1369 "bootstrap.php" 1370 ] 1371 }, 1372 "notification-url": "https://packagist.org/downloads/", 1373 "license": [ 1374 "MIT" 1375 ], 1376 "authors": [ 1377 { 1378 "name": "Nicolas Grekas", 1379 "email": "p@tchwork.com" 1380 }, 1381 { 1382 "name": "Symfony Community", 1383 "homepage": "https://symfony.com/contributors" 1384 } 1385 ], 1386 "description": "Symfony polyfill backporting some PHP 7.1+ features to lower PHP versions", 1387 "homepage": "https://symfony.com", 1388 "keywords": [ 1389 "compatibility", 1390 "polyfill", 1391 "portable", 1392 "shim" 1393 ], 1394 "time": "2018-01-30T19:27:44+00:00" 1395 }, 1396 { 1397 "name": "symfony/polyfill-php72", 1398 "version": "v1.7.0", 1399 "source": { 1400 "type": "git", 1401 "url": "https://github.com/symfony/polyfill-php72.git", 1402 "reference": "8eca20c8a369e069d4f4c2ac9895144112867422" 1403 }, 1404 "dist": { 1405 "type": "zip", 1406 "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/8eca20c8a369e069d4f4c2ac9895144112867422", 1407 "reference": "8eca20c8a369e069d4f4c2ac9895144112867422", 1408 "shasum": "" 1409 }, 1410 "require": { 1411 "php": ">=5.3.3" 1412 }, 1413 "type": "library", 1414 "extra": { 1415 "branch-alias": { 1416 "dev-master": "1.7-dev" 1417 } 1418 }, 1419 "autoload": { 1420 "psr-4": { 1421 "Symfony\\Polyfill\\Php72\\": "" 1422 }, 1423 "files": [ 1424 "bootstrap.php" 1425 ] 1426 }, 1427 "notification-url": "https://packagist.org/downloads/", 1428 "license": [ 1429 "MIT" 1430 ], 1431 "authors": [ 1432 { 1433 "name": "Nicolas Grekas", 1434 "email": "p@tchwork.com" 1435 }, 1436 { 1437 "name": "Symfony Community", 1438 "homepage": "https://symfony.com/contributors" 1439 } 1440 ], 1441 "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions", 1442 "homepage": "https://symfony.com", 1443 "keywords": [ 1444 "compatibility", 1445 "polyfill", 1446 "portable", 1447 "shim" 1448 ], 1449 "time": "2018-01-31T17:43:24+00:00" 1450 }, 1451 { 1452 "name": "tecnickcom/tcpdf", 1453 "version": "6.2.17", 1454 "source": { 1455 "type": "git", 1456 "url": "https://github.com/tecnickcom/TCPDF.git", 1457 "reference": "64fc19439863e1b1314487a72a74d9bfd0b55a53" 1458 }, 1459 "dist": { 1460 "type": "zip", 1461 "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/64fc19439863e1b1314487a72a74d9bfd0b55a53", 1462 "reference": "64fc19439863e1b1314487a72a74d9bfd0b55a53", 1463 "shasum": "" 1464 }, 1465 "require": { 1466 "php": ">=5.3.0" 1467 }, 1468 "type": "library", 1469 "autoload": { 1470 "classmap": [ 1471 "config", 1472 "include", 1473 "tcpdf.php", 1474 "tcpdf_parser.php", 1475 "tcpdf_import.php", 1476 "tcpdf_barcodes_1d.php", 1477 "tcpdf_barcodes_2d.php", 1478 "include/tcpdf_colors.php", 1479 "include/tcpdf_filters.php", 1480 "include/tcpdf_font_data.php", 1481 "include/tcpdf_fonts.php", 1482 "include/tcpdf_images.php", 1483 "include/tcpdf_static.php", 1484 "include/barcodes/datamatrix.php", 1485 "include/barcodes/pdf417.php", 1486 "include/barcodes/qrcode.php" 1487 ] 1488 }, 1489 "notification-url": "https://packagist.org/downloads/", 1490 "license": [ 1491 "LGPL-3.0" 1492 ], 1493 "authors": [ 1494 { 1495 "name": "Nicola Asuni", 1496 "email": "info@tecnick.com", 1497 "role": "lead" 1498 } 1499 ], 1500 "description": "TCPDF is a PHP class for generating PDF documents and barcodes.", 1501 "homepage": "http://www.tcpdf.org/", 1502 "keywords": [ 1503 "PDFD32000-2008", 1504 "TCPDF", 1505 "barcodes", 1506 "datamatrix", 1507 "pdf", 1508 "pdf417", 1509 "qrcode" 1510 ], 1511 "time": "2018-02-24T11:48:20+00:00" 1512 }, 1513 { 1514 "name": "webuni/commonmark-table-extension", 1515 "version": "0.8.0", 1516 "source": { 1517 "type": "git", 1518 "url": "https://github.com/webuni/commonmark-table-extension.git", 1519 "reference": "4304b1f56b26e5213a4a781b654f62ef5ed8fbe3" 1520 }, 1521 "dist": { 1522 "type": "zip", 1523 "url": "https://api.github.com/repos/webuni/commonmark-table-extension/zipball/4304b1f56b26e5213a4a781b654f62ef5ed8fbe3", 1524 "reference": "4304b1f56b26e5213a4a781b654f62ef5ed8fbe3", 1525 "shasum": "" 1526 }, 1527 "require": { 1528 "league/commonmark": "^0.16|^0.17", 1529 "php": "^5.6|^7.0" 1530 }, 1531 "require-dev": { 1532 "friendsofphp/php-cs-fixer": "^2.9", 1533 "phpunit/phpunit": "^5.4|^6.0", 1534 "symfony/var-dumper": "^3.0|^4.0", 1535 "vimeo/psalm": "~0.3" 1536 }, 1537 "type": "library", 1538 "extra": { 1539 "branch-alias": { 1540 "dev-master": "0.8-dev" 1541 } 1542 }, 1543 "autoload": { 1544 "psr-4": { 1545 "Webuni\\CommonMark\\TableExtension\\": "src" 1546 } 1547 }, 1548 "notification-url": "https://packagist.org/downloads/", 1549 "license": [ 1550 "MIT" 1551 ], 1552 "authors": [ 1553 { 1554 "name": "Martin Hasoň", 1555 "email": "martin.hason@gmail.com" 1556 }, 1557 { 1558 "name": "Webuni s.r.o.", 1559 "homepage": "https://www.webuni.cz" 1560 } 1561 ], 1562 "description": "The table extension for CommonMark PHP implementation", 1563 "homepage": "https://github.com/webuni/commonmark-table-extension", 1564 "keywords": [ 1565 "commonmark", 1566 "markdown", 1567 "table" 1568 ], 1569 "time": "2018-01-24T12:30:02+00:00" 1570 } 1571 ], 1572 "packages-dev": [ 1573 { 1574 "name": "composer/semver", 1575 "version": "1.4.2", 1576 "source": { 1577 "type": "git", 1578 "url": "https://github.com/composer/semver.git", 1579 "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573" 1580 }, 1581 "dist": { 1582 "type": "zip", 1583 "url": "https://api.github.com/repos/composer/semver/zipball/c7cb9a2095a074d131b65a8a0cd294479d785573", 1584 "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573", 1585 "shasum": "" 1586 }, 1587 "require": { 1588 "php": "^5.3.2 || ^7.0" 1589 }, 1590 "require-dev": { 1591 "phpunit/phpunit": "^4.5 || ^5.0.5", 1592 "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0" 1593 }, 1594 "type": "library", 1595 "extra": { 1596 "branch-alias": { 1597 "dev-master": "1.x-dev" 1598 } 1599 }, 1600 "autoload": { 1601 "psr-4": { 1602 "Composer\\Semver\\": "src" 1603 } 1604 }, 1605 "notification-url": "https://packagist.org/downloads/", 1606 "license": [ 1607 "MIT" 1608 ], 1609 "authors": [ 1610 { 1611 "name": "Nils Adermann", 1612 "email": "naderman@naderman.de", 1613 "homepage": "http://www.naderman.de" 1614 }, 1615 { 1616 "name": "Jordi Boggiano", 1617 "email": "j.boggiano@seld.be", 1618 "homepage": "http://seld.be" 1619 }, 1620 { 1621 "name": "Rob Bast", 1622 "email": "rob.bast@gmail.com", 1623 "homepage": "http://robbast.nl" 1624 } 1625 ], 1626 "description": "Semver library that offers utilities, version constraint parsing and validation.", 1627 "keywords": [ 1628 "semantic", 1629 "semver", 1630 "validation", 1631 "versioning" 1632 ], 1633 "time": "2016-08-30T16:08:34+00:00" 1634 }, 1635 { 1636 "name": "doctrine/annotations", 1637 "version": "v1.4.0", 1638 "source": { 1639 "type": "git", 1640 "url": "https://github.com/doctrine/annotations.git", 1641 "reference": "54cacc9b81758b14e3ce750f205a393d52339e97" 1642 }, 1643 "dist": { 1644 "type": "zip", 1645 "url": "https://api.github.com/repos/doctrine/annotations/zipball/54cacc9b81758b14e3ce750f205a393d52339e97", 1646 "reference": "54cacc9b81758b14e3ce750f205a393d52339e97", 1647 "shasum": "" 1648 }, 1649 "require": { 1650 "doctrine/lexer": "1.*", 1651 "php": "^5.6 || ^7.0" 1652 }, 1653 "require-dev": { 1654 "doctrine/cache": "1.*", 1655 "phpunit/phpunit": "^5.7" 1656 }, 1657 "type": "library", 1658 "extra": { 1659 "branch-alias": { 1660 "dev-master": "1.4.x-dev" 1661 } 1662 }, 1663 "autoload": { 1664 "psr-4": { 1665 "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations" 1666 } 1667 }, 1668 "notification-url": "https://packagist.org/downloads/", 1669 "license": [ 1670 "MIT" 1671 ], 1672 "authors": [ 1673 { 1674 "name": "Roman Borschel", 1675 "email": "roman@code-factory.org" 1676 }, 1677 { 1678 "name": "Benjamin Eberlei", 1679 "email": "kontakt@beberlei.de" 1680 }, 1681 { 1682 "name": "Guilherme Blanco", 1683 "email": "guilhermeblanco@gmail.com" 1684 }, 1685 { 1686 "name": "Jonathan Wage", 1687 "email": "jonwage@gmail.com" 1688 }, 1689 { 1690 "name": "Johannes Schmitt", 1691 "email": "schmittjoh@gmail.com" 1692 } 1693 ], 1694 "description": "Docblock Annotations Parser", 1695 "homepage": "http://www.doctrine-project.org", 1696 "keywords": [ 1697 "annotations", 1698 "docblock", 1699 "parser" 1700 ], 1701 "time": "2017-02-24T16:22:25+00:00" 1702 }, 1703 { 1704 "name": "doctrine/instantiator", 1705 "version": "1.0.5", 1706 "source": { 1707 "type": "git", 1708 "url": "https://github.com/doctrine/instantiator.git", 1709 "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d" 1710 }, 1711 "dist": { 1712 "type": "zip", 1713 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d", 1714 "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d", 1715 "shasum": "" 1716 }, 1717 "require": { 1718 "php": ">=5.3,<8.0-DEV" 1719 }, 1720 "require-dev": { 1721 "athletic/athletic": "~0.1.8", 1722 "ext-pdo": "*", 1723 "ext-phar": "*", 1724 "phpunit/phpunit": "~4.0", 1725 "squizlabs/php_codesniffer": "~2.0" 1726 }, 1727 "type": "library", 1728 "extra": { 1729 "branch-alias": { 1730 "dev-master": "1.0.x-dev" 1731 } 1732 }, 1733 "autoload": { 1734 "psr-4": { 1735 "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" 1736 } 1737 }, 1738 "notification-url": "https://packagist.org/downloads/", 1739 "license": [ 1740 "MIT" 1741 ], 1742 "authors": [ 1743 { 1744 "name": "Marco Pivetta", 1745 "email": "ocramius@gmail.com", 1746 "homepage": "http://ocramius.github.com/" 1747 } 1748 ], 1749 "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", 1750 "homepage": "https://github.com/doctrine/instantiator", 1751 "keywords": [ 1752 "constructor", 1753 "instantiate" 1754 ], 1755 "time": "2015-06-14T21:17:01+00:00" 1756 }, 1757 { 1758 "name": "doctrine/lexer", 1759 "version": "v1.0.1", 1760 "source": { 1761 "type": "git", 1762 "url": "https://github.com/doctrine/lexer.git", 1763 "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c" 1764 }, 1765 "dist": { 1766 "type": "zip", 1767 "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c", 1768 "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c", 1769 "shasum": "" 1770 }, 1771 "require": { 1772 "php": ">=5.3.2" 1773 }, 1774 "type": "library", 1775 "extra": { 1776 "branch-alias": { 1777 "dev-master": "1.0.x-dev" 1778 } 1779 }, 1780 "autoload": { 1781 "psr-0": { 1782 "Doctrine\\Common\\Lexer\\": "lib/" 1783 } 1784 }, 1785 "notification-url": "https://packagist.org/downloads/", 1786 "license": [ 1787 "MIT" 1788 ], 1789 "authors": [ 1790 { 1791 "name": "Roman Borschel", 1792 "email": "roman@code-factory.org" 1793 }, 1794 { 1795 "name": "Guilherme Blanco", 1796 "email": "guilhermeblanco@gmail.com" 1797 }, 1798 { 1799 "name": "Johannes Schmitt", 1800 "email": "schmittjoh@gmail.com" 1801 } 1802 ], 1803 "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.", 1804 "homepage": "http://www.doctrine-project.org", 1805 "keywords": [ 1806 "lexer", 1807 "parser" 1808 ], 1809 "time": "2014-09-09T13:34:57+00:00" 1810 }, 1811 { 1812 "name": "friendsofphp/php-cs-fixer", 1813 "version": "v2.11.1", 1814 "source": { 1815 "type": "git", 1816 "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git", 1817 "reference": "ad94441c17b8ef096e517acccdbf3238af8a2da8" 1818 }, 1819 "dist": { 1820 "type": "zip", 1821 "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/ad94441c17b8ef096e517acccdbf3238af8a2da8", 1822 "reference": "ad94441c17b8ef096e517acccdbf3238af8a2da8", 1823 "shasum": "" 1824 }, 1825 "require": { 1826 "composer/semver": "^1.4", 1827 "doctrine/annotations": "^1.2", 1828 "ext-json": "*", 1829 "ext-tokenizer": "*", 1830 "php": "^5.6 || >=7.0 <7.3", 1831 "php-cs-fixer/diff": "^1.3", 1832 "symfony/console": "^3.2 || ^4.0", 1833 "symfony/event-dispatcher": "^3.0 || ^4.0", 1834 "symfony/filesystem": "^3.0 || ^4.0", 1835 "symfony/finder": "^3.0 || ^4.0", 1836 "symfony/options-resolver": "^3.0 || ^4.0", 1837 "symfony/polyfill-php70": "^1.0", 1838 "symfony/polyfill-php72": "^1.4", 1839 "symfony/process": "^3.0 || ^4.0", 1840 "symfony/stopwatch": "^3.0 || ^4.0" 1841 }, 1842 "conflict": { 1843 "hhvm": "*" 1844 }, 1845 "require-dev": { 1846 "johnkary/phpunit-speedtrap": "^1.1 || ^2.0 || ^3.0", 1847 "justinrainbow/json-schema": "^5.0", 1848 "keradus/cli-executor": "^1.0", 1849 "mikey179/vfsstream": "^1.6", 1850 "php-coveralls/php-coveralls": "^2.0", 1851 "php-cs-fixer/accessible-object": "^1.0", 1852 "phpunit/phpunit": "^5.7.23 || ^6.4.3 || ^7.0", 1853 "phpunitgoodpractices/traits": "^1.3.1", 1854 "symfony/phpunit-bridge": "^3.2.2 || ^4.0" 1855 }, 1856 "suggest": { 1857 "ext-mbstring": "For handling non-UTF8 characters in cache signature.", 1858 "symfony/polyfill-mbstring": "When enabling `ext-mbstring` is not possible." 1859 }, 1860 "bin": [ 1861 "php-cs-fixer" 1862 ], 1863 "type": "application", 1864 "extra": { 1865 "branch-alias": { 1866 "dev-master": "2.11-dev" 1867 } 1868 }, 1869 "autoload": { 1870 "psr-4": { 1871 "PhpCsFixer\\": "src/" 1872 }, 1873 "classmap": [ 1874 "tests/Test/AbstractFixerTestCase.php", 1875 "tests/Test/AbstractIntegrationCaseFactory.php", 1876 "tests/Test/AbstractIntegrationTestCase.php", 1877 "tests/Test/Assert/AssertTokensTrait.php", 1878 "tests/Test/Constraint/SameStringsConstraint.php", 1879 "tests/Test/Constraint/SameStringsConstraintForV5.php", 1880 "tests/Test/Constraint/SameStringsConstraintForV7.php", 1881 "tests/Test/IntegrationCase.php", 1882 "tests/Test/IntegrationCaseFactory.php", 1883 "tests/Test/IntegrationCaseFactoryInterface.php", 1884 "tests/Test/InternalIntegrationCaseFactory.php", 1885 "tests/TestCase.php" 1886 ] 1887 }, 1888 "notification-url": "https://packagist.org/downloads/", 1889 "license": [ 1890 "MIT" 1891 ], 1892 "authors": [ 1893 { 1894 "name": "Dariusz Rumiński", 1895 "email": "dariusz.ruminski@gmail.com" 1896 }, 1897 { 1898 "name": "Fabien Potencier", 1899 "email": "fabien@symfony.com" 1900 } 1901 ], 1902 "description": "A tool to automatically fix PHP code style", 1903 "time": "2018-03-21T17:41:26+00:00" 1904 }, 1905 { 1906 "name": "hamcrest/hamcrest-php", 1907 "version": "v2.0.0", 1908 "source": { 1909 "type": "git", 1910 "url": "https://github.com/hamcrest/hamcrest-php.git", 1911 "reference": "776503d3a8e85d4f9a1148614f95b7a608b046ad" 1912 }, 1913 "dist": { 1914 "type": "zip", 1915 "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/776503d3a8e85d4f9a1148614f95b7a608b046ad", 1916 "reference": "776503d3a8e85d4f9a1148614f95b7a608b046ad", 1917 "shasum": "" 1918 }, 1919 "require": { 1920 "php": "^5.3|^7.0" 1921 }, 1922 "replace": { 1923 "cordoval/hamcrest-php": "*", 1924 "davedevelopment/hamcrest-php": "*", 1925 "kodova/hamcrest-php": "*" 1926 }, 1927 "require-dev": { 1928 "phpunit/php-file-iterator": "1.3.3", 1929 "phpunit/phpunit": "~4.0", 1930 "satooshi/php-coveralls": "^1.0" 1931 }, 1932 "type": "library", 1933 "extra": { 1934 "branch-alias": { 1935 "dev-master": "2.0-dev" 1936 } 1937 }, 1938 "autoload": { 1939 "classmap": [ 1940 "hamcrest" 1941 ] 1942 }, 1943 "notification-url": "https://packagist.org/downloads/", 1944 "license": [ 1945 "BSD" 1946 ], 1947 "description": "This is the PHP port of Hamcrest Matchers", 1948 "keywords": [ 1949 "test" 1950 ], 1951 "time": "2016-01-20T08:20:44+00:00" 1952 }, 1953 { 1954 "name": "maximebf/debugbar", 1955 "version": "v1.15.0", 1956 "source": { 1957 "type": "git", 1958 "url": "https://github.com/maximebf/php-debugbar.git", 1959 "reference": "30e7d60937ee5f1320975ca9bc7bcdd44d500f07" 1960 }, 1961 "dist": { 1962 "type": "zip", 1963 "url": "https://api.github.com/repos/maximebf/php-debugbar/zipball/30e7d60937ee5f1320975ca9bc7bcdd44d500f07", 1964 "reference": "30e7d60937ee5f1320975ca9bc7bcdd44d500f07", 1965 "shasum": "" 1966 }, 1967 "require": { 1968 "php": ">=5.3.0", 1969 "psr/log": "^1.0", 1970 "symfony/var-dumper": "^2.6|^3.0|^4.0" 1971 }, 1972 "require-dev": { 1973 "phpunit/phpunit": "^4.0|^5.0" 1974 }, 1975 "suggest": { 1976 "kriswallsmith/assetic": "The best way to manage assets", 1977 "monolog/monolog": "Log using Monolog", 1978 "predis/predis": "Redis storage" 1979 }, 1980 "type": "library", 1981 "extra": { 1982 "branch-alias": { 1983 "dev-master": "1.14-dev" 1984 } 1985 }, 1986 "autoload": { 1987 "psr-4": { 1988 "DebugBar\\": "src/DebugBar/" 1989 } 1990 }, 1991 "notification-url": "https://packagist.org/downloads/", 1992 "license": [ 1993 "MIT" 1994 ], 1995 "authors": [ 1996 { 1997 "name": "Maxime Bouroumeau-Fuseau", 1998 "email": "maxime.bouroumeau@gmail.com", 1999 "homepage": "http://maximebf.com" 2000 }, 2001 { 2002 "name": "Barry vd. Heuvel", 2003 "email": "barryvdh@gmail.com" 2004 } 2005 ], 2006 "description": "Debug bar in the browser for php application", 2007 "homepage": "https://github.com/maximebf/php-debugbar", 2008 "keywords": [ 2009 "debug", 2010 "debugbar" 2011 ], 2012 "time": "2017-12-15T11:13:46+00:00" 2013 }, 2014 { 2015 "name": "mockery/mockery", 2016 "version": "1.0", 2017 "source": { 2018 "type": "git", 2019 "url": "https://github.com/mockery/mockery.git", 2020 "reference": "1bac8c362b12f522fdd1f1fa3556284c91affa38" 2021 }, 2022 "dist": { 2023 "type": "zip", 2024 "url": "https://api.github.com/repos/mockery/mockery/zipball/1bac8c362b12f522fdd1f1fa3556284c91affa38", 2025 "reference": "1bac8c362b12f522fdd1f1fa3556284c91affa38", 2026 "shasum": "" 2027 }, 2028 "require": { 2029 "hamcrest/hamcrest-php": "~2.0", 2030 "lib-pcre": ">=7.0", 2031 "php": ">=5.6.0" 2032 }, 2033 "require-dev": { 2034 "phpunit/phpunit": "~5.7|~6.1" 2035 }, 2036 "type": "library", 2037 "extra": { 2038 "branch-alias": { 2039 "dev-master": "1.0.x-dev" 2040 } 2041 }, 2042 "autoload": { 2043 "psr-0": { 2044 "Mockery": "library/" 2045 } 2046 }, 2047 "notification-url": "https://packagist.org/downloads/", 2048 "license": [ 2049 "BSD-3-Clause" 2050 ], 2051 "authors": [ 2052 { 2053 "name": "Pádraic Brady", 2054 "email": "padraic.brady@gmail.com", 2055 "homepage": "http://blog.astrumfutura.com" 2056 }, 2057 { 2058 "name": "Dave Marshall", 2059 "email": "dave.marshall@atstsolutions.co.uk", 2060 "homepage": "http://davedevelopment.co.uk" 2061 } 2062 ], 2063 "description": "Mockery is a simple yet flexible PHP mock object framework for use in unit testing with PHPUnit, PHPSpec or any other testing framework. Its core goal is to offer a test double framework with a succinct API capable of clearly defining all possible object operations and interactions using a human readable Domain Specific Language (DSL). Designed as a drop in alternative to PHPUnit's phpunit-mock-objects library, Mockery is easy to integrate with PHPUnit and can operate alongside phpunit-mock-objects without the World ending.", 2064 "homepage": "http://github.com/mockery/mockery", 2065 "keywords": [ 2066 "BDD", 2067 "TDD", 2068 "library", 2069 "mock", 2070 "mock objects", 2071 "mockery", 2072 "stub", 2073 "test", 2074 "test double", 2075 "testing" 2076 ], 2077 "time": "2017-10-06T16:20:43+00:00" 2078 }, 2079 { 2080 "name": "myclabs/deep-copy", 2081 "version": "1.7.0", 2082 "source": { 2083 "type": "git", 2084 "url": "https://github.com/myclabs/DeepCopy.git", 2085 "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e" 2086 }, 2087 "dist": { 2088 "type": "zip", 2089 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e", 2090 "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e", 2091 "shasum": "" 2092 }, 2093 "require": { 2094 "php": "^5.6 || ^7.0" 2095 }, 2096 "require-dev": { 2097 "doctrine/collections": "^1.0", 2098 "doctrine/common": "^2.6", 2099 "phpunit/phpunit": "^4.1" 2100 }, 2101 "type": "library", 2102 "autoload": { 2103 "psr-4": { 2104 "DeepCopy\\": "src/DeepCopy/" 2105 }, 2106 "files": [ 2107 "src/DeepCopy/deep_copy.php" 2108 ] 2109 }, 2110 "notification-url": "https://packagist.org/downloads/", 2111 "license": [ 2112 "MIT" 2113 ], 2114 "description": "Create deep copies (clones) of your objects", 2115 "keywords": [ 2116 "clone", 2117 "copy", 2118 "duplicate", 2119 "object", 2120 "object graph" 2121 ], 2122 "time": "2017-10-19T19:58:43+00:00" 2123 }, 2124 { 2125 "name": "phar-io/manifest", 2126 "version": "1.0.1", 2127 "source": { 2128 "type": "git", 2129 "url": "https://github.com/phar-io/manifest.git", 2130 "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0" 2131 }, 2132 "dist": { 2133 "type": "zip", 2134 "url": "https://api.github.com/repos/phar-io/manifest/zipball/2df402786ab5368a0169091f61a7c1e0eb6852d0", 2135 "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0", 2136 "shasum": "" 2137 }, 2138 "require": { 2139 "ext-dom": "*", 2140 "ext-phar": "*", 2141 "phar-io/version": "^1.0.1", 2142 "php": "^5.6 || ^7.0" 2143 }, 2144 "type": "library", 2145 "extra": { 2146 "branch-alias": { 2147 "dev-master": "1.0.x-dev" 2148 } 2149 }, 2150 "autoload": { 2151 "classmap": [ 2152 "src/" 2153 ] 2154 }, 2155 "notification-url": "https://packagist.org/downloads/", 2156 "license": [ 2157 "BSD-3-Clause" 2158 ], 2159 "authors": [ 2160 { 2161 "name": "Arne Blankerts", 2162 "email": "arne@blankerts.de", 2163 "role": "Developer" 2164 }, 2165 { 2166 "name": "Sebastian Heuer", 2167 "email": "sebastian@phpeople.de", 2168 "role": "Developer" 2169 }, 2170 { 2171 "name": "Sebastian Bergmann", 2172 "email": "sebastian@phpunit.de", 2173 "role": "Developer" 2174 } 2175 ], 2176 "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)", 2177 "time": "2017-03-05T18:14:27+00:00" 2178 }, 2179 { 2180 "name": "phar-io/version", 2181 "version": "1.0.1", 2182 "source": { 2183 "type": "git", 2184 "url": "https://github.com/phar-io/version.git", 2185 "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df" 2186 }, 2187 "dist": { 2188 "type": "zip", 2189 "url": "https://api.github.com/repos/phar-io/version/zipball/a70c0ced4be299a63d32fa96d9281d03e94041df", 2190 "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df", 2191 "shasum": "" 2192 }, 2193 "require": { 2194 "php": "^5.6 || ^7.0" 2195 }, 2196 "type": "library", 2197 "autoload": { 2198 "classmap": [ 2199 "src/" 2200 ] 2201 }, 2202 "notification-url": "https://packagist.org/downloads/", 2203 "license": [ 2204 "BSD-3-Clause" 2205 ], 2206 "authors": [ 2207 { 2208 "name": "Arne Blankerts", 2209 "email": "arne@blankerts.de", 2210 "role": "Developer" 2211 }, 2212 { 2213 "name": "Sebastian Heuer", 2214 "email": "sebastian@phpeople.de", 2215 "role": "Developer" 2216 }, 2217 { 2218 "name": "Sebastian Bergmann", 2219 "email": "sebastian@phpunit.de", 2220 "role": "Developer" 2221 } 2222 ], 2223 "description": "Library for handling version information and constraints", 2224 "time": "2017-03-05T17:38:23+00:00" 2225 }, 2226 { 2227 "name": "php-cs-fixer/diff", 2228 "version": "v1.3.0", 2229 "source": { 2230 "type": "git", 2231 "url": "https://github.com/PHP-CS-Fixer/diff.git", 2232 "reference": "78bb099e9c16361126c86ce82ec4405ebab8e756" 2233 }, 2234 "dist": { 2235 "type": "zip", 2236 "url": "https://api.github.com/repos/PHP-CS-Fixer/diff/zipball/78bb099e9c16361126c86ce82ec4405ebab8e756", 2237 "reference": "78bb099e9c16361126c86ce82ec4405ebab8e756", 2238 "shasum": "" 2239 }, 2240 "require": { 2241 "php": "^5.6 || ^7.0" 2242 }, 2243 "require-dev": { 2244 "phpunit/phpunit": "^5.7.23 || ^6.4.3", 2245 "symfony/process": "^3.3" 2246 }, 2247 "type": "library", 2248 "autoload": { 2249 "classmap": [ 2250 "src/" 2251 ] 2252 }, 2253 "notification-url": "https://packagist.org/downloads/", 2254 "license": [ 2255 "BSD-3-Clause" 2256 ], 2257 "authors": [ 2258 { 2259 "name": "Kore Nordmann", 2260 "email": "mail@kore-nordmann.de" 2261 }, 2262 { 2263 "name": "Sebastian Bergmann", 2264 "email": "sebastian@phpunit.de" 2265 }, 2266 { 2267 "name": "SpacePossum" 2268 } 2269 ], 2270 "description": "sebastian/diff v2 backport support for PHP5.6", 2271 "homepage": "https://github.com/PHP-CS-Fixer", 2272 "keywords": [ 2273 "diff" 2274 ], 2275 "time": "2018-02-15T16:58:55+00:00" 2276 }, 2277 { 2278 "name": "phpdocumentor/reflection-common", 2279 "version": "1.0.1", 2280 "source": { 2281 "type": "git", 2282 "url": "https://github.com/phpDocumentor/ReflectionCommon.git", 2283 "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6" 2284 }, 2285 "dist": { 2286 "type": "zip", 2287 "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6", 2288 "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6", 2289 "shasum": "" 2290 }, 2291 "require": { 2292 "php": ">=5.5" 2293 }, 2294 "require-dev": { 2295 "phpunit/phpunit": "^4.6" 2296 }, 2297 "type": "library", 2298 "extra": { 2299 "branch-alias": { 2300 "dev-master": "1.0.x-dev" 2301 } 2302 }, 2303 "autoload": { 2304 "psr-4": { 2305 "phpDocumentor\\Reflection\\": [ 2306 "src" 2307 ] 2308 } 2309 }, 2310 "notification-url": "https://packagist.org/downloads/", 2311 "license": [ 2312 "MIT" 2313 ], 2314 "authors": [ 2315 { 2316 "name": "Jaap van Otterdijk", 2317 "email": "opensource@ijaap.nl" 2318 } 2319 ], 2320 "description": "Common reflection classes used by phpdocumentor to reflect the code structure", 2321 "homepage": "http://www.phpdoc.org", 2322 "keywords": [ 2323 "FQSEN", 2324 "phpDocumentor", 2325 "phpdoc", 2326 "reflection", 2327 "static analysis" 2328 ], 2329 "time": "2017-09-11T18:02:19+00:00" 2330 }, 2331 { 2332 "name": "phpdocumentor/reflection-docblock", 2333 "version": "4.3.0", 2334 "source": { 2335 "type": "git", 2336 "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", 2337 "reference": "94fd0001232e47129dd3504189fa1c7225010d08" 2338 }, 2339 "dist": { 2340 "type": "zip", 2341 "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/94fd0001232e47129dd3504189fa1c7225010d08", 2342 "reference": "94fd0001232e47129dd3504189fa1c7225010d08", 2343 "shasum": "" 2344 }, 2345 "require": { 2346 "php": "^7.0", 2347 "phpdocumentor/reflection-common": "^1.0.0", 2348 "phpdocumentor/type-resolver": "^0.4.0", 2349 "webmozart/assert": "^1.0" 2350 }, 2351 "require-dev": { 2352 "doctrine/instantiator": "~1.0.5", 2353 "mockery/mockery": "^1.0", 2354 "phpunit/phpunit": "^6.4" 2355 }, 2356 "type": "library", 2357 "extra": { 2358 "branch-alias": { 2359 "dev-master": "4.x-dev" 2360 } 2361 }, 2362 "autoload": { 2363 "psr-4": { 2364 "phpDocumentor\\Reflection\\": [ 2365 "src/" 2366 ] 2367 } 2368 }, 2369 "notification-url": "https://packagist.org/downloads/", 2370 "license": [ 2371 "MIT" 2372 ], 2373 "authors": [ 2374 { 2375 "name": "Mike van Riel", 2376 "email": "me@mikevanriel.com" 2377 } 2378 ], 2379 "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", 2380 "time": "2017-11-30T07:14:17+00:00" 2381 }, 2382 { 2383 "name": "phpdocumentor/type-resolver", 2384 "version": "0.4.0", 2385 "source": { 2386 "type": "git", 2387 "url": "https://github.com/phpDocumentor/TypeResolver.git", 2388 "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7" 2389 }, 2390 "dist": { 2391 "type": "zip", 2392 "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7", 2393 "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7", 2394 "shasum": "" 2395 }, 2396 "require": { 2397 "php": "^5.5 || ^7.0", 2398 "phpdocumentor/reflection-common": "^1.0" 2399 }, 2400 "require-dev": { 2401 "mockery/mockery": "^0.9.4", 2402 "phpunit/phpunit": "^5.2||^4.8.24" 2403 }, 2404 "type": "library", 2405 "extra": { 2406 "branch-alias": { 2407 "dev-master": "1.0.x-dev" 2408 } 2409 }, 2410 "autoload": { 2411 "psr-4": { 2412 "phpDocumentor\\Reflection\\": [ 2413 "src/" 2414 ] 2415 } 2416 }, 2417 "notification-url": "https://packagist.org/downloads/", 2418 "license": [ 2419 "MIT" 2420 ], 2421 "authors": [ 2422 { 2423 "name": "Mike van Riel", 2424 "email": "me@mikevanriel.com" 2425 } 2426 ], 2427 "time": "2017-07-14T14:27:02+00:00" 2428 }, 2429 { 2430 "name": "phpspec/prophecy", 2431 "version": "1.7.5", 2432 "source": { 2433 "type": "git", 2434 "url": "https://github.com/phpspec/prophecy.git", 2435 "reference": "dfd6be44111a7c41c2e884a336cc4f461b3b2401" 2436 }, 2437 "dist": { 2438 "type": "zip", 2439 "url": "https://api.github.com/repos/phpspec/prophecy/zipball/dfd6be44111a7c41c2e884a336cc4f461b3b2401", 2440 "reference": "dfd6be44111a7c41c2e884a336cc4f461b3b2401", 2441 "shasum": "" 2442 }, 2443 "require": { 2444 "doctrine/instantiator": "^1.0.2", 2445 "php": "^5.3|^7.0", 2446 "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0", 2447 "sebastian/comparator": "^1.1|^2.0", 2448 "sebastian/recursion-context": "^1.0|^2.0|^3.0" 2449 }, 2450 "require-dev": { 2451 "phpspec/phpspec": "^2.5|^3.2", 2452 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5" 2453 }, 2454 "type": "library", 2455 "extra": { 2456 "branch-alias": { 2457 "dev-master": "1.7.x-dev" 2458 } 2459 }, 2460 "autoload": { 2461 "psr-0": { 2462 "Prophecy\\": "src/" 2463 } 2464 }, 2465 "notification-url": "https://packagist.org/downloads/", 2466 "license": [ 2467 "MIT" 2468 ], 2469 "authors": [ 2470 { 2471 "name": "Konstantin Kudryashov", 2472 "email": "ever.zet@gmail.com", 2473 "homepage": "http://everzet.com" 2474 }, 2475 { 2476 "name": "Marcello Duarte", 2477 "email": "marcello.duarte@gmail.com" 2478 } 2479 ], 2480 "description": "Highly opinionated mocking framework for PHP 5.3+", 2481 "homepage": "https://github.com/phpspec/prophecy", 2482 "keywords": [ 2483 "Double", 2484 "Dummy", 2485 "fake", 2486 "mock", 2487 "spy", 2488 "stub" 2489 ], 2490 "time": "2018-02-19T10:16:54+00:00" 2491 }, 2492 { 2493 "name": "phpunit/php-code-coverage", 2494 "version": "5.3.0", 2495 "source": { 2496 "type": "git", 2497 "url": "https://github.com/sebastianbergmann/php-code-coverage.git", 2498 "reference": "661f34d0bd3f1a7225ef491a70a020ad23a057a1" 2499 }, 2500 "dist": { 2501 "type": "zip", 2502 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/661f34d0bd3f1a7225ef491a70a020ad23a057a1", 2503 "reference": "661f34d0bd3f1a7225ef491a70a020ad23a057a1", 2504 "shasum": "" 2505 }, 2506 "require": { 2507 "ext-dom": "*", 2508 "ext-xmlwriter": "*", 2509 "php": "^7.0", 2510 "phpunit/php-file-iterator": "^1.4.2", 2511 "phpunit/php-text-template": "^1.2.1", 2512 "phpunit/php-token-stream": "^2.0.1", 2513 "sebastian/code-unit-reverse-lookup": "^1.0.1", 2514 "sebastian/environment": "^3.0", 2515 "sebastian/version": "^2.0.1", 2516 "theseer/tokenizer": "^1.1" 2517 }, 2518 "require-dev": { 2519 "phpunit/phpunit": "^6.0" 2520 }, 2521 "suggest": { 2522 "ext-xdebug": "^2.5.5" 2523 }, 2524 "type": "library", 2525 "extra": { 2526 "branch-alias": { 2527 "dev-master": "5.3.x-dev" 2528 } 2529 }, 2530 "autoload": { 2531 "classmap": [ 2532 "src/" 2533 ] 2534 }, 2535 "notification-url": "https://packagist.org/downloads/", 2536 "license": [ 2537 "BSD-3-Clause" 2538 ], 2539 "authors": [ 2540 { 2541 "name": "Sebastian Bergmann", 2542 "email": "sebastian@phpunit.de", 2543 "role": "lead" 2544 } 2545 ], 2546 "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", 2547 "homepage": "https://github.com/sebastianbergmann/php-code-coverage", 2548 "keywords": [ 2549 "coverage", 2550 "testing", 2551 "xunit" 2552 ], 2553 "time": "2017-12-06T09:29:45+00:00" 2554 }, 2555 { 2556 "name": "phpunit/php-file-iterator", 2557 "version": "1.4.5", 2558 "source": { 2559 "type": "git", 2560 "url": "https://github.com/sebastianbergmann/php-file-iterator.git", 2561 "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4" 2562 }, 2563 "dist": { 2564 "type": "zip", 2565 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4", 2566 "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4", 2567 "shasum": "" 2568 }, 2569 "require": { 2570 "php": ">=5.3.3" 2571 }, 2572 "type": "library", 2573 "extra": { 2574 "branch-alias": { 2575 "dev-master": "1.4.x-dev" 2576 } 2577 }, 2578 "autoload": { 2579 "classmap": [ 2580 "src/" 2581 ] 2582 }, 2583 "notification-url": "https://packagist.org/downloads/", 2584 "license": [ 2585 "BSD-3-Clause" 2586 ], 2587 "authors": [ 2588 { 2589 "name": "Sebastian Bergmann", 2590 "email": "sb@sebastian-bergmann.de", 2591 "role": "lead" 2592 } 2593 ], 2594 "description": "FilterIterator implementation that filters files based on a list of suffixes.", 2595 "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", 2596 "keywords": [ 2597 "filesystem", 2598 "iterator" 2599 ], 2600 "time": "2017-11-27T13:52:08+00:00" 2601 }, 2602 { 2603 "name": "phpunit/php-text-template", 2604 "version": "1.2.1", 2605 "source": { 2606 "type": "git", 2607 "url": "https://github.com/sebastianbergmann/php-text-template.git", 2608 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686" 2609 }, 2610 "dist": { 2611 "type": "zip", 2612 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686", 2613 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686", 2614 "shasum": "" 2615 }, 2616 "require": { 2617 "php": ">=5.3.3" 2618 }, 2619 "type": "library", 2620 "autoload": { 2621 "classmap": [ 2622 "src/" 2623 ] 2624 }, 2625 "notification-url": "https://packagist.org/downloads/", 2626 "license": [ 2627 "BSD-3-Clause" 2628 ], 2629 "authors": [ 2630 { 2631 "name": "Sebastian Bergmann", 2632 "email": "sebastian@phpunit.de", 2633 "role": "lead" 2634 } 2635 ], 2636 "description": "Simple template engine.", 2637 "homepage": "https://github.com/sebastianbergmann/php-text-template/", 2638 "keywords": [ 2639 "template" 2640 ], 2641 "time": "2015-06-21T13:50:34+00:00" 2642 }, 2643 { 2644 "name": "phpunit/php-timer", 2645 "version": "1.0.9", 2646 "source": { 2647 "type": "git", 2648 "url": "https://github.com/sebastianbergmann/php-timer.git", 2649 "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f" 2650 }, 2651 "dist": { 2652 "type": "zip", 2653 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f", 2654 "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f", 2655 "shasum": "" 2656 }, 2657 "require": { 2658 "php": "^5.3.3 || ^7.0" 2659 }, 2660 "require-dev": { 2661 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0" 2662 }, 2663 "type": "library", 2664 "extra": { 2665 "branch-alias": { 2666 "dev-master": "1.0-dev" 2667 } 2668 }, 2669 "autoload": { 2670 "classmap": [ 2671 "src/" 2672 ] 2673 }, 2674 "notification-url": "https://packagist.org/downloads/", 2675 "license": [ 2676 "BSD-3-Clause" 2677 ], 2678 "authors": [ 2679 { 2680 "name": "Sebastian Bergmann", 2681 "email": "sb@sebastian-bergmann.de", 2682 "role": "lead" 2683 } 2684 ], 2685 "description": "Utility class for timing", 2686 "homepage": "https://github.com/sebastianbergmann/php-timer/", 2687 "keywords": [ 2688 "timer" 2689 ], 2690 "time": "2017-02-26T11:10:40+00:00" 2691 }, 2692 { 2693 "name": "phpunit/php-token-stream", 2694 "version": "2.0.2", 2695 "source": { 2696 "type": "git", 2697 "url": "https://github.com/sebastianbergmann/php-token-stream.git", 2698 "reference": "791198a2c6254db10131eecfe8c06670700904db" 2699 }, 2700 "dist": { 2701 "type": "zip", 2702 "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/791198a2c6254db10131eecfe8c06670700904db", 2703 "reference": "791198a2c6254db10131eecfe8c06670700904db", 2704 "shasum": "" 2705 }, 2706 "require": { 2707 "ext-tokenizer": "*", 2708 "php": "^7.0" 2709 }, 2710 "require-dev": { 2711 "phpunit/phpunit": "^6.2.4" 2712 }, 2713 "type": "library", 2714 "extra": { 2715 "branch-alias": { 2716 "dev-master": "2.0-dev" 2717 } 2718 }, 2719 "autoload": { 2720 "classmap": [ 2721 "src/" 2722 ] 2723 }, 2724 "notification-url": "https://packagist.org/downloads/", 2725 "license": [ 2726 "BSD-3-Clause" 2727 ], 2728 "authors": [ 2729 { 2730 "name": "Sebastian Bergmann", 2731 "email": "sebastian@phpunit.de" 2732 } 2733 ], 2734 "description": "Wrapper around PHP's tokenizer extension.", 2735 "homepage": "https://github.com/sebastianbergmann/php-token-stream/", 2736 "keywords": [ 2737 "tokenizer" 2738 ], 2739 "time": "2017-11-27T05:48:46+00:00" 2740 }, 2741 { 2742 "name": "phpunit/phpunit", 2743 "version": "6.5.7", 2744 "source": { 2745 "type": "git", 2746 "url": "https://github.com/sebastianbergmann/phpunit.git", 2747 "reference": "6bd77b57707c236833d2b57b968e403df060c9d9" 2748 }, 2749 "dist": { 2750 "type": "zip", 2751 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/6bd77b57707c236833d2b57b968e403df060c9d9", 2752 "reference": "6bd77b57707c236833d2b57b968e403df060c9d9", 2753 "shasum": "" 2754 }, 2755 "require": { 2756 "ext-dom": "*", 2757 "ext-json": "*", 2758 "ext-libxml": "*", 2759 "ext-mbstring": "*", 2760 "ext-xml": "*", 2761 "myclabs/deep-copy": "^1.6.1", 2762 "phar-io/manifest": "^1.0.1", 2763 "phar-io/version": "^1.0", 2764 "php": "^7.0", 2765 "phpspec/prophecy": "^1.7", 2766 "phpunit/php-code-coverage": "^5.3", 2767 "phpunit/php-file-iterator": "^1.4.3", 2768 "phpunit/php-text-template": "^1.2.1", 2769 "phpunit/php-timer": "^1.0.9", 2770 "phpunit/phpunit-mock-objects": "^5.0.5", 2771 "sebastian/comparator": "^2.1", 2772 "sebastian/diff": "^2.0", 2773 "sebastian/environment": "^3.1", 2774 "sebastian/exporter": "^3.1", 2775 "sebastian/global-state": "^2.0", 2776 "sebastian/object-enumerator": "^3.0.3", 2777 "sebastian/resource-operations": "^1.0", 2778 "sebastian/version": "^2.0.1" 2779 }, 2780 "conflict": { 2781 "phpdocumentor/reflection-docblock": "3.0.2", 2782 "phpunit/dbunit": "<3.0" 2783 }, 2784 "require-dev": { 2785 "ext-pdo": "*" 2786 }, 2787 "suggest": { 2788 "ext-xdebug": "*", 2789 "phpunit/php-invoker": "^1.1" 2790 }, 2791 "bin": [ 2792 "phpunit" 2793 ], 2794 "type": "library", 2795 "extra": { 2796 "branch-alias": { 2797 "dev-master": "6.5.x-dev" 2798 } 2799 }, 2800 "autoload": { 2801 "classmap": [ 2802 "src/" 2803 ] 2804 }, 2805 "notification-url": "https://packagist.org/downloads/", 2806 "license": [ 2807 "BSD-3-Clause" 2808 ], 2809 "authors": [ 2810 { 2811 "name": "Sebastian Bergmann", 2812 "email": "sebastian@phpunit.de", 2813 "role": "lead" 2814 } 2815 ], 2816 "description": "The PHP Unit Testing framework.", 2817 "homepage": "https://phpunit.de/", 2818 "keywords": [ 2819 "phpunit", 2820 "testing", 2821 "xunit" 2822 ], 2823 "time": "2018-02-26T07:01:09+00:00" 2824 }, 2825 { 2826 "name": "phpunit/phpunit-mock-objects", 2827 "version": "5.0.6", 2828 "source": { 2829 "type": "git", 2830 "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git", 2831 "reference": "33fd41a76e746b8fa96d00b49a23dadfa8334cdf" 2832 }, 2833 "dist": { 2834 "type": "zip", 2835 "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/33fd41a76e746b8fa96d00b49a23dadfa8334cdf", 2836 "reference": "33fd41a76e746b8fa96d00b49a23dadfa8334cdf", 2837 "shasum": "" 2838 }, 2839 "require": { 2840 "doctrine/instantiator": "^1.0.5", 2841 "php": "^7.0", 2842 "phpunit/php-text-template": "^1.2.1", 2843 "sebastian/exporter": "^3.1" 2844 }, 2845 "conflict": { 2846 "phpunit/phpunit": "<6.0" 2847 }, 2848 "require-dev": { 2849 "phpunit/phpunit": "^6.5" 2850 }, 2851 "suggest": { 2852 "ext-soap": "*" 2853 }, 2854 "type": "library", 2855 "extra": { 2856 "branch-alias": { 2857 "dev-master": "5.0.x-dev" 2858 } 2859 }, 2860 "autoload": { 2861 "classmap": [ 2862 "src/" 2863 ] 2864 }, 2865 "notification-url": "https://packagist.org/downloads/", 2866 "license": [ 2867 "BSD-3-Clause" 2868 ], 2869 "authors": [ 2870 { 2871 "name": "Sebastian Bergmann", 2872 "email": "sebastian@phpunit.de", 2873 "role": "lead" 2874 } 2875 ], 2876 "description": "Mock Object library for PHPUnit", 2877 "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/", 2878 "keywords": [ 2879 "mock", 2880 "xunit" 2881 ], 2882 "time": "2018-01-06T05:45:45+00:00" 2883 }, 2884 { 2885 "name": "satooshi/php-coveralls", 2886 "version": "v2.0.0", 2887 "source": { 2888 "type": "git", 2889 "url": "https://github.com/php-coveralls/php-coveralls.git", 2890 "reference": "3eaf7eb689cdf6b86801a3843940d974dc657068" 2891 }, 2892 "dist": { 2893 "type": "zip", 2894 "url": "https://api.github.com/repos/php-coveralls/php-coveralls/zipball/3eaf7eb689cdf6b86801a3843940d974dc657068", 2895 "reference": "3eaf7eb689cdf6b86801a3843940d974dc657068", 2896 "shasum": "" 2897 }, 2898 "require": { 2899 "ext-json": "*", 2900 "ext-simplexml": "*", 2901 "guzzlehttp/guzzle": "^6.0", 2902 "php": "^5.5 || ^7.0", 2903 "psr/log": "^1.0", 2904 "symfony/config": "^2.1 || ^3.0 || ^4.0", 2905 "symfony/console": "^2.1 || ^3.0 || ^4.0", 2906 "symfony/stopwatch": "^2.0 || ^3.0 || ^4.0", 2907 "symfony/yaml": "^2.0 || ^3.0 || ^4.0" 2908 }, 2909 "require-dev": { 2910 "phpunit/phpunit": "^4.8.35 || ^5.4.3 || ^6.0" 2911 }, 2912 "suggest": { 2913 "symfony/http-kernel": "Allows Symfony integration" 2914 }, 2915 "bin": [ 2916 "bin/php-coveralls" 2917 ], 2918 "type": "library", 2919 "extra": { 2920 "branch-alias": { 2921 "dev-master": "2.0-dev" 2922 } 2923 }, 2924 "autoload": { 2925 "psr-4": { 2926 "PhpCoveralls\\": "src/" 2927 } 2928 }, 2929 "notification-url": "https://packagist.org/downloads/", 2930 "license": [ 2931 "MIT" 2932 ], 2933 "authors": [ 2934 { 2935 "name": "Kitamura Satoshi", 2936 "email": "with.no.parachute@gmail.com", 2937 "homepage": "https://www.facebook.com/satooshi.jp", 2938 "role": "Original creator" 2939 }, 2940 { 2941 "name": "Takashi Matsuo", 2942 "email": "tmatsuo@google.com" 2943 }, 2944 { 2945 "name": "Google Inc" 2946 }, 2947 { 2948 "name": "Dariusz Ruminski", 2949 "email": "dariusz.ruminski@gmail.com", 2950 "homepage": "https://github.com/keradus" 2951 }, 2952 { 2953 "name": "Contributors", 2954 "homepage": "https://github.com/php-coveralls/php-coveralls/graphs/contributors" 2955 } 2956 ], 2957 "description": "PHP client library for Coveralls API", 2958 "homepage": "https://github.com/php-coveralls/php-coveralls", 2959 "keywords": [ 2960 "ci", 2961 "coverage", 2962 "github", 2963 "test" 2964 ], 2965 "time": "2017-12-08T14:28:16+00:00" 2966 }, 2967 { 2968 "name": "sebastian/code-unit-reverse-lookup", 2969 "version": "1.0.1", 2970 "source": { 2971 "type": "git", 2972 "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git", 2973 "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18" 2974 }, 2975 "dist": { 2976 "type": "zip", 2977 "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18", 2978 "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18", 2979 "shasum": "" 2980 }, 2981 "require": { 2982 "php": "^5.6 || ^7.0" 2983 }, 2984 "require-dev": { 2985 "phpunit/phpunit": "^5.7 || ^6.0" 2986 }, 2987 "type": "library", 2988 "extra": { 2989 "branch-alias": { 2990 "dev-master": "1.0.x-dev" 2991 } 2992 }, 2993 "autoload": { 2994 "classmap": [ 2995 "src/" 2996 ] 2997 }, 2998 "notification-url": "https://packagist.org/downloads/", 2999 "license": [ 3000 "BSD-3-Clause" 3001 ], 3002 "authors": [ 3003 { 3004 "name": "Sebastian Bergmann", 3005 "email": "sebastian@phpunit.de" 3006 } 3007 ], 3008 "description": "Looks up which function or method a line of code belongs to", 3009 "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/", 3010 "time": "2017-03-04T06:30:41+00:00" 3011 }, 3012 { 3013 "name": "sebastian/comparator", 3014 "version": "2.1.3", 3015 "source": { 3016 "type": "git", 3017 "url": "https://github.com/sebastianbergmann/comparator.git", 3018 "reference": "34369daee48eafb2651bea869b4b15d75ccc35f9" 3019 }, 3020 "dist": { 3021 "type": "zip", 3022 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/34369daee48eafb2651bea869b4b15d75ccc35f9", 3023 "reference": "34369daee48eafb2651bea869b4b15d75ccc35f9", 3024 "shasum": "" 3025 }, 3026 "require": { 3027 "php": "^7.0", 3028 "sebastian/diff": "^2.0 || ^3.0", 3029 "sebastian/exporter": "^3.1" 3030 }, 3031 "require-dev": { 3032 "phpunit/phpunit": "^6.4" 3033 }, 3034 "type": "library", 3035 "extra": { 3036 "branch-alias": { 3037 "dev-master": "2.1.x-dev" 3038 } 3039 }, 3040 "autoload": { 3041 "classmap": [ 3042 "src/" 3043 ] 3044 }, 3045 "notification-url": "https://packagist.org/downloads/", 3046 "license": [ 3047 "BSD-3-Clause" 3048 ], 3049 "authors": [ 3050 { 3051 "name": "Jeff Welch", 3052 "email": "whatthejeff@gmail.com" 3053 }, 3054 { 3055 "name": "Volker Dusch", 3056 "email": "github@wallbash.com" 3057 }, 3058 { 3059 "name": "Bernhard Schussek", 3060 "email": "bschussek@2bepublished.at" 3061 }, 3062 { 3063 "name": "Sebastian Bergmann", 3064 "email": "sebastian@phpunit.de" 3065 } 3066 ], 3067 "description": "Provides the functionality to compare PHP values for equality", 3068 "homepage": "https://github.com/sebastianbergmann/comparator", 3069 "keywords": [ 3070 "comparator", 3071 "compare", 3072 "equality" 3073 ], 3074 "time": "2018-02-01T13:46:46+00:00" 3075 }, 3076 { 3077 "name": "sebastian/diff", 3078 "version": "2.0.1", 3079 "source": { 3080 "type": "git", 3081 "url": "https://github.com/sebastianbergmann/diff.git", 3082 "reference": "347c1d8b49c5c3ee30c7040ea6fc446790e6bddd" 3083 }, 3084 "dist": { 3085 "type": "zip", 3086 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/347c1d8b49c5c3ee30c7040ea6fc446790e6bddd", 3087 "reference": "347c1d8b49c5c3ee30c7040ea6fc446790e6bddd", 3088 "shasum": "" 3089 }, 3090 "require": { 3091 "php": "^7.0" 3092 }, 3093 "require-dev": { 3094 "phpunit/phpunit": "^6.2" 3095 }, 3096 "type": "library", 3097 "extra": { 3098 "branch-alias": { 3099 "dev-master": "2.0-dev" 3100 } 3101 }, 3102 "autoload": { 3103 "classmap": [ 3104 "src/" 3105 ] 3106 }, 3107 "notification-url": "https://packagist.org/downloads/", 3108 "license": [ 3109 "BSD-3-Clause" 3110 ], 3111 "authors": [ 3112 { 3113 "name": "Kore Nordmann", 3114 "email": "mail@kore-nordmann.de" 3115 }, 3116 { 3117 "name": "Sebastian Bergmann", 3118 "email": "sebastian@phpunit.de" 3119 } 3120 ], 3121 "description": "Diff implementation", 3122 "homepage": "https://github.com/sebastianbergmann/diff", 3123 "keywords": [ 3124 "diff" 3125 ], 3126 "time": "2017-08-03T08:09:46+00:00" 3127 }, 3128 { 3129 "name": "sebastian/environment", 3130 "version": "3.1.0", 3131 "source": { 3132 "type": "git", 3133 "url": "https://github.com/sebastianbergmann/environment.git", 3134 "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5" 3135 }, 3136 "dist": { 3137 "type": "zip", 3138 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/cd0871b3975fb7fc44d11314fd1ee20925fce4f5", 3139 "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5", 3140 "shasum": "" 3141 }, 3142 "require": { 3143 "php": "^7.0" 3144 }, 3145 "require-dev": { 3146 "phpunit/phpunit": "^6.1" 3147 }, 3148 "type": "library", 3149 "extra": { 3150 "branch-alias": { 3151 "dev-master": "3.1.x-dev" 3152 } 3153 }, 3154 "autoload": { 3155 "classmap": [ 3156 "src/" 3157 ] 3158 }, 3159 "notification-url": "https://packagist.org/downloads/", 3160 "license": [ 3161 "BSD-3-Clause" 3162 ], 3163 "authors": [ 3164 { 3165 "name": "Sebastian Bergmann", 3166 "email": "sebastian@phpunit.de" 3167 } 3168 ], 3169 "description": "Provides functionality to handle HHVM/PHP environments", 3170 "homepage": "http://www.github.com/sebastianbergmann/environment", 3171 "keywords": [ 3172 "Xdebug", 3173 "environment", 3174 "hhvm" 3175 ], 3176 "time": "2017-07-01T08:51:00+00:00" 3177 }, 3178 { 3179 "name": "sebastian/exporter", 3180 "version": "3.1.0", 3181 "source": { 3182 "type": "git", 3183 "url": "https://github.com/sebastianbergmann/exporter.git", 3184 "reference": "234199f4528de6d12aaa58b612e98f7d36adb937" 3185 }, 3186 "dist": { 3187 "type": "zip", 3188 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/234199f4528de6d12aaa58b612e98f7d36adb937", 3189 "reference": "234199f4528de6d12aaa58b612e98f7d36adb937", 3190 "shasum": "" 3191 }, 3192 "require": { 3193 "php": "^7.0", 3194 "sebastian/recursion-context": "^3.0" 3195 }, 3196 "require-dev": { 3197 "ext-mbstring": "*", 3198 "phpunit/phpunit": "^6.0" 3199 }, 3200 "type": "library", 3201 "extra": { 3202 "branch-alias": { 3203 "dev-master": "3.1.x-dev" 3204 } 3205 }, 3206 "autoload": { 3207 "classmap": [ 3208 "src/" 3209 ] 3210 }, 3211 "notification-url": "https://packagist.org/downloads/", 3212 "license": [ 3213 "BSD-3-Clause" 3214 ], 3215 "authors": [ 3216 { 3217 "name": "Jeff Welch", 3218 "email": "whatthejeff@gmail.com" 3219 }, 3220 { 3221 "name": "Volker Dusch", 3222 "email": "github@wallbash.com" 3223 }, 3224 { 3225 "name": "Bernhard Schussek", 3226 "email": "bschussek@2bepublished.at" 3227 }, 3228 { 3229 "name": "Sebastian Bergmann", 3230 "email": "sebastian@phpunit.de" 3231 }, 3232 { 3233 "name": "Adam Harvey", 3234 "email": "aharvey@php.net" 3235 } 3236 ], 3237 "description": "Provides the functionality to export PHP variables for visualization", 3238 "homepage": "http://www.github.com/sebastianbergmann/exporter", 3239 "keywords": [ 3240 "export", 3241 "exporter" 3242 ], 3243 "time": "2017-04-03T13:19:02+00:00" 3244 }, 3245 { 3246 "name": "sebastian/global-state", 3247 "version": "2.0.0", 3248 "source": { 3249 "type": "git", 3250 "url": "https://github.com/sebastianbergmann/global-state.git", 3251 "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4" 3252 }, 3253 "dist": { 3254 "type": "zip", 3255 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4", 3256 "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4", 3257 "shasum": "" 3258 }, 3259 "require": { 3260 "php": "^7.0" 3261 }, 3262 "require-dev": { 3263 "phpunit/phpunit": "^6.0" 3264 }, 3265 "suggest": { 3266 "ext-uopz": "*" 3267 }, 3268 "type": "library", 3269 "extra": { 3270 "branch-alias": { 3271 "dev-master": "2.0-dev" 3272 } 3273 }, 3274 "autoload": { 3275 "classmap": [ 3276 "src/" 3277 ] 3278 }, 3279 "notification-url": "https://packagist.org/downloads/", 3280 "license": [ 3281 "BSD-3-Clause" 3282 ], 3283 "authors": [ 3284 { 3285 "name": "Sebastian Bergmann", 3286 "email": "sebastian@phpunit.de" 3287 } 3288 ], 3289 "description": "Snapshotting of global state", 3290 "homepage": "http://www.github.com/sebastianbergmann/global-state", 3291 "keywords": [ 3292 "global state" 3293 ], 3294 "time": "2017-04-27T15:39:26+00:00" 3295 }, 3296 { 3297 "name": "sebastian/object-enumerator", 3298 "version": "3.0.3", 3299 "source": { 3300 "type": "git", 3301 "url": "https://github.com/sebastianbergmann/object-enumerator.git", 3302 "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5" 3303 }, 3304 "dist": { 3305 "type": "zip", 3306 "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5", 3307 "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5", 3308 "shasum": "" 3309 }, 3310 "require": { 3311 "php": "^7.0", 3312 "sebastian/object-reflector": "^1.1.1", 3313 "sebastian/recursion-context": "^3.0" 3314 }, 3315 "require-dev": { 3316 "phpunit/phpunit": "^6.0" 3317 }, 3318 "type": "library", 3319 "extra": { 3320 "branch-alias": { 3321 "dev-master": "3.0.x-dev" 3322 } 3323 }, 3324 "autoload": { 3325 "classmap": [ 3326 "src/" 3327 ] 3328 }, 3329 "notification-url": "https://packagist.org/downloads/", 3330 "license": [ 3331 "BSD-3-Clause" 3332 ], 3333 "authors": [ 3334 { 3335 "name": "Sebastian Bergmann", 3336 "email": "sebastian@phpunit.de" 3337 } 3338 ], 3339 "description": "Traverses array structures and object graphs to enumerate all referenced objects", 3340 "homepage": "https://github.com/sebastianbergmann/object-enumerator/", 3341 "time": "2017-08-03T12:35:26+00:00" 3342 }, 3343 { 3344 "name": "sebastian/object-reflector", 3345 "version": "1.1.1", 3346 "source": { 3347 "type": "git", 3348 "url": "https://github.com/sebastianbergmann/object-reflector.git", 3349 "reference": "773f97c67f28de00d397be301821b06708fca0be" 3350 }, 3351 "dist": { 3352 "type": "zip", 3353 "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be", 3354 "reference": "773f97c67f28de00d397be301821b06708fca0be", 3355 "shasum": "" 3356 }, 3357 "require": { 3358 "php": "^7.0" 3359 }, 3360 "require-dev": { 3361 "phpunit/phpunit": "^6.0" 3362 }, 3363 "type": "library", 3364 "extra": { 3365 "branch-alias": { 3366 "dev-master": "1.1-dev" 3367 } 3368 }, 3369 "autoload": { 3370 "classmap": [ 3371 "src/" 3372 ] 3373 }, 3374 "notification-url": "https://packagist.org/downloads/", 3375 "license": [ 3376 "BSD-3-Clause" 3377 ], 3378 "authors": [ 3379 { 3380 "name": "Sebastian Bergmann", 3381 "email": "sebastian@phpunit.de" 3382 } 3383 ], 3384 "description": "Allows reflection of object attributes, including inherited and non-public ones", 3385 "homepage": "https://github.com/sebastianbergmann/object-reflector/", 3386 "time": "2017-03-29T09:07:27+00:00" 3387 }, 3388 { 3389 "name": "sebastian/recursion-context", 3390 "version": "3.0.0", 3391 "source": { 3392 "type": "git", 3393 "url": "https://github.com/sebastianbergmann/recursion-context.git", 3394 "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8" 3395 }, 3396 "dist": { 3397 "type": "zip", 3398 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8", 3399 "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8", 3400 "shasum": "" 3401 }, 3402 "require": { 3403 "php": "^7.0" 3404 }, 3405 "require-dev": { 3406 "phpunit/phpunit": "^6.0" 3407 }, 3408 "type": "library", 3409 "extra": { 3410 "branch-alias": { 3411 "dev-master": "3.0.x-dev" 3412 } 3413 }, 3414 "autoload": { 3415 "classmap": [ 3416 "src/" 3417 ] 3418 }, 3419 "notification-url": "https://packagist.org/downloads/", 3420 "license": [ 3421 "BSD-3-Clause" 3422 ], 3423 "authors": [ 3424 { 3425 "name": "Jeff Welch", 3426 "email": "whatthejeff@gmail.com" 3427 }, 3428 { 3429 "name": "Sebastian Bergmann", 3430 "email": "sebastian@phpunit.de" 3431 }, 3432 { 3433 "name": "Adam Harvey", 3434 "email": "aharvey@php.net" 3435 } 3436 ], 3437 "description": "Provides functionality to recursively process PHP variables", 3438 "homepage": "http://www.github.com/sebastianbergmann/recursion-context", 3439 "time": "2017-03-03T06:23:57+00:00" 3440 }, 3441 { 3442 "name": "sebastian/resource-operations", 3443 "version": "1.0.0", 3444 "source": { 3445 "type": "git", 3446 "url": "https://github.com/sebastianbergmann/resource-operations.git", 3447 "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52" 3448 }, 3449 "dist": { 3450 "type": "zip", 3451 "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52", 3452 "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52", 3453 "shasum": "" 3454 }, 3455 "require": { 3456 "php": ">=5.6.0" 3457 }, 3458 "type": "library", 3459 "extra": { 3460 "branch-alias": { 3461 "dev-master": "1.0.x-dev" 3462 } 3463 }, 3464 "autoload": { 3465 "classmap": [ 3466 "src/" 3467 ] 3468 }, 3469 "notification-url": "https://packagist.org/downloads/", 3470 "license": [ 3471 "BSD-3-Clause" 3472 ], 3473 "authors": [ 3474 { 3475 "name": "Sebastian Bergmann", 3476 "email": "sebastian@phpunit.de" 3477 } 3478 ], 3479 "description": "Provides a list of PHP built-in functions that operate on resources", 3480 "homepage": "https://www.github.com/sebastianbergmann/resource-operations", 3481 "time": "2015-07-28T20:34:47+00:00" 3482 }, 3483 { 3484 "name": "sebastian/version", 3485 "version": "2.0.1", 3486 "source": { 3487 "type": "git", 3488 "url": "https://github.com/sebastianbergmann/version.git", 3489 "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019" 3490 }, 3491 "dist": { 3492 "type": "zip", 3493 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019", 3494 "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019", 3495 "shasum": "" 3496 }, 3497 "require": { 3498 "php": ">=5.6" 3499 }, 3500 "type": "library", 3501 "extra": { 3502 "branch-alias": { 3503 "dev-master": "2.0.x-dev" 3504 } 3505 }, 3506 "autoload": { 3507 "classmap": [ 3508 "src/" 3509 ] 3510 }, 3511 "notification-url": "https://packagist.org/downloads/", 3512 "license": [ 3513 "BSD-3-Clause" 3514 ], 3515 "authors": [ 3516 { 3517 "name": "Sebastian Bergmann", 3518 "email": "sebastian@phpunit.de", 3519 "role": "lead" 3520 } 3521 ], 3522 "description": "Library that helps with managing the version number of Git-hosted PHP projects", 3523 "homepage": "https://github.com/sebastianbergmann/version", 3524 "time": "2016-10-03T07:35:21+00:00" 3525 }, 3526 { 3527 "name": "symfony/config", 3528 "version": "v3.3.6", 3529 "source": { 3530 "type": "git", 3531 "url": "https://github.com/symfony/config.git", 3532 "reference": "54ee12b0dd60f294132cabae6f5da9573d2e5297" 3533 }, 3534 "dist": { 3535 "type": "zip", 3536 "url": "https://api.github.com/repos/symfony/config/zipball/54ee12b0dd60f294132cabae6f5da9573d2e5297", 3537 "reference": "54ee12b0dd60f294132cabae6f5da9573d2e5297", 3538 "shasum": "" 3539 }, 3540 "require": { 3541 "php": ">=5.5.9", 3542 "symfony/filesystem": "~2.8|~3.0" 3543 }, 3544 "conflict": { 3545 "symfony/dependency-injection": "<3.3", 3546 "symfony/finder": "<3.3" 3547 }, 3548 "require-dev": { 3549 "symfony/dependency-injection": "~3.3", 3550 "symfony/finder": "~3.3", 3551 "symfony/yaml": "~3.0" 3552 }, 3553 "suggest": { 3554 "symfony/yaml": "To use the yaml reference dumper" 3555 }, 3556 "type": "library", 3557 "extra": { 3558 "branch-alias": { 3559 "dev-master": "3.3-dev" 3560 } 3561 }, 3562 "autoload": { 3563 "psr-4": { 3564 "Symfony\\Component\\Config\\": "" 3565 }, 3566 "exclude-from-classmap": [ 3567 "/Tests/" 3568 ] 3569 }, 3570 "notification-url": "https://packagist.org/downloads/", 3571 "license": [ 3572 "MIT" 3573 ], 3574 "authors": [ 3575 { 3576 "name": "Fabien Potencier", 3577 "email": "fabien@symfony.com" 3578 }, 3579 { 3580 "name": "Symfony Community", 3581 "homepage": "https://symfony.com/contributors" 3582 } 3583 ], 3584 "description": "Symfony Config Component", 3585 "homepage": "https://symfony.com", 3586 "time": "2017-07-19T07:37:29+00:00" 3587 }, 3588 { 3589 "name": "symfony/console", 3590 "version": "v3.3.6", 3591 "source": { 3592 "type": "git", 3593 "url": "https://github.com/symfony/console.git", 3594 "reference": "b0878233cb5c4391347e5495089c7af11b8e6201" 3595 }, 3596 "dist": { 3597 "type": "zip", 3598 "url": "https://api.github.com/repos/symfony/console/zipball/b0878233cb5c4391347e5495089c7af11b8e6201", 3599 "reference": "b0878233cb5c4391347e5495089c7af11b8e6201", 3600 "shasum": "" 3601 }, 3602 "require": { 3603 "php": ">=5.5.9", 3604 "symfony/debug": "~2.8|~3.0", 3605 "symfony/polyfill-mbstring": "~1.0" 3606 }, 3607 "conflict": { 3608 "symfony/dependency-injection": "<3.3" 3609 }, 3610 "require-dev": { 3611 "psr/log": "~1.0", 3612 "symfony/config": "~3.3", 3613 "symfony/dependency-injection": "~3.3", 3614 "symfony/event-dispatcher": "~2.8|~3.0", 3615 "symfony/filesystem": "~2.8|~3.0", 3616 "symfony/http-kernel": "~2.8|~3.0", 3617 "symfony/process": "~2.8|~3.0" 3618 }, 3619 "suggest": { 3620 "psr/log": "For using the console logger", 3621 "symfony/event-dispatcher": "", 3622 "symfony/filesystem": "", 3623 "symfony/process": "" 3624 }, 3625 "type": "library", 3626 "extra": { 3627 "branch-alias": { 3628 "dev-master": "3.3-dev" 3629 } 3630 }, 3631 "autoload": { 3632 "psr-4": { 3633 "Symfony\\Component\\Console\\": "" 3634 }, 3635 "exclude-from-classmap": [ 3636 "/Tests/" 3637 ] 3638 }, 3639 "notification-url": "https://packagist.org/downloads/", 3640 "license": [ 3641 "MIT" 3642 ], 3643 "authors": [ 3644 { 3645 "name": "Fabien Potencier", 3646 "email": "fabien@symfony.com" 3647 }, 3648 { 3649 "name": "Symfony Community", 3650 "homepage": "https://symfony.com/contributors" 3651 } 3652 ], 3653 "description": "Symfony Console Component", 3654 "homepage": "https://symfony.com", 3655 "time": "2017-07-29T21:27:59+00:00" 3656 }, 3657 { 3658 "name": "symfony/filesystem", 3659 "version": "v3.3.6", 3660 "source": { 3661 "type": "git", 3662 "url": "https://github.com/symfony/filesystem.git", 3663 "reference": "427987eb4eed764c3b6e38d52a0f87989e010676" 3664 }, 3665 "dist": { 3666 "type": "zip", 3667 "url": "https://api.github.com/repos/symfony/filesystem/zipball/427987eb4eed764c3b6e38d52a0f87989e010676", 3668 "reference": "427987eb4eed764c3b6e38d52a0f87989e010676", 3669 "shasum": "" 3670 }, 3671 "require": { 3672 "php": ">=5.5.9" 3673 }, 3674 "type": "library", 3675 "extra": { 3676 "branch-alias": { 3677 "dev-master": "3.3-dev" 3678 } 3679 }, 3680 "autoload": { 3681 "psr-4": { 3682 "Symfony\\Component\\Filesystem\\": "" 3683 }, 3684 "exclude-from-classmap": [ 3685 "/Tests/" 3686 ] 3687 }, 3688 "notification-url": "https://packagist.org/downloads/", 3689 "license": [ 3690 "MIT" 3691 ], 3692 "authors": [ 3693 { 3694 "name": "Fabien Potencier", 3695 "email": "fabien@symfony.com" 3696 }, 3697 { 3698 "name": "Symfony Community", 3699 "homepage": "https://symfony.com/contributors" 3700 } 3701 ], 3702 "description": "Symfony Filesystem Component", 3703 "homepage": "https://symfony.com", 3704 "time": "2017-07-11T07:17:58+00:00" 3705 }, 3706 { 3707 "name": "symfony/finder", 3708 "version": "v3.3.6", 3709 "source": { 3710 "type": "git", 3711 "url": "https://github.com/symfony/finder.git", 3712 "reference": "baea7f66d30854ad32988c11a09d7ffd485810c4" 3713 }, 3714 "dist": { 3715 "type": "zip", 3716 "url": "https://api.github.com/repos/symfony/finder/zipball/baea7f66d30854ad32988c11a09d7ffd485810c4", 3717 "reference": "baea7f66d30854ad32988c11a09d7ffd485810c4", 3718 "shasum": "" 3719 }, 3720 "require": { 3721 "php": ">=5.5.9" 3722 }, 3723 "type": "library", 3724 "extra": { 3725 "branch-alias": { 3726 "dev-master": "3.3-dev" 3727 } 3728 }, 3729 "autoload": { 3730 "psr-4": { 3731 "Symfony\\Component\\Finder\\": "" 3732 }, 3733 "exclude-from-classmap": [ 3734 "/Tests/" 3735 ] 3736 }, 3737 "notification-url": "https://packagist.org/downloads/", 3738 "license": [ 3739 "MIT" 3740 ], 3741 "authors": [ 3742 { 3743 "name": "Fabien Potencier", 3744 "email": "fabien@symfony.com" 3745 }, 3746 { 3747 "name": "Symfony Community", 3748 "homepage": "https://symfony.com/contributors" 3749 } 3750 ], 3751 "description": "Symfony Finder Component", 3752 "homepage": "https://symfony.com", 3753 "time": "2017-06-01T21:01:25+00:00" 3754 }, 3755 { 3756 "name": "symfony/options-resolver", 3757 "version": "v3.3.6", 3758 "source": { 3759 "type": "git", 3760 "url": "https://github.com/symfony/options-resolver.git", 3761 "reference": "ff48982d295bcac1fd861f934f041ebc73ae40f0" 3762 }, 3763 "dist": { 3764 "type": "zip", 3765 "url": "https://api.github.com/repos/symfony/options-resolver/zipball/ff48982d295bcac1fd861f934f041ebc73ae40f0", 3766 "reference": "ff48982d295bcac1fd861f934f041ebc73ae40f0", 3767 "shasum": "" 3768 }, 3769 "require": { 3770 "php": ">=5.5.9" 3771 }, 3772 "type": "library", 3773 "extra": { 3774 "branch-alias": { 3775 "dev-master": "3.3-dev" 3776 } 3777 }, 3778 "autoload": { 3779 "psr-4": { 3780 "Symfony\\Component\\OptionsResolver\\": "" 3781 }, 3782 "exclude-from-classmap": [ 3783 "/Tests/" 3784 ] 3785 }, 3786 "notification-url": "https://packagist.org/downloads/", 3787 "license": [ 3788 "MIT" 3789 ], 3790 "authors": [ 3791 { 3792 "name": "Fabien Potencier", 3793 "email": "fabien@symfony.com" 3794 }, 3795 { 3796 "name": "Symfony Community", 3797 "homepage": "https://symfony.com/contributors" 3798 } 3799 ], 3800 "description": "Symfony OptionsResolver Component", 3801 "homepage": "https://symfony.com", 3802 "keywords": [ 3803 "config", 3804 "configuration", 3805 "options" 3806 ], 3807 "time": "2017-04-12T14:14:56+00:00" 3808 }, 3809 { 3810 "name": "symfony/polyfill-php70", 3811 "version": "v1.7.0", 3812 "source": { 3813 "type": "git", 3814 "url": "https://github.com/symfony/polyfill-php70.git", 3815 "reference": "3532bfcd8f933a7816f3a0a59682fc404776600f" 3816 }, 3817 "dist": { 3818 "type": "zip", 3819 "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/3532bfcd8f933a7816f3a0a59682fc404776600f", 3820 "reference": "3532bfcd8f933a7816f3a0a59682fc404776600f", 3821 "shasum": "" 3822 }, 3823 "require": { 3824 "paragonie/random_compat": "~1.0|~2.0", 3825 "php": ">=5.3.3" 3826 }, 3827 "type": "library", 3828 "extra": { 3829 "branch-alias": { 3830 "dev-master": "1.7-dev" 3831 } 3832 }, 3833 "autoload": { 3834 "psr-4": { 3835 "Symfony\\Polyfill\\Php70\\": "" 3836 }, 3837 "files": [ 3838 "bootstrap.php" 3839 ], 3840 "classmap": [ 3841 "Resources/stubs" 3842 ] 3843 }, 3844 "notification-url": "https://packagist.org/downloads/", 3845 "license": [ 3846 "MIT" 3847 ], 3848 "authors": [ 3849 { 3850 "name": "Nicolas Grekas", 3851 "email": "p@tchwork.com" 3852 }, 3853 { 3854 "name": "Symfony Community", 3855 "homepage": "https://symfony.com/contributors" 3856 } 3857 ], 3858 "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions", 3859 "homepage": "https://symfony.com", 3860 "keywords": [ 3861 "compatibility", 3862 "polyfill", 3863 "portable", 3864 "shim" 3865 ], 3866 "time": "2018-01-30T19:27:44+00:00" 3867 }, 3868 { 3869 "name": "symfony/process", 3870 "version": "v3.3.6", 3871 "source": { 3872 "type": "git", 3873 "url": "https://github.com/symfony/process.git", 3874 "reference": "07432804942b9f6dd7b7377faf9920af5f95d70a" 3875 }, 3876 "dist": { 3877 "type": "zip", 3878 "url": "https://api.github.com/repos/symfony/process/zipball/07432804942b9f6dd7b7377faf9920af5f95d70a", 3879 "reference": "07432804942b9f6dd7b7377faf9920af5f95d70a", 3880 "shasum": "" 3881 }, 3882 "require": { 3883 "php": ">=5.5.9" 3884 }, 3885 "type": "library", 3886 "extra": { 3887 "branch-alias": { 3888 "dev-master": "3.3-dev" 3889 } 3890 }, 3891 "autoload": { 3892 "psr-4": { 3893 "Symfony\\Component\\Process\\": "" 3894 }, 3895 "exclude-from-classmap": [ 3896 "/Tests/" 3897 ] 3898 }, 3899 "notification-url": "https://packagist.org/downloads/", 3900 "license": [ 3901 "MIT" 3902 ], 3903 "authors": [ 3904 { 3905 "name": "Fabien Potencier", 3906 "email": "fabien@symfony.com" 3907 }, 3908 { 3909 "name": "Symfony Community", 3910 "homepage": "https://symfony.com/contributors" 3911 } 3912 ], 3913 "description": "Symfony Process Component", 3914 "homepage": "https://symfony.com", 3915 "time": "2017-07-13T13:05:09+00:00" 3916 }, 3917 { 3918 "name": "symfony/stopwatch", 3919 "version": "v3.3.6", 3920 "source": { 3921 "type": "git", 3922 "url": "https://github.com/symfony/stopwatch.git", 3923 "reference": "602a15299dc01556013b07167d4f5d3a60e90d15" 3924 }, 3925 "dist": { 3926 "type": "zip", 3927 "url": "https://api.github.com/repos/symfony/stopwatch/zipball/602a15299dc01556013b07167d4f5d3a60e90d15", 3928 "reference": "602a15299dc01556013b07167d4f5d3a60e90d15", 3929 "shasum": "" 3930 }, 3931 "require": { 3932 "php": ">=5.5.9" 3933 }, 3934 "type": "library", 3935 "extra": { 3936 "branch-alias": { 3937 "dev-master": "3.3-dev" 3938 } 3939 }, 3940 "autoload": { 3941 "psr-4": { 3942 "Symfony\\Component\\Stopwatch\\": "" 3943 }, 3944 "exclude-from-classmap": [ 3945 "/Tests/" 3946 ] 3947 }, 3948 "notification-url": "https://packagist.org/downloads/", 3949 "license": [ 3950 "MIT" 3951 ], 3952 "authors": [ 3953 { 3954 "name": "Fabien Potencier", 3955 "email": "fabien@symfony.com" 3956 }, 3957 { 3958 "name": "Symfony Community", 3959 "homepage": "https://symfony.com/contributors" 3960 } 3961 ], 3962 "description": "Symfony Stopwatch Component", 3963 "homepage": "https://symfony.com", 3964 "time": "2017-04-12T14:14:56+00:00" 3965 }, 3966 { 3967 "name": "symfony/var-dumper", 3968 "version": "v3.3.6", 3969 "source": { 3970 "type": "git", 3971 "url": "https://github.com/symfony/var-dumper.git", 3972 "reference": "b2623bccb969ad595c2090f9be498b74670d0663" 3973 }, 3974 "dist": { 3975 "type": "zip", 3976 "url": "https://api.github.com/repos/symfony/var-dumper/zipball/b2623bccb969ad595c2090f9be498b74670d0663", 3977 "reference": "b2623bccb969ad595c2090f9be498b74670d0663", 3978 "shasum": "" 3979 }, 3980 "require": { 3981 "php": ">=5.5.9", 3982 "symfony/polyfill-mbstring": "~1.0" 3983 }, 3984 "conflict": { 3985 "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0" 3986 }, 3987 "require-dev": { 3988 "ext-iconv": "*", 3989 "twig/twig": "~1.34|~2.4" 3990 }, 3991 "suggest": { 3992 "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).", 3993 "ext-symfony_debug": "" 3994 }, 3995 "type": "library", 3996 "extra": { 3997 "branch-alias": { 3998 "dev-master": "3.3-dev" 3999 } 4000 }, 4001 "autoload": { 4002 "files": [ 4003 "Resources/functions/dump.php" 4004 ], 4005 "psr-4": { 4006 "Symfony\\Component\\VarDumper\\": "" 4007 }, 4008 "exclude-from-classmap": [ 4009 "/Tests/" 4010 ] 4011 }, 4012 "notification-url": "https://packagist.org/downloads/", 4013 "license": [ 4014 "MIT" 4015 ], 4016 "authors": [ 4017 { 4018 "name": "Nicolas Grekas", 4019 "email": "p@tchwork.com" 4020 }, 4021 { 4022 "name": "Symfony Community", 4023 "homepage": "https://symfony.com/contributors" 4024 } 4025 ], 4026 "description": "Symfony mechanism for exploring and dumping PHP variables", 4027 "homepage": "https://symfony.com", 4028 "keywords": [ 4029 "debug", 4030 "dump" 4031 ], 4032 "time": "2017-07-28T06:06:09+00:00" 4033 }, 4034 { 4035 "name": "symfony/yaml", 4036 "version": "v3.3.6", 4037 "source": { 4038 "type": "git", 4039 "url": "https://github.com/symfony/yaml.git", 4040 "reference": "ddc23324e6cfe066f3dd34a37ff494fa80b617ed" 4041 }, 4042 "dist": { 4043 "type": "zip", 4044 "url": "https://api.github.com/repos/symfony/yaml/zipball/ddc23324e6cfe066f3dd34a37ff494fa80b617ed", 4045 "reference": "ddc23324e6cfe066f3dd34a37ff494fa80b617ed", 4046 "shasum": "" 4047 }, 4048 "require": { 4049 "php": ">=5.5.9" 4050 }, 4051 "require-dev": { 4052 "symfony/console": "~2.8|~3.0" 4053 }, 4054 "suggest": { 4055 "symfony/console": "For validating YAML files using the lint command" 4056 }, 4057 "type": "library", 4058 "extra": { 4059 "branch-alias": { 4060 "dev-master": "3.3-dev" 4061 } 4062 }, 4063 "autoload": { 4064 "psr-4": { 4065 "Symfony\\Component\\Yaml\\": "" 4066 }, 4067 "exclude-from-classmap": [ 4068 "/Tests/" 4069 ] 4070 }, 4071 "notification-url": "https://packagist.org/downloads/", 4072 "license": [ 4073 "MIT" 4074 ], 4075 "authors": [ 4076 { 4077 "name": "Fabien Potencier", 4078 "email": "fabien@symfony.com" 4079 }, 4080 { 4081 "name": "Symfony Community", 4082 "homepage": "https://symfony.com/contributors" 4083 } 4084 ], 4085 "description": "Symfony Yaml Component", 4086 "homepage": "https://symfony.com", 4087 "time": "2017-07-23T12:43:26+00:00" 4088 }, 4089 { 4090 "name": "theseer/tokenizer", 4091 "version": "1.1.0", 4092 "source": { 4093 "type": "git", 4094 "url": "https://github.com/theseer/tokenizer.git", 4095 "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b" 4096 }, 4097 "dist": { 4098 "type": "zip", 4099 "url": "https://api.github.com/repos/theseer/tokenizer/zipball/cb2f008f3f05af2893a87208fe6a6c4985483f8b", 4100 "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b", 4101 "shasum": "" 4102 }, 4103 "require": { 4104 "ext-dom": "*", 4105 "ext-tokenizer": "*", 4106 "ext-xmlwriter": "*", 4107 "php": "^7.0" 4108 }, 4109 "type": "library", 4110 "autoload": { 4111 "classmap": [ 4112 "src/" 4113 ] 4114 }, 4115 "notification-url": "https://packagist.org/downloads/", 4116 "license": [ 4117 "BSD-3-Clause" 4118 ], 4119 "authors": [ 4120 { 4121 "name": "Arne Blankerts", 4122 "email": "arne@blankerts.de", 4123 "role": "Developer" 4124 } 4125 ], 4126 "description": "A small library for converting tokenized PHP source code into XML and potentially other formats", 4127 "time": "2017-04-07T12:08:54+00:00" 4128 }, 4129 { 4130 "name": "webmozart/assert", 4131 "version": "1.3.0", 4132 "source": { 4133 "type": "git", 4134 "url": "https://github.com/webmozart/assert.git", 4135 "reference": "0df1908962e7a3071564e857d86874dad1ef204a" 4136 }, 4137 "dist": { 4138 "type": "zip", 4139 "url": "https://api.github.com/repos/webmozart/assert/zipball/0df1908962e7a3071564e857d86874dad1ef204a", 4140 "reference": "0df1908962e7a3071564e857d86874dad1ef204a", 4141 "shasum": "" 4142 }, 4143 "require": { 4144 "php": "^5.3.3 || ^7.0" 4145 }, 4146 "require-dev": { 4147 "phpunit/phpunit": "^4.6", 4148 "sebastian/version": "^1.0.1" 4149 }, 4150 "type": "library", 4151 "extra": { 4152 "branch-alias": { 4153 "dev-master": "1.3-dev" 4154 } 4155 }, 4156 "autoload": { 4157 "psr-4": { 4158 "Webmozart\\Assert\\": "src/" 4159 } 4160 }, 4161 "notification-url": "https://packagist.org/downloads/", 4162 "license": [ 4163 "MIT" 4164 ], 4165 "authors": [ 4166 { 4167 "name": "Bernhard Schussek", 4168 "email": "bschussek@gmail.com" 4169 } 4170 ], 4171 "description": "Assertions to validate method input/output with nice error messages.", 4172 "keywords": [ 4173 "assert", 4174 "check", 4175 "validate" 4176 ], 4177 "time": "2018-01-29T19:49:41+00:00" 4178 } 4179 ], 4180 "aliases": [], 4181 "minimum-stability": "stable", 4182 "stability-flags": [], 4183 "prefer-stable": false, 4184 "prefer-lowest": false, 4185 "platform": { 4186 "ext-gd": "*", 4187 "ext-iconv": "*", 4188 "ext-pcre": "*", 4189 "ext-pdo": "*", 4190 "ext-pdo_mysql": "*", 4191 "ext-session": "*", 4192 "ext-simplexml": "*", 4193 "ext-xml": "*" 4194 }, 4195 "platform-dev": [], 4196 "platform-overrides": { 4197 "php": "7.0" 4198 } 4199} 4200