composer.lock (28663B)
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": "ea1734d11b8c878445c2c6e58de8b85f", 8 "packages": [], 9 "packages-dev": [ 10 { 11 "name": "ocramius/instantiator", 12 "version": "1.1.2", 13 "source": { 14 "type": "git", 15 "url": "https://github.com/Ocramius/Instantiator.git", 16 "reference": "a7abbb5fc9df6e7126af741dd6c140d1a7369435" 17 }, 18 "dist": { 19 "type": "zip", 20 "url": "https://api.github.com/repos/Ocramius/Instantiator/zipball/a7abbb5fc9df6e7126af741dd6c140d1a7369435", 21 "reference": "a7abbb5fc9df6e7126af741dd6c140d1a7369435", 22 "shasum": "" 23 }, 24 "require": { 25 "ocramius/lazy-map": "1.0.*", 26 "php": "~5.3" 27 }, 28 "require-dev": { 29 "athletic/athletic": "~0.1.8", 30 "ext-pdo": "*", 31 "ext-phar": "*", 32 "phpunit/phpunit": "~4.0", 33 "squizlabs/php_codesniffer": "2.0.*@ALPHA" 34 }, 35 "type": "library", 36 "extra": { 37 "branch-alias": { 38 "dev-master": "2.0.x-dev" 39 } 40 }, 41 "autoload": { 42 "psr-0": { 43 "Instantiator\\": "src" 44 } 45 }, 46 "notification-url": "https://packagist.org/downloads/", 47 "license": [ 48 "MIT" 49 ], 50 "authors": [ 51 { 52 "name": "Marco Pivetta", 53 "email": "ocramius@gmail.com", 54 "homepage": "http://ocramius.github.com/" 55 } 56 ], 57 "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", 58 "homepage": "https://github.com/Ocramius/Instantiator", 59 "keywords": [ 60 "constructor", 61 "instantiate" 62 ], 63 "time": "2014-08-14 15:10:55" 64 }, 65 { 66 "name": "ocramius/lazy-map", 67 "version": "1.0.0", 68 "source": { 69 "type": "git", 70 "url": "https://github.com/Ocramius/LazyMap.git", 71 "reference": "7fe3d347f5e618bcea7d39345ff83f3651d8b752" 72 }, 73 "dist": { 74 "type": "zip", 75 "url": "https://api.github.com/repos/Ocramius/LazyMap/zipball/7fe3d347f5e618bcea7d39345ff83f3651d8b752", 76 "reference": "7fe3d347f5e618bcea7d39345ff83f3651d8b752", 77 "shasum": "" 78 }, 79 "require": { 80 "php": ">=5.3.3" 81 }, 82 "require-dev": { 83 "athletic/athletic": "~0.1.6", 84 "phpmd/phpmd": "1.5.*", 85 "phpunit/phpunit": ">=3.7", 86 "satooshi/php-coveralls": "~0.6", 87 "squizlabs/php_codesniffer": "1.4.*" 88 }, 89 "type": "library", 90 "extra": { 91 "branch-alias": { 92 "dev-master": "1.0.x-dev" 93 } 94 }, 95 "autoload": { 96 "psr-0": { 97 "LazyMap\\": "src" 98 } 99 }, 100 "notification-url": "https://packagist.org/downloads/", 101 "license": [ 102 "MIT" 103 ], 104 "authors": [ 105 { 106 "name": "Marco Pivetta", 107 "email": "ocramius@gmail.com", 108 "homepage": "http://ocramius.github.com/", 109 "role": "Developer" 110 } 111 ], 112 "description": "A library that provides lazy instantiation logic for a map of objects", 113 "homepage": "https://github.com/Ocramius/LazyMap", 114 "keywords": [ 115 "lazy", 116 "lazy instantiation", 117 "lazy loading", 118 "map", 119 "service location" 120 ], 121 "time": "2013-11-09 22:30:54" 122 }, 123 { 124 "name": "phpunit/php-code-coverage", 125 "version": "2.0.10", 126 "source": { 127 "type": "git", 128 "url": "https://github.com/sebastianbergmann/php-code-coverage.git", 129 "reference": "6d196af48e8c100a3ae881940123e693da5a9217" 130 }, 131 "dist": { 132 "type": "zip", 133 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/6d196af48e8c100a3ae881940123e693da5a9217", 134 "reference": "6d196af48e8c100a3ae881940123e693da5a9217", 135 "shasum": "" 136 }, 137 "require": { 138 "php": ">=5.3.3", 139 "phpunit/php-file-iterator": "~1.3.1", 140 "phpunit/php-text-template": "~1.2.0", 141 "phpunit/php-token-stream": "~1.2.2", 142 "sebastian/environment": "~1.0.0", 143 "sebastian/version": "~1.0.3" 144 }, 145 "require-dev": { 146 "ext-xdebug": ">=2.1.4", 147 "phpunit/phpunit": "~4.0.14" 148 }, 149 "suggest": { 150 "ext-dom": "*", 151 "ext-xdebug": ">=2.2.1", 152 "ext-xmlwriter": "*" 153 }, 154 "type": "library", 155 "extra": { 156 "branch-alias": { 157 "dev-master": "2.0.x-dev" 158 } 159 }, 160 "autoload": { 161 "classmap": [ 162 "src/" 163 ] 164 }, 165 "notification-url": "https://packagist.org/downloads/", 166 "include-path": [ 167 "" 168 ], 169 "license": [ 170 "BSD-3-Clause" 171 ], 172 "authors": [ 173 { 174 "name": "Sebastian Bergmann", 175 "email": "sb@sebastian-bergmann.de", 176 "role": "lead" 177 } 178 ], 179 "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", 180 "homepage": "https://github.com/sebastianbergmann/php-code-coverage", 181 "keywords": [ 182 "coverage", 183 "testing", 184 "xunit" 185 ], 186 "time": "2014-08-06 06:39:42" 187 }, 188 { 189 "name": "phpunit/php-file-iterator", 190 "version": "1.3.4", 191 "source": { 192 "type": "git", 193 "url": "https://github.com/sebastianbergmann/php-file-iterator.git", 194 "reference": "acd690379117b042d1c8af1fafd61bde001bf6bb" 195 }, 196 "dist": { 197 "type": "zip", 198 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/acd690379117b042d1c8af1fafd61bde001bf6bb", 199 "reference": "acd690379117b042d1c8af1fafd61bde001bf6bb", 200 "shasum": "" 201 }, 202 "require": { 203 "php": ">=5.3.3" 204 }, 205 "type": "library", 206 "autoload": { 207 "classmap": [ 208 "File/" 209 ] 210 }, 211 "notification-url": "https://packagist.org/downloads/", 212 "include-path": [ 213 "" 214 ], 215 "license": [ 216 "BSD-3-Clause" 217 ], 218 "authors": [ 219 { 220 "name": "Sebastian Bergmann", 221 "email": "sb@sebastian-bergmann.de", 222 "role": "lead" 223 } 224 ], 225 "description": "FilterIterator implementation that filters files based on a list of suffixes.", 226 "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", 227 "keywords": [ 228 "filesystem", 229 "iterator" 230 ], 231 "time": "2013-10-10 15:34:57" 232 }, 233 { 234 "name": "phpunit/php-text-template", 235 "version": "1.2.0", 236 "source": { 237 "type": "git", 238 "url": "https://github.com/sebastianbergmann/php-text-template.git", 239 "reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a" 240 }, 241 "dist": { 242 "type": "zip", 243 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/206dfefc0ffe9cebf65c413e3d0e809c82fbf00a", 244 "reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a", 245 "shasum": "" 246 }, 247 "require": { 248 "php": ">=5.3.3" 249 }, 250 "type": "library", 251 "autoload": { 252 "classmap": [ 253 "Text/" 254 ] 255 }, 256 "notification-url": "https://packagist.org/downloads/", 257 "include-path": [ 258 "" 259 ], 260 "license": [ 261 "BSD-3-Clause" 262 ], 263 "authors": [ 264 { 265 "name": "Sebastian Bergmann", 266 "email": "sb@sebastian-bergmann.de", 267 "role": "lead" 268 } 269 ], 270 "description": "Simple template engine.", 271 "homepage": "https://github.com/sebastianbergmann/php-text-template/", 272 "keywords": [ 273 "template" 274 ], 275 "time": "2014-01-30 17:20:04" 276 }, 277 { 278 "name": "phpunit/php-timer", 279 "version": "1.0.5", 280 "source": { 281 "type": "git", 282 "url": "https://github.com/sebastianbergmann/php-timer.git", 283 "reference": "19689d4354b295ee3d8c54b4f42c3efb69cbc17c" 284 }, 285 "dist": { 286 "type": "zip", 287 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/19689d4354b295ee3d8c54b4f42c3efb69cbc17c", 288 "reference": "19689d4354b295ee3d8c54b4f42c3efb69cbc17c", 289 "shasum": "" 290 }, 291 "require": { 292 "php": ">=5.3.3" 293 }, 294 "type": "library", 295 "autoload": { 296 "classmap": [ 297 "PHP/" 298 ] 299 }, 300 "notification-url": "https://packagist.org/downloads/", 301 "include-path": [ 302 "" 303 ], 304 "license": [ 305 "BSD-3-Clause" 306 ], 307 "authors": [ 308 { 309 "name": "Sebastian Bergmann", 310 "email": "sb@sebastian-bergmann.de", 311 "role": "lead" 312 } 313 ], 314 "description": "Utility class for timing", 315 "homepage": "https://github.com/sebastianbergmann/php-timer/", 316 "keywords": [ 317 "timer" 318 ], 319 "time": "2013-08-02 07:42:54" 320 }, 321 { 322 "name": "phpunit/php-token-stream", 323 "version": "1.2.2", 324 "source": { 325 "type": "git", 326 "url": "https://github.com/sebastianbergmann/php-token-stream.git", 327 "reference": "ad4e1e23ae01b483c16f600ff1bebec184588e32" 328 }, 329 "dist": { 330 "type": "zip", 331 "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/ad4e1e23ae01b483c16f600ff1bebec184588e32", 332 "reference": "ad4e1e23ae01b483c16f600ff1bebec184588e32", 333 "shasum": "" 334 }, 335 "require": { 336 "ext-tokenizer": "*", 337 "php": ">=5.3.3" 338 }, 339 "type": "library", 340 "extra": { 341 "branch-alias": { 342 "dev-master": "1.2-dev" 343 } 344 }, 345 "autoload": { 346 "classmap": [ 347 "PHP/" 348 ] 349 }, 350 "notification-url": "https://packagist.org/downloads/", 351 "include-path": [ 352 "" 353 ], 354 "license": [ 355 "BSD-3-Clause" 356 ], 357 "authors": [ 358 { 359 "name": "Sebastian Bergmann", 360 "email": "sb@sebastian-bergmann.de", 361 "role": "lead" 362 } 363 ], 364 "description": "Wrapper around PHP's tokenizer extension.", 365 "homepage": "https://github.com/sebastianbergmann/php-token-stream/", 366 "keywords": [ 367 "tokenizer" 368 ], 369 "time": "2014-03-03 05:10:30" 370 }, 371 { 372 "name": "phpunit/phpunit", 373 "version": "4.2.2", 374 "source": { 375 "type": "git", 376 "url": "https://github.com/sebastianbergmann/phpunit.git", 377 "reference": "a33fa68ece9f8c68589bfc2da8d2794e27b820bc" 378 }, 379 "dist": { 380 "type": "zip", 381 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/a33fa68ece9f8c68589bfc2da8d2794e27b820bc", 382 "reference": "a33fa68ece9f8c68589bfc2da8d2794e27b820bc", 383 "shasum": "" 384 }, 385 "require": { 386 "ext-dom": "*", 387 "ext-json": "*", 388 "ext-pcre": "*", 389 "ext-reflection": "*", 390 "ext-spl": "*", 391 "php": ">=5.3.3", 392 "phpunit/php-code-coverage": "~2.0", 393 "phpunit/php-file-iterator": "~1.3.1", 394 "phpunit/php-text-template": "~1.2", 395 "phpunit/php-timer": "~1.0.2", 396 "phpunit/phpunit-mock-objects": "~2.2", 397 "sebastian/comparator": "~1.0", 398 "sebastian/diff": "~1.1", 399 "sebastian/environment": "~1.0", 400 "sebastian/exporter": "~1.0", 401 "sebastian/version": "~1.0", 402 "symfony/yaml": "~2.0" 403 }, 404 "suggest": { 405 "phpunit/php-invoker": "~1.1" 406 }, 407 "bin": [ 408 "phpunit" 409 ], 410 "type": "library", 411 "extra": { 412 "branch-alias": { 413 "dev-master": "4.2.x-dev" 414 } 415 }, 416 "autoload": { 417 "classmap": [ 418 "src/" 419 ] 420 }, 421 "notification-url": "https://packagist.org/downloads/", 422 "include-path": [ 423 "", 424 "../../symfony/yaml/" 425 ], 426 "license": [ 427 "BSD-3-Clause" 428 ], 429 "authors": [ 430 { 431 "name": "Sebastian Bergmann", 432 "email": "sebastian@phpunit.de", 433 "role": "lead" 434 } 435 ], 436 "description": "The PHP Unit Testing framework.", 437 "homepage": "http://www.phpunit.de/", 438 "keywords": [ 439 "phpunit", 440 "testing", 441 "xunit" 442 ], 443 "time": "2014-08-18 05:12:30" 444 }, 445 { 446 "name": "phpunit/phpunit-mock-objects", 447 "version": "2.2.0", 448 "source": { 449 "type": "git", 450 "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git", 451 "reference": "42e589e08bc86e3e9bdf20d385e948347788505b" 452 }, 453 "dist": { 454 "type": "zip", 455 "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/42e589e08bc86e3e9bdf20d385e948347788505b", 456 "reference": "42e589e08bc86e3e9bdf20d385e948347788505b", 457 "shasum": "" 458 }, 459 "require": { 460 "ocramius/instantiator": "~1.0", 461 "php": ">=5.3.3", 462 "phpunit/php-text-template": "~1.2" 463 }, 464 "require-dev": { 465 "phpunit/phpunit": "4.2.*@dev" 466 }, 467 "suggest": { 468 "ext-soap": "*" 469 }, 470 "type": "library", 471 "extra": { 472 "branch-alias": { 473 "dev-master": "2.2.x-dev" 474 } 475 }, 476 "autoload": { 477 "classmap": [ 478 "src/" 479 ] 480 }, 481 "notification-url": "https://packagist.org/downloads/", 482 "include-path": [ 483 "" 484 ], 485 "license": [ 486 "BSD-3-Clause" 487 ], 488 "authors": [ 489 { 490 "name": "Sebastian Bergmann", 491 "email": "sb@sebastian-bergmann.de", 492 "role": "lead" 493 } 494 ], 495 "description": "Mock Object library for PHPUnit", 496 "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/", 497 "keywords": [ 498 "mock", 499 "xunit" 500 ], 501 "time": "2014-08-02 13:50:58" 502 }, 503 { 504 "name": "sebastian/comparator", 505 "version": "1.0.0", 506 "source": { 507 "type": "git", 508 "url": "https://github.com/sebastianbergmann/comparator.git", 509 "reference": "f7069ee51fa9fb6c038e16a9d0e3439f5449dcf2" 510 }, 511 "dist": { 512 "type": "zip", 513 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/f7069ee51fa9fb6c038e16a9d0e3439f5449dcf2", 514 "reference": "f7069ee51fa9fb6c038e16a9d0e3439f5449dcf2", 515 "shasum": "" 516 }, 517 "require": { 518 "php": ">=5.3.3", 519 "sebastian/diff": "~1.1", 520 "sebastian/exporter": "~1.0" 521 }, 522 "require-dev": { 523 "phpunit/phpunit": "~4.1" 524 }, 525 "type": "library", 526 "extra": { 527 "branch-alias": { 528 "dev-master": "1.0.x-dev" 529 } 530 }, 531 "autoload": { 532 "classmap": [ 533 "src/" 534 ] 535 }, 536 "notification-url": "https://packagist.org/downloads/", 537 "license": [ 538 "BSD-3-Clause" 539 ], 540 "authors": [ 541 { 542 "name": "Sebastian Bergmann", 543 "email": "sebastian@phpunit.de", 544 "role": "lead" 545 }, 546 { 547 "name": "Jeff Welch", 548 "email": "whatthejeff@gmail.com" 549 }, 550 { 551 "name": "Volker Dusch", 552 "email": "github@wallbash.com" 553 }, 554 { 555 "name": "Bernhard Schussek", 556 "email": "bschussek@2bepublished.at" 557 } 558 ], 559 "description": "Provides the functionality to compare PHP values for equality", 560 "homepage": "http://www.github.com/sebastianbergmann/comparator", 561 "keywords": [ 562 "comparator", 563 "compare", 564 "equality" 565 ], 566 "time": "2014-05-02 07:05:58" 567 }, 568 { 569 "name": "sebastian/diff", 570 "version": "1.1.0", 571 "source": { 572 "type": "git", 573 "url": "https://github.com/sebastianbergmann/diff.git", 574 "reference": "1e091702a5a38e6b4c1ba9ca816e3dd343df2e2d" 575 }, 576 "dist": { 577 "type": "zip", 578 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/1e091702a5a38e6b4c1ba9ca816e3dd343df2e2d", 579 "reference": "1e091702a5a38e6b4c1ba9ca816e3dd343df2e2d", 580 "shasum": "" 581 }, 582 "require": { 583 "php": ">=5.3.3" 584 }, 585 "type": "library", 586 "extra": { 587 "branch-alias": { 588 "dev-master": "1.1-dev" 589 } 590 }, 591 "autoload": { 592 "classmap": [ 593 "src/" 594 ] 595 }, 596 "notification-url": "https://packagist.org/downloads/", 597 "license": [ 598 "BSD-3-Clause" 599 ], 600 "authors": [ 601 { 602 "name": "Sebastian Bergmann", 603 "email": "sebastian@phpunit.de", 604 "role": "lead" 605 }, 606 { 607 "name": "Kore Nordmann", 608 "email": "mail@kore-nordmann.de" 609 } 610 ], 611 "description": "Diff implementation", 612 "homepage": "http://www.github.com/sebastianbergmann/diff", 613 "keywords": [ 614 "diff" 615 ], 616 "time": "2013-08-03 16:46:33" 617 }, 618 { 619 "name": "sebastian/environment", 620 "version": "1.0.0", 621 "source": { 622 "type": "git", 623 "url": "https://github.com/sebastianbergmann/environment.git", 624 "reference": "79517609ec01139cd7e9fded0dd7ce08c952ef6a" 625 }, 626 "dist": { 627 "type": "zip", 628 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/79517609ec01139cd7e9fded0dd7ce08c952ef6a", 629 "reference": "79517609ec01139cd7e9fded0dd7ce08c952ef6a", 630 "shasum": "" 631 }, 632 "require": { 633 "php": ">=5.3.3" 634 }, 635 "require-dev": { 636 "phpunit/phpunit": "4.0.*@dev" 637 }, 638 "type": "library", 639 "extra": { 640 "branch-alias": { 641 "dev-master": "1.0.x-dev" 642 } 643 }, 644 "autoload": { 645 "classmap": [ 646 "src/" 647 ] 648 }, 649 "notification-url": "https://packagist.org/downloads/", 650 "license": [ 651 "BSD-3-Clause" 652 ], 653 "authors": [ 654 { 655 "name": "Sebastian Bergmann", 656 "email": "sebastian@phpunit.de", 657 "role": "lead" 658 } 659 ], 660 "description": "Provides functionality to handle HHVM/PHP environments", 661 "homepage": "http://www.github.com/sebastianbergmann/environment", 662 "keywords": [ 663 "Xdebug", 664 "environment", 665 "hhvm" 666 ], 667 "time": "2014-02-18 16:17:19" 668 }, 669 { 670 "name": "sebastian/exporter", 671 "version": "1.0.1", 672 "source": { 673 "type": "git", 674 "url": "https://github.com/sebastianbergmann/exporter.git", 675 "reference": "1f9a98e6f5dfe0524cb8c6166f7c82f3e9ae1529" 676 }, 677 "dist": { 678 "type": "zip", 679 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/1f9a98e6f5dfe0524cb8c6166f7c82f3e9ae1529", 680 "reference": "1f9a98e6f5dfe0524cb8c6166f7c82f3e9ae1529", 681 "shasum": "" 682 }, 683 "require": { 684 "php": ">=5.3.3" 685 }, 686 "require-dev": { 687 "phpunit/phpunit": "4.0.*@dev" 688 }, 689 "type": "library", 690 "extra": { 691 "branch-alias": { 692 "dev-master": "1.0.x-dev" 693 } 694 }, 695 "autoload": { 696 "classmap": [ 697 "src/" 698 ] 699 }, 700 "notification-url": "https://packagist.org/downloads/", 701 "license": [ 702 "BSD-3-Clause" 703 ], 704 "authors": [ 705 { 706 "name": "Sebastian Bergmann", 707 "email": "sebastian@phpunit.de", 708 "role": "lead" 709 }, 710 { 711 "name": "Jeff Welch", 712 "email": "whatthejeff@gmail.com" 713 }, 714 { 715 "name": "Volker Dusch", 716 "email": "github@wallbash.com" 717 }, 718 { 719 "name": "Adam Harvey", 720 "email": "aharvey@php.net", 721 "role": "Lead" 722 }, 723 { 724 "name": "Bernhard Schussek", 725 "email": "bschussek@2bepublished.at" 726 } 727 ], 728 "description": "Provides the functionality to export PHP variables for visualization", 729 "homepage": "http://www.github.com/sebastianbergmann/exporter", 730 "keywords": [ 731 "export", 732 "exporter" 733 ], 734 "time": "2014-02-16 08:26:31" 735 }, 736 { 737 "name": "sebastian/version", 738 "version": "1.0.3", 739 "source": { 740 "type": "git", 741 "url": "https://github.com/sebastianbergmann/version.git", 742 "reference": "b6e1f0cf6b9e1ec409a0d3e2f2a5fb0998e36b43" 743 }, 744 "dist": { 745 "type": "zip", 746 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/b6e1f0cf6b9e1ec409a0d3e2f2a5fb0998e36b43", 747 "reference": "b6e1f0cf6b9e1ec409a0d3e2f2a5fb0998e36b43", 748 "shasum": "" 749 }, 750 "type": "library", 751 "autoload": { 752 "classmap": [ 753 "src/" 754 ] 755 }, 756 "notification-url": "https://packagist.org/downloads/", 757 "license": [ 758 "BSD-3-Clause" 759 ], 760 "authors": [ 761 { 762 "name": "Sebastian Bergmann", 763 "email": "sebastian@phpunit.de", 764 "role": "lead" 765 } 766 ], 767 "description": "Library that helps with managing the version number of Git-hosted PHP projects", 768 "homepage": "https://github.com/sebastianbergmann/version", 769 "time": "2014-03-07 15:35:33" 770 }, 771 { 772 "name": "symfony/yaml", 773 "version": "v2.5.3", 774 "target-dir": "Symfony/Component/Yaml", 775 "source": { 776 "type": "git", 777 "url": "https://github.com/symfony/Yaml.git", 778 "reference": "5a75366ae9ca8b4792cd0083e4ca4dff9fe96f1f" 779 }, 780 "dist": { 781 "type": "zip", 782 "url": "https://api.github.com/repos/symfony/Yaml/zipball/5a75366ae9ca8b4792cd0083e4ca4dff9fe96f1f", 783 "reference": "5a75366ae9ca8b4792cd0083e4ca4dff9fe96f1f", 784 "shasum": "" 785 }, 786 "require": { 787 "php": ">=5.3.3" 788 }, 789 "type": "library", 790 "extra": { 791 "branch-alias": { 792 "dev-master": "2.5-dev" 793 } 794 }, 795 "autoload": { 796 "psr-0": { 797 "Symfony\\Component\\Yaml\\": "" 798 } 799 }, 800 "notification-url": "https://packagist.org/downloads/", 801 "license": [ 802 "MIT" 803 ], 804 "authors": [ 805 { 806 "name": "Symfony Community", 807 "homepage": "http://symfony.com/contributors" 808 }, 809 { 810 "name": "Fabien Potencier", 811 "email": "fabien@symfony.com" 812 } 813 ], 814 "description": "Symfony Yaml Component", 815 "homepage": "http://symfony.com", 816 "time": "2014-08-05 09:00:40" 817 } 818 ], 819 "aliases": [], 820 "minimum-stability": "stable", 821 "stability-flags": [], 822 "prefer-stable": false, 823 "platform": { 824 "php": ">=5.3.3" 825 }, 826 "platform-dev": [] 827 }