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