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