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