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