installed.json (34319B)
1 [ 2 { 3 "name": "phpmailer/phpmailer", 4 "version": "v5.2.14", 5 "version_normalized": "5.2.14.0", 6 "source": { 7 "type": "git", 8 "url": "https://github.com/PHPMailer/PHPMailer.git", 9 "reference": "e774bc9152de85547336e22b8926189e582ece95" 10 }, 11 "dist": { 12 "type": "zip", 13 "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/e774bc9152de85547336e22b8926189e582ece95", 14 "reference": "e774bc9152de85547336e22b8926189e582ece95", 15 "shasum": "" 16 }, 17 "require": { 18 "php": ">=5.0.0" 19 }, 20 "require-dev": { 21 "phpdocumentor/phpdocumentor": "*", 22 "phpunit/phpunit": "4.7.*" 23 }, 24 "suggest": { 25 "league/oauth2-client": "Needed for XOAUTH2 authentication", 26 "league/oauth2-google": "Needed for Gmail XOAUTH2" 27 }, 28 "time": "2015-11-01 10:15:28", 29 "type": "library", 30 "installation-source": "dist", 31 "autoload": { 32 "classmap": [ 33 "class.phpmailer.php", 34 "class.phpmaileroauth.php", 35 "class.phpmaileroauthgoogle.php", 36 "class.smtp.php", 37 "class.pop3.php", 38 "extras/EasyPeasyICS.php", 39 "extras/ntlm_sasl_client.php" 40 ] 41 }, 42 "notification-url": "https://packagist.org/downloads/", 43 "license": [ 44 "LGPL-2.1" 45 ], 46 "authors": [ 47 { 48 "name": "Jim Jagielski", 49 "email": "jimjag@gmail.com" 50 }, 51 { 52 "name": "Marcus Bointon", 53 "email": "phpmailer@synchromedia.co.uk" 54 }, 55 { 56 "name": "Andy Prevost", 57 "email": "codeworxtech@users.sourceforge.net" 58 }, 59 { 60 "name": "Brent R. Matzelle" 61 } 62 ], 63 "description": "PHPMailer is a full-featured email creation and transfer class for PHP" 64 }, 65 { 66 "name": "gregwar/captcha", 67 "version": "v1.1.1", 68 "version_normalized": "1.1.1.0", 69 "source": { 70 "type": "git", 71 "url": "https://github.com/Gregwar/Captcha.git", 72 "reference": "1240ab993ca713680573b2d4166900da5f758623" 73 }, 74 "dist": { 75 "type": "zip", 76 "url": "https://api.github.com/repos/Gregwar/Captcha/zipball/1240ab993ca713680573b2d4166900da5f758623", 77 "reference": "1240ab993ca713680573b2d4166900da5f758623", 78 "shasum": "" 79 }, 80 "require": { 81 "ext-gd": "*", 82 "php": ">=5.3.0" 83 }, 84 "time": "2015-09-11 15:23:20", 85 "type": "captcha", 86 "installation-source": "dist", 87 "autoload": { 88 "psr-4": { 89 "Gregwar\\Captcha\\": "/" 90 } 91 }, 92 "notification-url": "https://packagist.org/downloads/", 93 "license": [ 94 "MIT" 95 ], 96 "authors": [ 97 { 98 "name": "Grégoire Passault", 99 "email": "g.passault@gmail.com", 100 "homepage": "http://www.gregwar.com/" 101 }, 102 { 103 "name": "Jeremy Livingston", 104 "email": "jeremy.j.livingston@gmail.com" 105 } 106 ], 107 "description": "Captcha generator", 108 "homepage": "https://github.com/Gregwar/Captcha", 109 "keywords": [ 110 "bot", 111 "captcha", 112 "spam" 113 ] 114 }, 115 { 116 "name": "sebastian/version", 117 "version": "1.0.6", 118 "version_normalized": "1.0.6.0", 119 "source": { 120 "type": "git", 121 "url": "https://github.com/sebastianbergmann/version.git", 122 "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6" 123 }, 124 "dist": { 125 "type": "zip", 126 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6", 127 "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6", 128 "shasum": "" 129 }, 130 "time": "2015-06-21 13:59:46", 131 "type": "library", 132 "installation-source": "dist", 133 "autoload": { 134 "classmap": [ 135 "src/" 136 ] 137 }, 138 "notification-url": "https://packagist.org/downloads/", 139 "license": [ 140 "BSD-3-Clause" 141 ], 142 "authors": [ 143 { 144 "name": "Sebastian Bergmann", 145 "email": "sebastian@phpunit.de", 146 "role": "lead" 147 } 148 ], 149 "description": "Library that helps with managing the version number of Git-hosted PHP projects", 150 "homepage": "https://github.com/sebastianbergmann/version" 151 }, 152 { 153 "name": "sebastian/global-state", 154 "version": "1.1.1", 155 "version_normalized": "1.1.1.0", 156 "source": { 157 "type": "git", 158 "url": "https://github.com/sebastianbergmann/global-state.git", 159 "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4" 160 }, 161 "dist": { 162 "type": "zip", 163 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4", 164 "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4", 165 "shasum": "" 166 }, 167 "require": { 168 "php": ">=5.3.3" 169 }, 170 "require-dev": { 171 "phpunit/phpunit": "~4.2" 172 }, 173 "suggest": { 174 "ext-uopz": "*" 175 }, 176 "time": "2015-10-12 03:26:01", 177 "type": "library", 178 "extra": { 179 "branch-alias": { 180 "dev-master": "1.0-dev" 181 } 182 }, 183 "installation-source": "dist", 184 "autoload": { 185 "classmap": [ 186 "src/" 187 ] 188 }, 189 "notification-url": "https://packagist.org/downloads/", 190 "license": [ 191 "BSD-3-Clause" 192 ], 193 "authors": [ 194 { 195 "name": "Sebastian Bergmann", 196 "email": "sebastian@phpunit.de" 197 } 198 ], 199 "description": "Snapshotting of global state", 200 "homepage": "http://www.github.com/sebastianbergmann/global-state", 201 "keywords": [ 202 "global state" 203 ] 204 }, 205 { 206 "name": "sebastian/recursion-context", 207 "version": "1.0.1", 208 "version_normalized": "1.0.1.0", 209 "source": { 210 "type": "git", 211 "url": "https://github.com/sebastianbergmann/recursion-context.git", 212 "reference": "994d4a811bafe801fb06dccbee797863ba2792ba" 213 }, 214 "dist": { 215 "type": "zip", 216 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/994d4a811bafe801fb06dccbee797863ba2792ba", 217 "reference": "994d4a811bafe801fb06dccbee797863ba2792ba", 218 "shasum": "" 219 }, 220 "require": { 221 "php": ">=5.3.3" 222 }, 223 "require-dev": { 224 "phpunit/phpunit": "~4.4" 225 }, 226 "time": "2015-06-21 08:04:50", 227 "type": "library", 228 "extra": { 229 "branch-alias": { 230 "dev-master": "1.0.x-dev" 231 } 232 }, 233 "installation-source": "dist", 234 "autoload": { 235 "classmap": [ 236 "src/" 237 ] 238 }, 239 "notification-url": "https://packagist.org/downloads/", 240 "license": [ 241 "BSD-3-Clause" 242 ], 243 "authors": [ 244 { 245 "name": "Jeff Welch", 246 "email": "whatthejeff@gmail.com" 247 }, 248 { 249 "name": "Sebastian Bergmann", 250 "email": "sebastian@phpunit.de" 251 }, 252 { 253 "name": "Adam Harvey", 254 "email": "aharvey@php.net" 255 } 256 ], 257 "description": "Provides functionality to recursively process PHP variables", 258 "homepage": "http://www.github.com/sebastianbergmann/recursion-context" 259 }, 260 { 261 "name": "sebastian/exporter", 262 "version": "1.2.1", 263 "version_normalized": "1.2.1.0", 264 "source": { 265 "type": "git", 266 "url": "https://github.com/sebastianbergmann/exporter.git", 267 "reference": "7ae5513327cb536431847bcc0c10edba2701064e" 268 }, 269 "dist": { 270 "type": "zip", 271 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/7ae5513327cb536431847bcc0c10edba2701064e", 272 "reference": "7ae5513327cb536431847bcc0c10edba2701064e", 273 "shasum": "" 274 }, 275 "require": { 276 "php": ">=5.3.3", 277 "sebastian/recursion-context": "~1.0" 278 }, 279 "require-dev": { 280 "phpunit/phpunit": "~4.4" 281 }, 282 "time": "2015-06-21 07:55:53", 283 "type": "library", 284 "extra": { 285 "branch-alias": { 286 "dev-master": "1.2.x-dev" 287 } 288 }, 289 "installation-source": "dist", 290 "autoload": { 291 "classmap": [ 292 "src/" 293 ] 294 }, 295 "notification-url": "https://packagist.org/downloads/", 296 "license": [ 297 "BSD-3-Clause" 298 ], 299 "authors": [ 300 { 301 "name": "Jeff Welch", 302 "email": "whatthejeff@gmail.com" 303 }, 304 { 305 "name": "Volker Dusch", 306 "email": "github@wallbash.com" 307 }, 308 { 309 "name": "Bernhard Schussek", 310 "email": "bschussek@2bepublished.at" 311 }, 312 { 313 "name": "Sebastian Bergmann", 314 "email": "sebastian@phpunit.de" 315 }, 316 { 317 "name": "Adam Harvey", 318 "email": "aharvey@php.net" 319 } 320 ], 321 "description": "Provides the functionality to export PHP variables for visualization", 322 "homepage": "http://www.github.com/sebastianbergmann/exporter", 323 "keywords": [ 324 "export", 325 "exporter" 326 ] 327 }, 328 { 329 "name": "sebastian/environment", 330 "version": "1.3.2", 331 "version_normalized": "1.3.2.0", 332 "source": { 333 "type": "git", 334 "url": "https://github.com/sebastianbergmann/environment.git", 335 "reference": "6324c907ce7a52478eeeaede764f48733ef5ae44" 336 }, 337 "dist": { 338 "type": "zip", 339 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/6324c907ce7a52478eeeaede764f48733ef5ae44", 340 "reference": "6324c907ce7a52478eeeaede764f48733ef5ae44", 341 "shasum": "" 342 }, 343 "require": { 344 "php": ">=5.3.3" 345 }, 346 "require-dev": { 347 "phpunit/phpunit": "~4.4" 348 }, 349 "time": "2015-08-03 06:14:51", 350 "type": "library", 351 "extra": { 352 "branch-alias": { 353 "dev-master": "1.3.x-dev" 354 } 355 }, 356 "installation-source": "dist", 357 "autoload": { 358 "classmap": [ 359 "src/" 360 ] 361 }, 362 "notification-url": "https://packagist.org/downloads/", 363 "license": [ 364 "BSD-3-Clause" 365 ], 366 "authors": [ 367 { 368 "name": "Sebastian Bergmann", 369 "email": "sebastian@phpunit.de" 370 } 371 ], 372 "description": "Provides functionality to handle HHVM/PHP environments", 373 "homepage": "http://www.github.com/sebastianbergmann/environment", 374 "keywords": [ 375 "Xdebug", 376 "environment", 377 "hhvm" 378 ] 379 }, 380 { 381 "name": "sebastian/diff", 382 "version": "1.3.0", 383 "version_normalized": "1.3.0.0", 384 "source": { 385 "type": "git", 386 "url": "https://github.com/sebastianbergmann/diff.git", 387 "reference": "863df9687835c62aa423a22412d26fa2ebde3fd3" 388 }, 389 "dist": { 390 "type": "zip", 391 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/863df9687835c62aa423a22412d26fa2ebde3fd3", 392 "reference": "863df9687835c62aa423a22412d26fa2ebde3fd3", 393 "shasum": "" 394 }, 395 "require": { 396 "php": ">=5.3.3" 397 }, 398 "require-dev": { 399 "phpunit/phpunit": "~4.2" 400 }, 401 "time": "2015-02-22 15:13:53", 402 "type": "library", 403 "extra": { 404 "branch-alias": { 405 "dev-master": "1.3-dev" 406 } 407 }, 408 "installation-source": "dist", 409 "autoload": { 410 "classmap": [ 411 "src/" 412 ] 413 }, 414 "notification-url": "https://packagist.org/downloads/", 415 "license": [ 416 "BSD-3-Clause" 417 ], 418 "authors": [ 419 { 420 "name": "Kore Nordmann", 421 "email": "mail@kore-nordmann.de" 422 }, 423 { 424 "name": "Sebastian Bergmann", 425 "email": "sebastian@phpunit.de" 426 } 427 ], 428 "description": "Diff implementation", 429 "homepage": "http://www.github.com/sebastianbergmann/diff", 430 "keywords": [ 431 "diff" 432 ] 433 }, 434 { 435 "name": "sebastian/comparator", 436 "version": "1.2.0", 437 "version_normalized": "1.2.0.0", 438 "source": { 439 "type": "git", 440 "url": "https://github.com/sebastianbergmann/comparator.git", 441 "reference": "937efb279bd37a375bcadf584dec0726f84dbf22" 442 }, 443 "dist": { 444 "type": "zip", 445 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22", 446 "reference": "937efb279bd37a375bcadf584dec0726f84dbf22", 447 "shasum": "" 448 }, 449 "require": { 450 "php": ">=5.3.3", 451 "sebastian/diff": "~1.2", 452 "sebastian/exporter": "~1.2" 453 }, 454 "require-dev": { 455 "phpunit/phpunit": "~4.4" 456 }, 457 "time": "2015-07-26 15:48:44", 458 "type": "library", 459 "extra": { 460 "branch-alias": { 461 "dev-master": "1.2.x-dev" 462 } 463 }, 464 "installation-source": "dist", 465 "autoload": { 466 "classmap": [ 467 "src/" 468 ] 469 }, 470 "notification-url": "https://packagist.org/downloads/", 471 "license": [ 472 "BSD-3-Clause" 473 ], 474 "authors": [ 475 { 476 "name": "Jeff Welch", 477 "email": "whatthejeff@gmail.com" 478 }, 479 { 480 "name": "Volker Dusch", 481 "email": "github@wallbash.com" 482 }, 483 { 484 "name": "Bernhard Schussek", 485 "email": "bschussek@2bepublished.at" 486 }, 487 { 488 "name": "Sebastian Bergmann", 489 "email": "sebastian@phpunit.de" 490 } 491 ], 492 "description": "Provides the functionality to compare PHP values for equality", 493 "homepage": "http://www.github.com/sebastianbergmann/comparator", 494 "keywords": [ 495 "comparator", 496 "compare", 497 "equality" 498 ] 499 }, 500 { 501 "name": "symfony/yaml", 502 "version": "v2.7.6", 503 "version_normalized": "2.7.6.0", 504 "source": { 505 "type": "git", 506 "url": "https://github.com/symfony/yaml.git", 507 "reference": "eca9019c88fbe250164affd107bc8057771f3f4d" 508 }, 509 "dist": { 510 "type": "zip", 511 "url": "https://api.github.com/repos/symfony/yaml/zipball/eca9019c88fbe250164affd107bc8057771f3f4d", 512 "reference": "eca9019c88fbe250164affd107bc8057771f3f4d", 513 "shasum": "" 514 }, 515 "require": { 516 "php": ">=5.3.9" 517 }, 518 "time": "2015-10-11 09:39:48", 519 "type": "library", 520 "extra": { 521 "branch-alias": { 522 "dev-master": "2.7-dev" 523 } 524 }, 525 "installation-source": "dist", 526 "autoload": { 527 "psr-4": { 528 "Symfony\\Component\\Yaml\\": "" 529 } 530 }, 531 "notification-url": "https://packagist.org/downloads/", 532 "license": [ 533 "MIT" 534 ], 535 "authors": [ 536 { 537 "name": "Fabien Potencier", 538 "email": "fabien@symfony.com" 539 }, 540 { 541 "name": "Symfony Community", 542 "homepage": "https://symfony.com/contributors" 543 } 544 ], 545 "description": "Symfony Yaml Component", 546 "homepage": "https://symfony.com" 547 }, 548 { 549 "name": "doctrine/instantiator", 550 "version": "1.0.5", 551 "version_normalized": "1.0.5.0", 552 "source": { 553 "type": "git", 554 "url": "https://github.com/doctrine/instantiator.git", 555 "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d" 556 }, 557 "dist": { 558 "type": "zip", 559 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d", 560 "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d", 561 "shasum": "" 562 }, 563 "require": { 564 "php": ">=5.3,<8.0-DEV" 565 }, 566 "require-dev": { 567 "athletic/athletic": "~0.1.8", 568 "ext-pdo": "*", 569 "ext-phar": "*", 570 "phpunit/phpunit": "~4.0", 571 "squizlabs/php_codesniffer": "~2.0" 572 }, 573 "time": "2015-06-14 21:17:01", 574 "type": "library", 575 "extra": { 576 "branch-alias": { 577 "dev-master": "1.0.x-dev" 578 } 579 }, 580 "installation-source": "dist", 581 "autoload": { 582 "psr-4": { 583 "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" 584 } 585 }, 586 "notification-url": "https://packagist.org/downloads/", 587 "license": [ 588 "MIT" 589 ], 590 "authors": [ 591 { 592 "name": "Marco Pivetta", 593 "email": "ocramius@gmail.com", 594 "homepage": "http://ocramius.github.com/" 595 } 596 ], 597 "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", 598 "homepage": "https://github.com/doctrine/instantiator", 599 "keywords": [ 600 "constructor", 601 "instantiate" 602 ] 603 }, 604 { 605 "name": "phpdocumentor/reflection-docblock", 606 "version": "2.0.4", 607 "version_normalized": "2.0.4.0", 608 "source": { 609 "type": "git", 610 "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", 611 "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8" 612 }, 613 "dist": { 614 "type": "zip", 615 "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8", 616 "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8", 617 "shasum": "" 618 }, 619 "require": { 620 "php": ">=5.3.3" 621 }, 622 "require-dev": { 623 "phpunit/phpunit": "~4.0" 624 }, 625 "suggest": { 626 "dflydev/markdown": "~1.0", 627 "erusev/parsedown": "~1.0" 628 }, 629 "time": "2015-02-03 12:10:50", 630 "type": "library", 631 "extra": { 632 "branch-alias": { 633 "dev-master": "2.0.x-dev" 634 } 635 }, 636 "installation-source": "dist", 637 "autoload": { 638 "psr-0": { 639 "phpDocumentor": [ 640 "src/" 641 ] 642 } 643 }, 644 "notification-url": "https://packagist.org/downloads/", 645 "license": [ 646 "MIT" 647 ], 648 "authors": [ 649 { 650 "name": "Mike van Riel", 651 "email": "mike.vanriel@naenius.com" 652 } 653 ] 654 }, 655 { 656 "name": "phpspec/prophecy", 657 "version": "v1.5.0", 658 "version_normalized": "1.5.0.0", 659 "source": { 660 "type": "git", 661 "url": "https://github.com/phpspec/prophecy.git", 662 "reference": "4745ded9307786b730d7a60df5cb5a6c43cf95f7" 663 }, 664 "dist": { 665 "type": "zip", 666 "url": "https://api.github.com/repos/phpspec/prophecy/zipball/4745ded9307786b730d7a60df5cb5a6c43cf95f7", 667 "reference": "4745ded9307786b730d7a60df5cb5a6c43cf95f7", 668 "shasum": "" 669 }, 670 "require": { 671 "doctrine/instantiator": "^1.0.2", 672 "phpdocumentor/reflection-docblock": "~2.0", 673 "sebastian/comparator": "~1.1" 674 }, 675 "require-dev": { 676 "phpspec/phpspec": "~2.0" 677 }, 678 "time": "2015-08-13 10:07:40", 679 "type": "library", 680 "extra": { 681 "branch-alias": { 682 "dev-master": "1.4.x-dev" 683 } 684 }, 685 "installation-source": "dist", 686 "autoload": { 687 "psr-0": { 688 "Prophecy\\": "src/" 689 } 690 }, 691 "notification-url": "https://packagist.org/downloads/", 692 "license": [ 693 "MIT" 694 ], 695 "authors": [ 696 { 697 "name": "Konstantin Kudryashov", 698 "email": "ever.zet@gmail.com", 699 "homepage": "http://everzet.com" 700 }, 701 { 702 "name": "Marcello Duarte", 703 "email": "marcello.duarte@gmail.com" 704 } 705 ], 706 "description": "Highly opinionated mocking framework for PHP 5.3+", 707 "homepage": "https://github.com/phpspec/prophecy", 708 "keywords": [ 709 "Double", 710 "Dummy", 711 "fake", 712 "mock", 713 "spy", 714 "stub" 715 ] 716 }, 717 { 718 "name": "phpunit/php-text-template", 719 "version": "1.2.1", 720 "version_normalized": "1.2.1.0", 721 "source": { 722 "type": "git", 723 "url": "https://github.com/sebastianbergmann/php-text-template.git", 724 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686" 725 }, 726 "dist": { 727 "type": "zip", 728 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686", 729 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686", 730 "shasum": "" 731 }, 732 "require": { 733 "php": ">=5.3.3" 734 }, 735 "time": "2015-06-21 13:50:34", 736 "type": "library", 737 "installation-source": "dist", 738 "autoload": { 739 "classmap": [ 740 "src/" 741 ] 742 }, 743 "notification-url": "https://packagist.org/downloads/", 744 "license": [ 745 "BSD-3-Clause" 746 ], 747 "authors": [ 748 { 749 "name": "Sebastian Bergmann", 750 "email": "sebastian@phpunit.de", 751 "role": "lead" 752 } 753 ], 754 "description": "Simple template engine.", 755 "homepage": "https://github.com/sebastianbergmann/php-text-template/", 756 "keywords": [ 757 "template" 758 ] 759 }, 760 { 761 "name": "phpunit/phpunit-mock-objects", 762 "version": "2.3.8", 763 "version_normalized": "2.3.8.0", 764 "source": { 765 "type": "git", 766 "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git", 767 "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983" 768 }, 769 "dist": { 770 "type": "zip", 771 "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983", 772 "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983", 773 "shasum": "" 774 }, 775 "require": { 776 "doctrine/instantiator": "^1.0.2", 777 "php": ">=5.3.3", 778 "phpunit/php-text-template": "~1.2", 779 "sebastian/exporter": "~1.2" 780 }, 781 "require-dev": { 782 "phpunit/phpunit": "~4.4" 783 }, 784 "suggest": { 785 "ext-soap": "*" 786 }, 787 "time": "2015-10-02 06:51:40", 788 "type": "library", 789 "extra": { 790 "branch-alias": { 791 "dev-master": "2.3.x-dev" 792 } 793 }, 794 "installation-source": "dist", 795 "autoload": { 796 "classmap": [ 797 "src/" 798 ] 799 }, 800 "notification-url": "https://packagist.org/downloads/", 801 "license": [ 802 "BSD-3-Clause" 803 ], 804 "authors": [ 805 { 806 "name": "Sebastian Bergmann", 807 "email": "sb@sebastian-bergmann.de", 808 "role": "lead" 809 } 810 ], 811 "description": "Mock Object library for PHPUnit", 812 "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/", 813 "keywords": [ 814 "mock", 815 "xunit" 816 ] 817 }, 818 { 819 "name": "phpunit/php-timer", 820 "version": "1.0.7", 821 "version_normalized": "1.0.7.0", 822 "source": { 823 "type": "git", 824 "url": "https://github.com/sebastianbergmann/php-timer.git", 825 "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b" 826 }, 827 "dist": { 828 "type": "zip", 829 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3e82f4e9fc92665fafd9157568e4dcb01d014e5b", 830 "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b", 831 "shasum": "" 832 }, 833 "require": { 834 "php": ">=5.3.3" 835 }, 836 "time": "2015-06-21 08:01:12", 837 "type": "library", 838 "installation-source": "dist", 839 "autoload": { 840 "classmap": [ 841 "src/" 842 ] 843 }, 844 "notification-url": "https://packagist.org/downloads/", 845 "license": [ 846 "BSD-3-Clause" 847 ], 848 "authors": [ 849 { 850 "name": "Sebastian Bergmann", 851 "email": "sb@sebastian-bergmann.de", 852 "role": "lead" 853 } 854 ], 855 "description": "Utility class for timing", 856 "homepage": "https://github.com/sebastianbergmann/php-timer/", 857 "keywords": [ 858 "timer" 859 ] 860 }, 861 { 862 "name": "phpunit/php-token-stream", 863 "version": "1.4.8", 864 "version_normalized": "1.4.8.0", 865 "source": { 866 "type": "git", 867 "url": "https://github.com/sebastianbergmann/php-token-stream.git", 868 "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da" 869 }, 870 "dist": { 871 "type": "zip", 872 "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da", 873 "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da", 874 "shasum": "" 875 }, 876 "require": { 877 "ext-tokenizer": "*", 878 "php": ">=5.3.3" 879 }, 880 "require-dev": { 881 "phpunit/phpunit": "~4.2" 882 }, 883 "time": "2015-09-15 10:49:45", 884 "type": "library", 885 "extra": { 886 "branch-alias": { 887 "dev-master": "1.4-dev" 888 } 889 }, 890 "installation-source": "dist", 891 "autoload": { 892 "classmap": [ 893 "src/" 894 ] 895 }, 896 "notification-url": "https://packagist.org/downloads/", 897 "license": [ 898 "BSD-3-Clause" 899 ], 900 "authors": [ 901 { 902 "name": "Sebastian Bergmann", 903 "email": "sebastian@phpunit.de" 904 } 905 ], 906 "description": "Wrapper around PHP's tokenizer extension.", 907 "homepage": "https://github.com/sebastianbergmann/php-token-stream/", 908 "keywords": [ 909 "tokenizer" 910 ] 911 }, 912 { 913 "name": "phpunit/php-file-iterator", 914 "version": "1.4.1", 915 "version_normalized": "1.4.1.0", 916 "source": { 917 "type": "git", 918 "url": "https://github.com/sebastianbergmann/php-file-iterator.git", 919 "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0" 920 }, 921 "dist": { 922 "type": "zip", 923 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0", 924 "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0", 925 "shasum": "" 926 }, 927 "require": { 928 "php": ">=5.3.3" 929 }, 930 "time": "2015-06-21 13:08:43", 931 "type": "library", 932 "extra": { 933 "branch-alias": { 934 "dev-master": "1.4.x-dev" 935 } 936 }, 937 "installation-source": "dist", 938 "autoload": { 939 "classmap": [ 940 "src/" 941 ] 942 }, 943 "notification-url": "https://packagist.org/downloads/", 944 "license": [ 945 "BSD-3-Clause" 946 ], 947 "authors": [ 948 { 949 "name": "Sebastian Bergmann", 950 "email": "sb@sebastian-bergmann.de", 951 "role": "lead" 952 } 953 ], 954 "description": "FilterIterator implementation that filters files based on a list of suffixes.", 955 "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", 956 "keywords": [ 957 "filesystem", 958 "iterator" 959 ] 960 }, 961 { 962 "name": "phpunit/php-code-coverage", 963 "version": "2.2.4", 964 "version_normalized": "2.2.4.0", 965 "source": { 966 "type": "git", 967 "url": "https://github.com/sebastianbergmann/php-code-coverage.git", 968 "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979" 969 }, 970 "dist": { 971 "type": "zip", 972 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979", 973 "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979", 974 "shasum": "" 975 }, 976 "require": { 977 "php": ">=5.3.3", 978 "phpunit/php-file-iterator": "~1.3", 979 "phpunit/php-text-template": "~1.2", 980 "phpunit/php-token-stream": "~1.3", 981 "sebastian/environment": "^1.3.2", 982 "sebastian/version": "~1.0" 983 }, 984 "require-dev": { 985 "ext-xdebug": ">=2.1.4", 986 "phpunit/phpunit": "~4" 987 }, 988 "suggest": { 989 "ext-dom": "*", 990 "ext-xdebug": ">=2.2.1", 991 "ext-xmlwriter": "*" 992 }, 993 "time": "2015-10-06 15:47:00", 994 "type": "library", 995 "extra": { 996 "branch-alias": { 997 "dev-master": "2.2.x-dev" 998 } 999 }, 1000 "installation-source": "dist", 1001 "autoload": { 1002 "classmap": [ 1003 "src/" 1004 ] 1005 }, 1006 "notification-url": "https://packagist.org/downloads/", 1007 "license": [ 1008 "BSD-3-Clause" 1009 ], 1010 "authors": [ 1011 { 1012 "name": "Sebastian Bergmann", 1013 "email": "sb@sebastian-bergmann.de", 1014 "role": "lead" 1015 } 1016 ], 1017 "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", 1018 "homepage": "https://github.com/sebastianbergmann/php-code-coverage", 1019 "keywords": [ 1020 "coverage", 1021 "testing", 1022 "xunit" 1023 ] 1024 }, 1025 { 1026 "name": "phpunit/phpunit", 1027 "version": "4.8.16", 1028 "version_normalized": "4.8.16.0", 1029 "source": { 1030 "type": "git", 1031 "url": "https://github.com/sebastianbergmann/phpunit.git", 1032 "reference": "625f8c345606ed0f3a141dfb88f4116f0e22978e" 1033 }, 1034 "dist": { 1035 "type": "zip", 1036 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/625f8c345606ed0f3a141dfb88f4116f0e22978e", 1037 "reference": "625f8c345606ed0f3a141dfb88f4116f0e22978e", 1038 "shasum": "" 1039 }, 1040 "require": { 1041 "ext-dom": "*", 1042 "ext-json": "*", 1043 "ext-pcre": "*", 1044 "ext-reflection": "*", 1045 "ext-spl": "*", 1046 "php": ">=5.3.3", 1047 "phpspec/prophecy": "^1.3.1", 1048 "phpunit/php-code-coverage": "~2.1", 1049 "phpunit/php-file-iterator": "~1.4", 1050 "phpunit/php-text-template": "~1.2", 1051 "phpunit/php-timer": ">=1.0.6", 1052 "phpunit/phpunit-mock-objects": "~2.3", 1053 "sebastian/comparator": "~1.1", 1054 "sebastian/diff": "~1.2", 1055 "sebastian/environment": "~1.3", 1056 "sebastian/exporter": "~1.2", 1057 "sebastian/global-state": "~1.0", 1058 "sebastian/version": "~1.0", 1059 "symfony/yaml": "~2.1|~3.0" 1060 }, 1061 "suggest": { 1062 "phpunit/php-invoker": "~1.1" 1063 }, 1064 "time": "2015-10-23 06:48:33", 1065 "bin": [ 1066 "phpunit" 1067 ], 1068 "type": "library", 1069 "extra": { 1070 "branch-alias": { 1071 "dev-master": "4.8.x-dev" 1072 } 1073 }, 1074 "installation-source": "dist", 1075 "autoload": { 1076 "classmap": [ 1077 "src/" 1078 ] 1079 }, 1080 "notification-url": "https://packagist.org/downloads/", 1081 "license": [ 1082 "BSD-3-Clause" 1083 ], 1084 "authors": [ 1085 { 1086 "name": "Sebastian Bergmann", 1087 "email": "sebastian@phpunit.de", 1088 "role": "lead" 1089 } 1090 ], 1091 "description": "The PHP Unit Testing framework.", 1092 "homepage": "https://phpunit.de/", 1093 "keywords": [ 1094 "phpunit", 1095 "testing", 1096 "xunit" 1097 ] 1098 } 1099 ]