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