composer.lock 125 ko
Newer Older
Kévin Dunglas's avatar
Kévin Dunglas a validé
{
    "_readme": [
        "This file locks the dependencies of your project to a known state",
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
        "This file is @generated automatically"
    ],
Théo FIDRY's avatar
Théo FIDRY a validé
    "hash": "ace38a8ea21732ee26a66f2c51280648",
Kévin Dunglas's avatar
Kévin Dunglas a validé
    "packages": [
        {
            "name": "doctrine/annotations",
Théo FIDRY's avatar
Théo FIDRY a validé
            "version": "v1.2.7",
Kévin Dunglas's avatar
Kévin Dunglas a validé
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/annotations.git",
Théo FIDRY's avatar
Théo FIDRY a validé
                "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535"
Kévin Dunglas's avatar
Kévin Dunglas a validé
            },
            "dist": {
                "type": "zip",
Théo FIDRY's avatar
Théo FIDRY a validé
                "url": "https://api.github.com/repos/doctrine/annotations/zipball/f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
                "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
Kévin Dunglas's avatar
Kévin Dunglas a validé
                "shasum": ""
            },
            "require": {
                "doctrine/lexer": "1.*",
                "php": ">=5.3.2"
            },
            "require-dev": {
                "doctrine/cache": "1.*",
                "phpunit/phpunit": "4.*"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.3.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Doctrine\\Common\\Annotations\\": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Roman Borschel",
                    "email": "roman@code-factory.org"
                },
                {
                    "name": "Benjamin Eberlei",
                    "email": "kontakt@beberlei.de"
                },
                {
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@gmail.com"
                },
                {
                    "name": "Jonathan Wage",
                    "email": "jonwage@gmail.com"
                },
                {
                    "name": "Johannes Schmitt",
                    "email": "schmittjoh@gmail.com"
                }
            ],
            "description": "Docblock Annotations Parser",
            "homepage": "http://www.doctrine-project.org",
            "keywords": [
                "annotations",
                "docblock",
                "parser"
            ],
Théo FIDRY's avatar
Théo FIDRY a validé
            "time": "2015-08-31 12:32:49"
Kévin Dunglas's avatar
Kévin Dunglas a validé
        },
        {
            "name": "doctrine/cache",
Théo FIDRY's avatar
Théo FIDRY a validé
            "version": "v1.4.2",
Kévin Dunglas's avatar
Kévin Dunglas a validé
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/cache.git",
Théo FIDRY's avatar
Théo FIDRY a validé
                "reference": "8c434000f420ade76a07c64cbe08ca47e5c101ca"
Kévin Dunglas's avatar
Kévin Dunglas a validé
            },
            "dist": {
                "type": "zip",
Théo FIDRY's avatar
Théo FIDRY a validé
                "url": "https://api.github.com/repos/doctrine/cache/zipball/8c434000f420ade76a07c64cbe08ca47e5c101ca",
                "reference": "8c434000f420ade76a07c64cbe08ca47e5c101ca",
Kévin Dunglas's avatar
Kévin Dunglas a validé
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.2"
            },
            "conflict": {
                "doctrine/common": ">2.2,<2.4"
            },
            "require-dev": {
                "phpunit/phpunit": ">=3.7",
                "predis/predis": "~1.0",
                "satooshi/php-coveralls": "~0.6"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.5.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Doctrine\\Common\\Cache\\": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Roman Borschel",
                    "email": "roman@code-factory.org"
                },
                {
                    "name": "Benjamin Eberlei",
                    "email": "kontakt@beberlei.de"
                },
                {
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@gmail.com"
                },
                {
                    "name": "Jonathan Wage",
                    "email": "jonwage@gmail.com"
                },
                {
                    "name": "Johannes Schmitt",
                    "email": "schmittjoh@gmail.com"
                }
            ],
            "description": "Caching library offering an object-oriented API for many cache backends",
            "homepage": "http://www.doctrine-project.org",
            "keywords": [
                "cache",
                "caching"
            ],
Théo FIDRY's avatar
Théo FIDRY a validé
            "time": "2015-08-31 12:36:41"
Kévin Dunglas's avatar
Kévin Dunglas a validé
        },
        {
            "name": "doctrine/collections",
            "version": "v1.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/collections.git",
                "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/collections/zipball/6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
                "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.2"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.2.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Doctrine\\Common\\Collections\\": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Roman Borschel",
                    "email": "roman@code-factory.org"
                },
                {
                    "name": "Benjamin Eberlei",
                    "email": "kontakt@beberlei.de"
                },
                {
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@gmail.com"
                },
                {
                    "name": "Jonathan Wage",
                    "email": "jonwage@gmail.com"
                },
                {
                    "name": "Johannes Schmitt",
                    "email": "schmittjoh@gmail.com"
                }
            ],
            "description": "Collections Abstraction library",
            "homepage": "http://www.doctrine-project.org",
            "keywords": [
                "array",
                "collections",
                "iterator"
            ],
            "time": "2015-04-14 22:21:58"
        },
        {
            "name": "doctrine/common",
Théo FIDRY's avatar
Théo FIDRY a validé
            "version": "v2.5.1",
Kévin Dunglas's avatar
Kévin Dunglas a validé
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/common.git",
Théo FIDRY's avatar
Théo FIDRY a validé
                "reference": "0009b8f0d4a917aabc971fb089eba80e872f83f9"
Kévin Dunglas's avatar
Kévin Dunglas a validé
            },
            "dist": {
                "type": "zip",
Théo FIDRY's avatar
Théo FIDRY a validé
                "url": "https://api.github.com/repos/doctrine/common/zipball/0009b8f0d4a917aabc971fb089eba80e872f83f9",
                "reference": "0009b8f0d4a917aabc971fb089eba80e872f83f9",
Kévin Dunglas's avatar
Kévin Dunglas a validé
                "shasum": ""
            },
            "require": {
                "doctrine/annotations": "1.*",
                "doctrine/cache": "1.*",
                "doctrine/collections": "1.*",
                "doctrine/inflector": "1.*",
                "doctrine/lexer": "1.*",
                "php": ">=5.3.2"
            },
            "require-dev": {
                "phpunit/phpunit": "~3.7"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.6.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Doctrine\\Common\\": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Roman Borschel",
                    "email": "roman@code-factory.org"
                },
                {
                    "name": "Benjamin Eberlei",
                    "email": "kontakt@beberlei.de"
                },
                {
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@gmail.com"
                },
                {
                    "name": "Jonathan Wage",
                    "email": "jonwage@gmail.com"
                },
                {
                    "name": "Johannes Schmitt",
                    "email": "schmittjoh@gmail.com"
                }
            ],
            "description": "Common Library for Doctrine projects",
            "homepage": "http://www.doctrine-project.org",
            "keywords": [
                "annotations",
                "collections",
                "eventmanager",
                "persistence",
                "spl"
            ],
Théo FIDRY's avatar
Théo FIDRY a validé
            "time": "2015-08-31 13:00:22"
Kévin Dunglas's avatar
Kévin Dunglas a validé
285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706
        },
        {
            "name": "doctrine/dbal",
            "version": "v2.4.4",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/dbal.git",
                "reference": "a370e5b95e509a7809d11f3d280acfc9310d464b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/dbal/zipball/a370e5b95e509a7809d11f3d280acfc9310d464b",
                "reference": "a370e5b95e509a7809d11f3d280acfc9310d464b",
                "shasum": ""
            },
            "require": {
                "doctrine/common": "~2.4",
                "php": ">=5.3.2"
            },
            "require-dev": {
                "phpunit/phpunit": "3.7.*",
                "symfony/console": "~2.0"
            },
            "suggest": {
                "symfony/console": "For helpful console commands such as SQL execution and import of files."
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "Doctrine\\DBAL\\": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Roman Borschel",
                    "email": "roman@code-factory.org"
                },
                {
                    "name": "Benjamin Eberlei",
                    "email": "kontakt@beberlei.de"
                },
                {
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@gmail.com"
                },
                {
                    "name": "Jonathan Wage",
                    "email": "jonwage@gmail.com"
                }
            ],
            "description": "Database Abstraction Layer",
            "homepage": "http://www.doctrine-project.org",
            "keywords": [
                "database",
                "dbal",
                "persistence",
                "queryobject"
            ],
            "time": "2015-01-12 21:57:01"
        },
        {
            "name": "doctrine/doctrine-bundle",
            "version": "v1.5.0",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/DoctrineBundle.git",
                "reference": "0b9e27037c4fdbad515ee5ec89842e9091a6480f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/0b9e27037c4fdbad515ee5ec89842e9091a6480f",
                "reference": "0b9e27037c4fdbad515ee5ec89842e9091a6480f",
                "shasum": ""
            },
            "require": {
                "doctrine/dbal": "~2.3",
                "doctrine/doctrine-cache-bundle": "~1.0",
                "jdorn/sql-formatter": "~1.1",
                "php": ">=5.3.2",
                "symfony/console": "~2.3",
                "symfony/doctrine-bridge": "~2.2",
                "symfony/framework-bundle": "~2.3"
            },
            "require-dev": {
                "doctrine/orm": "~2.3",
                "phpunit/phpunit": "~4",
                "satooshi/php-coveralls": "~0.6.1",
                "symfony/validator": "~2.2",
                "symfony/yaml": "~2.2",
                "twig/twig": "~1.10"
            },
            "suggest": {
                "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.",
                "symfony/web-profiler-bundle": "to use the data collector"
            },
            "type": "symfony-bundle",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.5.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Doctrine\\Bundle\\DoctrineBundle\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Symfony Community",
                    "homepage": "http://symfony.com/contributors"
                },
                {
                    "name": "Benjamin Eberlei",
                    "email": "kontakt@beberlei.de"
                },
                {
                    "name": "Doctrine Project",
                    "homepage": "http://www.doctrine-project.org/"
                },
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                }
            ],
            "description": "Symfony DoctrineBundle",
            "homepage": "http://www.doctrine-project.org",
            "keywords": [
                "database",
                "dbal",
                "orm",
                "persistence"
            ],
            "time": "2015-05-28 12:27:15"
        },
        {
            "name": "doctrine/doctrine-cache-bundle",
            "version": "v1.0.1",
            "target-dir": "Doctrine/Bundle/DoctrineCacheBundle",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/DoctrineCacheBundle.git",
                "reference": "e4b6f810aa047f9cbfe41c3d6a3d7e83d7477a9d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/DoctrineCacheBundle/zipball/e4b6f810aa047f9cbfe41c3d6a3d7e83d7477a9d",
                "reference": "e4b6f810aa047f9cbfe41c3d6a3d7e83d7477a9d",
                "shasum": ""
            },
            "require": {
                "doctrine/cache": "~1.3",
                "doctrine/inflector": "~1.0",
                "php": ">=5.3.2",
                "symfony/doctrine-bridge": "~2.2",
                "symfony/framework-bundle": "~2.2",
                "symfony/security": "~2.2"
            },
            "require-dev": {
                "instaclick/coding-standard": "~1.1",
                "instaclick/object-calisthenics-sniffs": "dev-master",
                "instaclick/symfony2-coding-standard": "dev-remaster",
                "phpunit/phpunit": "~3.7",
                "satooshi/php-coveralls": "~0.6.1",
                "squizlabs/php_codesniffer": "dev-master",
                "symfony/console": "~2.2",
                "symfony/finder": "~2.2",
                "symfony/validator": "~2.2",
                "symfony/yaml": "~2.2"
            },
            "type": "symfony-bundle",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Doctrine\\Bundle\\DoctrineCacheBundle": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Symfony Community",
                    "homepage": "http://symfony.com/contributors"
                },
                {
                    "name": "Benjamin Eberlei",
                    "email": "kontakt@beberlei.de"
                },
                {
                    "name": "Fabio B. Silva",
                    "email": "fabio.bat.silva@gmail.com"
                },
                {
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@hotmail.com"
                },
                {
                    "name": "Doctrine Project",
                    "homepage": "http://www.doctrine-project.org/"
                },
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                }
            ],
            "description": "Symfony2 Bundle for Doctrine Cache",
            "homepage": "http://www.doctrine-project.org",
            "keywords": [
                "cache",
                "caching"
            ],
            "time": "2014-11-28 09:43:36"
        },
        {
            "name": "doctrine/inflector",
            "version": "v1.0.1",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/inflector.git",
                "reference": "0bcb2e79d8571787f18b7eb036ed3d004908e604"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/inflector/zipball/0bcb2e79d8571787f18b7eb036ed3d004908e604",
                "reference": "0bcb2e79d8571787f18b7eb036ed3d004908e604",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.2"
            },
            "require-dev": {
                "phpunit/phpunit": "4.*"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Doctrine\\Common\\Inflector\\": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Roman Borschel",
                    "email": "roman@code-factory.org"
                },
                {
                    "name": "Benjamin Eberlei",
                    "email": "kontakt@beberlei.de"
                },
                {
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@gmail.com"
                },
                {
                    "name": "Jonathan Wage",
                    "email": "jonwage@gmail.com"
                },
                {
                    "name": "Johannes Schmitt",
                    "email": "schmittjoh@gmail.com"
                }
            ],
            "description": "Common String Manipulations with regard to casing and singular/plural rules.",
            "homepage": "http://www.doctrine-project.org",
            "keywords": [
                "inflection",
                "pluralize",
                "singularize",
                "string"
            ],
            "time": "2014-12-20 21:24:13"
        },
        {
            "name": "doctrine/lexer",
            "version": "v1.0.1",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/lexer.git",
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.2"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Doctrine\\Common\\Lexer\\": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Roman Borschel",
                    "email": "roman@code-factory.org"
                },
                {
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@gmail.com"
                },
                {
                    "name": "Johannes Schmitt",
                    "email": "schmittjoh@gmail.com"
                }
            ],
            "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
            "homepage": "http://www.doctrine-project.org",
            "keywords": [
                "lexer",
                "parser"
            ],
            "time": "2014-09-09 13:34:57"
        },
        {
            "name": "doctrine/orm",
            "version": "v2.4.7",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/doctrine2.git",
                "reference": "2bc4ff3cab2ae297bcd05f2e619d42e6a7ca9e68"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/doctrine2/zipball/2bc4ff3cab2ae297bcd05f2e619d42e6a7ca9e68",
                "reference": "2bc4ff3cab2ae297bcd05f2e619d42e6a7ca9e68",
                "shasum": ""
            },
            "require": {
                "doctrine/collections": "~1.1",
                "doctrine/dbal": "~2.4",
                "ext-pdo": "*",
                "php": ">=5.3.2",
                "symfony/console": "~2.0"
            },
            "require-dev": {
                "satooshi/php-coveralls": "dev-master",
                "symfony/yaml": "~2.1"
            },
            "suggest": {
                "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
            },
            "bin": [
                "bin/doctrine",
                "bin/doctrine.php"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.4.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Doctrine\\ORM\\": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Roman Borschel",
                    "email": "roman@code-factory.org"
                },
                {
                    "name": "Benjamin Eberlei",
                    "email": "kontakt@beberlei.de"
                },
                {
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@gmail.com"
                },
                {
                    "name": "Jonathan Wage",
                    "email": "jonwage@gmail.com"
                }
            ],
            "description": "Object-Relational-Mapper for PHP",
            "homepage": "http://www.doctrine-project.org",
            "keywords": [
                "database",
                "orm"
            ],
            "time": "2014-12-16 13:45:01"
        },
        {
            "name": "dunglas/api-bundle",
Kévin Dunglas's avatar
Kévin Dunglas a validé
            "version": "v1.0.0-beta.2",
Kévin Dunglas's avatar
Kévin Dunglas a validé
            "source": {
                "type": "git",
                "url": "https://github.com/dunglas/DunglasApiBundle.git",
Kévin Dunglas's avatar
Kévin Dunglas a validé
                "reference": "b1d16070a34fa4baf6468bc4d60698cbe1f07974"
Kévin Dunglas's avatar
Kévin Dunglas a validé
            },
            "dist": {
                "type": "zip",
Kévin Dunglas's avatar
Kévin Dunglas a validé
                "url": "https://api.github.com/repos/dunglas/DunglasApiBundle/zipball/b1d16070a34fa4baf6468bc4d60698cbe1f07974",
                "reference": "b1d16070a34fa4baf6468bc4d60698cbe1f07974",
Kévin Dunglas's avatar
Kévin Dunglas a validé
                "shasum": ""
            },
            "require": {
                "doctrine/doctrine-bundle": "~1.2",
                "doctrine/inflector": "~1.0",
                "doctrine/orm": "~2.2,>=2.2.3",
                "dunglas/php-property-info": "~0.2",
                "ocramius/proxy-manager": "~1.0",
                "php": ">=5.5",
                "phpdocumentor/reflection": "^1.0.7",
                "symfony/framework-bundle": "~2.6|~3.0",
                "symfony/proxy-manager-bridge": "~2.3",
                "symfony/serializer": "~2.7|~3.0",
                "symfony/validator": "~2.5|~3.0"
            },
            "require-dev": {
                "behat/behat": "~3.0",
                "behat/mink": "~1.5",
                "behat/mink-browserkit-driver": "~1.1",
                "behat/mink-extension": "~2.0",
                "behat/symfony2-extension": "~2.0",
                "behatch/contexts": "dev-master#eef7ab39ca896796bf3ba25a0fa5a95f15276eb7",
                "friendsofsymfony/user-bundle": "~1.3",
                "phpunit/phpunit": "~4.6",
                "symfony/finder": "~2.3"
            },
            "suggest": {
                "friendsofsymfony/user-bundle": "To use the FOSUserBundle bridge."
            },
            "type": "symfony-bundle",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Dunglas\\ApiBundle\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Kévin Dunglas",
                    "email": "dunglas@gmail.com",
                    "homepage": "http://dunglas.fr"
                }
            ],
            "description": "JSON-LD / Hydra REST API for Symfony",
            "homepage": "http://api-platform.com",
            "keywords": [
                "Hydra",
                "JSON-LD",
                "api",
                "json",
                "rest"
            ],
Kévin Dunglas's avatar
Kévin Dunglas a validé
            "time": "2015-06-17 20:23:19"
Kévin Dunglas's avatar
Kévin Dunglas a validé
        },
        {
            "name": "dunglas/php-property-info",
            "version": "v0.2.1",
            "source": {
                "type": "git",
                "url": "https://github.com/dunglas/php-property-info.git",
                "reference": "f378ad895f64885dcfcedfd198ad5aa1b19f6c97"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/dunglas/php-property-info/zipball/f378ad895f64885dcfcedfd198ad5aa1b19f6c97",
                "reference": "f378ad895f64885dcfcedfd198ad5aa1b19f6c97",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4"
            },
            "require-dev": {
                "doctrine/orm": "~2.3",
                "phpdocumentor/reflection": "~1.0",
                "phpspec/phpspec": "~2.1"
            },
            "suggest": {
                "doctrine/orm": "To use Doctrine metadata",
                "phpdocumentor/reflection": "To use the PHPDoc",
                "symfony/validator": "To use Symfony validator metadata"
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "PropertyInfo\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Kévin Dunglas",
                    "email": "dunglas@gmail.com"
                }
            ],
            "description": "Retrieve type and description of PHP properties using various sources ",
            "homepage": "http://dunglas.fr",
            "keywords": [
                "doctrine",
                "phpdoc",
                "property",
                "symfony",
                "type",
                "validator"
            ],
            "time": "2015-04-03 17:49:18"
        },
        {
            "name": "friendsofsymfony/http-cache",
            "version": "1.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/FriendsOfSymfony/FOSHttpCache.git",
                "reference": "54117e25b9a0ac4568d33f349d62ef83d2301b76"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/FriendsOfSymfony/FOSHttpCache/zipball/54117e25b9a0ac4568d33f349d62ef83d2301b76",
                "reference": "54117e25b9a0ac4568d33f349d62ef83d2301b76",
                "shasum": ""
            },
            "require": {
                "guzzle/guzzle": "~3.8",
                "php": ">=5.3.3",
                "symfony/event-dispatcher": "~2.3",
                "symfony/options-resolver": "~2.3"
            },
            "require-dev": {
                "mockery/mockery": "~0.9.1",
                "monolog/monolog": "~1.0",
                "symfony/http-kernel": "~2.3",
                "symfony/process": "~2.3"
            },
            "suggest": {
                "monolog/monolog": "For logging issues while invalidating"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.4.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "FOS\\HttpCache\\": "src/",
                    "FOS\\HttpCache\\Tests\\": "tests/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Liip AG",
                    "homepage": "http://www.liip.ch/"
                },
                {
                    "name": "Driebit",
                    "email": "tech@driebit.nl",
                    "homepage": "http://www.driebit.nl"
                },
                {
                    "name": "Community contributions",
                    "homepage": "https://github.com/friendsofsymfony/FOSHttpCache/contributors"
                }
            ],
            "description": "Tools to manage cache invalidation",
            "homepage": "https://github.com/friendsofsymfony/FOSHttpCache",
            "keywords": [
                "caching",
                "http",
                "invalidation",
                "nginx",
                "purge",
                "varnish"
            ],
            "time": "2015-06-02 07:31:35"
        },
        {
            "name": "friendsofsymfony/http-cache-bundle",
Kévin Dunglas's avatar
Kévin Dunglas a validé
            "version": "1.3.1",
Kévin Dunglas's avatar
Kévin Dunglas a validé
            "source": {
                "type": "git",
                "url": "https://github.com/FriendsOfSymfony/FOSHttpCacheBundle.git",
Kévin Dunglas's avatar
Kévin Dunglas a validé
                "reference": "b048546bfcdef0c0cc0d196b1a62d821f429b8e7"
Kévin Dunglas's avatar
Kévin Dunglas a validé
            },
            "dist": {
                "type": "zip",
Kévin Dunglas's avatar
Kévin Dunglas a validé
                "url": "https://api.github.com/repos/FriendsOfSymfony/FOSHttpCacheBundle/zipball/b048546bfcdef0c0cc0d196b1a62d821f429b8e7",
                "reference": "b048546bfcdef0c0cc0d196b1a62d821f429b8e7",
Kévin Dunglas's avatar
Kévin Dunglas a validé
                "shasum": ""
            },
            "require": {
                "friendsofsymfony/http-cache": "~1.4",
                "php": ">=5.3.3",
                "symfony/framework-bundle": "~2.3"
            },
            "require-dev": {
                "matthiasnoback/symfony-dependency-injection-test": "0.*",
                "mockery/mockery": "0.9.*",
                "monolog/monolog": "*",
                "polishsymfonycommunity/symfony-mocker-container": "~1.0",
                "sensio/framework-extra-bundle": "~2.3",
                "symfony/expression-language": "~2.4",
                "symfony/monolog-bundle": "~2.3",
Kévin Dunglas's avatar
Kévin Dunglas a validé
                "symfony/phpunit-bridge": "~2.7",
Kévin Dunglas's avatar
Kévin Dunglas a validé
                "symfony/symfony": "~2.3"
            },
            "suggest": {
                "sensio/framework-extra-bundle": "For Tagged Cache Invalidation",
                "symfony/console": "To send invalidation requests from the command line",
                "symfony/expression-language": "For Tagged Cache Invalidation"
            },
            "type": "symfony-bundle",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.3.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "FOS\\HttpCacheBundle\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Liip AG",
                    "homepage": "http://www.liip.ch/"
                },
                {
                    "name": "Driebit",
                    "email": "tech@driebit.nl",
                    "homepage": "http://www.driebit.nl"
                },
                {
                    "name": "Community contributions",
                    "homepage": "https://github.com/friendsofsymfony/FOSHttpCacheBundle/contributors"
                }
            ],
            "description": "Set path based HTTP cache headers and send invalidation requests to your HTTP cache",
            "homepage": "https://github.com/FriendsOfSymfony/FOSHttpCacheBundle",
            "keywords": [
                "caching",
                "esi",
                "http",
                "invalidation",
                "purge",
                "varnish"
            ],
Kévin Dunglas's avatar
Kévin Dunglas a validé
            "time": "2015-06-11 11:19:02"
Kévin Dunglas's avatar
Kévin Dunglas a validé
        },
        {
            "name": "guzzle/guzzle",
            "version": "v3.9.3",
            "source": {
                "type": "git",
                "url": "https://github.com/guzzle/guzzle3.git",
                "reference": "0645b70d953bc1c067bbc8d5bc53194706b628d9"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/guzzle/guzzle3/zipball/0645b70d953bc1c067bbc8d5bc53194706b628d9",
                "reference": "0645b70d953bc1c067bbc8d5bc53194706b628d9",
                "shasum": ""
            },
            "require": {
                "ext-curl": "*",
                "php": ">=5.3.3",
                "symfony/event-dispatcher": "~2.1"
            },
            "replace": {
                "guzzle/batch": "self.version",
                "guzzle/cache": "self.version",
                "guzzle/common": "self.version",
                "guzzle/http": "self.version",
                "guzzle/inflection": "self.version",
                "guzzle/iterator": "self.version",
                "guzzle/log": "self.version",
                "guzzle/parser": "self.version",
                "guzzle/plugin": "self.version",
                "guzzle/plugin-async": "self.version",
                "guzzle/plugin-backoff": "self.version",
                "guzzle/plugin-cache": "self.version",
                "guzzle/plugin-cookie": "self.version",
                "guzzle/plugin-curlauth": "self.version",
                "guzzle/plugin-error-response": "self.version",
                "guzzle/plugin-history": "self.version",
                "guzzle/plugin-log": "self.version",
                "guzzle/plugin-md5": "self.version",
                "guzzle/plugin-mock": "self.version",
                "guzzle/plugin-oauth": "self.version",
                "guzzle/service": "self.version",
                "guzzle/stream": "self.version"
            },
            "require-dev": {
                "doctrine/cache": "~1.3",
                "monolog/monolog": "~1.0",
                "phpunit/phpunit": "3.7.*",
                "psr/log": "~1.0",
                "symfony/class-loader": "~2.1",
                "zendframework/zend-cache": "2.*,<2.3",
                "zendframework/zend-log": "2.*,<2.3"
            },
            "suggest": {
                "guzzlehttp/guzzle": "Guzzle 5 has moved to a new package name. The package you have installed, Guzzle 3, is deprecated."
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.9-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Guzzle": "src/",
                    "Guzzle\\Tests": "tests/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Michael Dowling",
                    "email": "mtdowling@gmail.com",
                    "homepage": "https://github.com/mtdowling"
                },
                {
                    "name": "Guzzle Community",
                    "homepage": "https://github.com/guzzle/guzzle/contributors"
                }
            ],
            "description": "PHP HTTP client. This library is deprecated in favor of https://packagist.org/packages/guzzlehttp/guzzle",
            "homepage": "http://guzzlephp.org/",
            "keywords": [
                "client",
                "curl",
                "framework",
                "http",
                "http client",
                "rest",
                "web service"
            ],
            "time": "2015-03-18 18:23:50"
        },
        {
            "name": "incenteev/composer-parameter-handler",
            "version": "v2.1.1",
            "source": {
                "type": "git",
                "url": "https://github.com/Incenteev/ParameterHandler.git",
                "reference": "84a205fe80a46101607bafbc423019527893ddd0"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Incenteev/ParameterHandler/zipball/84a205fe80a46101607bafbc423019527893ddd0",
                "reference": "84a205fe80a46101607bafbc423019527893ddd0",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3",
                "symfony/yaml": "~2.0"
            },
            "require-dev": {
                "composer/composer": "1.0.*@dev",
                "phpspec/prophecy-phpunit": "~1.0",
                "symfony/filesystem": "~2.2"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.1.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Incenteev\\ParameterHandler\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Christophe Coevoet",
                    "email": "stof@notk.org"
                }
            ],
            "description": "Composer script handling your ignored parameter file",
            "homepage": "https://github.com/Incenteev/ParameterHandler",
            "keywords": [
                "parameters management"
            ],
            "time": "2015-06-03 08:27:03"
        },
        {
            "name": "jdorn/sql-formatter",
            "version": "v1.2.17",
            "source": {
                "type": "git",
                "url": "https://github.com/jdorn/sql-formatter.git",
                "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/64990d96e0959dff8e059dfcdc1af130728d92bc",
                "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc",
                "shasum": ""
            },
            "require": {
                "php": ">=5.2.4"
            },
            "require-dev": {
                "phpunit/phpunit": "3.7.*"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.3.x-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "lib"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jeremy Dorn",
                    "email": "jeremy@jeremydorn.com",
                    "homepage": "http://jeremydorn.com/"
                }
            ],
            "description": "a PHP SQL highlighting library",
            "homepage": "https://github.com/jdorn/sql-formatter/",
            "keywords": [
                "highlight",
                "sql"
            ],
            "time": "2014-01-12 16:20:24"
        },
        {
            "name": "michelf/php-markdown",
            "version": "1.5.0",
            "source": {
                "type": "git",
                "url": "https://github.com/michelf/php-markdown.git",
                "reference": "e1aabe18173231ebcefc90e615565742fc1c7fd9"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/michelf/php-markdown/zipball/e1aabe18173231ebcefc90e615565742fc1c7fd9",
                "reference": "e1aabe18173231ebcefc90e615565742fc1c7fd9",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-lib": "1.4.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Michelf": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "John Gruber",
                    "homepage": "http://daringfireball.net/"
                },
                {
                    "name": "Michel Fortin",
                    "email": "michel.fortin@michelf.ca",
                    "homepage": "https://michelf.ca/",
                    "role": "Developer"
                }
            ],
            "description": "PHP Markdown",
            "homepage": "https://michelf.ca/projects/php-markdown/",
            "keywords": [
                "markdown"
            ],
            "time": "2015-03-01 12:03:08"
        },
        {
            "name": "monolog/monolog",
Théo FIDRY's avatar
Théo FIDRY a validé
            "version": "1.17.1",
Kévin Dunglas's avatar
Kévin Dunglas a validé
            "source": {
                "type": "git",
                "url": "https://github.com/Seldaek/monolog.git",
Théo FIDRY's avatar
Théo FIDRY a validé
                "reference": "0524c87587ab85bc4c2d6f5b41253ccb930a5422"
Kévin Dunglas's avatar
Kévin Dunglas a validé
            },
            "dist": {
                "type": "zip",
Théo FIDRY's avatar
Théo FIDRY a validé
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/0524c87587ab85bc4c2d6f5b41253ccb930a5422",
                "reference": "0524c87587ab85bc4c2d6f5b41253ccb930a5422",
Kévin Dunglas's avatar
Kévin Dunglas a validé
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0",
                "psr/log": "~1.0"
            },
            "provide": {
                "psr/log-implementation": "1.0.0"
            },
            "require-dev": {
Théo FIDRY's avatar
Théo FIDRY a validé
                "aws/aws-sdk-php": "^2.4.9",
Kévin Dunglas's avatar
Kévin Dunglas a validé
                "doctrine/couchdb": "~1.0@dev",
                "graylog2/gelf-php": "~1.0",
Théo FIDRY's avatar
Théo FIDRY a validé
                "php-console/php-console": "^3.1.3",
                "phpunit/phpunit": "~4.5",
                "phpunit/phpunit-mock-objects": "2.3.0",
                "raven/raven": "~0.11",
                "ruflin/elastica": ">=0.90 <3.0",
Kévin Dunglas's avatar
Kévin Dunglas a validé
                "swiftmailer/swiftmailer": "~5.3",
                "videlalvaro/php-amqplib": "~2.4"
            },
            "suggest": {
                "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
                "ext-mongo": "Allow sending log messages to a MongoDB server",
                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
Théo FIDRY's avatar
Théo FIDRY a validé
                "php-console/php-console": "Allow sending log messages to Google Chrome",
Kévin Dunglas's avatar
Kévin Dunglas a validé
                "raven/raven": "Allow sending log messages to a Sentry server",
                "rollbar/rollbar": "Allow sending log messages to Rollbar",
                "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
                "videlalvaro/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
Théo FIDRY's avatar
Théo FIDRY a validé
                    "dev-master": "1.16.x-dev"
Kévin Dunglas's avatar
Kévin Dunglas a validé
                }
            },
            "autoload": {
                "psr-4": {
                    "Monolog\\": "src/Monolog"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jordi Boggiano",
                    "email": "j.boggiano@seld.be",
                    "homepage": "http://seld.be"
                }
            ],
            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
            "homepage": "http://github.com/Seldaek/monolog",
            "keywords": [
                "log",
                "logging",
                "psr-3"
            ],
Théo FIDRY's avatar
Théo FIDRY a validé
            "time": "2015-08-31 09:17:37"
Kévin Dunglas's avatar
Kévin Dunglas a validé
        },
        {
            "name": "nelmio/api-doc-bundle",
            "version": "dev-master",
            "target-dir": "Nelmio/ApiDocBundle",
            "source": {
                "type": "git",
                "url": "https://github.com/nelmio/NelmioApiDocBundle.git",
Théo FIDRY's avatar
Théo FIDRY a validé
                "reference": "874c8752e6114fd2d384d93d48e859a680f2ae9d"
Kévin Dunglas's avatar
Kévin Dunglas a validé
            },
            "dist": {
                "type": "zip",
Théo FIDRY's avatar
Théo FIDRY a validé
                "url": "https://api.github.com/repos/nelmio/NelmioApiDocBundle/zipball/874c8752e6114fd2d384d93d48e859a680f2ae9d",
                "reference": "874c8752e6114fd2d384d93d48e859a680f2ae9d",
Kévin Dunglas's avatar
Kévin Dunglas a validé
                "shasum": ""
            },
            "require": {
                "michelf/php-markdown": "~1.4",
Kévin Dunglas's avatar
Kévin Dunglas a validé
                "symfony/console": "~2.3",
                "symfony/framework-bundle": "~2.3",
                "symfony/twig-bundle": "~2.3"
Kévin Dunglas's avatar
Kévin Dunglas a validé
            },
            "conflict": {
                "jms/serializer": "<0.12",
                "jms/serializer-bundle": "<0.11"
            },
            "require-dev": {
Théo FIDRY's avatar
Théo FIDRY a validé
                "dunglas/api-bundle": "~1.0@beta",
Kévin Dunglas's avatar
Kévin Dunglas a validé
                "friendsofsymfony/rest-bundle": "~1.0",
                "jms/serializer-bundle": ">=0.11",
                "sensio/framework-extra-bundle": "~3.0",
Kévin Dunglas's avatar
Kévin Dunglas a validé
                "symfony/browser-kit": "~2.3",
                "symfony/css-selector": "~2.3",
                "symfony/finder": "~2.3",
                "symfony/form": "~2.3",
Kévin Dunglas's avatar
Kévin Dunglas a validé
                "symfony/phpunit-bridge": "~2.7",
Théo FIDRY's avatar
Théo FIDRY a validé
                "symfony/serializer": "~2.7",
Kévin Dunglas's avatar
Kévin Dunglas a validé
                "symfony/validator": "~2.3",
                "symfony/yaml": "~2.3"
Kévin Dunglas's avatar
Kévin Dunglas a validé
            },
            "suggest": {
                "dunglas/api-bundle": "For making use of resources definitions of DunglasApiBundle.",
                "friendsofsymfony/rest-bundle": "For making use of REST information in the doc.",
                "jms/serializer": "For making use of serializer information in the doc.",
                "symfony/form": "For using form definitions as input.",
                "symfony/validator": "For making use of validator information in the doc."
            },
            "type": "symfony-bundle",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.9.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Nelmio\\ApiDocBundle": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nelmio",
                    "homepage": "http://nelm.io"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://github.com/nelmio/NelmioApiDocBundle/contributors"
                }
            ],
            "description": "Generates documentation for your REST API from annotations",
            "keywords": [
                "api",
                "doc",
                "documentation",
                "rest"
            ],
Théo FIDRY's avatar
Théo FIDRY a validé
            "time": "2015-08-13 07:46:00"
Kévin Dunglas's avatar
Kévin Dunglas a validé
        },
        {
            "name": "nelmio/cors-bundle",
            "version": "1.4.0",
            "target-dir": "Nelmio/CorsBundle",
            "source": {
                "type": "git",
                "url": "https://github.com/nelmio/NelmioCorsBundle.git",
                "reference": "553b4c5cdb3ff155f910e8f6e3e0806d42c763a6"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nelmio/NelmioCorsBundle/zipball/553b4c5cdb3ff155f910e8f6e3e0806d42c763a6",
                "reference": "553b4c5cdb3ff155f910e8f6e3e0806d42c763a6",
                "shasum": ""
            },
            "require": {
                "symfony/framework-bundle": "~2.2"
            },
            "require-dev": {
                "matthiasnoback/symfony-dependency-injection-test": "0.2.*",
                "mockery/mockery": "dev-master"
            },
            "type": "symfony-bundle",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.3.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Nelmio\\CorsBundle": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nelmio",
                    "homepage": "http://nelm.io"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://github.com/nelmio/NelmioCorsBundle/contributors"
                }
            ],
            "description": "Adds CORS (Cross-Origin Resource Sharing) headers support in your Symfony2 application",
            "keywords": [
                "api",
                "cors",
                "crossdomain"
            ],
            "time": "2015-01-13 17:53:27"
        },
        {
            "name": "nikic/php-parser",
            "version": "v0.9.5",
            "source": {
                "type": "git",
                "url": "https://github.com/nikic/PHP-Parser.git",
                "reference": "ef70767475434bdb3615b43c327e2cae17ef12eb"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/ef70767475434bdb3615b43c327e2cae17ef12eb",
                "reference": "ef70767475434bdb3615b43c327e2cae17ef12eb",
                "shasum": ""
            },
            "require": {
                "ext-tokenizer": "*",
                "php": ">=5.2"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "0.9-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "PHPParser": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Nikita Popov"
                }
            ],
            "description": "A PHP parser written in PHP",
            "keywords": [
                "parser",
                "php"
            ],
            "time": "2014-07-23 18:24:17"
        },
        {
            "name": "ocramius/proxy-manager",
Théo FIDRY's avatar
Théo FIDRY a validé
            "version": "1.0.2",
Kévin Dunglas's avatar
Kévin Dunglas a validé
            "source": {
                "type": "git",
                "url": "https://github.com/Ocramius/ProxyManager.git",
Théo FIDRY's avatar
Théo FIDRY a validé
                "reference": "57e9272ec0e8deccf09421596e0e2252df440e11"
Kévin Dunglas's avatar
Kévin Dunglas a validé
            },
            "dist": {
                "type": "zip",
Théo FIDRY's avatar
Théo FIDRY a validé
                "url": "https://api.github.com/repos/Ocramius/ProxyManager/zipball/57e9272ec0e8deccf09421596e0e2252df440e11",
                "reference": "57e9272ec0e8deccf09421596e0e2252df440e11",
Kévin Dunglas's avatar
Kévin Dunglas a validé
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3",
                "zendframework/zend-code": ">2.2.5,<3.0"
            },
            "require-dev": {
                "ext-phar": "*",
                "phpunit/phpunit": "~4.0",
                "squizlabs/php_codesniffer": "1.5.*"
            },
            "suggest": {
                "ocramius/generated-hydrator": "To have very fast object to array to object conversion for ghost objects",
                "zendframework/zend-json": "To have the JsonRpc adapter (Remote Object feature)",
                "zendframework/zend-soap": "To have the Soap adapter (Remote Object feature)",
                "zendframework/zend-stdlib": "To use the hydrator proxy",
                "zendframework/zend-xmlrpc": "To have the XmlRpc adapter (Remote Object feature)"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "ProxyManager\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Marco Pivetta",
                    "email": "ocramius@gmail.com",
                    "homepage": "http://ocramius.github.com/"
                }
            ],
            "description": "A library providing utilities to generate, instantiate and generally operate with Object Proxies",
            "homepage": "https://github.com/Ocramius/ProxyManager",
            "keywords": [
                "aop",
                "lazy loading",
                "proxy",
                "proxy pattern",
                "service proxies"
            ],
Théo FIDRY's avatar
Théo FIDRY a validé
            "time": "2015-08-09 04:28:19"
Kévin Dunglas's avatar
Kévin Dunglas a validé
1548 1549 1550 1551 1552 1553 1554 1555 1556 1557 1558 1559 1560 1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 1624 1625 1626 1627 1628 1629 1630 1631 1632 1633 1634 1635 1636 1637 1638 1639 1640 1641 1642 1643 1644 1645 1646 1647 1648 1649 1650 1651 1652 1653 1654 1655 1656 1657 1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 1713 1714 1715 1716 1717 1718 1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730 1731 1732 1733 1734 1735 1736 1737 1738 1739 1740 1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 1751 1752 1753 1754 1755 1756 1757 1758 1759 1760 1761 1762 1763 1764 1765 1766 1767 1768 1769 1770 1771 1772 1773 1774 1775 1776 1777 1778 1779 1780 1781 1782 1783 1784 1785 1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 1797 1798 1799 1800 1801 1802 1803 1804 1805 1806 1807 1808 1809 1810 1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 1825 1826 1827 1828 1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 1852 1853 1854 1855 1856 1857 1858 1859 1860 1861 1862 1863 1864 1865 1866 1867 1868 1869 1870 1871 1872 1873 1874 1875 1876 1877 1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 1888 1889 1890 1891 1892 1893 1894 1895 1896 1897 1898 1899 1900 1901 1902 1903 1904 1905 1906 1907 1908 1909 1910 1911 1912 1913 1914 1915 1916 1917 1918 1919 1920 1921 1922 1923 1924 1925 1926 1927 1928 1929 1930 1931 1932 1933 1934 1935 1936 1937 1938 1939 1940 1941 1942 1943 1944 1945 1946 1947 1948 1949 1950 1951 1952 1953 1954 1955 1956 1957 1958 1959 1960 1961 1962 1963 1964 1965 1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 1977 1978 1979 1980 1981 1982 1983 1984 1985 1986 1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020
        },
        {
            "name": "phpdocumentor/reflection",
            "version": "1.0.7",
            "source": {
                "type": "git",
                "url": "https://github.com/phpDocumentor/Reflection.git",
                "reference": "fc40c3f604ac2287eb5c314174d5109b2c699372"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phpDocumentor/Reflection/zipball/fc40c3f604ac2287eb5c314174d5109b2c699372",
                "reference": "fc40c3f604ac2287eb5c314174d5109b2c699372",
                "shasum": ""
            },
            "require": {
                "nikic/php-parser": "~0.9.4",
                "php": ">=5.3.3",
                "phpdocumentor/reflection-docblock": "~2.0",
                "psr/log": "~1.0"
            },
            "require-dev": {
                "behat/behat": "~2.4",
                "mockery/mockery": "~0.8",
                "phpunit/phpunit": "~4.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "phpDocumentor": [
                        "src/",
                        "tests/unit/",
                        "tests/mocks/"
                    ]
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "Reflection library to do Static Analysis for PHP Projects",
            "homepage": "http://www.phpdoc.org",
            "keywords": [
                "phpDocumentor",
                "phpdoc",
                "reflection",
                "static analysis"
            ],
            "time": "2014-11-14 11:43:04"
        },
        {
            "name": "phpdocumentor/reflection-docblock",
            "version": "2.0.4",
            "source": {
                "type": "git",
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
                "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8",
                "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.0"
            },
            "suggest": {
                "dflydev/markdown": "~1.0",
                "erusev/parsedown": "~1.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "phpDocumentor": [
                        "src/"
                    ]
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Mike van Riel",
                    "email": "mike.vanriel@naenius.com"
                }
            ],
            "time": "2015-02-03 12:10:50"
        },
        {
            "name": "psr/log",
            "version": "1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/log.git",
                "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
                "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
                "shasum": ""
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "Psr\\Log\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "http://www.php-fig.org/"
                }
            ],
            "description": "Common interface for logging libraries",
            "keywords": [
                "log",
                "psr",
                "psr-3"
            ],
            "time": "2012-12-21 11:40:51"
        },
        {
            "name": "sensio/distribution-bundle",
            "version": "v3.0.30",
            "target-dir": "Sensio/Bundle/DistributionBundle",
            "source": {
                "type": "git",
                "url": "https://github.com/sensiolabs/SensioDistributionBundle.git",
                "reference": "f1758b30096202aeede61f79a1dffd69da091517"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/f1758b30096202aeede61f79a1dffd69da091517",
                "reference": "f1758b30096202aeede61f79a1dffd69da091517",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3",
                "sensiolabs/security-checker": "~2.0",
                "symfony/class-loader": "~2.2",
                "symfony/framework-bundle": "~2.3",
                "symfony/process": "~2.2"
            },
            "require-dev": {
                "symfony/form": "~2.2",
                "symfony/validator": "~2.2",
                "symfony/yaml": "~2.2"
            },
            "suggest": {
                "symfony/form": "If you want to use the configurator",
                "symfony/validator": "If you want to use the configurator",
                "symfony/yaml": "If you want to use  the configurator"
            },
            "type": "symfony-bundle",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.0.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Sensio\\Bundle\\DistributionBundle": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                }
            ],
            "description": "Base bundle for Symfony Distributions",
            "keywords": [
                "configuration",
                "distribution"
            ],
            "time": "2015-06-05 22:32:22"
        },
        {
            "name": "sensio/framework-extra-bundle",
            "version": "v3.0.9",
            "source": {
                "type": "git",
                "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git",
                "reference": "0616fd568da051adc19ca63006cc808531ba2da4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/0616fd568da051adc19ca63006cc808531ba2da4",
                "reference": "0616fd568da051adc19ca63006cc808531ba2da4",
                "shasum": ""
            },
            "require": {
                "doctrine/common": "~2.2",
                "symfony/framework-bundle": "~2.3"
            },
            "require-dev": {
                "symfony/expression-language": "~2.4",
                "symfony/security-bundle": "~2.4"
            },
            "suggest": {
                "symfony/expression-language": "",
                "symfony/psr-http-message-bridge": "To use the PSR-7 converters",
                "symfony/security-bundle": ""
            },
            "type": "symfony-bundle",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Sensio\\Bundle\\FrameworkExtraBundle\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                }
            ],
            "description": "This bundle provides a way to configure your controllers with annotations",
            "keywords": [
                "annotations",
                "controllers"
            ],
            "time": "2015-06-05 13:59:21"
        },
        {
            "name": "sensiolabs/security-checker",
            "version": "v2.0.5",
            "source": {
                "type": "git",
                "url": "https://github.com/sensiolabs/security-checker.git",
                "reference": "2c2a71f1c77d9765c12638c4724d9ca23658a810"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/2c2a71f1c77d9765c12638c4724d9ca23658a810",
                "reference": "2c2a71f1c77d9765c12638c4724d9ca23658a810",
                "shasum": ""
            },
            "require": {
                "ext-curl": "*",
                "symfony/console": "~2.0"
            },
            "bin": [
                "security-checker"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "SensioLabs\\Security": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien.potencier@gmail.com"
                }
            ],
            "description": "A security checker for your composer.lock",
            "time": "2015-05-28 14:22:40"
        },
        {
            "name": "swiftmailer/swiftmailer",
            "version": "v5.4.1",
            "source": {
                "type": "git",
                "url": "https://github.com/swiftmailer/swiftmailer.git",
                "reference": "0697e6aa65c83edf97bb0f23d8763f94e3f11421"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/0697e6aa65c83edf97bb0f23d8763f94e3f11421",
                "reference": "0697e6aa65c83edf97bb0f23d8763f94e3f11421",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "require-dev": {
                "mockery/mockery": "~0.9.1,<0.9.4"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "5.4-dev"
                }
            },
            "autoload": {
                "files": [
                    "lib/swift_required.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Chris Corbyn"
                },
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                }
            ],
            "description": "Swiftmailer, free feature-rich PHP mailer",
            "homepage": "http://swiftmailer.org",
            "keywords": [
                "email",
                "mail",
                "mailer"
            ],
            "time": "2015-06-06 14:19:39"
        },
        {
            "name": "symfony/monolog-bundle",
            "version": "v2.7.1",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/MonologBundle.git",
                "reference": "9320b6863404c70ebe111e9040dab96f251de7ac"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/MonologBundle/zipball/9320b6863404c70ebe111e9040dab96f251de7ac",
                "reference": "9320b6863404c70ebe111e9040dab96f251de7ac",
                "shasum": ""
            },
            "require": {
                "monolog/monolog": "~1.8",
                "php": ">=5.3.2",
                "symfony/config": "~2.3",
                "symfony/dependency-injection": "~2.3",
                "symfony/http-kernel": "~2.3",
                "symfony/monolog-bridge": "~2.3"
            },
            "require-dev": {
                "symfony/console": "~2.3",
                "symfony/yaml": "~2.3"
            },
            "type": "symfony-bundle",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.7.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Bundle\\MonologBundle\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Symfony Community",
                    "homepage": "http://symfony.com/contributors"
                },
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                }
            ],
            "description": "Symfony MonologBundle",
            "homepage": "http://symfony.com",
            "keywords": [
                "log",
                "logging"
            ],
            "time": "2015-01-04 20:21:17"
        },
        {
            "name": "symfony/swiftmailer-bundle",
            "version": "v2.3.8",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/SwiftmailerBundle.git",
                "reference": "970b13d01871207e81d17b17ddda025e7e21e797"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/SwiftmailerBundle/zipball/970b13d01871207e81d17b17ddda025e7e21e797",
                "reference": "970b13d01871207e81d17b17ddda025e7e21e797",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.2",
                "swiftmailer/swiftmailer": ">=4.2.0,~5.0",
                "symfony/swiftmailer-bridge": "~2.1"
            },
            "require-dev": {
                "symfony/config": "~2.1",
                "symfony/dependency-injection": "~2.1",
                "symfony/http-kernel": "~2.1",
                "symfony/yaml": "~2.1"
            },
            "suggest": {
                "psr/log": "Allows logging"
            },
            "type": "symfony-bundle",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.3-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Bundle\\SwiftmailerBundle\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Symfony Community",
                    "homepage": "http://symfony.com/contributors"
                },
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                }
            ],
            "description": "Symfony SwiftmailerBundle",
            "homepage": "http://symfony.com",
            "time": "2014-12-01 17:44:50"
        },
        {
            "name": "symfony/symfony",
Kévin Dunglas's avatar
Kévin Dunglas a validé
            "version": "v2.7.1",
Kévin Dunglas's avatar
Kévin Dunglas a validé
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/symfony.git",
Kévin Dunglas's avatar
Kévin Dunglas a validé
                "reference": "932b6e7499c670f4db6d0b871477a4a3ca161e74"
Kévin Dunglas's avatar
Kévin Dunglas a validé
            },
            "dist": {
                "type": "zip",
Kévin Dunglas's avatar
Kévin Dunglas a validé
                "url": "https://api.github.com/repos/symfony/symfony/zipball/932b6e7499c670f4db6d0b871477a4a3ca161e74",
                "reference": "932b6e7499c670f4db6d0b871477a4a3ca161e74",
Kévin Dunglas's avatar
Kévin Dunglas a validé
                "shasum": ""
            },
            "require": {
                "doctrine/common": "~2.3",
                "php": ">=5.3.9",
                "psr/log": "~1.0",
                "twig/twig": "~1.18"
            },
            "replace": {
                "symfony/asset": "self.version",
                "symfony/browser-kit": "self.version",
                "symfony/class-loader": "self.version",
                "symfony/config": "self.version",
                "symfony/console": "self.version",
                "symfony/css-selector": "self.version",
                "symfony/debug": "self.version",
                "symfony/debug-bundle": "self.version",
                "symfony/dependency-injection": "self.version",
                "symfony/doctrine-bridge": "self.version",
                "symfony/dom-crawler": "self.version",
                "symfony/event-dispatcher": "self.version",
                "symfony/expression-language": "self.version",
                "symfony/filesystem": "self.version",
                "symfony/finder": "self.version",
                "symfony/form": "self.version",
                "symfony/framework-bundle": "self.version",
                "symfony/http-foundation": "self.version",
                "symfony/http-kernel": "self.version",
                "symfony/intl": "self.version",
                "symfony/locale": "self.version",
                "symfony/monolog-bridge": "self.version",
                "symfony/options-resolver": "self.version",
                "symfony/process": "self.version",
                "symfony/property-access": "self.version",
                "symfony/proxy-manager-bridge": "self.version",
                "symfony/routing": "self.version",
                "symfony/security": "self.version",
                "symfony/security-acl": "self.version",
                "symfony/security-bundle": "self.version",
                "symfony/security-core": "self.version",
                "symfony/security-csrf": "self.version",
                "symfony/security-http": "self.version",
                "symfony/serializer": "self.version",
                "symfony/stopwatch": "self.version",
                "symfony/swiftmailer-bridge": "self.version",
                "symfony/templating": "self.version",
                "symfony/translation": "self.version",
                "symfony/twig-bridge": "self.version",
                "symfony/twig-bundle": "self.version",
                "symfony/validator": "self.version",
                "symfony/var-dumper": "self.version",
                "symfony/web-profiler-bundle": "self.version",
                "symfony/yaml": "self.version"
            },
            "require-dev": {
                "doctrine/data-fixtures": "1.0.*",
                "doctrine/dbal": "~2.2",
                "doctrine/doctrine-bundle": "~1.2",
                "doctrine/orm": "~2.2,>=2.2.3",
                "egulias/email-validator": "~1.2",
                "ircmaxell/password-compat": "~1.0",
                "monolog/monolog": "~1.11",
                "ocramius/proxy-manager": "~0.4|~1.0",
                "symfony/phpunit-bridge": "self.version"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.7-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Bridge\\Doctrine\\": "src/Symfony/Bridge/Doctrine/",
                    "Symfony\\Bridge\\Monolog\\": "src/Symfony/Bridge/Monolog/",
                    "Symfony\\Bridge\\ProxyManager\\": "src/Symfony/Bridge/ProxyManager/",
                    "Symfony\\Bridge\\Swiftmailer\\": "src/Symfony/Bridge/Swiftmailer/",
                    "Symfony\\Bridge\\Twig\\": "src/Symfony/Bridge/Twig/",
                    "Symfony\\Bundle\\": "src/Symfony/Bundle/",
                    "Symfony\\Component\\": "src/Symfony/Component/"
                },
                "classmap": [
                    "src/Symfony/Component/HttpFoundation/Resources/stubs",
                    "src/Symfony/Component/Intl/Resources/stubs"
                ],
                "files": [
                    "src/Symfony/Component/Intl/Resources/stubs/functions.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "The Symfony PHP framework",
            "homepage": "https://symfony.com",
            "keywords": [
                "framework"
            ],
Kévin Dunglas's avatar
Kévin Dunglas a validé
            "time": "2015-06-11 21:15:28"
Kévin Dunglas's avatar
Kévin Dunglas a validé
        },
        {
            "name": "twig/extensions",
            "version": "v1.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/twigphp/Twig-extensions.git",
                "reference": "8cf4b9fe04077bd54fc73f4fde83347040c3b8cd"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/8cf4b9fe04077bd54fc73f4fde83347040c3b8cd",
                "reference": "8cf4b9fe04077bd54fc73f4fde83347040c3b8cd",
                "shasum": ""
            },
            "require": {
                "twig/twig": "~1.12"
            },
            "require-dev": {
                "symfony/translation": "~2.3"
            },
            "suggest": {
                "symfony/translation": "Allow the time_diff output to be translated"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.2.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Twig_Extensions_": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                }
            ],
            "description": "Common additional features for Twig that do not directly belong in core",
            "homepage": "http://twig.sensiolabs.org/doc/extensions/index.html",
            "keywords": [
                "i18n",
                "text"
            ],
            "time": "2014-10-30 14:30:03"
        },
        {
            "name": "twig/twig",
Théo FIDRY's avatar
Théo FIDRY a validé
            "version": "v1.21.2",
Kévin Dunglas's avatar
Kévin Dunglas a validé
            "source": {
                "type": "git",
                "url": "https://github.com/twigphp/Twig.git",
Théo FIDRY's avatar
Théo FIDRY a validé
                "reference": "ddce1136beb8db29b9cd7dffa8ab518b978c9db3"
Kévin Dunglas's avatar
Kévin Dunglas a validé
            },
            "dist": {
                "type": "zip",
Théo FIDRY's avatar
Théo FIDRY a validé
                "url": "https://api.github.com/repos/twigphp/Twig/zipball/ddce1136beb8db29b9cd7dffa8ab518b978c9db3",
                "reference": "ddce1136beb8db29b9cd7dffa8ab518b978c9db3",
Kévin Dunglas's avatar
Kévin Dunglas a validé
                "shasum": ""
            },
            "require": {
                "php": ">=5.2.7"
            },
Théo FIDRY's avatar
Théo FIDRY a validé
            "require-dev": {
                "symfony/debug": "~2.7",
                "symfony/phpunit-bridge": "~2.7"
            },
Kévin Dunglas's avatar
Kévin Dunglas a validé
            "type": "library",
            "extra": {
                "branch-alias": {
Théo FIDRY's avatar
Théo FIDRY a validé
                    "dev-master": "1.21-dev"
Kévin Dunglas's avatar
Kévin Dunglas a validé
                }
            },
            "autoload": {
                "psr-0": {
                    "Twig_": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com",
                    "homepage": "http://fabien.potencier.org",
                    "role": "Lead Developer"
                },
                {
                    "name": "Armin Ronacher",
                    "email": "armin.ronacher@active-4.com",
                    "role": "Project Founder"
                },
                {
                    "name": "Twig Team",
                    "homepage": "http://twig.sensiolabs.org/contributors",
                    "role": "Contributors"
                }
            ],
            "description": "Twig, the flexible, fast, and secure template language for PHP",
            "homepage": "http://twig.sensiolabs.org",
            "keywords": [
                "templating"
            ],
Théo FIDRY's avatar
Théo FIDRY a validé
            "time": "2015-09-09 05:28:51"
Kévin Dunglas's avatar
Kévin Dunglas a validé
        },
        {
            "name": "zendframework/zend-code",
Théo FIDRY's avatar
Théo FIDRY a validé
            "version": "2.5.2",
Kévin Dunglas's avatar
Kévin Dunglas a validé
            "source": {
                "type": "git",
                "url": "https://github.com/zendframework/zend-code.git",
Théo FIDRY's avatar
Théo FIDRY a validé
                "reference": "a97ef49f82496fabc3b7379b37f6bbff925b58b8"
Kévin Dunglas's avatar
Kévin Dunglas a validé
            },
            "dist": {
                "type": "zip",
Théo FIDRY's avatar
Théo FIDRY a validé
                "url": "https://api.github.com/repos/zendframework/zend-code/zipball/a97ef49f82496fabc3b7379b37f6bbff925b58b8",
                "reference": "a97ef49f82496fabc3b7379b37f6bbff925b58b8",
Kévin Dunglas's avatar
Kévin Dunglas a validé
                "shasum": ""
            },
            "require": {
Théo FIDRY's avatar
Théo FIDRY a validé
                "php": ">=5.5",
Kévin Dunglas's avatar
Kévin Dunglas a validé
                "zendframework/zend-eventmanager": "~2.5"
            },
            "require-dev": {
                "doctrine/common": ">=2.1",
                "fabpot/php-cs-fixer": "1.7.*",
                "phpunit/phpunit": "~4.0",
                "zendframework/zend-stdlib": "~2.5",
                "zendframework/zend-version": "~2.5"
            },
            "suggest": {
                "doctrine/common": "Doctrine\\Common >=2.1 for annotation features",
                "zendframework/zend-stdlib": "Zend\\Stdlib component"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.5-dev",
                    "dev-develop": "2.6-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Zend\\Code\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "provides facilities to generate arbitrary code using an object oriented interface",
            "homepage": "https://github.com/zendframework/zend-code",
            "keywords": [
                "code",
                "zf2"
            ],
Théo FIDRY's avatar
Théo FIDRY a validé
            "time": "2015-07-21 22:40:59"
Kévin Dunglas's avatar
Kévin Dunglas a validé
        },
        {
            "name": "zendframework/zend-eventmanager",
Théo FIDRY's avatar
Théo FIDRY a validé
            "version": "2.5.2",
Kévin Dunglas's avatar
Kévin Dunglas a validé
            "source": {
                "type": "git",
                "url": "https://github.com/zendframework/zend-eventmanager.git",
Théo FIDRY's avatar
Théo FIDRY a validé
                "reference": "135af03d07fd048c322259aab6611d2be290475c"
Kévin Dunglas's avatar
Kévin Dunglas a validé
            },
            "dist": {
                "type": "zip",
Théo FIDRY's avatar
Théo FIDRY a validé
                "url": "https://api.github.com/repos/zendframework/zend-eventmanager/zipball/135af03d07fd048c322259aab6611d2be290475c",
                "reference": "135af03d07fd048c322259aab6611d2be290475c",
Kévin Dunglas's avatar
Kévin Dunglas a validé
                "shasum": ""
            },
            "require": {
Théo FIDRY's avatar
Théo FIDRY a validé
                "php": ">=5.5",
Kévin Dunglas's avatar
Kévin Dunglas a validé
                "zendframework/zend-stdlib": "~2.5"
            },
            "require-dev": {
                "fabpot/php-cs-fixer": "1.7.*",
                "phpunit/phpunit": "~4.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.5-dev",
                    "dev-develop": "2.6-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Zend\\EventManager\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "homepage": "https://github.com/zendframework/zend-eventmanager",
            "keywords": [
                "eventmanager",
                "zf2"
            ],
Théo FIDRY's avatar
Théo FIDRY a validé
            "time": "2015-07-16 19:00:49"
Kévin Dunglas's avatar
Kévin Dunglas a validé
        },
        {
            "name": "zendframework/zend-stdlib",
Théo FIDRY's avatar
Théo FIDRY a validé
            "version": "2.6.0",
Kévin Dunglas's avatar
Kévin Dunglas a validé
            "source": {
                "type": "git",
                "url": "https://github.com/zendframework/zend-stdlib.git",
Théo FIDRY's avatar
Théo FIDRY a validé
                "reference": "a35758803fc9051ec1aff43989e679b6b451b1b4"
Kévin Dunglas's avatar
Kévin Dunglas a validé
            },
            "dist": {
                "type": "zip",
Théo FIDRY's avatar
Théo FIDRY a validé
                "url": "https://api.github.com/repos/zendframework/zend-stdlib/zipball/a35758803fc9051ec1aff43989e679b6b451b1b4",
                "reference": "a35758803fc9051ec1aff43989e679b6b451b1b4",
Kévin Dunglas's avatar
Kévin Dunglas a validé
                "shasum": ""
            },
            "require": {
Théo FIDRY's avatar
Théo FIDRY a validé
                "php": ">=5.5"
Kévin Dunglas's avatar
Kévin Dunglas a validé
            },
            "require-dev": {
                "fabpot/php-cs-fixer": "1.7.*",
                "phpunit/phpunit": "~4.0",
                "zendframework/zend-config": "~2.5",
                "zendframework/zend-eventmanager": "~2.5",
                "zendframework/zend-filter": "~2.5",
                "zendframework/zend-inputfilter": "~2.5",
                "zendframework/zend-serializer": "~2.5",
                "zendframework/zend-servicemanager": "~2.5"
            },
            "suggest": {
                "zendframework/zend-eventmanager": "To support aggregate hydrator usage",
                "zendframework/zend-filter": "To support naming strategy hydrator usage",
                "zendframework/zend-serializer": "Zend\\Serializer component",
                "zendframework/zend-servicemanager": "To support hydrator plugin manager usage"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
Théo FIDRY's avatar
Théo FIDRY a validé
                    "dev-master": "2.6-dev",
                    "dev-develop": "2.7-dev"
Kévin Dunglas's avatar
Kévin Dunglas a validé
                }
            },
            "autoload": {
                "psr-4": {
                    "Zend\\Stdlib\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "homepage": "https://github.com/zendframework/zend-stdlib",
            "keywords": [
                "stdlib",
                "zf2"
            ],
Théo FIDRY's avatar
Théo FIDRY a validé
            "time": "2015-07-21 17:08:05"
Kévin Dunglas's avatar
Kévin Dunglas a validé
2407 2408 2409 2410 2411 2412 2413 2414 2415 2416 2417 2418 2419 2420 2421 2422 2423 2424 2425 2426 2427 2428 2429 2430 2431 2432 2433 2434 2435 2436 2437 2438 2439 2440 2441 2442 2443 2444 2445 2446 2447 2448 2449 2450 2451 2452 2453 2454 2455 2456 2457 2458 2459 2460 2461 2462 2463 2464 2465 2466 2467 2468 2469 2470 2471 2472 2473 2474 2475 2476 2477 2478 2479 2480 2481 2482 2483 2484 2485 2486 2487 2488 2489 2490 2491 2492 2493 2494 2495 2496 2497 2498 2499 2500 2501 2502 2503 2504 2505 2506 2507 2508 2509 2510 2511 2512 2513 2514 2515 2516 2517 2518 2519 2520 2521 2522 2523 2524 2525 2526 2527 2528 2529 2530 2531 2532 2533 2534 2535 2536 2537 2538 2539 2540 2541 2542 2543 2544 2545 2546 2547 2548 2549 2550 2551 2552 2553 2554 2555 2556 2557 2558 2559 2560 2561 2562 2563 2564 2565 2566 2567 2568 2569 2570 2571 2572 2573 2574 2575 2576 2577 2578 2579 2580 2581 2582 2583 2584 2585 2586 2587 2588 2589 2590 2591 2592 2593 2594 2595 2596 2597 2598 2599 2600 2601 2602 2603 2604 2605 2606 2607 2608 2609 2610 2611 2612 2613 2614 2615 2616 2617 2618 2619 2620 2621 2622 2623 2624 2625 2626 2627 2628 2629 2630 2631 2632 2633 2634 2635 2636 2637 2638 2639 2640 2641 2642 2643 2644 2645 2646 2647 2648 2649 2650 2651 2652 2653 2654 2655 2656 2657 2658 2659 2660 2661 2662 2663 2664 2665 2666 2667 2668 2669 2670 2671 2672 2673 2674 2675 2676 2677 2678 2679 2680 2681 2682 2683 2684 2685 2686 2687 2688 2689 2690 2691 2692 2693 2694 2695 2696 2697 2698 2699 2700 2701 2702 2703 2704 2705 2706 2707 2708 2709 2710 2711 2712 2713 2714 2715 2716 2717 2718 2719 2720 2721 2722 2723 2724 2725 2726 2727 2728 2729 2730 2731 2732 2733 2734 2735 2736 2737 2738 2739 2740 2741 2742 2743 2744 2745 2746 2747 2748 2749 2750 2751 2752 2753 2754 2755 2756 2757 2758 2759 2760 2761 2762 2763 2764 2765 2766 2767 2768 2769 2770 2771 2772 2773 2774 2775 2776 2777 2778 2779 2780 2781 2782 2783 2784 2785 2786 2787 2788 2789 2790 2791 2792 2793 2794 2795 2796 2797 2798 2799 2800 2801 2802 2803 2804 2805 2806 2807 2808 2809 2810 2811 2812 2813 2814 2815 2816 2817 2818 2819
        }
    ],
    "packages-dev": [
        {
            "name": "behat/behat",
            "version": "v3.0.15",
            "source": {
                "type": "git",
                "url": "https://github.com/Behat/Behat.git",
                "reference": "b35ae3d45332d80c532af69cc36f780a9397a996"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Behat/Behat/zipball/b35ae3d45332d80c532af69cc36f780a9397a996",
                "reference": "b35ae3d45332d80c532af69cc36f780a9397a996",
                "shasum": ""
            },
            "require": {
                "behat/gherkin": "~4.3",
                "behat/transliterator": "~1.0",
                "ext-mbstring": "*",
                "php": ">=5.3.3",
                "symfony/class-loader": "~2.1",
                "symfony/config": "~2.3",
                "symfony/console": "~2.1",
                "symfony/dependency-injection": "~2.1",
                "symfony/event-dispatcher": "~2.1",
                "symfony/translation": "~2.3",
                "symfony/yaml": "~2.1"
            },
            "require-dev": {
                "phpspec/prophecy-phpunit": "~1.0",
                "phpunit/phpunit": "~4.0",
                "symfony/process": "~2.1"
            },
            "suggest": {
                "behat/mink-extension": "for integration with Mink testing framework",
                "behat/symfony2-extension": "for integration with Symfony2 web framework",
                "behat/yii-extension": "for integration with Yii web framework"
            },
            "bin": [
                "bin/behat"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.0.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Behat\\Behat": "src/",
                    "Behat\\Testwork": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Konstantin Kudryashov",
                    "email": "ever.zet@gmail.com",
                    "homepage": "http://everzet.com"
                }
            ],
            "description": "Scenario-oriented BDD framework for PHP 5.3",
            "homepage": "http://behat.org/",
            "keywords": [
                "Agile",
                "BDD",
                "ScenarioBDD",
                "Scrum",
                "StoryBDD",
                "User story",
                "business",
                "development",
                "documentation",
                "examples",
                "symfony",
                "testing"
            ],
            "time": "2015-02-22 14:10:33"
        },
        {
            "name": "behat/gherkin",
            "version": "v4.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/Behat/Gherkin.git",
                "reference": "43777c51058b77bcd84a8775b7a6ad05e986b5db"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Behat/Gherkin/zipball/43777c51058b77bcd84a8775b7a6ad05e986b5db",
                "reference": "43777c51058b77bcd84a8775b7a6ad05e986b5db",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.1"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.0",
                "symfony/yaml": "~2.1"
            },
            "suggest": {
                "symfony/yaml": "If you want to parse features, represented in YAML files"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "4.2-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Behat\\Gherkin": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Konstantin Kudryashov",
                    "email": "ever.zet@gmail.com",
                    "homepage": "http://everzet.com"
                }
            ],
            "description": "Gherkin DSL parser for PHP 5.3",
            "homepage": "http://behat.org/",
            "keywords": [
                "BDD",
                "Behat",
                "Cucumber",
                "DSL",
                "gherkin",
                "parser"
            ],
            "time": "2014-06-06 01:24:32"
        },
        {
            "name": "behat/mink",
            "version": "v1.6.1",
            "source": {
                "type": "git",
                "url": "https://github.com/minkphp/Mink.git",
                "reference": "8b68523a339ec991bcd638b39dc8f04f808da88a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/minkphp/Mink/zipball/8b68523a339ec991bcd638b39dc8f04f808da88a",
                "reference": "8b68523a339ec991bcd638b39dc8f04f808da88a",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.1",
                "symfony/css-selector": "~2.0"
            },
            "suggest": {
                "behat/mink-browserkit-driver": "extremely fast headless driver for Symfony\\Kernel-based apps (Sf2, Silex)",
                "behat/mink-goutte-driver": "fast headless driver for any app without JS emulation",
                "behat/mink-selenium2-driver": "slow, but JS-enabled driver for any app (requires Selenium2)",
                "behat/mink-zombie-driver": "fast and JS-enabled headless driver for any app (requires node.js)"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.6.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Behat\\Mink\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Konstantin Kudryashov",
                    "email": "ever.zet@gmail.com",
                    "homepage": "http://everzet.com"
                }
            ],
            "description": "Browser controller/emulator abstraction for PHP",
            "homepage": "http://mink.behat.org/",
            "keywords": [
                "browser",
                "testing",
                "web"
            ],
            "time": "2015-02-04 17:02:06"
        },
        {
            "name": "behat/mink-browserkit-driver",
            "version": "v1.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/minkphp/MinkBrowserKitDriver.git",
                "reference": "aed8f4a596b79014a75254c3e337511c33e38cbd"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/minkphp/MinkBrowserKitDriver/zipball/aed8f4a596b79014a75254c3e337511c33e38cbd",
                "reference": "aed8f4a596b79014a75254c3e337511c33e38cbd",
                "shasum": ""
            },
            "require": {
                "behat/mink": "~1.6@dev",
                "php": ">=5.3.1",
                "symfony/browser-kit": "~2.0",
                "symfony/dom-crawler": "~2.0"
            },
            "require-dev": {
                "silex/silex": "~1.2"
            },
            "type": "mink-driver",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.2.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Behat\\Mink\\Driver": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Konstantin Kudryashov",
                    "email": "ever.zet@gmail.com",
                    "homepage": "http://everzet.com"
                }
            ],
            "description": "Symfony2 BrowserKit driver for Mink framework",
            "homepage": "http://mink.behat.org/",
            "keywords": [
                "Mink",
                "Symfony2",
                "browser",
                "testing"
            ],
            "time": "2014-09-26 11:35:19"
        },
        {
            "name": "behat/mink-extension",
            "version": "v2.0.1",
            "source": {
                "type": "git",
                "url": "https://github.com/Behat/MinkExtension.git",
                "reference": "06a4cb56614b047d8d15ea5cd392d19fd3d856e8"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Behat/MinkExtension/zipball/06a4cb56614b047d8d15ea5cd392d19fd3d856e8",
                "reference": "06a4cb56614b047d8d15ea5cd392d19fd3d856e8",
                "shasum": ""
            },
            "require": {
                "behat/behat": "~3.0,>=3.0.5",
                "behat/mink": "~1.5",
                "php": ">=5.3.2",
                "symfony/config": "~2.2"
            },
            "require-dev": {
                "behat/mink-goutte-driver": "~1.0",
                "phpspec/phpspec": "~2.0"
            },
            "type": "behat-extension",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Behat\\MinkExtension": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Christophe Coevoet",
                    "email": "stof@notk.org"
                },
                {
                    "name": "Konstantin Kudryashov",
                    "email": "ever.zet@gmail.com"
                }
            ],
            "description": "Mink extension for Behat",
            "homepage": "http://extensions.behat.org/mink",
            "keywords": [
                "browser",
                "gui",
                "test",
                "web"
            ],
            "time": "2014-09-23 10:59:27"
        },
        {
            "name": "behat/symfony2-extension",
            "version": "v2.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/Behat/Symfony2Extension.git",
                "reference": "815ec1f6764fca0882cd744731c48edb82dea204"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Behat/Symfony2Extension/zipball/815ec1f6764fca0882cd744731c48edb82dea204",
                "reference": "815ec1f6764fca0882cd744731c48edb82dea204",
                "shasum": ""
            },
            "require": {
                "behat/behat": "~3.0,>=3.0.4",
                "php": ">=5.3.3",
                "symfony/framework-bundle": "~2.0"
            },
            "require-dev": {
                "behat/mink-browserkit-driver": "~1.0",
                "behat/mink-extension": "~2.0@dev",
                "phpspec/phpspec": "~2.0",
                "phpunit/phpunit": "~4.0",
                "symfony/symfony": "~2.1"
            },
            "type": "behat-extension",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Behat\\Symfony2Extension": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Christophe Coevoet",
                    "email": "stof@notk.org"
                },
                {
                    "name": "Konstantin Kudryashov",
                    "email": "ever.zet@gmail.com"
                }
            ],
            "description": "Symfony2 framework extension for Behat",
            "homepage": "http://behat.org",
            "keywords": [
                "BDD",
                "framework",
                "symfony"
            ],
            "time": "2014-09-04 22:10:45"
        },
        {
            "name": "behat/transliterator",
            "version": "v1.0.1",
            "source": {
                "type": "git",
                "url": "https://github.com/Behat/Transliterator.git",
                "reference": "c93521d3462a554332d1ef5bb0e9b5b8ca4106c4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Behat/Transliterator/zipball/c93521d3462a554332d1ef5bb0e9b5b8ca4106c4",
                "reference": "c93521d3462a554332d1ef5bb0e9b5b8ca4106c4",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Behat\\Transliterator": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Artistic-1.0"
            ],
            "description": "String transliterator",
            "keywords": [
                "i18n",
                "slug",
                "transliterator"
            ],
            "time": "2014-05-15 22:08:22"
        },
        {
            "name": "behatch/contexts",
Théo FIDRY's avatar
Théo FIDRY a validé
            "version": "dev-master",
Kévin Dunglas's avatar
Kévin Dunglas a validé
            "source": {
                "type": "git",
                "url": "https://github.com/Behatch/contexts.git",
Théo FIDRY's avatar
Théo FIDRY a validé
                "reference": "8651373334a5756449b62cd57842f3a60aa66f56"
Kévin Dunglas's avatar
Kévin Dunglas a validé
            },
            "dist": {
                "type": "zip",
Théo FIDRY's avatar
Théo FIDRY a validé
                "url": "https://api.github.com/repos/Behatch/contexts/zipball/8651373334a5756449b62cd57842f3a60aa66f56",
                "reference": "8651373334a5756449b62cd57842f3a60aa66f56",
Kévin Dunglas's avatar
Kévin Dunglas a validé
                "shasum": ""
            },
            "require": {
Théo FIDRY's avatar
Théo FIDRY a validé
                "behat/behat": "~3.0",
Kévin Dunglas's avatar
Kévin Dunglas a validé
                "behat/mink-extension": "~2.0",
Théo FIDRY's avatar
Théo FIDRY a validé
                "justinrainbow/json-schema": "~1.4",
                "php": "~5.4",
Kévin Dunglas's avatar
Kévin Dunglas a validé
                "symfony/property-access": "~2.3"
            },
Théo FIDRY's avatar
Théo FIDRY a validé
            "replace": {
                "sanpi/behatch-contexts": "self.version"
            },
Kévin Dunglas's avatar
Kévin Dunglas a validé
            "require-dev": {
Théo FIDRY's avatar
Théo FIDRY a validé
                "atoum/atoum": "dev-master",
                "behat/mink-goutte-driver": "~1.1",
                "behat/mink-selenium2-driver": "~1.2",
Kévin Dunglas's avatar
Kévin Dunglas a validé
                "kherge/box": "~2.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Sanpi\\Behatch\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "beerware"
            ],
            "description": "Behatch contexts",
            "keywords": [
                "BDD",
                "Behat",
                "Context",
                "Symfony2"
            ],
Théo FIDRY's avatar
Théo FIDRY a validé
            "time": "2015-06-03 12:30:00"
Kévin Dunglas's avatar
Kévin Dunglas a validé
        },
        {
            "name": "doctrine/data-fixtures",
            "version": "v1.1.1",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/data-fixtures.git",
                "reference": "bd44f6b6e40247b6530bc8abe802e4e4d914976a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/data-fixtures/zipball/bd44f6b6e40247b6530bc8abe802e4e4d914976a",
                "reference": "bd44f6b6e40247b6530bc8abe802e4e4d914976a",
                "shasum": ""
            },
            "require": {
                "doctrine/common": "~2.2",
                "php": ">=5.3.2"
            },
            "conflict": {
                "doctrine/orm": "< 2.4"
            },
            "require-dev": {
                "doctrine/orm": "~2.4"
            },
            "suggest": {
                "doctrine/mongodb-odm": "For loading MongoDB ODM fixtures",
                "doctrine/orm": "For loading ORM fixtures",
                "doctrine/phpcr-odm": "For loading PHPCR ODM fixtures"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.1.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Doctrine\\Common\\DataFixtures": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jonathan Wage",
                    "email": "jonwage@gmail.com"
                }
            ],
            "description": "Data Fixtures for all Doctrine Object Managers",
            "homepage": "http://www.doctrine-project.org",
            "keywords": [
                "database"
            ],
            "time": "2015-03-30 12:14:13"
        },
        {
            "name": "doctrine/doctrine-fixtures-bundle",
Théo FIDRY's avatar
Théo FIDRY a validé
            "version": "v2.2.1",
Kévin Dunglas's avatar
Kévin Dunglas a validé
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/DoctrineFixturesBundle.git",
Théo FIDRY's avatar
Théo FIDRY a validé
                "reference": "817c2d233fde0fe85cb7e4d25d43fbfcd028aef8"
Kévin Dunglas's avatar
Kévin Dunglas a validé
            },
            "dist": {
                "type": "zip",
Théo FIDRY's avatar
Théo FIDRY a validé
                "url": "https://api.github.com/repos/doctrine/DoctrineFixturesBundle/zipball/817c2d233fde0fe85cb7e4d25d43fbfcd028aef8",
                "reference": "817c2d233fde0fe85cb7e4d25d43fbfcd028aef8",
Kévin Dunglas's avatar
Kévin Dunglas a validé
                "shasum": ""
            },
            "require": {
                "doctrine/data-fixtures": "~1.0",
                "doctrine/doctrine-bundle": "~1.0",
                "php": ">=5.3.2",
                "symfony/doctrine-bridge": "~2.1"
            },
            "type": "symfony-bundle",
            "extra": {
                "branch-alias": {
Théo FIDRY's avatar
Théo FIDRY a validé
                    "dev-master": "2.2.x-dev"
Kévin Dunglas's avatar
Kévin Dunglas a validé
                }
            },
            "autoload": {
Théo FIDRY's avatar
Théo FIDRY a validé
                "psr-4": {
                    "Doctrine\\Bundle\\FixturesBundle\\": ""
Kévin Dunglas's avatar
Kévin Dunglas a validé
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Symfony Community",
                    "homepage": "http://symfony.com/contributors"
                },
                {
                    "name": "Doctrine Project",
                    "homepage": "http://www.doctrine-project.org"
Théo FIDRY's avatar
Théo FIDRY a validé
                },
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
Kévin Dunglas's avatar
Kévin Dunglas a validé
                }
            ],
            "description": "Symfony DoctrineFixturesBundle",
            "homepage": "http://www.doctrine-project.org",
            "keywords": [
                "Fixture",
                "persistence"
            ],
Théo FIDRY's avatar
Théo FIDRY a validé
            "time": "2015-08-04 22:43:14"
Kévin Dunglas's avatar
Kévin Dunglas a validé
        },
        {
            "name": "dunglas/php-schema",
            "version": "v0.4.3",
            "source": {
                "type": "git",
                "url": "https://github.com/dunglas/php-schema.git",
                "reference": "4944d6465cfa9b7515dfbb3efcfcdccaa0d8157c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/dunglas/php-schema/zipball/4944d6465cfa9b7515dfbb3efcfcdccaa0d8157c",
                "reference": "4944d6465cfa9b7515dfbb3efcfcdccaa0d8157c",
                "shasum": ""
            },
            "require": {
                "easyrdf/easyrdf": "~0.9.0",
                "ext-json": "*",
                "fabpot/php-cs-fixer": "~1.0",
                "nickcernis/html-to-markdown": "~2.1",
                "php": ">=5.4",
                "psr/log": "~1.0",
                "symfony/config": "~2.4",
                "symfony/console": "~2.5",
                "symfony/yaml": "~2.4",
                "twig/twig": "~1.0"
            },
            "require-dev": {
                "doctrine/orm": "~2.2",
                "dunglas/api-bundle": "dev-master",
                "symfony/serializer": "~2.7@beta",
                "symfony/validator": "~2.6"
            },
            "suggest": {
                "doctrine/collections": "For Doctrine collections",
                "doctrine/orm": "For Doctrine annotations",
                "myclabs/php-enum": "For enumerations",
                "symfony/validator": "For constraint annotations"
            },
            "bin": [
                "bin/schema"
            ],
            "type": "library",
            "autoload": {
                "psr-0": {
                    "SchemaOrgModel": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Kévin Dunglas",
                    "email": "dunglas@gmail.com"
                }
            ],
            "description": "Various tools to generate a data model based on Schema.org vocables",
            "homepage": "http://dunglas.fr",
            "keywords": [
                "doctrine",
                "entity",
                "enum",
                "model",
                "schema.org",
                "semantic",
                "symfony"
            ],
            "time": "2015-05-15 17:29:44"
        },
        {
            "name": "easyrdf/easyrdf",
            "version": "0.9.1",
            "source": {
                "type": "git",
                "url": "https://github.com/njh/easyrdf.git",
                "reference": "acd09dfe0555fbcfa254291e433c45fdd4652566"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/njh/easyrdf/zipball/acd09dfe0555fbcfa254291e433c45fdd4652566",
                "reference": "acd09dfe0555fbcfa254291e433c45fdd4652566",
                "shasum": ""
            },
            "require": {
                "ext-mbstring": "*",
                "ext-pcre": "*",
                "php": ">=5.2.8"
            },
            "require-dev": {
                "phpunit/phpunit": "~3.5",
                "sami/sami": "~1.4",
                "squizlabs/php_codesniffer": "~1.4.3"
            },
            "suggest": {
                "ml/json-ld": "~1.0"
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "EasyRdf_": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Nicholas Humfrey",
                    "email": "njh@aelius.com",
                    "homepage": "http://www.aelius.com/njh/",
                    "role": "Developer"
                },
                {
                    "name": "Alexey Zakhlestin",
                    "email": "indeyets@gmail.com",
                    "role": "Developer"
                }
            ],
            "description": "EasyRdf is a PHP library designed to make it easy to consume and produce RDF.",
            "homepage": "http://www.easyrdf.org/",
            "keywords": [
                "Linked Data",
                "RDF",
                "Semantic Web",
                "Turtle",
                "rdfa",
                "sparql"
            ],
            "time": "2015-02-27 09:45:49"
        },
        {
            "name": "fabpot/php-cs-fixer",
Théo FIDRY's avatar
Théo FIDRY a validé
            "version": "v1.10",
Kévin Dunglas's avatar
Kévin Dunglas a validé
            "source": {
                "type": "git",
                "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git",
Théo FIDRY's avatar
Théo FIDRY a validé
                "reference": "8e21b4fb32c4618a425817d9f0daf3d57a9808d1"
Kévin Dunglas's avatar
Kévin Dunglas a validé
            },
            "dist": {
                "type": "zip",
Théo FIDRY's avatar
Théo FIDRY a validé
                "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/8e21b4fb32c4618a425817d9f0daf3d57a9808d1",
                "reference": "8e21b4fb32c4618a425817d9f0daf3d57a9808d1",
Kévin Dunglas's avatar
Kévin Dunglas a validé
                "shasum": ""
            },
            "require": {
                "ext-tokenizer": "*",
                "php": ">=5.3.6",
                "sebastian/diff": "~1.1",
                "symfony/console": "~2.3",
                "symfony/event-dispatcher": "~2.1",
                "symfony/filesystem": "~2.1",
                "symfony/finder": "~2.1",
                "symfony/process": "~2.3",
                "symfony/stopwatch": "~2.5"
            },
            "require-dev": {
                "satooshi/php-coveralls": "0.7.*@dev"
            },
            "bin": [
                "php-cs-fixer"
            ],
            "type": "application",
            "autoload": {
                "psr-4": {
                    "Symfony\\CS\\": "Symfony/CS/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Dariusz Rumiński",
                    "email": "dariusz.ruminski@gmail.com"
                },
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                }
            ],
            "description": "A tool to automatically fix PHP code style",
Théo FIDRY's avatar
Théo FIDRY a validé
            "time": "2015-07-27 20:56:10"
Kévin Dunglas's avatar
Kévin Dunglas a validé
        },
        {
            "name": "fzaninotto/faker",
            "version": "v1.5.0",
            "source": {
                "type": "git",
                "url": "https://github.com/fzaninotto/Faker.git",
                "reference": "d0190b156bcca848d401fb80f31f504f37141c8d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/fzaninotto/Faker/zipball/d0190b156bcca848d401fb80f31f504f37141c8d",
                "reference": "d0190b156bcca848d401fb80f31f504f37141c8d",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.0",
                "squizlabs/php_codesniffer": "~1.5"
            },
            "suggest": {
                "ext-intl": "*"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.5.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Faker\\": "src/Faker/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "François Zaninotto"
                }
            ],
            "description": "Faker is a PHP library that generates fake data for you.",
            "keywords": [
                "data",
                "faker",
                "fixtures"
            ],
            "time": "2015-05-29 06:29:14"
        },
        {
            "name": "hautelook/alice-bundle",
            "version": "0.2",
            "source": {
                "type": "git",
                "url": "https://github.com/hautelook/AliceBundle.git",
                "reference": "44824200e88cdec9b9f8ee5056c4a197299e5293"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/hautelook/AliceBundle/zipball/44824200e88cdec9b9f8ee5056c4a197299e5293",
                "reference": "44824200e88cdec9b9f8ee5056c4a197299e5293",
                "shasum": ""
            },
            "require": {
                "doctrine/doctrine-bundle": "~1.2",
                "doctrine/doctrine-fixtures-bundle": "~2.2",
                "nelmio/alice": "~1.7",
                "php": ">=5.3.0"
            },
            "require-dev": {
                "doctrine/orm": "~2.4",
                "hautelook/solarium-fixtures": "~1.0",
                "solarium/solarium": "~3.1",
                "symfony/browser-kit": "~2.1",
                "symfony/console": "~2.1",
                "symfony/framework-bundle": "~2.1",
                "symfony/validator": "~2.1",
                "symfony/yaml": "~2.1"
            },
            "suggest": {
                "hautelook/solarium-fixtures": "To add Solarium fixtures"
            },
            "type": "symfony-bundle",
            "autoload": {
                "psr-4": {
                    "Hautelook\\AliceBundle\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Baldur Rensch",
                    "email": "brensch@gmail.com"
                }
            ],
            "description": "Symfony2 Bundle that helps loading fixture data written with the Alice library",
            "keywords": [
                "Fixture",
                "Symfony2",
                "alice",
                "orm"
            ],
            "time": "2014-10-19 05:10:40"
        },
        {
            "name": "justinrainbow/json-schema",
Théo FIDRY's avatar
Théo FIDRY a validé
            "version": "1.5.0",
Kévin Dunglas's avatar
Kévin Dunglas a validé
            "source": {
                "type": "git",
                "url": "https://github.com/justinrainbow/json-schema.git",
Théo FIDRY's avatar
Théo FIDRY a validé
                "reference": "a4bee9f4b344b66e0a0d96c7afae1e92edf385fe"
Kévin Dunglas's avatar
Kévin Dunglas a validé
            },
            "dist": {
                "type": "zip",
Théo FIDRY's avatar
Théo FIDRY a validé
                "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/a4bee9f4b344b66e0a0d96c7afae1e92edf385fe",
                "reference": "a4bee9f4b344b66e0a0d96c7afae1e92edf385fe",
Kévin Dunglas's avatar
Kévin Dunglas a validé
                "shasum": ""
            },
            "require": {
Kévin Dunglas's avatar
Kévin Dunglas a validé
                "php": ">=5.3.2"
Kévin Dunglas's avatar
Kévin Dunglas a validé
            },
            "require-dev": {
                "json-schema/json-schema-test-suite": "1.1.0",
                "phpdocumentor/phpdocumentor": "~2",
                "phpunit/phpunit": "~3.7"
            },
            "bin": [
                "bin/validate-json"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.4.x-dev"
                }
            },
            "autoload": {
Théo FIDRY's avatar
Théo FIDRY a validé
                "psr-4": {
                    "JsonSchema\\": "src/JsonSchema/"
Kévin Dunglas's avatar
Kévin Dunglas a validé
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Bruno Prieto Reis",
                    "email": "bruno.p.reis@gmail.com"
                },
                {
                    "name": "Justin Rainbow",
                    "email": "justin.rainbow@gmail.com"
                },
                {
                    "name": "Igor Wiedler",
                    "email": "igor@wiedler.ch"
                },
                {
                    "name": "Robert Schönthal",
                    "email": "seroscho@googlemail.com"
                }
            ],
            "description": "A library to validate a json schema.",
            "homepage": "https://github.com/justinrainbow/json-schema",
            "keywords": [
                "json",
                "schema"
            ],
Théo FIDRY's avatar
Théo FIDRY a validé
            "time": "2015-09-08 22:28:04"
Kévin Dunglas's avatar
Kévin Dunglas a validé
        },
        {
            "name": "nelmio/alice",
            "version": "1.7.2",
            "source": {
                "type": "git",
                "url": "https://github.com/nelmio/alice.git",
                "reference": "33cfab06b7e0d546c001ba95f9c594e4bd63d958"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nelmio/alice/zipball/33cfab06b7e0d546c001ba95f9c594e4bd63d958",
                "reference": "33cfab06b7e0d546c001ba95f9c594e4bd63d958",
                "shasum": ""
            },
            "require": {
                "fzaninotto/faker": "~1.0",
                "php": ">=5.3",
                "symfony/yaml": "~2.0"
            },
            "require-dev": {
                "doctrine/common": "~2.3",
                "phpunit/phpunit": "3.7.*",
                "symfony/property-access": "~2.2"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Nelmio\\Alice\\": "src/Nelmio/Alice"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Tim Shelburne"
                },
                {
                    "name": "Jordi Boggiano",
                    "email": "j.boggiano@seld.be"
                }
            ],
            "description": "Expressive fixtures generator",
            "keywords": [
                "Fixture",
                "data",
                "orm",
                "test"
            ],
            "time": "2014-10-10 13:07:37"
        },
        {
            "name": "nickcernis/html-to-markdown",
            "version": "2.2.2",
            "source": {
                "type": "git",
                "url": "https://github.com/nickcernis/html-to-markdown.git",
                "reference": "08491df8e9475b219659400edf68416d8044a9db"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nickcernis/html-to-markdown/zipball/08491df8e9475b219659400edf68416d8044a9db",
                "reference": "08491df8e9475b219659400edf68416d8044a9db",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3"
            },
            "require-dev": {
                "php": ">=5.3.3",
                "phpunit/phpunit": "4.*"
            },
            "type": "library",
            "autoload": {
                "classmap": [
                    "HTML_To_Markdown.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nick Cernis",
                    "email": "nick@cern.is",
                    "homepage": "http://modernnerd.net"
                }
            ],
            "description": "An HTML-to-markdown conversion helper for PHP",
            "homepage": "https://github.com/nickcernis/html-to-markdown",
            "keywords": [
                "html",
                "markdown"
            ],
Théo FIDRY's avatar
Théo FIDRY a validé
            "abandoned": "league/html-to-markdown",
Kévin Dunglas's avatar
Kévin Dunglas a validé
            "time": "2015-05-29 13:27:02"
        },
        {
            "name": "sebastian/diff",
            "version": "1.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/diff.git",
                "reference": "863df9687835c62aa423a22412d26fa2ebde3fd3"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/863df9687835c62aa423a22412d26fa2ebde3fd3",
                "reference": "863df9687835c62aa423a22412d26fa2ebde3fd3",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.2"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.3-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Kore Nordmann",
                    "email": "mail@kore-nordmann.de"
                },
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                }
            ],
            "description": "Diff implementation",
            "homepage": "http://www.github.com/sebastianbergmann/diff",
            "keywords": [
                "diff"
            ],
            "time": "2015-02-22 15:13:53"
        },
        {
            "name": "sensio/generator-bundle",
            "version": "v2.5.3",
            "target-dir": "Sensio/Bundle/GeneratorBundle",
            "source": {
                "type": "git",
                "url": "https://github.com/sensiolabs/SensioGeneratorBundle.git",
                "reference": "e50108c2133ee5c9c484555faed50c17a61221d3"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sensiolabs/SensioGeneratorBundle/zipball/e50108c2133ee5c9c484555faed50c17a61221d3",
                "reference": "e50108c2133ee5c9c484555faed50c17a61221d3",
                "shasum": ""
            },
            "require": {
                "symfony/console": "~2.5",
                "symfony/framework-bundle": "~2.2"
            },
            "require-dev": {
                "doctrine/orm": "~2.2,>=2.2.3",
                "symfony/doctrine-bridge": "~2.2",
                "twig/twig": "~1.11"
            },
            "type": "symfony-bundle",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.5.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Sensio\\Bundle\\GeneratorBundle": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                }
            ],
            "description": "This bundle generates code for you",
            "time": "2015-03-17 06:36:52"
        }
    ],
    "aliases": [],
    "minimum-stability": "stable",
    "stability-flags": {
        "dunglas/api-bundle": 10,
Théo FIDRY's avatar
Théo FIDRY a validé
        "nelmio/api-doc-bundle": 20,
        "behatch/contexts": 20
Kévin Dunglas's avatar
Kévin Dunglas a validé
    },
    "prefer-stable": false,
    "prefer-lowest": false,
    "platform": {
        "php": ">=5.5.0"
    },
    "platform-dev": []
}