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