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