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