[
    {
        "name": "doctrine/lexer",
        "version": "v1.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/lexer.git",
            "reference": "2f708a85bb3aab5d99dab8be435abd73e0b18acb"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/lexer/zipball/2f708a85bb3aab5d99dab8be435abd73e0b18acb",
            "reference": "2f708a85bb3aab5d99dab8be435abd73e0b18acb",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.2"
        },
        "time": "2013-01-12 18:59:04",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Doctrine\\Common\\Lexer\\": "lib/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Guilherme Blanco",
                "email": "guilhermeblanco@gmail.com",
                "homepage": "http://www.instaclick.com"
            },
            {
                "name": "Roman Borschel",
                "email": "roman@code-factory.org"
            },
            {
                "name": "Johannes Schmitt",
                "email": "schmittjoh@gmail.com",
                "homepage": "https://github.com/schmittjoh",
                "role": "Developer of wrapped JMSSerializerBundle"
            }
        ],
        "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"
        ]
    },
    {
        "name": "doctrine/annotations",
        "version": "v1.2.1",
        "version_normalized": "1.2.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/annotations.git",
            "reference": "6a6bec0670bb6e71a263b08bc1b98ea242928633"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/annotations/zipball/6a6bec0670bb6e71a263b08bc1b98ea242928633",
            "reference": "6a6bec0670bb6e71a263b08bc1b98ea242928633",
            "shasum": ""
        },
        "require": {
            "doctrine/lexer": "1.*",
            "php": ">=5.3.2"
        },
        "require-dev": {
            "doctrine/cache": "1.*",
            "phpunit/phpunit": "4.*"
        },
        "time": "2014-09-25 16:45:30",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.3.x-dev"
            }
        },
        "installation-source": "dist",
        "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"
        ]
    },
    {
        "name": "psr/log",
        "version": "1.0.0",
        "version_normalized": "1.0.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": ""
        },
        "time": "2012-12-21 11:40:51",
        "type": "library",
        "installation-source": "dist",
        "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"
        ]
    },
    {
        "name": "twig/twig",
        "version": "v1.16.2",
        "version_normalized": "1.16.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/twigphp/Twig.git",
            "reference": "42f758d9fe2146d1f0470604fc05ee43580873fc"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/twigphp/Twig/zipball/42f758d9fe2146d1f0470604fc05ee43580873fc",
            "reference": "42f758d9fe2146d1f0470604fc05ee43580873fc",
            "shasum": ""
        },
        "require": {
            "php": ">=5.2.4"
        },
        "time": "2014-10-17 12:53:44",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.16-dev"
            }
        },
        "installation-source": "dist",
        "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": "https://github.com/fabpot/Twig/graphs/contributors",
                "role": "Contributors"
            }
        ],
        "description": "Twig, the flexible, fast, and secure template language for PHP",
        "homepage": "http://twig.sensiolabs.org",
        "keywords": [
            "templating"
        ]
    },
    {
        "name": "doctrine/collections",
        "version": "v1.2",
        "version_normalized": "1.2.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/collections.git",
            "reference": "b99c5c46c87126201899afe88ec490a25eedd6a2"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/collections/zipball/b99c5c46c87126201899afe88ec490a25eedd6a2",
            "reference": "b99c5c46c87126201899afe88ec490a25eedd6a2",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.2"
        },
        "time": "2014-02-03 23:07:43",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.2.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Doctrine\\Common\\Collections\\": "lib/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Jonathan Wage",
                "email": "jonwage@gmail.com",
                "homepage": "http://www.jwage.com/",
                "role": "Creator"
            },
            {
                "name": "Guilherme Blanco",
                "email": "guilhermeblanco@gmail.com",
                "homepage": "http://www.instaclick.com"
            },
            {
                "name": "Roman Borschel",
                "email": "roman@code-factory.org"
            },
            {
                "name": "Benjamin Eberlei",
                "email": "kontakt@beberlei.de"
            },
            {
                "name": "Johannes Schmitt",
                "email": "schmittjoh@gmail.com",
                "homepage": "https://github.com/schmittjoh",
                "role": "Developer of wrapped JMSSerializerBundle"
            }
        ],
        "description": "Collections Abstraction library",
        "homepage": "http://www.doctrine-project.org",
        "keywords": [
            "array",
            "collections",
            "iterator"
        ]
    },
    {
        "name": "doctrine/cache",
        "version": "v1.3.1",
        "version_normalized": "1.3.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/cache.git",
            "reference": "cf483685798a72c93bf4206e3dd6358ea07d64e7"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/cache/zipball/cf483685798a72c93bf4206e3dd6358ea07d64e7",
            "reference": "cf483685798a72c93bf4206e3dd6358ea07d64e7",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.2"
        },
        "conflict": {
            "doctrine/common": ">2.2,<2.4"
        },
        "require-dev": {
            "phpunit/phpunit": ">=3.7",
            "satooshi/php-coveralls": "~0.6"
        },
        "time": "2014-09-17 14:24:04",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.4.x-dev"
            }
        },
        "installation-source": "dist",
        "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"
        ]
    },
    {
        "name": "doctrine/inflector",
        "version": "v1.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/inflector.git",
            "reference": "54b8333d2a5682afdc690060c1cf384ba9f47f08"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/inflector/zipball/54b8333d2a5682afdc690060c1cf384ba9f47f08",
            "reference": "54b8333d2a5682afdc690060c1cf384ba9f47f08",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.2"
        },
        "time": "2013-01-10 21:49:15",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Doctrine\\Common\\Inflector\\": "lib/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Jonathan Wage",
                "email": "jonwage@gmail.com",
                "homepage": "http://www.jwage.com/",
                "role": "Creator"
            },
            {
                "name": "Guilherme Blanco",
                "email": "guilhermeblanco@gmail.com",
                "homepage": "http://www.instaclick.com"
            },
            {
                "name": "Roman Borschel",
                "email": "roman@code-factory.org"
            },
            {
                "name": "Benjamin Eberlei",
                "email": "kontakt@beberlei.de"
            },
            {
                "name": "Johannes Schmitt",
                "email": "schmittjoh@gmail.com",
                "homepage": "https://github.com/schmittjoh",
                "role": "Developer of wrapped JMSSerializerBundle"
            }
        ],
        "description": "Common String Manipulations with regard to casing and singular/plural rules.",
        "homepage": "http://www.doctrine-project.org",
        "keywords": [
            "inflection",
            "pluarlize",
            "singuarlize",
            "string"
        ]
    },
    {
        "name": "doctrine/common",
        "version": "v2.4.2",
        "version_normalized": "2.4.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/common.git",
            "reference": "5db6ab40e4c531f14dad4ca96a394dfce5d4255b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/common/zipball/5db6ab40e4c531f14dad4ca96a394dfce5d4255b",
            "reference": "5db6ab40e4c531f14dad4ca96a394dfce5d4255b",
            "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"
        },
        "time": "2014-05-21 19:28:51",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.4.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Doctrine\\Common\\": "lib/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Jonathan Wage",
                "email": "jonwage@gmail.com",
                "homepage": "http://www.jwage.com/",
                "role": "Creator"
            },
            {
                "name": "Guilherme Blanco",
                "email": "guilhermeblanco@gmail.com",
                "homepage": "http://www.instaclick.com"
            },
            {
                "name": "Roman Borschel",
                "email": "roman@code-factory.org"
            },
            {
                "name": "Benjamin Eberlei",
                "email": "kontakt@beberlei.de"
            },
            {
                "name": "Johannes Schmitt",
                "email": "schmittjoh@gmail.com",
                "homepage": "https://github.com/schmittjoh",
                "role": "Developer of wrapped JMSSerializerBundle"
            }
        ],
        "description": "Common Library for Doctrine projects",
        "homepage": "http://www.doctrine-project.org",
        "keywords": [
            "annotations",
            "collections",
            "eventmanager",
            "persistence",
            "spl"
        ]
    },
    {
        "name": "doctrine/dbal",
        "version": "v2.4.3",
        "version_normalized": "2.4.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/dbal.git",
            "reference": "0368bc031976126e5d36d37d2c56155092b6575b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/dbal/zipball/0368bc031976126e5d36d37d2c56155092b6575b",
            "reference": "0368bc031976126e5d36d37d2c56155092b6575b",
            "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."
        },
        "time": "2014-10-16 11:56:49",
        "type": "library",
        "installation-source": "dist",
        "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"
        ]
    },
    {
        "name": "doctrine/orm",
        "version": "v2.4.6",
        "version_normalized": "2.4.6.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/doctrine2.git",
            "reference": "bebacf79d8d4dae9168f0f9bc6811e6c2cb6a4d9"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/doctrine2/zipball/bebacf79d8d4dae9168f0f9bc6811e6c2cb6a4d9",
            "reference": "bebacf79d8d4dae9168f0f9bc6811e6c2cb6a4d9",
            "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"
        },
        "time": "2014-10-06 13:22:50",
        "bin": [
            "bin/doctrine",
            "bin/doctrine.php"
        ],
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.4.x-dev"
            }
        },
        "installation-source": "dist",
        "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"
        ]
    },
    {
        "name": "doctrine/doctrine-cache-bundle",
        "version": "v1.0.1",
        "version_normalized": "1.0.1.0",
        "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"
        },
        "time": "2014-11-28 09:43:36",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "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"
        ]
    },
    {
        "name": "jdorn/sql-formatter",
        "version": "v1.2.17",
        "version_normalized": "1.2.17.0",
        "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.*"
        },
        "time": "2014-01-12 16:20:24",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.3.x-dev"
            }
        },
        "installation-source": "dist",
        "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"
        ]
    },
    {
        "name": "doctrine/doctrine-bundle",
        "version": "v1.3.0",
        "version_normalized": "1.3.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/DoctrineBundle.git",
            "reference": "3beb3a780485ab01f86941f4892cd23ef8c39c6b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/3beb3a780485ab01f86941f4892cd23ef8c39c6b",
            "reference": "3beb3a780485ab01f86941f4892cd23ef8c39c6b",
            "shasum": ""
        },
        "require": {
            "doctrine/dbal": "~2.3",
            "doctrine/doctrine-cache-bundle": "~1.0",
            "jdorn/sql-formatter": "~1.1",
            "php": ">=5.3.2",
            "symfony/doctrine-bridge": "~2.2",
            "symfony/framework-bundle": "~2.2"
        },
        "require-dev": {
            "doctrine/orm": "~2.3",
            "phpunit/php-code-coverage": "~1.2",
            "phpunit/phpunit": "~3.7",
            "phpunit/phpunit-mock-objects": "~1.2",
            "satooshi/php-coveralls": "~0.6.1",
            "symfony/validator": "~2.2",
            "symfony/yaml": "~2.2",
            "twig/twig": "~1"
        },
        "suggest": {
            "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.",
            "symfony/web-profiler-bundle": "to use the data collector"
        },
        "time": "2014-11-28 08:32:03",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "1.3.x-dev"
            }
        },
        "installation-source": "dist",
        "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"
        ]
    },
    {
        "name": "twig/extensions",
        "version": "v1.2.0",
        "version_normalized": "1.2.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/twigphp/Twig-extensions.git",
            "reference": "8cf4b9fe04077bd54fc73f4fde83347040c3b8cd"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/8cf4b9fe04077bd54fc73f4fde83347040c3b8cd",
            "reference": "8cf4b9fe04077bd54fc73f4fde83347040c3b8cd",
            "shasum": ""
        },
        "require": {
            "twig/twig": "~1.12"
        },
        "require-dev": {
            "symfony/translation": "~2.3"
        },
        "suggest": {
            "symfony/translation": "Allow the time_diff output to be translated"
        },
        "time": "2014-10-30 14:30:03",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.2.x-dev"
            }
        },
        "installation-source": "dist",
        "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"
        ]
    },
    {
        "name": "kriswallsmith/assetic",
        "version": "v1.2.0",
        "version_normalized": "1.2.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/kriswallsmith/assetic.git",
            "reference": "df991c124a2212371443b586a1be767500036dee"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/kriswallsmith/assetic/zipball/df991c124a2212371443b586a1be767500036dee",
            "reference": "df991c124a2212371443b586a1be767500036dee",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.1",
            "symfony/process": "~2.1"
        },
        "require-dev": {
            "cssmin/cssmin": "*",
            "joliclic/javascript-packer": "*",
            "kamicane/packager": "*",
            "leafo/lessphp": "*",
            "leafo/scssphp": "*",
            "leafo/scssphp-compass": "*",
            "mrclay/minify": "*",
            "patchwork/jsqueeze": "~1.0",
            "phpunit/phpunit": "~4",
            "psr/log": "~1.0",
            "ptachoire/cssembed": "*",
            "twig/twig": "~1.6"
        },
        "suggest": {
            "leafo/lessphp": "Assetic provides the integration with the lessphp LESS compiler",
            "leafo/scssphp": "Assetic provides the integration with the scssphp SCSS compiler",
            "leafo/scssphp-compass": "Assetic provides the integration with the SCSS compass plugin",
            "patchwork/jsqueeze": "Assetic provides the integration with the JSqueeze JavaScript compressor",
            "ptachoire/cssembed": "Assetic provides the integration with phpcssembed to embed data uris",
            "twig/twig": "Assetic provides the integration with the Twig templating engine"
        },
        "time": "2014-10-14 14:45:32",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.2-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Assetic": "src/"
            },
            "files": [
                "src/functions.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Kris Wallsmith",
                "email": "kris.wallsmith@gmail.com",
                "homepage": "http://kriswallsmith.net/"
            }
        ],
        "description": "Asset Management for PHP",
        "homepage": "https://github.com/kriswallsmith/assetic",
        "keywords": [
            "assets",
            "compression",
            "minification"
        ]
    },
    {
        "name": "symfony/assetic-bundle",
        "version": "v2.5.0",
        "version_normalized": "2.5.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/AsseticBundle.git",
            "reference": "90ea7fb66d6d5245fd4afc16e4c8070214254fec"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/AsseticBundle/zipball/90ea7fb66d6d5245fd4afc16e4c8070214254fec",
            "reference": "90ea7fb66d6d5245fd4afc16e4c8070214254fec",
            "shasum": ""
        },
        "require": {
            "kriswallsmith/assetic": "~1.2",
            "php": ">=5.3.0",
            "symfony/console": "~2.1",
            "symfony/framework-bundle": "~2.1",
            "symfony/yaml": "~2.1"
        },
        "require-dev": {
            "kriswallsmith/spork": "~0.2",
            "patchwork/jsqueeze": "~1.0",
            "symfony/class-loader": "~2.1",
            "symfony/css-selector": "~2.1",
            "symfony/dom-crawler": "~2.1",
            "symfony/twig-bundle": "~2.1"
        },
        "suggest": {
            "kriswallsmith/spork": "to be able to dump assets in parallel",
            "symfony/twig-bundle": "to use the Twig integration"
        },
        "time": "2014-10-15 12:03:38",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "2.5-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Bundle\\AsseticBundle\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Kris Wallsmith",
                "email": "kris.wallsmith@gmail.com",
                "homepage": "http://kriswallsmith.net/"
            }
        ],
        "description": "Integrates Assetic into Symfony2",
        "homepage": "https://github.com/symfony/AsseticBundle",
        "keywords": [
            "assets",
            "compression",
            "minification"
        ]
    },
    {
        "name": "swiftmailer/swiftmailer",
        "version": "v5.3.0",
        "version_normalized": "5.3.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/swiftmailer/swiftmailer.git",
            "reference": "b86b927dfefdb56ab0b22d1350033d9a38e9f205"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/b86b927dfefdb56ab0b22d1350033d9a38e9f205",
            "reference": "b86b927dfefdb56ab0b22d1350033d9a38e9f205",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "require-dev": {
            "mockery/mockery": "~0.9.1"
        },
        "time": "2014-10-04 05:53:18",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "5.3-dev"
            }
        },
        "installation-source": "dist",
        "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": [
            "mail",
            "mailer"
        ]
    },
    {
        "name": "monolog/monolog",
        "version": "1.11.0",
        "version_normalized": "1.11.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/Seldaek/monolog.git",
            "reference": "ec3961874c43840e96da3a8a1ed20d8c73d7e5aa"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Seldaek/monolog/zipball/ec3961874c43840e96da3a8a1ed20d8c73d7e5aa",
            "reference": "ec3961874c43840e96da3a8a1ed20d8c73d7e5aa",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0",
            "psr/log": "~1.0"
        },
        "provide": {
            "psr/log-implementation": "1.0.0"
        },
        "require-dev": {
            "aws/aws-sdk-php": "~2.4, >2.4.8",
            "doctrine/couchdb": "~1.0@dev",
            "graylog2/gelf-php": "~1.0",
            "phpunit/phpunit": "~3.7.0",
            "raven/raven": "~0.5",
            "ruflin/elastica": "0.90.*",
            "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",
            "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"
        },
        "time": "2014-09-30 13:30:58",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.11.x-dev"
            }
        },
        "installation-source": "dist",
        "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"
        ]
    },
    {
        "name": "symfony/monolog-bundle",
        "version": "v2.6.1",
        "version_normalized": "2.6.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/MonologBundle.git",
            "reference": "227bbeefe30f2d95e3fe5fbd1ccda414287a957a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/MonologBundle/zipball/227bbeefe30f2d95e3fe5fbd1ccda414287a957a",
            "reference": "227bbeefe30f2d95e3fe5fbd1ccda414287a957a",
            "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"
        },
        "time": "2014-07-21 00:36:06",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "2.6.x-dev"
            }
        },
        "installation-source": "dist",
        "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"
        ]
    },
    {
        "name": "sensiolabs/security-checker",
        "version": "v2.0.0",
        "version_normalized": "2.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sensiolabs/security-checker.git",
            "reference": "5b4eb4743ebe68276c911c84101ecdf4a9ae76ee"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/5b4eb4743ebe68276c911c84101ecdf4a9ae76ee",
            "reference": "5b4eb4743ebe68276c911c84101ecdf4a9ae76ee",
            "shasum": ""
        },
        "require": {
            "ext-curl": "*",
            "symfony/console": "~2.0"
        },
        "time": "2014-07-19 10:52:35",
        "bin": [
            "security-checker"
        ],
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.0-dev"
            }
        },
        "installation-source": "dist",
        "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"
    },
    {
        "name": "sensio/distribution-bundle",
        "version": "v3.0.10",
        "version_normalized": "3.0.10.0",
        "target-dir": "Sensio/Bundle/DistributionBundle",
        "source": {
            "type": "git",
            "url": "https://github.com/sensiolabs/SensioDistributionBundle.git",
            "reference": "ca188a500a7bef815a46f19f8616f0a775e7dbf2"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/ca188a500a7bef815a46f19f8616f0a775e7dbf2",
            "reference": "ca188a500a7bef815a46f19f8616f0a775e7dbf2",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3",
            "sensiolabs/security-checker": "~2.0",
            "symfony/class-loader": "~2.2",
            "symfony/form": "~2.2",
            "symfony/framework-bundle": "~2.3",
            "symfony/process": "~2.2",
            "symfony/validator": "~2.2",
            "symfony/yaml": "~2.2"
        },
        "time": "2014-11-23 18:30:35",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "3.0.x-dev"
            }
        },
        "installation-source": "dist",
        "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"
        ]
    },
    {
        "name": "incenteev/composer-parameter-handler",
        "version": "v2.1.0",
        "version_normalized": "2.1.0.0",
        "target-dir": "Incenteev/ParameterHandler",
        "source": {
            "type": "git",
            "url": "https://github.com/Incenteev/ParameterHandler.git",
            "reference": "143272a0a09c62616a3c8011fc165a10c6b35241"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Incenteev/ParameterHandler/zipball/143272a0a09c62616a3c8011fc165a10c6b35241",
            "reference": "143272a0a09c62616a3c8011fc165a10c6b35241",
            "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"
        },
        "time": "2013-12-07 10:10:39",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.1.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "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"
        ]
    },
    {
        "name": "sensio/generator-bundle",
        "version": "v2.4.2",
        "version_normalized": "2.4.2.0",
        "target-dir": "Sensio/Bundle/GeneratorBundle",
        "source": {
            "type": "git",
            "url": "https://github.com/sensiolabs/SensioGeneratorBundle.git",
            "reference": "29e6fff09198f98196e6223fc78bf0c70a89ffac"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sensiolabs/SensioGeneratorBundle/zipball/29e6fff09198f98196e6223fc78bf0c70a89ffac",
            "reference": "29e6fff09198f98196e6223fc78bf0c70a89ffac",
            "shasum": ""
        },
        "require": {
            "symfony/console": "~2.0",
            "symfony/framework-bundle": "~2.2"
        },
        "require-dev": {
            "doctrine/orm": "~2.2,>=2.2.3",
            "symfony/doctrine-bridge": "~2.2",
            "twig/twig": "~1.11"
        },
        "time": "2014-11-29 10:12:05",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "2.4.x-dev"
            }
        },
        "installation-source": "dist",
        "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"
    },
    {
        "name": "sonata-project/core-bundle",
        "version": "2.3.0",
        "version_normalized": "2.3.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sonata-project/SonataCoreBundle.git",
            "reference": "60bfa806faa332642a63215e3b6e3607c1e1b13e"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sonata-project/SonataCoreBundle/zipball/60bfa806faa332642a63215e3b6e3607c1e1b13e",
            "reference": "60bfa806faa332642a63215e3b6e3607c1e1b13e",
            "shasum": ""
        },
        "require": {
            "symfony/config": "~2.3",
            "symfony/form": "~2.3",
            "symfony/http-foundation": "~2.3",
            "symfony/translation": "~2.3",
            "twig/twig": "~1.16"
        },
        "require-dev": {
            "doctrine/orm": "~2.4",
            "doctrine/phpcr-odm": "~1.0",
            "friendsofsymfony/rest-bundle": "~1.1",
            "jackalope/jackalope-doctrine-dbal": "~1.0",
            "jms/serializer-bundle": "~0.11",
            "sensio/framework-extra-bundle": "~2.3",
            "sonata-project/exporter": "~1.3"
        },
        "time": "2014-09-09 23:58:27",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "2.3.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Sonata\\CoreBundle\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Sonata Community",
                "homepage": "https://github.com/sonata-project/SonataCoreBundle/contributors"
            },
            {
                "name": "Thomas Rabaix",
                "email": "thomas.rabaix@sonata-project.org"
            }
        ],
        "description": "Symfony SonataCoreBundle",
        "homepage": "http://sonata-project.org/bundles/core",
        "keywords": [
            "sonata"
        ]
    },
    {
        "name": "sonata-project/cache",
        "version": "1.0.4",
        "version_normalized": "1.0.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sonata-project/cache.git",
            "reference": "548b14c49474ed006543336d8f0be093089a3797"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sonata-project/cache/zipball/548b14c49474ed006543336d8f0be093089a3797",
            "reference": "548b14c49474ed006543336d8f0be093089a3797",
            "shasum": ""
        },
        "require-dev": {
            "doctrine/orm": "~2.2",
            "doctrine/phpcr-odm": "~1.0",
            "jackalope/jackalope-doctrine-dbal": "~1.0",
            "predis/predis": "~0.8,<1.0",
            "psr/log": "~1.0"
        },
        "suggest": {
            "doctrine/orm": "ORM support",
            "doctrine/phpcr-odm": "PHPCR ODM support",
            "ext-apc": "Caching with ext/apc",
            "ext-memcached": "Caching with ext/memcached",
            "predis/predis": "Install redis php"
        },
        "time": "2014-07-02 20:57:41",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Sonata\\Cache\\Tests\\": "test/",
                "Sonata\\Cache\\": "lib/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Thomas Rabaix",
                "email": "thomas.rabaix@gmail.com",
                "homepage": "http://sonata-project.org/"
            }
        ],
        "description": "Cache library",
        "homepage": "https://github.com/sonata-project/cache",
        "keywords": [
            "cache",
            "memcached",
            "mongodb",
            "redis"
        ]
    },
    {
        "name": "sonata-project/block-bundle",
        "version": "2.2.13",
        "version_normalized": "2.2.13.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sonata-project/SonataBlockBundle.git",
            "reference": "ec47e5152ea9a2ea98cb284aa873d37edf903cd7"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sonata-project/SonataBlockBundle/zipball/ec47e5152ea9a2ea98cb284aa873d37edf903cd7",
            "reference": "ec47e5152ea9a2ea98cb284aa873d37edf903cd7",
            "shasum": ""
        },
        "require": {
            "doctrine/common": "~2.3",
            "sonata-project/cache": "~1.0",
            "sonata-project/core-bundle": "~2.2",
            "symfony/form": "~2.2",
            "symfony/http-kernel": "~2.2"
        },
        "require-dev": {
            "knplabs/knp-menu-bundle": "~2.0",
            "sonata-project/admin-bundle": "~2.2"
        },
        "suggest": {
            "knplabs/knp-menu-bundle": "~2.0",
            "sonata-project/admin-bundle": "~2.2",
            "sonata-project/cache-bundle": "~2.1"
        },
        "time": "2014-09-11 10:42:35",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "2.2.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Sonata\\BlockBundle\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Thomas Rabaix",
                "email": "thomas.rabaix@sonata-project.org",
                "homepage": "http://sonata-project.org"
            },
            {
                "name": "Sonata Community",
                "homepage": "https://github.com/sonata-project/SonataBlockBundle/contributors"
            }
        ],
        "description": "Symfony SonataBlockBundle",
        "homepage": "http://sonata-project.org/bundles/block",
        "keywords": [
            "block",
            "sonata"
        ]
    },
    {
        "name": "sonata-project/exporter",
        "version": "1.3.4",
        "version_normalized": "1.3.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sonata-project/exporter.git",
            "reference": "8a88328ccdd1ca1471dd14483a4396350fbda91c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sonata-project/exporter/zipball/8a88328ccdd1ca1471dd14483a4396350fbda91c",
            "reference": "8a88328ccdd1ca1471dd14483a4396350fbda91c",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "require-dev": {
            "propel/propel1": "~1.6",
            "symfony/property-access": "~2.2",
            "symfony/routing": "*"
        },
        "suggest": {
            "ext-curl": "*",
            "propel/propel1": "~1.6",
            "symfony/property-access": "~2.2",
            "symfony/routing": "*"
        },
        "time": "2014-09-11 09:05:40",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Exporter": "lib/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Thomas Rabaix",
                "email": "thomas.rabaix@gmail.com",
                "homepage": "http://sonata-project.org/"
            }
        ],
        "description": "Lightweight Exporter library",
        "homepage": "https://github.com/sonata-project/Exporter",
        "keywords": [
            "client",
            "csv",
            "data",
            "export",
            "xls"
        ]
    },
    {
        "name": "sonata-project/admin-bundle",
        "version": "2.3.0",
        "version_normalized": "2.3.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sonata-project/SonataAdminBundle.git",
            "reference": "68a836e5dbcb89a9bec36586186d4fdf3fedf6f5"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sonata-project/SonataAdminBundle/zipball/68a836e5dbcb89a9bec36586186d4fdf3fedf6f5",
            "reference": "68a836e5dbcb89a9bec36586186d4fdf3fedf6f5",
            "shasum": ""
        },
        "require": {
            "doctrine/common": "~2.2",
            "knplabs/knp-menu": ">=1.1.0,<3.0.0",
            "knplabs/knp-menu-bundle": ">=1.1.0,<3.0.0",
            "sensio/generator-bundle": "~2.3",
            "sonata-project/block-bundle": "~2.2,>=2.2.7",
            "sonata-project/core-bundle": "~2.2",
            "sonata-project/exporter": "~1.0",
            "symfony/class-loader": "~2.3",
            "symfony/config": "~2.3",
            "symfony/console": "~2.3",
            "symfony/form": "~2.3",
            "symfony/http-foundation": "~2.3",
            "symfony/routing": "~2.3",
            "symfony/security-bundle": "~2.3",
            "symfony/twig-bridge": "~2.3",
            "symfony/validator": "~2.3",
            "twig/extensions": "~1.0",
            "twig/twig": "~1.15"
        },
        "require-dev": {
            "jms/translation-bundle": "~1.1",
            "sonata-project/intl-bundle": "~2.1",
            "symfony/yaml": "~2.3"
        },
        "suggest": {
            "jms/translation-bundle": "Extract message keys from Admins",
            "sonata-project/intl-bundle": "Add localized date and number into the list"
        },
        "time": "2014-09-09 13:52:07",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "2.3.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Sonata\\AdminBundle\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Thomas Rabaix",
                "email": "thomas.rabaix@sonata-project.org",
                "homepage": "http://sonata-project.org"
            },
            {
                "name": "Sonata Community",
                "homepage": "https://github.com/sonata-project/SonataAdminBundle/contributors"
            }
        ],
        "description": "Symfony SonataAdminBundle",
        "homepage": "http://sonata-project.org/bundles/admin",
        "keywords": [
            "Admin Generator",
            "admin",
            "bootstrap",
            "sonata"
        ]
    },
    {
        "name": "gedmo/doctrine-extensions",
        "version": "v2.3.9",
        "version_normalized": "2.3.9.0",
        "source": {
            "type": "git",
            "url": "https://github.com/Atlantic18/DoctrineExtensions.git",
            "reference": "35adcaae1a3f50d0d5b73aa50ed8fd28ee35ce54"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Atlantic18/DoctrineExtensions/zipball/35adcaae1a3f50d0d5b73aa50ed8fd28ee35ce54",
            "reference": "35adcaae1a3f50d0d5b73aa50ed8fd28ee35ce54",
            "shasum": ""
        },
        "require": {
            "doctrine/common": ">=2.2,<2.5-dev",
            "php": ">=5.3.2"
        },
        "require-dev": {
            "doctrine/common": ">=2.4.0-RC3",
            "doctrine/dbal": ">=2.4.0-RC1",
            "doctrine/mongodb": ">=1.0.3",
            "doctrine/mongodb-odm": ">=1.0.0-BETA9",
            "doctrine/orm": ">=2.4.0-RC1",
            "symfony/yaml": "2.3.1"
        },
        "suggest": {
            "doctrine/dbal": ">=2.3.2",
            "doctrine/mongodb": ">=1.0.1",
            "doctrine/mongodb-odm": ">=1.0.0-BETA7",
            "doctrine/orm": ">=2.3.2"
        },
        "time": "2014-01-12 16:34:06",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.3.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Gedmo\\": "lib/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "David Buchmann",
                "email": "david@liip.ch"
            },
            {
                "name": "Gediminas Morkevicius",
                "email": "gediminas.morkevicius@gmail.com"
            },
            {
                "name": "Gustavo Falco",
                "email": "comfortablynumb84@gmail.com"
            }
        ],
        "description": "Doctrine2 behavioral extensions",
        "homepage": "http://gediminasm.org/",
        "keywords": [
            "Blameable",
            "behaviors",
            "doctrine2",
            "extensions",
            "gedmo",
            "loggable",
            "nestedset",
            "sluggable",
            "sortable",
            "timestampable",
            "translatable",
            "tree",
            "uploadable"
        ]
    },
    {
        "name": "stof/doctrine-extensions-bundle",
        "version": "v1.1.0",
        "version_normalized": "1.1.0.0",
        "target-dir": "Stof/DoctrineExtensionsBundle",
        "source": {
            "type": "git",
            "url": "https://github.com/stof/StofDoctrineExtensionsBundle.git",
            "reference": "0aa21137bcae43241ffa047946bbdd46b91a2b0a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/stof/StofDoctrineExtensionsBundle/zipball/0aa21137bcae43241ffa047946bbdd46b91a2b0a",
            "reference": "0aa21137bcae43241ffa047946bbdd46b91a2b0a",
            "shasum": ""
        },
        "require": {
            "gedmo/doctrine-extensions": "2.3.*",
            "php": ">=5.3.2",
            "symfony/framework-bundle": "~2.1"
        },
        "suggest": {
            "doctrine/doctrine-bundle": "to use the ORM extensions",
            "doctrine/mongodb-odm-bundle": "to use the MongoDB ODM extensions"
        },
        "time": "2013-06-23 16:53:41",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "1.1.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Stof\\DoctrineExtensionsBundle": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Christophe Coevoet",
                "email": "stof@notk.org"
            }
        ],
        "description": "Integration of the gedmo/doctrine-extensions with Symfony2",
        "homepage": "https://github.com/stof/StofDoctrineExtensionsBundle",
        "keywords": [
            "behaviors",
            "doctrine2",
            "extensions",
            "gedmo",
            "loggable",
            "nestedset",
            "sluggable",
            "sortable",
            "timestampable",
            "translatable",
            "tree"
        ]
    },
    {
        "name": "sonata-project/doctrine-orm-admin-bundle",
        "version": "2.3.0",
        "version_normalized": "2.3.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sonata-project/SonataDoctrineORMAdminBundle.git",
            "reference": "1ab6b728ef03d6565bdde6b0c2b65a9e7a2659b9"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sonata-project/SonataDoctrineORMAdminBundle/zipball/1ab6b728ef03d6565bdde6b0c2b65a9e7a2659b9",
            "reference": "1ab6b728ef03d6565bdde6b0c2b65a9e7a2659b9",
            "shasum": ""
        },
        "require": {
            "doctrine/orm": "~2.3",
            "sonata-project/admin-bundle": "~2.3@dev",
            "sonata-project/exporter": "~1.3,>=1.3.1",
            "symfony/console": "~2.3",
            "symfony/doctrine-bridge": "~2.2",
            "symfony/form": "~2.3",
            "symfony/framework-bundle": "~2.2",
            "symfony/security": "~2.3"
        },
        "provide": {
            "sonata-project/admin-bundle-persistency-layer": "1.0.0"
        },
        "require-dev": {
            "simplethings/entity-audit-bundle": "~0.1"
        },
        "suggest": {
            "simplethings/entity-audit-bundle": "If you want to support for versioning of entities and their associations."
        },
        "time": "2014-09-01 20:21:38",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "2.3.x-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-4": {
                "Sonata\\DoctrineORMAdminBundle\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Thomas Rabaix",
                "email": "thomas.rabaix@sonata-project.org",
                "homepage": "http://sonata-project.org"
            },
            {
                "name": "Sonata Community",
                "homepage": "https://github.com/sonata-project/SonataDoctrineORMAdminBundle/contributors"
            }
        ],
        "description": "Symfony Sonata / Integrate Doctrine ORM into the SonataAdminBundle",
        "homepage": "http://sonata-project.org/bundles/admin",
        "keywords": [
            "Admin Generator",
            "admin",
            "bootstrap",
            "generator",
            "sonata"
        ]
    },
    {
        "name": "symfony/swiftmailer-bundle",
        "version": "v2.3.8",
        "version_normalized": "2.3.8.0",
        "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"
        },
        "time": "2014-12-01 17:44:50",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "2.3-dev"
            }
        },
        "installation-source": "dist",
        "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"
    },
    {
        "name": "sensio/framework-extra-bundle",
        "version": "v3.0.4",
        "version_normalized": "3.0.4.0",
        "target-dir": "Sensio/Bundle/FrameworkExtraBundle",
        "source": {
            "type": "git",
            "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git",
            "reference": "b3bc3e67c8b6b68b18d727012183520d35ee762a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/b3bc3e67c8b6b68b18d727012183520d35ee762a",
            "reference": "b3bc3e67c8b6b68b18d727012183520d35ee762a",
            "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/security-bundle": ""
        },
        "time": "2014-12-02 09:52:52",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "3.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "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"
        ]
    },
    {
        "name": "symfony/symfony",
        "version": "v2.6.0",
        "version_normalized": "2.6.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/symfony.git",
            "reference": "645bb3248db50d653d18929eb0c92b131b4f35ad"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/symfony/zipball/645bb3248db50d653d18929eb0c92b131b4f35ad",
            "reference": "645bb3248db50d653d18929eb0c92b131b4f35ad",
            "shasum": ""
        },
        "require": {
            "doctrine/common": "~2.2",
            "php": ">=5.3.3",
            "psr/log": "~1.0",
            "twig/twig": "~1.12"
        },
        "replace": {
            "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/propel1-bridge": "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.3.1,<0.6-dev",
            "propel/propel1": "~1.6"
        },
        "time": "2014-11-28 15:59:01",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.6-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-0": {
                "Symfony\\": "src/"
            },
            "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": "Symfony Community",
                "homepage": "http://symfony.com/contributors"
            },
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            }
        ],
        "description": "The Symfony PHP framework",
        "homepage": "http://symfony.com",
        "keywords": [
            "framework"
        ]
    },
    {
        "name": "pixassociates/sortable-behavior-bundle",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "target-dir": "Pix/SortableBehaviorBundle",
        "source": {
            "type": "git",
            "url": "https://github.com/pix-digital/pixSortableBehaviorBundle.git",
            "reference": "6d39d387b7d90eb8adc50e6704323c5c6b28dbbb"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/pix-digital/pixSortableBehaviorBundle/zipball/6d39d387b7d90eb8adc50e6704323c5c6b28dbbb",
            "reference": "6d39d387b7d90eb8adc50e6704323c5c6b28dbbb",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0",
            "symfony/form": ">=2.1",
            "symfony/framework-bundle": ">=2.1"
        },
        "require-dev": {
            "gedmo/doctrine-extensions": ">=2.2"
        },
        "suggest": {
            "sonata-project/admin-bundle": "Can be easily integrated with Sonata Admin bundle",
            "stof/doctrine-extensions-bundle": "1.1.*@dev"
        },
        "time": "2014-11-06 15:33:20",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "0.1-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-0": {
                "Pix\\SortableBehaviorBundle": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Nicolas Ricci",
                "email": "nr@pix-digital.com"
            }
        ],
        "description": "Provides a way to sort your admin listing",
        "homepage": "https://github.com/pix-digital/pixSortableBehaviorBundle",
        "keywords": [
            "admin",
            "sonata",
            "sortable"
        ]
    },
    {
        "name": "imagine/imagine",
        "version": "0.6.2",
        "version_normalized": "0.6.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/avalanche123/Imagine.git",
            "reference": "83ca8babede0e54f935ec09d55a726bf4b0a3f7c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/avalanche123/Imagine/zipball/83ca8babede0e54f935ec09d55a726bf4b0a3f7c",
            "reference": "83ca8babede0e54f935ec09d55a726bf4b0a3f7c",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.2"
        },
        "require-dev": {
            "sami/sami": "dev-master"
        },
        "suggest": {
            "ext-gd": "to use the GD implementation",
            "ext-gmagick": "to use the Gmagick implementation",
            "ext-imagick": "to use the Imagick implementation"
        },
        "time": "2014-11-11 11:36:02",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-develop": "0.7-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Imagine": "lib/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Bulat Shakirzyanov",
                "email": "mallluhuct@gmail.com",
                "homepage": "http://avalanche123.com"
            }
        ],
        "description": "Image processing for PHP 5.3",
        "homepage": "http://imagine.readthedocs.org/",
        "keywords": [
            "drawing",
            "graphics",
            "image manipulation",
            "image processing"
        ]
    },
    {
        "name": "liip/imagine-bundle",
        "version": "1.1.1",
        "version_normalized": "1.1.1.0",
        "target-dir": "Liip/ImagineBundle",
        "source": {
            "type": "git",
            "url": "https://github.com/liip/LiipImagineBundle.git",
            "reference": "eacdae21cc9ce8e07ab64d20d5a92529ed49709d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/liip/LiipImagineBundle/zipball/eacdae21cc9ce8e07ab64d20d5a92529ed49709d",
            "reference": "eacdae21cc9ce8e07ab64d20d5a92529ed49709d",
            "shasum": ""
        },
        "require": {
            "imagine/imagine": "~0.5,<0.7",
            "php": ">=5.3.2",
            "symfony/filesystem": "~2.3",
            "symfony/finder": "~2.3",
            "symfony/framework-bundle": "~2.3",
            "symfony/options-resolver": "~2.3"
        },
        "require-dev": {
            "amazonwebservices/aws-sdk-for-php": "~1.0",
            "aws/aws-sdk-php": "~2.4",
            "doctrine/cache": "~1.1",
            "doctrine/mongodb-odm": "1.0.*",
            "doctrine/orm": "~2.3",
            "ext-gd": "*",
            "phpunit/phpunit": "~4.3",
            "psr/log": "~1.0",
            "symfony/browser-kit": "~2.3",
            "symfony/console": "~2.3",
            "symfony/form": "~2.3",
            "symfony/yaml": "~2.3",
            "twig/twig": "~1.0"
        },
        "suggest": {
            "amazonwebservices/aws-sdk-for-php": "Add it if you'd like to use aws v1 resolver",
            "aws/aws-sdk-php": "Add it if you'd like to use aws v2 resolver",
            "monolog/monolog": "If you'd want to write logs",
            "twig/twig": "If you'd want to use some handy twig filters"
        },
        "time": "2014-11-12 10:15:02",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev",
                "dev-0.x": "0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Liip\\ImagineBundle": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Liip and other contributors",
                "homepage": "https://github.com/liip/LiipImagineBundle/contributors"
            }
        ],
        "description": "This Bundle assists in imagine manipulation using the imagine library",
        "homepage": "http://liip.ch",
        "keywords": [
            "image",
            "imagine"
        ]
    },
    {
        "name": "winzou/state-machine",
        "version": "0.2.1",
        "version_normalized": "0.2.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/winzou/state-machine.git",
            "reference": "cfc791b8f1dbb68e0aebbe279b680664d525b8c5"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/winzou/state-machine/zipball/cfc791b8f1dbb68e0aebbe279b680664d525b8c5",
            "reference": "cfc791b8f1dbb68e0aebbe279b680664d525b8c5",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0",
            "symfony/event-dispatcher": "~2.1",
            "symfony/expression-language": "~2.4",
            "symfony/property-access": "~2.1"
        },
        "require-dev": {
            "phpspec/phpspec": "~2.0"
        },
        "time": "2014-11-27 07:10:26",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "SM": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Alexandre Bacco",
                "email": "alexandre.bacco@gmail.com",
                "homepage": "http://alex.bacco.fr"
            }
        ],
        "description": "A very lightweight yet powerful PHP state machine",
        "homepage": "https://github.com/winzou/StateMachine",
        "keywords": [
            "callback",
            "event",
            "state",
            "statemachine"
        ]
    },
    {
        "name": "sylius/resource",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/Sylius/Resource.git",
            "reference": "5e1dc22750f5b719eb876ec16677d6f24ca9415d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Sylius/Resource/zipball/5e1dc22750f5b719eb876ec16677d6f24ca9415d",
            "reference": "5e1dc22750f5b719eb876ec16677d6f24ca9415d",
            "shasum": ""
        },
        "require": {
            "doctrine/collections": "~1.0",
            "doctrine/common": "~2.3",
            "php": ">=5.3.3",
            "symfony/event-dispatcher": "~2.3",
            "winzou/state-machine": "~0.1"
        },
        "require-dev": {
            "phpspec/phpspec": "~2.0"
        },
        "time": "2014-11-04 09:34:12",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "0.12-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-4": {
                "Sylius\\Component\\Resource\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Sylius project",
                "homepage": "http://sylius.org"
            },
            {
                "name": "Community contributions",
                "homepage": "http://github.com/Sylius/Sylius/contributors"
            },
            {
                "name": "Paweł Jędrzejewski",
                "homepage": "http://pjedrzejewski.com"
            }
        ],
        "description": "Basic resource interfaces for PHP applications.",
        "homepage": "http://sylius.org",
        "keywords": [
            "api",
            "doctrine",
            "ecommerce",
            "resource",
            "shop",
            "sylius"
        ]
    },
    {
        "name": "sylius/originator",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/Sylius/Originator.git",
            "reference": "3adb7bad54378cfd60013b28a593279bb102abe9"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Sylius/Originator/zipball/3adb7bad54378cfd60013b28a593279bb102abe9",
            "reference": "3adb7bad54378cfd60013b28a593279bb102abe9",
            "shasum": ""
        },
        "require": {
            "doctrine/common": "~2.3",
            "php": ">=5.3.3",
            "sylius/resource": "0.12.*@dev",
            "symfony/property-access": "~2.3"
        },
        "require-dev": {
            "phpspec/phpspec": "~2.0"
        },
        "time": "2014-11-05 14:10:03",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "0.12-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-4": {
                "Sylius\\Component\\Originator\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Sylius project",
                "homepage": "http://sylius.org"
            },
            {
                "name": "Community contributions",
                "homepage": "http://github.com/Sylius/Sylius/contributors"
            },
            {
                "name": "Paweł Jędrzejewski",
                "homepage": "http://pjedrzejewski.com"
            }
        ],
        "description": "Sylius component that enables storing object origin reference given by type and identifier.",
        "homepage": "http://sylius.org",
        "keywords": [
            "ecommerce",
            "originator",
            "shop",
            "sylius"
        ]
    },
    {
        "name": "sylius/registry",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/Sylius/Registry.git",
            "reference": "58e0652bfc1572d959505e7779f29e0fa75e5017"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Sylius/Registry/zipball/58e0652bfc1572d959505e7779f29e0fa75e5017",
            "reference": "58e0652bfc1572d959505e7779f29e0fa75e5017",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "require-dev": {
            "phpspec/phpspec": "~2.0"
        },
        "time": "2014-11-04 09:34:12",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "0.12-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-4": {
                "Sylius\\Component\\Registry\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Sylius project",
                "homepage": "http://sylius.org"
            },
            {
                "name": "Community contributions",
                "homepage": "http://github.com/Sylius/Sylius/contributors"
            },
            {
                "name": "Paweł Jędrzejewski",
                "homepage": "http://pjedrzejewski.com"
            }
        ],
        "description": "Services registry.",
        "homepage": "http://sylius.org",
        "keywords": [
            "registry",
            "services"
        ]
    },
    {
        "name": "sylius/sequence",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/Sylius/Sequence.git",
            "reference": "82cf2352bb93fa66084a62ee14c52fde47478dac"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Sylius/Sequence/zipball/82cf2352bb93fa66084a62ee14c52fde47478dac",
            "reference": "82cf2352bb93fa66084a62ee14c52fde47478dac",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3",
            "sylius/registry": "0.12.*@dev",
            "sylius/resource": "0.12.*@dev"
        },
        "require-dev": {
            "phpspec/phpspec": "2.0.*"
        },
        "time": "2014-11-04 09:34:12",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "0.12-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-4": {
                "Sylius\\Component\\Sequence\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Sylius project",
                "homepage": "http://sylius.org"
            },
            {
                "name": "Community contributions",
                "homepage": "http://github.com/Sylius/Sylius/contributors"
            },
            {
                "name": "Paweł Jędrzejewski",
                "homepage": "http://pjedrzejewski.com"
            },
            {
                "name": "Alexandre Bacco",
                "homepage": "http://alex.bacco.fr"
            }
        ],
        "description": "Component for handling sequences in PHP projects.",
        "homepage": "http://sylius.org",
        "keywords": [
            "ecommerce",
            "feature",
            "sequence",
            "shop"
        ]
    },
    {
        "name": "sylius/order",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/Sylius/Order.git",
            "reference": "5b9672c9fc651a22601e7cdecf3713ed53a56b6b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Sylius/Order/zipball/5b9672c9fc651a22601e7cdecf3713ed53a56b6b",
            "reference": "5b9672c9fc651a22601e7cdecf3713ed53a56b6b",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3",
            "sylius/originator": "0.12.*@dev",
            "sylius/sequence": "0.12.*@dev"
        },
        "require-dev": {
            "phpspec/phpspec": "~2.0"
        },
        "time": "2014-11-05 14:10:03",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "0.12-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-4": {
                "Sylius\\Component\\Order\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Sylius project",
                "homepage": "http://sylius.org"
            },
            {
                "name": "Community contributions",
                "homepage": "http://github.com/Sylius/Sylius/contributors"
            },
            {
                "name": "Paweł Jędrzejewski",
                "homepage": "http://pjedrzejewski.com"
            }
        ],
        "description": "Orders management library for PHP.",
        "homepage": "http://sylius.org",
        "keywords": [
            "ecommerce",
            "order",
            "sales",
            "shop",
            "webshop"
        ]
    },
    {
        "name": "sylius/cart",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/Sylius/Cart.git",
            "reference": "0809d22db97a9c1d44317a39759419ac96a2c627"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Sylius/Cart/zipball/0809d22db97a9c1d44317a39759419ac96a2c627",
            "reference": "0809d22db97a9c1d44317a39759419ac96a2c627",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3",
            "sylius/order": "0.12.*@dev",
            "sylius/resource": "0.12.*@dev"
        },
        "require-dev": {
            "phpspec/phpspec": "~2.0"
        },
        "time": "2014-11-04 09:34:12",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "0.12-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-4": {
                "Sylius\\Component\\Cart\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Sylius project",
                "homepage": "http://sylius.org"
            },
            {
                "name": "Community contributions",
                "homepage": "http://github.com/Sylius/Sylius/contributors"
            },
            {
                "name": "Paweł Jędrzejewski",
                "homepage": "http://pjedrzejewski.com"
            }
        ],
        "description": "Cart engine for PHP applications.",
        "homepage": "http://sylius.org",
        "keywords": [
            "cart",
            "carts",
            "ecommerce",
            "shop",
            "sylius"
        ]
    },
    {
        "name": "pagerfanta/pagerfanta",
        "version": "v1.0.3",
        "version_normalized": "1.0.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/whiteoctober/Pagerfanta.git",
            "reference": "a874d3612d954dcbbb49e5ffe178890918fb76fb"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/whiteoctober/Pagerfanta/zipball/a874d3612d954dcbbb49e5ffe178890918fb76fb",
            "reference": "a874d3612d954dcbbb49e5ffe178890918fb76fb",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "require-dev": {
            "doctrine/orm": "~2.3",
            "doctrine/phpcr-odm": "1.*",
            "jackalope/jackalope-doctrine-dbal": "1.*",
            "jmikola/geojson": "~1.0",
            "mandango/mandango": "~1.0@dev",
            "mandango/mondator": "~1.0@dev",
            "phpunit/phpunit": "~4",
            "propel/propel1": "~1.6",
            "ruflin/elastica": "~1.3",
            "solarium/solarium": "~3.1"
        },
        "suggest": {
            "doctrine/mongodb-odm": "To use the DoctrineODMMongoDBAdapter.",
            "doctrine/orm": "To use the DoctrineORMAdapter.",
            "doctrine/phpcr-odm": "To use the DoctrineODMPhpcrAdapter. >= 1.1.0",
            "mandango/mandango": "To use the MandangoAdapter.",
            "propel/propel1": "To use the PropelAdapter",
            "solarium/solarium": "To use the SolariumAdapter."
        },
        "time": "2014-10-06 10:57:25",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Pagerfanta\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Pablo Díez",
                "email": "pablodip@gmail.com"
            }
        ],
        "description": "Pagination for PHP 5.3",
        "keywords": [
            "page",
            "pagination",
            "paginator",
            "paging"
        ]
    },
    {
        "name": "white-october/pagerfanta-bundle",
        "version": "v1.0.2",
        "version_normalized": "1.0.2.0",
        "target-dir": "WhiteOctober/PagerfantaBundle",
        "source": {
            "type": "git",
            "url": "https://github.com/whiteoctober/WhiteOctoberPagerfantaBundle.git",
            "reference": "10403c1db34983f81d8c106cd1c47f3139641455"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/whiteoctober/WhiteOctoberPagerfantaBundle/zipball/10403c1db34983f81d8c106cd1c47f3139641455",
            "reference": "10403c1db34983f81d8c106cd1c47f3139641455",
            "shasum": ""
        },
        "require": {
            "pagerfanta/pagerfanta": "1.0.*",
            "symfony/framework-bundle": "~2.2",
            "symfony/property-access": "~2.2",
            "symfony/twig-bundle": "~2.2"
        },
        "require-dev": {
            "phpunit/phpunit": "~3.7",
            "symfony/symfony": "~2.2"
        },
        "time": "2014-01-07 13:33:53",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "WhiteOctober\\PagerfantaBundle": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Pablo Díez",
                "email": "pablodip@gmail.com",
                "homepage": "http://github.com/pablodip"
            }
        ],
        "description": "Bundle to use Pagerfanta with Symfony2",
        "keywords": [
            "page",
            "paging"
        ]
    },
    {
        "name": "phpoption/phpoption",
        "version": "1.4.0",
        "version_normalized": "1.4.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/schmittjoh/php-option.git",
            "reference": "5d099bcf0393908bf4ad69cc47dafb785d51f7f5"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/5d099bcf0393908bf4ad69cc47dafb785d51f7f5",
            "reference": "5d099bcf0393908bf4ad69cc47dafb785d51f7f5",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2014-01-09 22:37:17",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.3-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "PhpOption\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "Apache2"
        ],
        "authors": [
            {
                "name": "Johannes Schmitt",
                "email": "schmittjoh@gmail.com",
                "homepage": "https://github.com/schmittjoh",
                "role": "Developer of wrapped JMSSerializerBundle"
            }
        ],
        "description": "Option Type for PHP",
        "keywords": [
            "language",
            "option",
            "php",
            "type"
        ]
    },
    {
        "name": "phpcollection/phpcollection",
        "version": "0.4.0",
        "version_normalized": "0.4.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/schmittjoh/php-collection.git",
            "reference": "b8bf55a0a929ca43b01232b36719f176f86c7e83"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/schmittjoh/php-collection/zipball/b8bf55a0a929ca43b01232b36719f176f86c7e83",
            "reference": "b8bf55a0a929ca43b01232b36719f176f86c7e83",
            "shasum": ""
        },
        "require": {
            "phpoption/phpoption": "1.*"
        },
        "time": "2014-03-11 13:46:42",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "0.3-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "PhpCollection": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "Apache2"
        ],
        "authors": [
            {
                "name": "Johannes Schmitt",
                "email": "schmittjoh@gmail.com",
                "homepage": "https://github.com/schmittjoh",
                "role": "Developer of wrapped JMSSerializerBundle"
            }
        ],
        "description": "General-Purpose Collection Library for PHP",
        "keywords": [
            "collection",
            "list",
            "map",
            "sequence",
            "set"
        ]
    },
    {
        "name": "jms/metadata",
        "version": "1.5.1",
        "version_normalized": "1.5.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/schmittjoh/metadata.git",
            "reference": "22b72455559a25777cfd28c4ffda81ff7639f353"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/22b72455559a25777cfd28c4ffda81ff7639f353",
            "reference": "22b72455559a25777cfd28c4ffda81ff7639f353",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "require-dev": {
            "doctrine/cache": "~1.0"
        },
        "time": "2014-07-12 07:13:19",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.5.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Metadata\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "Apache"
        ],
        "authors": [
            {
                "name": "Johannes Schmitt",
                "email": "schmittjoh@gmail.com",
                "homepage": "https://github.com/schmittjoh",
                "role": "Developer of wrapped JMSSerializerBundle"
            }
        ],
        "description": "Class/method/property metadata management in PHP",
        "keywords": [
            "annotations",
            "metadata",
            "xml",
            "yaml"
        ]
    },
    {
        "name": "jms/parser-lib",
        "version": "1.0.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/schmittjoh/parser-lib.git",
            "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/schmittjoh/parser-lib/zipball/c509473bc1b4866415627af0e1c6cc8ac97fa51d",
            "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d",
            "shasum": ""
        },
        "require": {
            "phpoption/phpoption": ">=0.9,<2.0-dev"
        },
        "time": "2012-11-18 18:08:43",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "JMS\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "Apache2"
        ],
        "description": "A library for easily creating recursive-descent parsers."
    },
    {
        "name": "jms/serializer",
        "version": "0.16.0",
        "version_normalized": "0.16.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/schmittjoh/serializer.git",
            "reference": "c8a171357ca92b6706e395c757f334902d430ea9"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/c8a171357ca92b6706e395c757f334902d430ea9",
            "reference": "c8a171357ca92b6706e395c757f334902d430ea9",
            "shasum": ""
        },
        "require": {
            "doctrine/annotations": "1.*",
            "jms/metadata": "~1.1",
            "jms/parser-lib": "1.*",
            "php": ">=5.3.2",
            "phpcollection/phpcollection": "~0.1"
        },
        "require-dev": {
            "doctrine/orm": "~2.1",
            "doctrine/phpcr-odm": "~1.0.1",
            "jackalope/jackalope-doctrine-dbal": "1.0.*",
            "propel/propel1": "~1.7",
            "symfony/filesystem": "2.*",
            "symfony/form": "~2.1",
            "symfony/translation": "~2.0",
            "symfony/validator": "~2.0",
            "symfony/yaml": "2.*",
            "twig/twig": ">=1.8,<2.0-dev"
        },
        "suggest": {
            "symfony/yaml": "Required if you'd like to serialize data to YAML format."
        },
        "time": "2014-03-18 08:39:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "0.15-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "JMS\\Serializer": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "Apache2"
        ],
        "authors": [
            {
                "name": "Johannes Schmitt",
                "email": "schmittjoh@gmail.com",
                "homepage": "https://github.com/schmittjoh",
                "role": "Developer of wrapped JMSSerializerBundle"
            }
        ],
        "description": "Library for (de-)serializing data of any complexity; supports XML, JSON, and YAML.",
        "homepage": "http://jmsyst.com/libs/serializer",
        "keywords": [
            "deserialization",
            "jaxb",
            "json",
            "serialization",
            "xml"
        ]
    },
    {
        "name": "jms/serializer-bundle",
        "version": "0.13.0",
        "version_normalized": "0.13.0.0",
        "target-dir": "JMS/SerializerBundle",
        "source": {
            "type": "git",
            "url": "https://github.com/schmittjoh/JMSSerializerBundle.git",
            "reference": "bb15db3e661168f4310fad48b86915ff1ca33795"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/schmittjoh/JMSSerializerBundle/zipball/bb15db3e661168f4310fad48b86915ff1ca33795",
            "reference": "bb15db3e661168f4310fad48b86915ff1ca33795",
            "shasum": ""
        },
        "require": {
            "jms/serializer": "~0.11",
            "php": ">=5.3.2",
            "symfony/framework-bundle": "~2.1"
        },
        "require-dev": {
            "doctrine/doctrine-bundle": "*",
            "doctrine/orm": "*",
            "symfony/browser-kit": "*",
            "symfony/class-loader": "*",
            "symfony/css-selector": "*",
            "symfony/finder": "*",
            "symfony/form": "*",
            "symfony/process": "*",
            "symfony/twig-bundle": "*",
            "symfony/validator": "*",
            "symfony/yaml": "*"
        },
        "suggest": {
            "jms/di-extra-bundle": "Required to get lazy loading (de)serialization visitors, ~1.3"
        },
        "time": "2013-12-05 14:36:11",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "0.13-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "JMS\\SerializerBundle": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "Apache2"
        ],
        "authors": [
            {
                "name": "Johannes Schmitt",
                "email": "schmittjoh@gmail.com",
                "homepage": "https://github.com/schmittjoh",
                "role": "Developer of wrapped JMSSerializerBundle"
            }
        ],
        "description": "Allows you to easily serialize, and deserialize data of any complexity",
        "homepage": "http://jmsyst.com/bundles/JMSSerializerBundle",
        "keywords": [
            "deserialization",
            "jaxb",
            "json",
            "serialization",
            "xml"
        ]
    },
    {
        "name": "willdurand/negotiation",
        "version": "1.3.4",
        "version_normalized": "1.3.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/willdurand/Negotiation.git",
            "reference": "d7fa4ce4a0436915b9ba9f7cb5ff37719f0a834c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/willdurand/Negotiation/zipball/d7fa4ce4a0436915b9ba9f7cb5ff37719f0a834c",
            "reference": "d7fa4ce4a0436915b9ba9f7cb5ff37719f0a834c",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2014-10-02 07:26:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.3-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Negotiation": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "William Durand",
                "email": "william.durand1@gmail.com"
            }
        ],
        "description": "Content Negotiation tools for PHP provided as a standalone library.",
        "homepage": "http://williamdurand.fr/Negotiation/",
        "keywords": [
            "accept",
            "content",
            "format",
            "header",
            "negotiation"
        ]
    },
    {
        "name": "willdurand/jsonp-callback-validator",
        "version": "v1.1.0",
        "version_normalized": "1.1.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/willdurand/JsonpCallbackValidator.git",
            "reference": "1a7d388bb521959e612ef50c5c7b1691b097e909"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/willdurand/JsonpCallbackValidator/zipball/1a7d388bb521959e612ef50c5c7b1691b097e909",
            "reference": "1a7d388bb521959e612ef50c5c7b1691b097e909",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "require-dev": {
            "phpunit/phpunit": "~3.7"
        },
        "time": "2014-01-20 22:35:06",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "JsonpCallbackValidator": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "William Durand",
                "email": "william.durand1@gmail.com",
                "homepage": "http://www.willdurand.fr"
            }
        ],
        "description": "JSONP callback validator."
    },
    {
        "name": "friendsofsymfony/rest-bundle",
        "version": "1.5.0-RC2",
        "version_normalized": "1.5.0.0-RC2",
        "target-dir": "FOS/RestBundle",
        "source": {
            "type": "git",
            "url": "https://github.com/FriendsOfSymfony/FOSRestBundle.git",
            "reference": "6bae13c309ea474041ae868f3648f0e2c5452a14"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/FriendsOfSymfony/FOSRestBundle/zipball/6bae13c309ea474041ae868f3648f0e2c5452a14",
            "reference": "6bae13c309ea474041ae868f3648f0e2c5452a14",
            "shasum": ""
        },
        "require": {
            "doctrine/inflector": "~1.0",
            "php": ">=5.3.9",
            "psr/log": "~1.0",
            "symfony/framework-bundle": "~2.2",
            "willdurand/jsonp-callback-validator": "~1.0",
            "willdurand/negotiation": "~1.2"
        },
        "conflict": {
            "jms/serializer": "<0.12",
            "jms/serializer-bundle": "<0.11"
        },
        "require-dev": {
            "jms/serializer-bundle": "~0.12",
            "sensio/framework-extra-bundle": "~2.2",
            "symfony/form": "~2.2",
            "symfony/security": "~2.2",
            "symfony/serializer": "~2.2",
            "symfony/validator": "~2.2",
            "symfony/yaml": "~2.2"
        },
        "suggest": {
            "jms/serializer-bundle": "Add support for advanced serialization capabilities, recommended, requires ~0.12",
            "sensio/framework-extra-bundle": "Add support for route annotations and the view response listener",
            "symfony/serializer": "Add support for basic serialization capabilities and xml decoding, requires ~2.2",
            "symfony/validator": "Add support for validation capabilities in the ParamFetcher, requires ~2.2"
        },
        "time": "2014-12-02 14:12:56",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "1.5-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "FOS\\RestBundle": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Lukas Kahwe Smith",
                "email": "smith@pooteeweet.org"
            },
            {
                "name": "FriendsOfSymfony Community",
                "homepage": "https://github.com/friendsofsymfony/FOSRestBundle/contributors"
            },
            {
                "name": "Konstantin Kudryashov",
                "email": "ever.zet@gmail.com"
            }
        ],
        "description": "This Bundle provides various tools to rapidly develop RESTful API's with Symfony2",
        "homepage": "http://friendsofsymfony.github.com",
        "keywords": [
            "rest"
        ]
    },
    {
        "name": "sylius/storage",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/Sylius/Storage.git",
            "reference": "2d0b471f6da94f6cd934c747edafa528b50ab97b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Sylius/Storage/zipball/2d0b471f6da94f6cd934c747edafa528b50ab97b",
            "reference": "2d0b471f6da94f6cd934c747edafa528b50ab97b",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "require-dev": {
            "doctrine/cache": "~1.3",
            "phpspec/phpspec": "~2.0",
            "symfony/http-foundation": "~2.3"
        },
        "time": "2014-10-31 15:23:40",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "0.12-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-4": {
                "Sylius\\Component\\Storage\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Sylius project",
                "homepage": "http://sylius.org"
            },
            {
                "name": "Community contributions",
                "homepage": "http://github.com/Sylius/Sylius/contributors"
            },
            {
                "name": "Paweł Jędrzejewski",
                "homepage": "http://pjedrzejewski.com"
            }
        ],
        "description": "Component allowing easily & unified storage handling for PHP applications.",
        "homepage": "http://sylius.org",
        "keywords": [
            "storage"
        ]
    },
    {
        "name": "willdurand/hateoas",
        "version": "v2.3.0",
        "version_normalized": "2.3.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/willdurand/Hateoas.git",
            "reference": "af959579e410bb9f7179a98bf5ee5863259109cb"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/willdurand/Hateoas/zipball/af959579e410bb9f7179a98bf5ee5863259109cb",
            "reference": "af959579e410bb9f7179a98bf5ee5863259109cb",
            "shasum": ""
        },
        "require": {
            "doctrine/annotations": "~1.0",
            "doctrine/common": "~2.0",
            "jms/metadata": "~1.1",
            "jms/serializer": "~0.13@dev",
            "symfony/expression-language": "~2.4"
        },
        "require-dev": {
            "atoum/atoum": "*@dev",
            "hautelook/frankenstein": "~0.1",
            "pagerfanta/pagerfanta": "~1.0",
            "phpunit/phpunit": "~3.7",
            "symfony/dependency-injection": "~2.0",
            "symfony/routing": "~2.0",
            "symfony/yaml": "~2.0",
            "twig/twig": "~1.12"
        },
        "suggest": {
            "symfony/routing": "To use the SymfonyRouteFactory.",
            "symfony/yaml": "To use yaml based configuration.",
            "twig/twig": "To use the Twig extensions."
        },
        "time": "2014-06-03 07:59:14",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.3-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Hateoas": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "William Durand",
                "email": "william.durand1@gmail.com",
                "homepage": "http://www.willdurand.fr"
            },
            {
                "name": "Adrien Brault",
                "email": "adrien.brault@gmail.com"
            }
        ],
        "description": "A PHP library to support implementing representations for HATEOAS REST web services"
    },
    {
        "name": "willdurand/hateoas-bundle",
        "version": "0.4.0",
        "version_normalized": "0.4.0.0",
        "target-dir": "Bazinga/Bundle/HateoasBundle",
        "source": {
            "type": "git",
            "url": "https://github.com/willdurand/BazingaHateoasBundle.git",
            "reference": "38c8307940ac3d23ffe620db733f6e45cccad84c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/willdurand/BazingaHateoasBundle/zipball/38c8307940ac3d23ffe620db733f6e45cccad84c",
            "reference": "38c8307940ac3d23ffe620db733f6e45cccad84c",
            "shasum": ""
        },
        "require": {
            "jms/serializer-bundle": "~0.13",
            "symfony/framework-bundle": "~2.2",
            "willdurand/hateoas": "~2.0"
        },
        "require-dev": {
            "symfony/expression-language": "~2.4",
            "twig/twig": "~1.12"
        },
        "time": "2014-10-14 15:29:47",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Bazinga\\Bundle\\HateoasBundle": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "William Durand",
                "email": "william.durand1@gmail.com"
            }
        ],
        "description": "Integration of Hateoas into Symfony2.",
        "keywords": [
            "HATEOAS",
            "rest"
        ]
    },
    {
        "name": "mathiasverraes/money",
        "version": "1.2.1",
        "version_normalized": "1.2.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/mathiasverraes/money.git",
            "reference": "b9e258119041fed20e4704f72e3ebb94ed10bea2"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/mathiasverraes/money/zipball/b9e258119041fed20e4704f72e3ebb94ed10bea2",
            "reference": "b9e258119041fed20e4704f72e3ebb94ed10bea2",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "require-dev": {
            "phpunit/phpunit": "3.7.*"
        },
        "suggest": {
            "Sylius/SyliusMoneyBundle": "Sylius' Symfony2 integration with Money library",
            "TheBigBrainsCompany/TbbcMoneyBundle": "Very complete Symfony2 bundle with support for Twig, Doctrine, Forms, ...",
            "pink-tie/money-bundle": "Pink-Tie's Symfony2 integration with Money library"
        },
        "time": "2014-10-07 12:54:10",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.3.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Money": "lib"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Mathias Verraes",
                "email": "mathias@verraes.net"
            }
        ],
        "description": "PHP implementation of Fowler's Money pattern",
        "homepage": "http://verraes.net/2011/04/fowler-money-pattern-in-php/",
        "keywords": [
            "Generic Sub-domain",
            "Value Object",
            "money"
        ]
    },
    {
        "name": "sylius/money-bundle",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/Sylius/SyliusMoneyBundle.git",
            "reference": "5ed780a5fa6e636b3a8af5b89303d822fc2cf314"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Sylius/SyliusMoneyBundle/zipball/5ed780a5fa6e636b3a8af5b89303d822fc2cf314",
            "reference": "5ed780a5fa6e636b3a8af5b89303d822fc2cf314",
            "shasum": ""
        },
        "require": {
            "mathiasverraes/money": "*@dev",
            "php": ">=5.3.3",
            "sylius/resource-bundle": "0.12.*@dev",
            "symfony/framework-bundle": "~2.3",
            "symfony/intl": "~2.3"
        },
        "require-dev": {
            "phpspec/phpspec": "~2.0",
            "symfony/form": "~2.3",
            "twig/twig": "~1.0"
        },
        "time": "2014-10-27 21:29:59",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "0.12-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-4": {
                "Sylius\\Bundle\\MoneyBundle\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Sylius project",
                "homepage": "http://sylius.org"
            },
            {
                "name": "Community contributions",
                "homepage": "http://github.com/Sylius/Sylius/contributors"
            },
            {
                "name": "Paweł Jędrzejewski",
                "homepage": "http://pjedrzejewski.com"
            }
        ],
        "description": "Currencies and money formatting engine bundle for Symfony2.",
        "homepage": "http://sylius.org",
        "keywords": [
            "cash",
            "currencies",
            "currency",
            "money"
        ]
    },
    {
        "name": "sylius/sequence-bundle",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/Sylius/SyliusSequenceBundle.git",
            "reference": "717a317fa80c2daff1322fb24446014acdb1f17a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Sylius/SyliusSequenceBundle/zipball/717a317fa80c2daff1322fb24446014acdb1f17a",
            "reference": "717a317fa80c2daff1322fb24446014acdb1f17a",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3",
            "sylius/resource-bundle": "0.12.*@dev",
            "sylius/sequence": "0.12.*@dev",
            "symfony/framework-bundle": "~2.3"
        },
        "require-dev": {
            "phpspec/phpspec": "~2.0"
        },
        "time": "2014-12-09 12:16:11",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "0.12-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-4": {
                "Sylius\\Bundle\\SequenceBundle\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Sylius project",
                "homepage": "http://sylius.org"
            },
            {
                "name": "Community contributions",
                "homepage": "http://github.com/Sylius/Sylius/contributors"
            },
            {
                "name": "Paweł Jędrzejewski",
                "homepage": "http://pjedrzejewski.com"
            },
            {
                "name": "Alexandre Bacco",
                "homepage": "http://alex.bacco.fr"
            }
        ],
        "description": "Sequence system for Symfony2 applications.",
        "homepage": "http://sylius.org",
        "keywords": [
            "config",
            "configuration",
            "ecommerce",
            "sequence",
            "shop",
            "webshop"
        ]
    },
    {
        "name": "sylius/order-bundle",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/Sylius/SyliusOrderBundle.git",
            "reference": "12acb73829331a2d8c48a044cec44202df1e9614"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Sylius/SyliusOrderBundle/zipball/12acb73829331a2d8c48a044cec44202df1e9614",
            "reference": "12acb73829331a2d8c48a044cec44202df1e9614",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3",
            "stof/doctrine-extensions-bundle": "1.1.*",
            "sylius/money-bundle": "0.12.*@dev",
            "sylius/order": "0.12.*@dev",
            "sylius/resource-bundle": "0.12.*@dev",
            "sylius/sequence-bundle": "0.12.*@dev",
            "symfony/framework-bundle": "~2.3"
        },
        "require-dev": {
            "doctrine/orm": "~2.2",
            "phpspec/phpspec": "~2.0",
            "symfony/form": "~2.3",
            "symfony/validator": "~2.3"
        },
        "time": "2014-11-13 00:00:36",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "0.12-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-4": {
                "Sylius\\Bundle\\OrderBundle\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Sylius project",
                "homepage": "http://sylius.org"
            },
            {
                "name": "Community contributions",
                "homepage": "http://github.com/Sylius/Sylius/contributors"
            },
            {
                "name": "Paweł Jędrzejewski",
                "homepage": "http://pjedrzejewski.com"
            }
        ],
        "description": "Sales order management for Symfony2 applications.",
        "homepage": "http://sylius.org",
        "keywords": [
            "ecommerce",
            "order",
            "orders",
            "sales",
            "shop",
            "sylius"
        ]
    },
    {
        "name": "sylius/cart-bundle",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/Sylius/SyliusCartBundle.git",
            "reference": "e098754710f1a593de2ee2fbf63a20dba5776af7"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Sylius/SyliusCartBundle/zipball/e098754710f1a593de2ee2fbf63a20dba5776af7",
            "reference": "e098754710f1a593de2ee2fbf63a20dba5776af7",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3",
            "sylius/cart": "0.12.*@dev",
            "sylius/money-bundle": "0.12.*@dev",
            "sylius/order-bundle": "0.12.*@dev",
            "sylius/resource-bundle": "0.12.*@dev",
            "symfony/framework-bundle": "~2.3"
        },
        "require-dev": {
            "phpspec/phpspec": "~2.0",
            "symfony/form": "~2.3",
            "symfony/validator": "~2.3",
            "twig/twig": "~1.0"
        },
        "time": "2014-10-31 15:42:33",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "0.12-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-4": {
                "Sylius\\Bundle\\CartBundle\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Sylius project",
                "homepage": "http://sylius.org"
            },
            {
                "name": "Community contributions",
                "homepage": "http://github.com/Sylius/Sylius/contributors"
            },
            {
                "name": "Paweł Jędrzejewski",
                "homepage": "http://pjedrzejewski.com"
            }
        ],
        "description": "Cart engine for your next Symfony2 application.",
        "homepage": "http://sylius.org",
        "keywords": [
            "cart",
            "carts",
            "ecommerce",
            "shop",
            "sylius"
        ]
    },
    {
        "name": "sylius/resource-bundle",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/Sylius/SyliusResourceBundle.git",
            "reference": "e0d4f9c3567428d74c01d5c2fe73faaf74d120a9"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Sylius/SyliusResourceBundle/zipball/e0d4f9c3567428d74c01d5c2fe73faaf74d120a9",
            "reference": "e0d4f9c3567428d74c01d5c2fe73faaf74d120a9",
            "shasum": ""
        },
        "require": {
            "doctrine/doctrine-bundle": "~1.3",
            "friendsofsymfony/rest-bundle": "~1.5",
            "jms/serializer-bundle": "~0.13",
            "php": ">=5.3.3",
            "sylius/resource": "0.12.*@dev",
            "sylius/storage": "0.12.*@dev",
            "symfony/expression-language": "~2.4",
            "symfony/form": "~2.3",
            "symfony/framework-bundle": "~2.3",
            "symfony/twig-bundle": "~2.3",
            "white-october/pagerfanta-bundle": "~1.0",
            "willdurand/hateoas-bundle": "@stable"
        },
        "require-dev": {
            "doctrine/mongodb-odm": "1.0.*@dev",
            "doctrine/orm": "~2.3",
            "doctrine/phpcr-bundle": "~1.1",
            "phpspec/phpspec": "~2.0",
            "twig/twig": "~1.11"
        },
        "suggest": {
            "doctrine/mongodb-odm": "1.0.*@dev",
            "doctrine/orm": "~2.3",
            "doctrine/phpcr-bundle": "~1.1"
        },
        "time": "2014-12-04 09:25:08",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "0.12-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-4": {
                "Sylius\\Bundle\\ResourceBundle\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Sylius project",
                "homepage": "http://sylius.org"
            },
            {
                "name": "Community contributions",
                "homepage": "http://github.com/Sylius/Sylius/contributors"
            },
            {
                "name": "Paweł Jędrzejewski",
                "homepage": "http://pjedrzejewski.com"
            }
        ],
        "description": "Resource component for Sylius.",
        "homepage": "http://sylius.org",
        "keywords": [
            "persistence",
            "resource",
            "storage",
            "sylius"
        ]
    },
    {
        "name": "knplabs/knp-menu",
        "version": "v2.0.1",
        "version_normalized": "2.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/KnpLabs/KnpMenu.git",
            "reference": "5758d0026d7ed00c8dd4727e413918cf2dc74c1a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/KnpLabs/KnpMenu/zipball/5758d0026d7ed00c8dd4727e413918cf2dc74c1a",
            "reference": "5758d0026d7ed00c8dd4727e413918cf2dc74c1a",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "require-dev": {
            "pimple/pimple": "1.0.*",
            "silex/silex": "1.0.*",
            "twig/twig": ">=1.2,<2.0-dev"
        },
        "suggest": {
            "pimple/pimple": "for the built-in implementations of the menu provider and renderer provider",
            "silex/silex": "for the integration with your silex application",
            "twig/twig": "for the TwigRenderer and the integration with your templates"
        },
        "time": "2014-08-01 09:50:16",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Knp\\Menu\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Christophe Coevoet",
                "email": "stof@notk.org"
            },
            {
                "name": "Knplabs",
                "homepage": "http://knplabs.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://github.com/KnpLabs/KnpMenu/contributors"
            }
        ],
        "description": "An object oriented menu library",
        "homepage": "http://knplabs.com",
        "keywords": [
            "menu",
            "tree"
        ]
    },
    {
        "name": "knplabs/knp-menu-bundle",
        "version": "v2.0.0",
        "version_normalized": "2.0.0.0",
        "target-dir": "Knp/Bundle/MenuBundle",
        "source": {
            "type": "git",
            "url": "https://github.com/KnpLabs/KnpMenuBundle.git",
            "reference": "bdfc95da5ff7e4e67f948aaa9ea5da835a3a9088"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/KnpLabs/KnpMenuBundle/zipball/bdfc95da5ff7e4e67f948aaa9ea5da835a3a9088",
            "reference": "bdfc95da5ff7e4e67f948aaa9ea5da835a3a9088",
            "shasum": ""
        },
        "require": {
            "knplabs/knp-menu": "~2.0",
            "symfony/framework-bundle": "~2.0"
        },
        "time": "2014-08-01 09:57:23",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "2.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Knp\\Bundle\\MenuBundle": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Christophe Coevoet",
                "email": "stof@notk.org"
            },
            {
                "name": "Knplabs",
                "homepage": "http://knplabs.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://github.com/KnpLabs/KnpMenuBundle/contributors"
            }
        ],
        "description": "This bundle provides an integration of the KnpMenu library",
        "keywords": [
            "menu"
        ]
    },
    {
        "name": "friendsofsymfony/jsrouting-bundle",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "target-dir": "FOS/JsRoutingBundle",
        "source": {
            "type": "git",
            "url": "https://github.com/FriendsOfSymfony/FOSJsRoutingBundle.git",
            "reference": "8f549586e8dfe16393f1c5ed2705bbc765c3ac20"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/FriendsOfSymfony/FOSJsRoutingBundle/zipball/8f549586e8dfe16393f1c5ed2705bbc765c3ac20",
            "reference": "8f549586e8dfe16393f1c5ed2705bbc765c3ac20",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.2",
            "symfony/console": "~2.3",
            "symfony/framework-bundle": "~2.3",
            "symfony/serializer": "~2.0",
            "willdurand/jsonp-callback-validator": "~1.0"
        },
        "time": "2015-01-04 12:51:34",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "2.0-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-0": {
                "FOS\\JsRoutingBundle": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "FriendsOfSymfony Community",
                "homepage": "https://github.com/friendsofsymfony/FOSJsRoutingBundle/contributors"
            },
            {
                "name": "William Durand",
                "email": "william.durand1@gmail.com"
            }
        ],
        "description": "A pretty nice way to expose your Symfony2 routing to client applications.",
        "homepage": "http://friendsofsymfony.github.com",
        "keywords": [
            "Js Routing",
            "javascript",
            "routing"
        ]
    },
    {
        "name": "sylius/settings-bundle",
        "version": "v0.12.0",
        "version_normalized": "0.12.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/Sylius/SyliusSettingsBundle.git",
            "reference": "b57a91e4c45f96aae56e4d1b9ec7bfeec0d3cb20"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Sylius/SyliusSettingsBundle/zipball/b57a91e4c45f96aae56e4d1b9ec7bfeec0d3cb20",
            "reference": "b57a91e4c45f96aae56e4d1b9ec7bfeec0d3cb20",
            "shasum": ""
        },
        "require": {
            "doctrine/doctrine-cache-bundle": "~1.0",
            "php": ">=5.3.3",
            "sylius/resource-bundle": "0.12.*@dev",
            "symfony/framework-bundle": "~2.3"
        },
        "require-dev": {
            "phpspec/phpspec": "~2.0",
            "symfony/form": "~2.3",
            "symfony/validator": "~2.3"
        },
        "time": "2014-10-27 21:29:59",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "0.12-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Sylius\\Bundle\\SettingsBundle\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Sylius project",
                "homepage": "http://sylius.org"
            },
            {
                "name": "Community contributions",
                "homepage": "http://github.com/Sylius/Sylius/contributors"
            },
            {
                "name": "Paweł Jędrzejewski",
                "homepage": "http://pjedrzejewski.com"
            }
        ],
        "description": "Settings system for Symfony2 applications, editable via web user interface.",
        "homepage": "http://sylius.org",
        "keywords": [
            "Settings",
            "config",
            "configuration",
            "ecommerce",
            "shop",
            "webshop"
        ]
    },
    {
        "name": "sonata-project/intl-bundle",
        "version": "2.2.1",
        "version_normalized": "2.2.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sonata-project/SonataIntlBundle.git",
            "reference": "0aa5e8997b0814986654a13569d532284451e9c3"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sonata-project/SonataIntlBundle/zipball/0aa5e8997b0814986654a13569d532284451e9c3",
            "reference": "0aa5e8997b0814986654a13569d532284451e9c3",
            "shasum": ""
        },
        "require": {
            "symfony/dependency-injection": "~2.2",
            "symfony/http-kernel": "~2.2",
            "symfony/locale": "~2.2",
            "symfony/templating": "~2.2",
            "twig/twig": "*"
        },
        "require-dev": {
            "sonata-project/user-bundle": "~2.2",
            "symfony/security": "~2.2"
        },
        "time": "2014-02-14 14:25:22",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "2.2.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Sonata\\IntlBundle\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Thomas Rabaix",
                "email": "thomas.rabaix@sonata-project.org",
                "homepage": "http://sonata-project.org"
            },
            {
                "name": "Sonata Community",
                "homepage": "https://github.com/sonata-project/SonataIntlBundle/contributors"
            }
        ],
        "description": "Symfony SonataIntlBundle",
        "homepage": "http://sonata-project.org/bundles/intl",
        "keywords": [
            "date",
            "intl",
            "number",
            "sonata",
            "time"
        ]
    }
]
