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