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