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