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"
    ],
    "hash": "2ca4482fe0c3ab5b79738df1234a42a3",
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é
        },
        {
            "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.1",
Kévin Dunglas's avatar
Kévin Dunglas a validé
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/DoctrineBundle.git",
                "reference": "8c5cedb4f2f7ebb66a963ae46ad9daa1e31cee01"
Kévin Dunglas's avatar
Kévin Dunglas a validé
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/8c5cedb4f2f7ebb66a963ae46ad9daa1e31cee01",
                "reference": "8c5cedb4f2f7ebb66a963ae46ad9daa1e31cee01",
Kévin Dunglas's avatar
Kévin Dunglas a validé
                "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|~3.0",
                "symfony/doctrine-bridge": "~2.2|~3.0",
                "symfony/framework-bundle": "~2.3|~3.0"
Kévin Dunglas's avatar
Kévin Dunglas a validé
            },
            "require-dev": {
                "doctrine/orm": "~2.3",
                "phpunit/phpunit": "~4",
                "satooshi/php-coveralls": "~0.6.1",
                "symfony/validator": "~2.2|~3.0",
                "symfony/yaml": "~2.2|~3.0",
Kévin Dunglas's avatar
Kévin Dunglas a validé
                "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-08-12 15:52:00"
Kévin Dunglas's avatar
Kévin Dunglas a validé
        },
        {
            "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.8",
Kévin Dunglas's avatar
Kévin Dunglas a validé
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/doctrine2.git",
                "reference": "5aedac1e5c5caaeac14798822c70325dc242d467"
Kévin Dunglas's avatar
Kévin Dunglas a validé
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/doctrine2/zipball/5aedac1e5c5caaeac14798822c70325dc242d467",
                "reference": "5aedac1e5c5caaeac14798822c70325dc242d467",
Kévin Dunglas's avatar
Kévin Dunglas a validé
                "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": "2015-08-31 13:19:01"
Kévin Dunglas's avatar
Kévin Dunglas a validé
        },
        {
            "name": "dunglas/api-bundle",
            "version": "v1.0.1",
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": "d9dfe60e8bb1cf2effd55fb3c3203c633b7e4377"
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/d9dfe60e8bb1cf2effd55fb3c3203c633b7e4377",
                "reference": "d9dfe60e8bb1cf2effd55fb3c3203c633b7e4377",
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.2|~3.0",
Kévin Dunglas's avatar
Kévin Dunglas a validé
                "symfony/validator": "~2.5|~3.0"
Kévin Dunglas's avatar
Kévin Dunglas a validé
            },
            "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",
Kévin Dunglas's avatar
Kévin Dunglas a validé
                "behatch/contexts": "dev-master#eef7ab39ca896796bf3ba25a0fa5a95f15276eb7",
Kévin Dunglas's avatar
Kévin Dunglas a validé
                "friendsofsymfony/user-bundle": "~1.3",
                "phpunit/phpunit": "~4.6",
Kévin Dunglas's avatar
Kévin Dunglas a validé
                "symfony/finder": "~2.3"
Kévin Dunglas's avatar
Kévin Dunglas a validé
            },
            "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-09-17 13:20:09"
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",
            "version": "1.3.3",
Kévin Dunglas's avatar
Kévin Dunglas a validé
            "source": {
                "type": "git",
                "url": "https://github.com/FriendsOfSymfony/FOSHttpCacheBundle.git",
                "reference": "aa20b2a5e87612fae153ac3d34444cd1524950ab"
Kévin Dunglas's avatar
Kévin Dunglas a validé
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/FriendsOfSymfony/FOSHttpCacheBundle/zipball/aa20b2a5e87612fae153ac3d34444cd1524950ab",
                "reference": "aa20b2a5e87612fae153ac3d34444cd1524950ab",
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"
            ],
            "time": "2015-08-20 07:02:00"
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é
        },
        {
            "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.31",
Kévin Dunglas's avatar
Kévin Dunglas a validé
            "target-dir": "Sensio/Bundle/DistributionBundle",
            "source": {
                "type": "git",
                "url": "https://github.com/sensiolabs/SensioDistributionBundle.git",
                "reference": "3a900814bd57bf20f9453ae81ff8772bc95d7fff"
Kévin Dunglas's avatar
Kévin Dunglas a validé
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/3a900814bd57bf20f9453ae81ff8772bc95d7fff",
                "reference": "3a900814bd57bf20f9453ae81ff8772bc95d7fff",
Kévin Dunglas's avatar
Kévin Dunglas a validé
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3",
                "sensiolabs/security-checker": "~3.0",
Kévin Dunglas's avatar
Kévin Dunglas a validé
                "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-08-03 10:07:12"
Kévin Dunglas's avatar
Kévin Dunglas a validé
        },
        {
            "name": "sensio/framework-extra-bundle",
            "version": "v3.0.10",
Kévin Dunglas's avatar
Kévin Dunglas a validé
            "source": {
                "type": "git",
                "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git",
                "reference": "18fc2063c4d6569cdca47a39fbac32342eb65f3c"
Kévin Dunglas's avatar
Kévin Dunglas a validé
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/18fc2063c4d6569cdca47a39fbac32342eb65f3c",
                "reference": "18fc2063c4d6569cdca47a39fbac32342eb65f3c",
Kévin Dunglas's avatar
Kévin Dunglas a validé
                "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-08-03 11:59:27"
Kévin Dunglas's avatar
Kévin Dunglas a validé
        },
        {
            "name": "sensiolabs/security-checker",
            "version": "v3.0.1",
Kévin Dunglas's avatar
Kévin Dunglas a validé
            "source": {
                "type": "git",
                "url": "https://github.com/sensiolabs/security-checker.git",
                "reference": "7735fd97ff7303d9df776b8dbc970f949399abc9"
Kévin Dunglas's avatar
Kévin Dunglas a validé
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/7735fd97ff7303d9df776b8dbc970f949399abc9",
                "reference": "7735fd97ff7303d9df776b8dbc970f949399abc9",
Kévin Dunglas's avatar
Kévin Dunglas a validé
                "shasum": ""
            },
            "require": {
                "symfony/console": "~2.0"
            },
            "bin": [
                "security-checker"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.0-dev"
Kévin Dunglas's avatar
Kévin Dunglas a validé
                }
            },
            "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-08-11 12:11:25"
Kévin Dunglas's avatar
Kévin Dunglas a validé
        },
        {
            "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",
            "version": "v2.7.4",
Kévin Dunglas's avatar
Kévin Dunglas a validé
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/symfony.git",
                "reference": "1fdf23fe28876844b887b0e1935c9adda43ee645"
Kévin Dunglas's avatar
Kévin Dunglas a validé
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/symfony/zipball/1fdf23fe28876844b887b0e1935c9adda43ee645",
                "reference": "1fdf23fe28876844b887b0e1935c9adda43ee645",
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.20|~2.0"
Kévin Dunglas's avatar
Kévin Dunglas a validé
            },
            "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"
            ],
            "time": "2015-09-08 14:26:39"
Kévin Dunglas's avatar
Kévin Dunglas a validé
        },
        {
            "name": "twig/extensions",
            "version": "v1.3.0",
Kévin Dunglas's avatar
Kévin Dunglas a validé
            "source": {
                "type": "git",
                "url": "https://github.com/twigphp/Twig-extensions.git",
                "reference": "449e3c8a9ffad7c2479c7864557275a32b037499"
Kévin Dunglas's avatar
Kévin Dunglas a validé
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/449e3c8a9ffad7c2479c7864557275a32b037499",
                "reference": "449e3c8a9ffad7c2479c7864557275a32b037499",
Kévin Dunglas's avatar
Kévin Dunglas a validé
                "shasum": ""
            },
            "require": {
                "twig/twig": "~1.20|~2.0"
Kévin Dunglas's avatar
Kévin Dunglas a validé
            },
            "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.3-dev"
Kévin Dunglas's avatar
Kévin Dunglas a validé
                }
            },
            "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": "2015-08-22 16:38:35"
Kévin Dunglas's avatar
Kévin Dunglas a validé
        },
        {
            "name": "twig/twig",
            "version": "v1.22.1",
Kévin Dunglas's avatar
Kévin Dunglas a validé
            "source": {
                "type": "git",
                "url": "https://github.com/twigphp/Twig.git",
                "reference": "b7fc2469fa009897871fb95b68237286fc54a5ad"
Kévin Dunglas's avatar
Kévin Dunglas a validé
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/twigphp/Twig/zipball/b7fc2469fa009897871fb95b68237286fc54a5ad",
                "reference": "b7fc2469fa009897871fb95b68237286fc54a5ad",
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": {
                    "dev-master": "1.22-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"
            ],
            "time": "2015-09-15 06:50:16"
        },
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é
        }
    ],
    "packages-dev": [
        {
            "name": "api-platform/schema-generator",
            "version": "v1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/api-platform/schema-generator.git",
                "reference": "636c2e58fff84e4106277048a1c72f8b4a2fc1fd"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/api-platform/schema-generator/zipball/636c2e58fff84e4106277048a1c72f8b4a2fc1fd",
                "reference": "636c2e58fff84e4106277048a1c72f8b4a2fc1fd",
                "shasum": ""
            },
            "require": {
                "easyrdf/easyrdf": "~0.9.0",
                "ext-json": "*",
                "fabpot/php-cs-fixer": "~1.0",
                "league/html-to-markdown": "~4.0",
                "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",
                "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-4": {
                    "ApiPlatform\\SchemaGenerator\\": "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": "https://api-platform.com",
            "keywords": [
                "doctrine",
                "entity",
                "enum",
                "model",
                "schema.org",
                "semantic",
                "symfony"
            ],
            "time": "2015-09-17 10:23:50"
        },
Kévin Dunglas's avatar
Kévin Dunglas a validé
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 2820 2821 2822 2823 2824 2825 2826 2827 2828 2829 2830 2831 2832 2833 2834 2835 2836 2837 2838 2839 2840 2841 2842 2843 2844 2845 2846 2847 2848 2849 2850 2851 2852 2853 2854 2855 2856 2857 2858 2859 2860 2861 2862 2863 2864 2865 2866 2867 2868 2869 2870 2871 2872 2873 2874 2875 2876 2877 2878 2879 2880 2881 2882 2883 2884 2885 2886
        {
            "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": "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": "league/html-to-markdown",
            "version": "4.0.1",
Kévin Dunglas's avatar
Kévin Dunglas a validé
            "source": {
                "type": "git",
                "url": "https://github.com/thephpleague/html-to-markdown.git",
                "reference": "c496c27e01b9dce310e03afbcdf783347738f67b"
Kévin Dunglas's avatar
Kévin Dunglas a validé
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/thephpleague/html-to-markdown/zipball/c496c27e01b9dce310e03afbcdf783347738f67b",
                "reference": "c496c27e01b9dce310e03afbcdf783347738f67b",
Kévin Dunglas's avatar
Kévin Dunglas a validé
                "shasum": ""
            },
            "require": {
                "ext-dom": "*",
                "ext-xml": "*",
                "php": ">=5.3.3"
Kévin Dunglas's avatar
Kévin Dunglas a validé
            },
            "require-dev": {
                "phpunit/phpunit": "4.*",
                "scrutinizer/ocular": "~1.1"
Kévin Dunglas's avatar
Kévin Dunglas a validé
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "4.1-dev"
Kévin Dunglas's avatar
Kévin Dunglas a validé
                }
            },
            "autoload": {
                "psr-4": {
                    "League\\HTMLToMarkdown\\": "src/"
Kévin Dunglas's avatar
Kévin Dunglas a validé
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Colin O'Dell",
                    "email": "colinodell@gmail.com",
                    "homepage": "http://www.colinodell.com",
                    "role": "Lead Developer"
Kévin Dunglas's avatar
Kévin Dunglas a validé
                },
                {
                    "name": "Nick Cernis",
                    "email": "nick@cern.is",
                    "homepage": "http://modernnerd.net",
                    "role": "Original Author"
Kévin Dunglas's avatar
Kévin Dunglas a validé
                }
            ],
            "description": "An HTML-to-markdown conversion helper for PHP",
            "homepage": "https://github.com/thephpleague/html-to-markdown",
Kévin Dunglas's avatar
Kévin Dunglas a validé
            "keywords": [
                "html",
                "markdown"
Kévin Dunglas's avatar
Kévin Dunglas a validé
            ],
            "time": "2015-09-01 22:39:54"
Kévin Dunglas's avatar
Kévin Dunglas a validé
        },
        {
            "name": "nelmio/alice",
            "version": "1.7.2",
Kévin Dunglas's avatar
Kévin Dunglas a validé
            "source": {
                "type": "git",
                "url": "https://github.com/nelmio/alice.git",
                "reference": "33cfab06b7e0d546c001ba95f9c594e4bd63d958"
Kévin Dunglas's avatar
Kévin Dunglas a validé
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nelmio/alice/zipball/33cfab06b7e0d546c001ba95f9c594e4bd63d958",
                "reference": "33cfab06b7e0d546c001ba95f9c594e4bd63d958",
Kévin Dunglas's avatar
Kévin Dunglas a validé
                "shasum": ""
            },
            "require": {
                "fzaninotto/faker": "~1.0",
                "php": ">=5.3",
                "symfony/yaml": "~2.0"
Kévin Dunglas's avatar
Kévin Dunglas a validé
            },
            "require-dev": {
                "doctrine/common": "~2.3",
                "phpunit/phpunit": "3.7.*",
                "symfony/property-access": "~2.2"
Kévin Dunglas's avatar
Kévin Dunglas a validé
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0.x-dev"
                }
            },
Kévin Dunglas's avatar
Kévin Dunglas a validé
            "autoload": {
                "psr-4": {
                    "Nelmio\\Alice\\": "src/Nelmio/Alice"
                }
Kévin Dunglas's avatar
Kévin Dunglas a validé
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Tim Shelburne"
                },
                {
                    "name": "Jordi Boggiano",
                    "email": "j.boggiano@seld.be"
Kévin Dunglas's avatar
Kévin Dunglas a validé
                }
            ],
            "description": "Expressive fixtures generator",
Kévin Dunglas's avatar
Kévin Dunglas a validé
            "keywords": [
                "Fixture",
                "data",
                "orm",
                "test"
Kévin Dunglas's avatar
Kévin Dunglas a validé
            ],
            "time": "2014-10-10 13:07:37"
Kévin Dunglas's avatar
Kévin Dunglas a validé
        },
        {
            "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": {
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": []
}