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