[
    {
        "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": "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": "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": "http://jmsyst.com",
                "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/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": "http://jmsyst.com",
                "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.0",
        "version_normalized": "1.3.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/cache.git",
            "reference": "e16d7adf45664a50fa86f515b6d5e7f670130449"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/cache/zipball/e16d7adf45664a50fa86f515b6d5e7f670130449",
            "reference": "e16d7adf45664a50fa86f515b6d5e7f670130449",
            "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": "2013-10-25 19:04:14",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Doctrine\\Common\\Cache\\": "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": "http://jmsyst.com",
                "role": "Developer of wrapped JMSSerializerBundle"
            }
        ],
        "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": "http://jmsyst.com",
                "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/dbal",
        "version": "v2.4.2",
        "version_normalized": "2.4.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/dbal.git",
            "reference": "fec965d330c958e175c39e61c3f6751955af32d0"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/dbal/zipball/fec965d330c958e175c39e61c3f6751955af32d0",
            "reference": "fec965d330c958e175c39e61c3f6751955af32d0",
            "shasum": ""
        },
        "require": {
            "doctrine/common": "~2.4",
            "php": ">=5.3.2"
        },
        "require-dev": {
            "phpunit/phpunit": "3.7.*",
            "symfony/console": "~2.0"
        },
        "suggest": {
            "symfony/console": "Allows use of the command line interface"
        },
        "time": "2014-01-01 16:43:57",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Doctrine\\DBAL\\": "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"
            }
        ],
        "description": "Database Abstraction Layer",
        "homepage": "http://www.doctrine-project.org",
        "keywords": [
            "database",
            "dbal",
            "persistence",
            "queryobject"
        ]
    },
    {
        "name": "doctrine/doctrine-bundle",
        "version": "v1.2.0",
        "version_normalized": "1.2.0.0",
        "target-dir": "Doctrine/Bundle/DoctrineBundle",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/DoctrineBundle.git",
            "reference": "765b0d87fcc3e839c74817b7211258cbef3a4fb9"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/765b0d87fcc3e839c74817b7211258cbef3a4fb9",
            "reference": "765b0d87fcc3e839c74817b7211258cbef3a4fb9",
            "shasum": ""
        },
        "require": {
            "doctrine/dbal": ">=2.2,<2.5-dev",
            "jdorn/sql-formatter": "~1.1",
            "php": ">=5.3.2",
            "symfony/doctrine-bridge": "~2.2",
            "symfony/framework-bundle": "~2.2"
        },
        "require-dev": {
            "doctrine/orm": ">=2.2,<2.5-dev",
            "symfony/validator": "~2.2",
            "symfony/yaml": "~2.2"
        },
        "suggest": {
            "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.",
            "symfony/web-profiler-bundle": "to use the data collector"
        },
        "time": "2013-03-25 20:13:59",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "1.2.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Doctrine\\Bundle\\DoctrineBundle": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com",
                "homepage": "http://fabien.potencier.org",
                "role": "Lead Developer"
            },
            {
                "name": "Symfony Community",
                "homepage": "http://symfony.com/contributors"
            },
            {
                "name": "Benjamin Eberlei",
                "email": "kontakt@beberlei.de"
            }
        ],
        "description": "Symfony DoctrineBundle",
        "homepage": "http://www.doctrine-project.org",
        "keywords": [
            "database",
            "dbal",
            "orm",
            "persistence"
        ]
    },
    {
        "name": "kriswallsmith/assetic",
        "version": "v1.1.2",
        "version_normalized": "1.1.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/kriswallsmith/assetic.git",
            "reference": "735cffd3982c6e8cdebe292d5db39d077f65890f"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/kriswallsmith/assetic/zipball/735cffd3982c6e8cdebe292d5db39d077f65890f",
            "reference": "735cffd3982c6e8cdebe292d5db39d077f65890f",
            "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": "*",
            "phpunit/phpunit": "~3.7",
            "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",
            "ptachoire/cssembed": "Assetic provides the integration with phpcssembed to embed data uris",
            "twig/twig": "Assetic provides the integration with the Twig templating engine"
        },
        "time": "2013-07-19 00:03:27",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.1-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.3.0",
        "version_normalized": "2.3.0.0",
        "target-dir": "Symfony/Bundle/AsseticBundle",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/AsseticBundle.git",
            "reference": "146dd3cb46b302bd471560471c6aaa930483dac1"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/AsseticBundle/zipball/146dd3cb46b302bd471560471c6aaa930483dac1",
            "reference": "146dd3cb46b302bd471560471c6aaa930483dac1",
            "shasum": ""
        },
        "require": {
            "kriswallsmith/assetic": "~1.1",
            "php": ">=5.3.0",
            "symfony/framework-bundle": "~2.1"
        },
        "require-dev": {
            "symfony/class-loader": "~2.1",
            "symfony/console": "~2.1",
            "symfony/css-selector": "~2.1",
            "symfony/dom-crawler": "~2.1",
            "symfony/form": "~2.1",
            "symfony/twig-bundle": "~2.1",
            "symfony/yaml": "~2.1"
        },
        "suggest": {
            "symfony/twig-bundle": "~2.1"
        },
        "time": "2013-05-16 05:32:23",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "2.1.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "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": "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": "sonata-project/cache",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "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": "source",
        "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/cache-bundle",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/sonata-project/SonataCacheBundle.git",
            "reference": "edce4fc365c003a294aff739da22bd8cd2d17296"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sonata-project/SonataCacheBundle/zipball/edce4fc365c003a294aff739da22bd8cd2d17296",
            "reference": "edce4fc365c003a294aff739da22bd8cd2d17296",
            "shasum": ""
        },
        "require": {
            "sonata-project/cache": "~1.0",
            "symfony/filesystem": "~2.2",
            "symfony/http-foundation": "~2.2",
            "symfony/process": "~2.2",
            "symfony/routing": "~2.2",
            "symfony/security": "~2.2"
        },
        "require-dev": {
            "doctrine/orm": "~2.2",
            "predis/predis": "~0.8",
            "sonata-project/cache": "~1.0,>=1.0.2"
        },
        "suggest": {
            "doctrine/doctrine-bundle": "ORM support",
            "doctrine/orm": "ORM support",
            "doctrine/phpcr-bundle": "PHPCR ODM 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-06-19 10:52:42",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "2.2.x-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-4": {
                "Sonata\\CacheBundle\\": ""
            }
        },
        "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/SonataCacheBundle/contributors"
            }
        ],
        "description": "This bundle provides caching services",
        "homepage": "https://github.com/sonata-project/SonataCacheBundle",
        "keywords": [
            "cache block"
        ]
    },
    {
        "name": "friendsofsymfony/user-bundle",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "target-dir": "FOS/UserBundle",
        "source": {
            "type": "git",
            "url": "https://github.com/FriendsOfSymfony/FOSUserBundle.git",
            "reference": "ba3e09980f348be691915ce0dc63964033162e6c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/FriendsOfSymfony/FOSUserBundle/zipball/ba3e09980f348be691915ce0dc63964033162e6c",
            "reference": "ba3e09980f348be691915ce0dc63964033162e6c",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.2",
            "symfony/form": "~2.1",
            "symfony/framework-bundle": "~2.1",
            "symfony/security-bundle": "~2.1"
        },
        "require-dev": {
            "doctrine/doctrine-bundle": "*",
            "swiftmailer/swiftmailer": ">=4.3, <6.0",
            "symfony/validator": "~2.1",
            "symfony/yaml": "~2.1",
            "twig/twig": "~1.5",
            "willdurand/propel-typehintable-behavior": "dev-master"
        },
        "suggest": {
            "willdurand/propel-typehintable-behavior": "Needed when using the propel implementation"
        },
        "time": "2014-07-04 14:20:21",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "2.0.x-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-0": {
                "FOS\\UserBundle": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Christophe Coevoet",
                "email": "stof@notk.org"
            },
            {
                "name": "Thibault Duplessis",
                "email": "thibault.duplessis@gmail.com",
                "homepage": "http://ornicar.github.com"
            },
            {
                "name": "FriendsOfSymfony Community",
                "homepage": "https://github.com/friendsofsymfony/FOSUserBundle/contributors"
            }
        ],
        "description": "Symfony FOSUserBundle",
        "homepage": "http://friendsofsymfony.github.com",
        "keywords": [
            "User management"
        ]
    },
    {
        "name": "madalynn/plum",
        "version": "v1.1",
        "version_normalized": "1.1.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/aerialls/Plum.git",
            "reference": "d2d10a9769942ba3cf66bd29457f1ed38fa5e72f"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/aerialls/Plum/zipball/d2d10a9769942ba3cf66bd29457f1ed38fa5e72f",
            "reference": "d2d10a9769942ba3cf66bd29457f1ed38fa5e72f",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.2"
        },
        "time": "2012-04-08 23:39:01",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Plum": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Julien Brochet",
                "email": "mewt@madalynn.eu",
                "homepage": "http://julien.brochet.me"
            }
        ],
        "description": "An object oriented deployer library",
        "homepage": "http://www.madalynn.eu",
        "keywords": [
            "deploy",
            "rsync",
            "ssh"
        ]
    },
    {
        "name": "madalynn/plum-bundle",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "target-dir": "Madalynn/Bundle/PlumBundle",
        "source": {
            "type": "git",
            "url": "https://github.com/aerialls/MadalynnPlumBundle.git",
            "reference": "6f7032db7c31d8fcbf378c266cd82f032a2ee963"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/aerialls/MadalynnPlumBundle/zipball/6f7032db7c31d8fcbf378c266cd82f032a2ee963",
            "reference": "6f7032db7c31d8fcbf378c266cd82f032a2ee963",
            "shasum": ""
        },
        "require": {
            "madalynn/plum": ">=1.1",
            "php": ">=5.3.2",
            "symfony/framework-bundle": "2.*"
        },
        "time": "2012-04-10 14:25:58",
        "type": "symfony-bundle",
        "installation-source": "source",
        "autoload": {
            "psr-0": {
                "Madalynn\\Bundle\\PlumBundle": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Julien Brochet",
                "email": "mewt@madalynn.eu",
                "homepage": "http://julien.brochet.me"
            }
        ],
        "description": "A Symfony2 deploy bundle.",
        "keywords": [
            "deploy",
            "rsync",
            "ssh"
        ]
    },
    {
        "name": "knplabs/knp-menu",
        "version": "1.1.x-dev",
        "version_normalized": "1.1.9999999.9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/KnpLabs/KnpMenu.git",
            "reference": "f8e867268f63f561c1adadd6cbb5d8524f921873"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/KnpLabs/KnpMenu/zipball/f8e867268f63f561c1adadd6cbb5d8524f921873",
            "reference": "f8e867268f63f561c1adadd6cbb5d8524f921873",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "require-dev": {
            "pimple/pimple": "*",
            "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": "2012-06-10 16:20:40",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.1.x-dev"
            }
        },
        "installation-source": "source",
        "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": "1.1.x-dev",
        "version_normalized": "1.1.9999999.9999999-dev",
        "target-dir": "Knp/Bundle/MenuBundle",
        "source": {
            "type": "git",
            "url": "https://github.com/KnpLabs/KnpMenuBundle.git",
            "reference": "2fecac02614e5a006f674dd5dd754eeaeca060b9"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/KnpLabs/KnpMenuBundle/zipball/2fecac02614e5a006f674dd5dd754eeaeca060b9",
            "reference": "2fecac02614e5a006f674dd5dd754eeaeca060b9",
            "shasum": ""
        },
        "require": {
            "knplabs/knp-menu": "~1.1",
            "symfony/framework-bundle": "~2.0"
        },
        "time": "2013-05-25 10:20:03",
        "type": "symfony-bundle",
        "installation-source": "source",
        "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": "Beryllium/CacheBundle",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "target-dir": "Beryllium/CacheBundle",
        "source": {
            "type": "git",
            "url": "https://github.com/beryllium/CacheBundle.git",
            "reference": "68d18777a96f422bdb3c4e10ec44754649bdb3cc"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/beryllium/CacheBundle/zipball/68d18777a96f422bdb3c4e10ec44754649bdb3cc",
            "reference": "68d18777a96f422bdb3c4e10ec44754649bdb3cc",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0",
            "symfony/framework-bundle": "2.*"
        },
        "time": "2013-09-06 19:29:31",
        "type": "symfony-bundle",
        "installation-source": "source",
        "autoload": {
            "psr-0": {
                "Beryllium\\CacheBundle": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Kevin Boyd (aka Beryllium)",
                "homepage": "http://www.beryllium.ca/"
            }
        ],
        "description": "Provides an interface to Memcache for Symfony2 applications",
        "keywords": [
            "cache",
            "memcache"
        ]
    },
    {
        "name": "jms/metadata",
        "version": "1.5.0",
        "version_normalized": "1.5.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/schmittjoh/metadata.git",
            "reference": "88ffa28bc987e4c26229fc84a2e541b6ed4e1459"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/88ffa28bc987e4c26229fc84a2e541b6ed4e1459",
            "reference": "88ffa28bc987e4c26229fc84a2e541b6ed4e1459",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "require-dev": {
            "doctrine/cache": "~1.0"
        },
        "time": "2013-11-05 23:02:36",
        "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 M. Schmitt",
                "email": "schmittjoh@gmail.com",
                "homepage": "http://jmsyst.com",
                "role": "Developer of wrapped JMSSerializerBundle"
            }
        ],
        "description": "Class/method/property metadata management in PHP",
        "keywords": [
            "annotations",
            "metadata",
            "xml",
            "yaml"
        ]
    },
    {
        "name": "jms/cg",
        "version": "1.0.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/schmittjoh/cg-library.git",
            "reference": "ce8ef43dd6bfe6ce54e5e9844ab71be2343bf2fc"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/schmittjoh/cg-library/zipball/ce8ef43dd6bfe6ce54e5e9844ab71be2343bf2fc",
            "reference": "ce8ef43dd6bfe6ce54e5e9844ab71be2343bf2fc",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2012-01-02 20:40:52",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "CG\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "Apache"
        ],
        "authors": [
            {
                "name": "Johannes M. Schmitt",
                "email": "schmittjoh@gmail.com",
                "homepage": "http://jmsyst.com",
                "role": "Developer of wrapped JMSSerializerBundle"
            }
        ],
        "description": "Toolset for generating PHP code",
        "keywords": [
            "code generation"
        ]
    },
    {
        "name": "jms/aop-bundle",
        "version": "1.0.1",
        "version_normalized": "1.0.1.0",
        "target-dir": "JMS/AopBundle",
        "source": {
            "type": "git",
            "url": "https://github.com/schmittjoh/JMSAopBundle.git",
            "reference": "93f41ab85ed409430bc3bab2e0b7c7677f152aa8"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/schmittjoh/JMSAopBundle/zipball/93f41ab85ed409430bc3bab2e0b7c7677f152aa8",
            "reference": "93f41ab85ed409430bc3bab2e0b7c7677f152aa8",
            "shasum": ""
        },
        "require": {
            "jms/cg": "1.*",
            "symfony/framework-bundle": "2.*"
        },
        "time": "2013-07-29 09:34:26",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "1.1.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "JMS\\AopBundle": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "Apache"
        ],
        "authors": [
            {
                "name": "Johannes M. Schmitt",
                "email": "schmittjoh@gmail.com",
                "homepage": "http://jmsyst.com",
                "role": "Developer of wrapped JMSSerializerBundle"
            }
        ],
        "description": "Adds AOP capabilities to Symfony2",
        "keywords": [
            "annotations",
            "aop"
        ]
    },
    {
        "name": "jms/di-extra-bundle",
        "version": "1.4.0",
        "version_normalized": "1.4.0.0",
        "target-dir": "JMS/DiExtraBundle",
        "source": {
            "type": "git",
            "url": "https://github.com/schmittjoh/JMSDiExtraBundle.git",
            "reference": "7fffdb6c96fb922a131af06d773e1e6c5301d070"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/schmittjoh/JMSDiExtraBundle/zipball/7fffdb6c96fb922a131af06d773e1e6c5301d070",
            "reference": "7fffdb6c96fb922a131af06d773e1e6c5301d070",
            "shasum": ""
        },
        "require": {
            "jms/aop-bundle": ">=1.0.0,<1.2-dev",
            "jms/metadata": "1.*",
            "symfony/finder": "~2.1",
            "symfony/framework-bundle": "~2.1",
            "symfony/process": "~2.1"
        },
        "require-dev": {
            "doctrine/doctrine-bundle": "*",
            "doctrine/orm": "*",
            "jms/security-extra-bundle": "1.*",
            "phpcollection/phpcollection": ">=0.1,<0.3-dev",
            "sensio/framework-extra-bundle": "*",
            "symfony/browser-kit": "*",
            "symfony/class-loader": "*",
            "symfony/form": "*",
            "symfony/security-bundle": "*",
            "symfony/twig-bundle": "*",
            "symfony/validator": "*",
            "symfony/yaml": "*"
        },
        "time": "2013-06-08 13:13:40",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "1.3-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "JMS\\DiExtraBundle": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "Apache"
        ],
        "authors": [
            {
                "name": "Johannes M. Schmitt",
                "email": "schmittjoh@gmail.com",
                "homepage": "http://jmsyst.com",
                "role": "Developer of wrapped JMSSerializerBundle"
            }
        ],
        "description": "Allows to configure dependency injection using annotations",
        "homepage": "http://jmsyst.com/bundles/JMSDiExtraBundle",
        "keywords": [
            "annotations",
            "dependency injection"
        ]
    },
    {
        "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 M. Schmitt",
                "email": "schmittjoh@gmail.com",
                "homepage": "http://jmsyst.com",
                "role": "Developer of wrapped JMSSerializerBundle"
            }
        ],
        "description": "Option Type for PHP",
        "keywords": [
            "language",
            "option",
            "php",
            "type"
        ]
    },
    {
        "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/security-extra-bundle",
        "version": "1.5.1",
        "version_normalized": "1.5.1.0",
        "target-dir": "JMS/SecurityExtraBundle",
        "source": {
            "type": "git",
            "url": "https://github.com/schmittjoh/JMSSecurityExtraBundle.git",
            "reference": "f5f6c6df69ceae8b709e57b49fcc2a42d9280bcc"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/schmittjoh/JMSSecurityExtraBundle/zipball/f5f6c6df69ceae8b709e57b49fcc2a42d9280bcc",
            "reference": "f5f6c6df69ceae8b709e57b49fcc2a42d9280bcc",
            "shasum": ""
        },
        "require": {
            "jms/aop-bundle": "~1.0",
            "jms/di-extra-bundle": "~1.3",
            "jms/metadata": "~1.0",
            "jms/parser-lib": "~1.0",
            "symfony/framework-bundle": "~2.1",
            "symfony/security-bundle": "*"
        },
        "require-dev": {
            "doctrine/doctrine-bundle": "*",
            "doctrine/orm": "*",
            "sensio/framework-extra-bundle": "*",
            "symfony/browser-kit": "*",
            "symfony/class-loader": "*",
            "symfony/css-selector": "*",
            "symfony/finder": "*",
            "symfony/form": "*",
            "symfony/process": "*",
            "symfony/twig-bundle": "*",
            "symfony/validator": "*",
            "symfony/yaml": "*"
        },
        "time": "2013-06-09 10:29:54",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "1.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "JMS\\SecurityExtraBundle": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "Apache2"
        ],
        "authors": [
            {
                "name": "Johannes M. Schmitt",
                "email": "schmittjoh@gmail.com",
                "homepage": "http://jmsyst.com",
                "role": "Developer of wrapped JMSSerializerBundle"
            }
        ],
        "description": "Enhances the Symfony2 Security Component by adding several new features",
        "homepage": "http://jmsyst.com/bundles/JMSSecurityExtraBundle",
        "keywords": [
            "annotations",
            "authorization",
            "expression",
            "secure",
            "security"
        ]
    },
    {
        "name": "sonata-project/core-bundle",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/sonata-project/SonataCoreBundle.git",
            "reference": "08a37ea2dae40aafadbe9587090723059a06645f"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sonata-project/SonataCoreBundle/zipball/08a37ea2dae40aafadbe9587090723059a06645f",
            "reference": "08a37ea2dae40aafadbe9587090723059a06645f",
            "shasum": ""
        },
        "require": {
            "symfony/config": "~2.0",
            "symfony/form": "~2.2",
            "symfony/http-foundation": "~2.2",
            "symfony/translation": "~2.2",
            "twig/twig": "~1.12"
        },
        "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.2",
            "sonata-project/exporter": "~1.3"
        },
        "time": "2014-07-01 10:55:39",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "2.2.x-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-4": {
                "Sonata\\CoreBundle\\": ""
            }
        },
        "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/SonataCoreBundle/contributors"
            }
        ],
        "description": "Symfony SonataCoreBundle",
        "homepage": "http://sonata-project.org/bundles/core",
        "keywords": [
            "sonata"
        ]
    },
    {
        "name": "sonata-project/block-bundle",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/sonata-project/SonataBlockBundle.git",
            "reference": "2bacc827aba3a73bc8cabaa9517627755f29c255"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sonata-project/SonataBlockBundle/zipball/2bacc827aba3a73bc8cabaa9517627755f29c255",
            "reference": "2bacc827aba3a73bc8cabaa9517627755f29c255",
            "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": "~1.1",
            "sonata-project/admin-bundle": "~2.2"
        },
        "suggest": {
            "knplabs/knp-menu-bundle": "~1.1",
            "sonata-project/admin-bundle": "~2.2",
            "sonata-project/cache-bundle": "~2.1"
        },
        "time": "2014-06-14 12:59:02",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "2.2.x-dev"
            }
        },
        "installation-source": "source",
        "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": "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 M. Schmitt",
                "email": "schmittjoh@gmail.com",
                "homepage": "http://jmsyst.com",
                "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": "dflydev/markdown",
        "version": "v1.0.3",
        "version_normalized": "1.0.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/dflydev/dflydev-markdown.git",
            "reference": "6baed9b50f29c980795b6656d43722aadb126f7e"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/dflydev/dflydev-markdown/zipball/6baed9b50f29c980795b6656d43722aadb126f7e",
            "reference": "6baed9b50f29c980795b6656d43722aadb126f7e",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3"
        },
        "time": "2013-09-23 12:00:18",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "dflydev\\markdown": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Dragonfly Development Inc.",
                "email": "info@dflydev.com",
                "homepage": "http://dflydev.com"
            },
            {
                "name": "Beau Simensen",
                "email": "beau@dflydev.com",
                "homepage": "http://beausimensen.com"
            },
            {
                "name": "Michel Fortin",
                "homepage": "http://michelf.com"
            },
            {
                "name": "John Gruber",
                "homepage": "http://daringfireball.net"
            }
        ],
        "description": "PHP Markdown & Extra",
        "homepage": "http://github.com/dflydev/dflydev-markdown",
        "keywords": [
            "markdown"
        ]
    },
    {
        "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": "sonata-project/doctrine-extensions",
        "version": "1.0.2",
        "version_normalized": "1.0.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sonata-project/sonata-doctrine-extensions.git",
            "reference": "4c6e9bd3ac9ef4c2f19e552a63d4926db5a9400f"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sonata-project/sonata-doctrine-extensions/zipball/4c6e9bd3ac9ef4c2f19e552a63d4926db5a9400f",
            "reference": "4c6e9bd3ac9ef4c2f19e552a63d4926db5a9400f",
            "shasum": ""
        },
        "require": {
            "doctrine/dbal": "~2.2",
            "php": ">=5.3.2"
        },
        "time": "2014-02-14 12:45:49",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Sonata\\Doctrine\\": "src/",
                "Sonata\\Doctrine\\Tests\\": "tests/"
            }
        },
        "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/sonata-doctrine-extensions/contributors"
            }
        ],
        "description": "Doctrine2 behavioral extensions",
        "homepage": "https://github.com/sonata-project/sonata-doctrine-extensions",
        "keywords": [
            "doctrine",
            "doctrine2",
            "json"
        ]
    },
    {
        "name": "sonata-project/easy-extends-bundle",
        "version": "2.1.6",
        "version_normalized": "2.1.6.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sonata-project/SonataEasyExtendsBundle.git",
            "reference": "63f2d9c99c94548fed1257c9503ac6efb39d73f0"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sonata-project/SonataEasyExtendsBundle/zipball/63f2d9c99c94548fed1257c9503ac6efb39d73f0",
            "reference": "63f2d9c99c94548fed1257c9503ac6efb39d73f0",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.2",
            "symfony/console": "~2",
            "symfony/finder": "~2",
            "symfony/framework-bundle": "~2"
        },
        "require-dev": {
            "doctrine/orm": "~2"
        },
        "time": "2014-02-17 17:07:24",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "2.1.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Sonata\\EasyExtendsBundle\\": ""
            }
        },
        "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/SonataEasyExtendsBundle/contributors"
            }
        ],
        "description": "Symfony SonataEasyExtendsBundle",
        "homepage": "http://sonata-project.org/bundles/easy-extends",
        "keywords": [
            "Easy Extends",
            "sonata"
        ]
    },
    {
        "name": "kriswallsmith/buzz",
        "version": "v0.10",
        "version_normalized": "0.10.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/kriswallsmith/Buzz.git",
            "reference": "759432d66387e3433d3b06cb6f773b97225b9b17"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/kriswallsmith/Buzz/zipball/759432d66387e3433d3b06cb6f773b97225b9b17",
            "reference": "759432d66387e3433d3b06cb6f773b97225b9b17",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "require-dev": {
            "phpunit/phpunit": "3.7.*"
        },
        "suggest": {
            "ext-curl": "*"
        },
        "time": "2013-05-19 03:41:15",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Buzz": "lib/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Kris Wallsmith",
                "email": "kris.wallsmith@gmail.com",
                "homepage": "http://kriswallsmith.net/"
            }
        ],
        "description": "Lightweight HTTP client",
        "homepage": "https://github.com/kriswallsmith/Buzz",
        "keywords": [
            "curl",
            "http client"
        ]
    },
    {
        "name": "sonata-project/exporter",
        "version": "1.3.3",
        "version_normalized": "1.3.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sonata-project/exporter.git",
            "reference": "dad681274e09854a972a0c882ebddd095b7837be"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sonata-project/exporter/zipball/dad681274e09854a972a0c882ebddd095b7837be",
            "reference": "dad681274e09854a972a0c882ebddd095b7837be",
            "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": "2013-10-24 13:43:33",
        "type": "library",
        "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/intl-bundle",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/sonata-project/SonataIntlBundle.git",
            "reference": "292fad908cd6a02d48bdd8ac9ac76d4cbffd0e59"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sonata-project/SonataIntlBundle/zipball/292fad908cd6a02d48bdd8ac9ac76d4cbffd0e59",
            "reference": "292fad908cd6a02d48bdd8ac9ac76d4cbffd0e59",
            "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-03-19 11:44:49",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "2.2.x-dev"
            }
        },
        "installation-source": "source",
        "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"
        ]
    },
    {
        "name": "knplabs/knp-markdown-bundle",
        "version": "1.2.0",
        "version_normalized": "1.2.0.0",
        "target-dir": "Knp/Bundle/MarkdownBundle",
        "source": {
            "type": "git",
            "url": "https://github.com/KnpLabs/KnpMarkdownBundle.git",
            "reference": "9f4f88919db4f4b7f8e374ac0de1a93e05b05646"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/KnpLabs/KnpMarkdownBundle/zipball/9f4f88919db4f4b7f8e374ac0de1a93e05b05646",
            "reference": "9f4f88919db4f4b7f8e374ac0de1a93e05b05646",
            "shasum": ""
        },
        "require": {
            "dflydev/markdown": "1.0.*@dev",
            "php": ">=5.3.3",
            "symfony/framework-bundle": "~2.0"
        },
        "suggest": {
            "ext-sundown": "to use optional support for php-sundown extension instead of php implementation",
            "symfony/twig-bundle": "to use the Twig markdown filter"
        },
        "time": "2013-05-20 08:29:54",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "1.2.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Knp\\Bundle\\MarkdownBundle": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "KnpLabs Team",
                "homepage": "http://knplabs.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "http://github.com/KnpLabs/KnpMarkdownBundle/contributors"
            }
        ],
        "description": "Knplabs markdown bundle transforms markdown into html",
        "homepage": "http://github.com/KnpLabs/KnpMarkdownBundle",
        "keywords": [
            "bundle",
            "knp",
            "knplabs",
            "markdown"
        ]
    },
    {
        "name": "sonata-project/markitup-bundle",
        "version": "2.1.0",
        "version_normalized": "2.1.0.0",
        "target-dir": "Sonata/MarkItUpBundle",
        "source": {
            "type": "git",
            "url": "https://github.com/sonata-project/SonataMarkItUpBundle.git",
            "reference": "869b85ba924aa2333e5464bc0193813c31ea5859"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sonata-project/SonataMarkItUpBundle/zipball/869b85ba924aa2333e5464bc0193813c31ea5859",
            "reference": "869b85ba924aa2333e5464bc0193813c31ea5859",
            "shasum": ""
        },
        "require": {
            "sonata-project/jquery-bundle": "1.*"
        },
        "time": "2013-02-25 13:32:15",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-2.0": "2.0.x-dev",
                "dev-master": "2.1.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Sonata\\MarkItUpBundle": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Thomas Rabaix",
                "email": "thomas.rabaix@sonata-project.org",
                "homepage": "http://sonata-project.org"
            },
            {
                "name": "Jay Salvat",
                "homepage": "http://jaysalvat.com"
            },
            {
                "name": "Sonata Community",
                "homepage": "https://github.com/sonata-project/SonataMarkItUpBundle/contributors"
            }
        ],
        "description": "Symfony SonataMarkItUpBundle",
        "homepage": "http://sonata-project.org/bundles/markitup",
        "keywords": [
            "bbcode",
            "editor",
            "html",
            "jquery",
            "markdown",
            "markitup",
            "markup",
            "sonata",
            "textile",
            "wiki"
        ]
    },
    {
        "name": "sonata-project/formatter-bundle",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/sonata-project/SonataFormatterBundle.git",
            "reference": "4b741d76c8e1941c624dcc7f56455b59b32028cc"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sonata-project/SonataFormatterBundle/zipball/4b741d76c8e1941c624dcc7f56455b59b32028cc",
            "reference": "4b741d76c8e1941c624dcc7f56455b59b32028cc",
            "shasum": ""
        },
        "require": {
            "egeloen/ckeditor-bundle": "~2.2",
            "knplabs/knp-markdown-bundle": "~1.2.0",
            "sonata-project/block-bundle": "~2.2,>=2.2.1",
            "sonata-project/core-bundle": "~2.2",
            "sonata-project/markitup-bundle": "~2.1",
            "symfony/symfony": "~2.3",
            "twig/twig": "*"
        },
        "time": "2014-06-18 12:35:21",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "2.3.x-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-4": {
                "Sonata\\FormatterBundle\\": ""
            }
        },
        "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/SonataFormatterBundle/contributors"
            }
        ],
        "description": "Symfony SonataFormatterBundle",
        "homepage": "http://sonata-project.org/bundles/formatter",
        "keywords": [
            "CKEditor",
            "formatter",
            "markdown",
            "markitup",
            "sonata"
        ]
    },
    {
        "name": "raulfraile/ladybug-installer",
        "version": "v1.0.1",
        "version_normalized": "1.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/raulfraile/ladybug-installer.git",
            "reference": "04f38f50cac673d3ca93de9c0805889e37804b33"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/raulfraile/ladybug-installer/zipball/04f38f50cac673d3ca93de9c0805889e37804b33",
            "reference": "04f38f50cac673d3ca93de9c0805889e37804b33",
            "shasum": ""
        },
        "require": {
            "composer-plugin-api": "*"
        },
        "require-dev": {
            "composer/composer": "1.*",
            "mockery/mockery": "0.8.0"
        },
        "time": "2013-09-21 23:28:23",
        "type": "composer-plugin",
        "extra": {
            "class": "\\Ladybug\\LadybugPlugin"
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Ladybug": [
                    "src/"
                ]
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "description": "Unified installer for ladybug addons",
        "keywords": [
            "installer",
            "ladybug",
            "plugins",
            "themes"
        ]
    },
    {
        "name": "raulfraile/ladybug-plugin-symfony2",
        "version": "v1.0.1",
        "version_normalized": "1.0.1.0",
        "target-dir": "Ladybug/Plugin/Symfony2",
        "source": {
            "type": "git",
            "url": "https://github.com/raulfraile/ladybug-plugin-symfony2.git",
            "reference": "81a50bdcf966ccf51e9dbf07494fdb3a4bf69b84"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/raulfraile/ladybug-plugin-symfony2/zipball/81a50bdcf966ccf51e9dbf07494fdb3a4bf69b84",
            "reference": "81a50bdcf966ccf51e9dbf07494fdb3a4bf69b84",
            "shasum": ""
        },
        "require": {
            "raulfraile/ladybug-installer": "~1.0.0"
        },
        "require-dev": {
            "mockery/mockery": "0.8.0",
            "raulfraile/ladybug": "~1.0.0",
            "symfony/http-foundation": "*"
        },
        "time": "2013-09-29 09:17:09",
        "type": "ladybug-plugin",
        "extra": {
            "ladybug_name": "Symfony2"
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Ladybug\\Plugin\\Symfony2\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "description": "Symfony2 plugin for ladybug",
        "keywords": [
            "ladybug",
            "plugin"
        ]
    },
    {
        "name": "ptachoire/cssembed",
        "version": "v1.0.2",
        "version_normalized": "1.0.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/krichprollsch/phpCssEmbed.git",
            "reference": "406c6d5b846cafa9186f9944a6210d0e6fed154b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/krichprollsch/phpCssEmbed/zipball/406c6d5b846cafa9186f9944a6210d0e6fed154b",
            "reference": "406c6d5b846cafa9186f9944a6210d0e6fed154b",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2013-07-22 20:01:48",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "CssEmbed": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Pierre Tachoire",
                "email": "pierre.tachoire@gmail.com"
            }
        ],
        "description": "Css url embed library.",
        "homepage": "https://github.com/krichprollsch/phpCssEmbed",
        "keywords": [
            "css",
            "url"
        ]
    },
    {
        "name": "raulfraile/ladybug-plugin-extra",
        "version": "v1.0.1",
        "version_normalized": "1.0.1.0",
        "target-dir": "Ladybug/Plugin/Extra",
        "source": {
            "type": "git",
            "url": "https://github.com/raulfraile/ladybug-plugin-extra.git",
            "reference": "d240770a4c610e26657e5edc0edaace6d07187b2"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/raulfraile/ladybug-plugin-extra/zipball/d240770a4c610e26657e5edc0edaace6d07187b2",
            "reference": "d240770a4c610e26657e5edc0edaace6d07187b2",
            "shasum": ""
        },
        "require": {
            "raulfraile/ladybug-installer": "~1.0"
        },
        "require-dev": {
            "mockery/mockery": "0.8.0",
            "raulfraile/ladybug": "~1.0.0"
        },
        "time": "2013-09-29 10:19:08",
        "type": "ladybug-plugin",
        "extra": {
            "ladybug_name": "Extra"
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Ladybug\\Plugin\\Extra\\": ""
            },
            "files": [
                "Resources/php/helpers.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "description": "Extra plugin for ladybug",
        "keywords": [
            "ladybug",
            "plugin"
        ]
    },
    {
        "name": "raulfraile/ladybug-theme-modern",
        "version": "v1.0.6",
        "version_normalized": "1.0.6.0",
        "source": {
            "type": "git",
            "url": "https://github.com/raulfraile/ladybug-theme-modern.git",
            "reference": "528c9114ca1a82860e8b7025d1fe4f64dc728b72"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/raulfraile/ladybug-theme-modern/zipball/528c9114ca1a82860e8b7025d1fe4f64dc728b72",
            "reference": "528c9114ca1a82860e8b7025d1fe4f64dc728b72",
            "shasum": ""
        },
        "require": {
            "raulfraile/ladybug-installer": "~1.0.0"
        },
        "time": "2013-10-07 21:55:38",
        "type": "ladybug-theme",
        "extra": {
            "ladybug_name": "Modern"
        },
        "installation-source": "dist",
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "description": "Theme 'modern' for ladybug",
        "keywords": [
            "dump",
            "ladybug",
            "print_r",
            "theme",
            "var_dump"
        ]
    },
    {
        "name": "raulfraile/ladybug",
        "version": "v1.0.8",
        "version_normalized": "1.0.8.0",
        "source": {
            "type": "git",
            "url": "https://github.com/raulfraile/ladybug.git",
            "reference": "7878b0fec84041bc6791155b9ec357a1ff8cd3b1"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/raulfraile/ladybug/zipball/7878b0fec84041bc6791155b9ec357a1ff8cd3b1",
            "reference": "7878b0fec84041bc6791155b9ec357a1ff8cd3b1",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0",
            "ptachoire/cssembed": "v1.0.2",
            "raulfraile/ladybug-plugin-extra": "~1.0.0",
            "raulfraile/ladybug-theme-modern": "~1.0.0",
            "symfony/config": ">=2.0",
            "symfony/console": ">=2.0",
            "symfony/dependency-injection": ">=2.0",
            "symfony/finder": ">=2.0",
            "twig/twig": ">=1.7.0"
        },
        "require-dev": {
            "fabpot/php-cs-fixer": "0.2.0",
            "jms/serializer": ">=0.11.0",
            "mockery/mockery": "0.8.0",
            "phpdocumentor/reflection-docblock": "2.0.0",
            "symfony/dom-crawler": ">=2.0.4"
        },
        "suggest": {
            "jms/serializer": "Required to serialize data to XML and JSON",
            "phpdocumentor/reflection-docblock": "Required to display object methods description",
            "symfony/yaml": "Required to serialize data to YAML format"
        },
        "time": "2013-10-15 09:36:24",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Ladybug\\Theme": [
                    "../ladybug-themes",
                    "data/themes"
                ],
                "Ladybug\\Plugin": [
                    "../ladybug-plugins",
                    "data/plugins"
                ],
                "Ladybug": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Raul Fraile",
                "email": "raulfraile@gmail.com",
                "homepage": "http://www.raulfb.com/",
                "role": "Developer"
            }
        ],
        "description": "Simple and Extensible PHP Dumper",
        "homepage": "https://github.com/raulfraile/ladybug",
        "keywords": [
            "dump",
            "dumper",
            "ladybug",
            "print_r",
            "var_dump"
        ]
    },
    {
        "name": "gedmo/doctrine-extensions",
        "version": "v2.3.9",
        "version_normalized": "2.3.9.0",
        "source": {
            "type": "git",
            "url": "https://github.com/l3pp4rd/DoctrineExtensions.git",
            "reference": "35adcaae1a3f50d0d5b73aa50ed8fd28ee35ce54"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/l3pp4rd/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": "dev-master",
        "version_normalized": "9999999-dev",
        "target-dir": "Stof/DoctrineExtensionsBundle",
        "source": {
            "type": "git",
            "url": "https://github.com/stof/StofDoctrineExtensionsBundle.git",
            "reference": "3825a4a1a56805b6adcaf6df1f9ec892a653d377"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/stof/StofDoctrineExtensionsBundle/zipball/3825a4a1a56805b6adcaf6df1f9ec892a653d377",
            "reference": "3825a4a1a56805b6adcaf6df1f9ec892a653d377",
            "shasum": ""
        },
        "require": {
            "gedmo/doctrine-extensions": "~2.3.1",
            "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": "2014-05-24 12:33:49",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "1.1.x-dev"
            }
        },
        "installation-source": "source",
        "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": "mobiledetect/mobiledetectlib",
        "version": "2.7.9",
        "version_normalized": "2.7.9.0",
        "source": {
            "type": "git",
            "url": "https://github.com/serbanghita/Mobile-Detect.git",
            "reference": "610846237295e3e50a1923e7cc1639a956ead22a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/serbanghita/Mobile-Detect/zipball/610846237295e3e50a1923e7cc1639a956ead22a",
            "reference": "610846237295e3e50a1923e7cc1639a956ead22a",
            "shasum": ""
        },
        "require": {
            "php": ">=5.0.0"
        },
        "require-dev": {
            "phpunit/phpunit": "*"
        },
        "time": "2014-03-07 13:33:54",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "Mobile_Detect.php"
            ],
            "psr-0": {
                "Detection": "namespaced/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Serban Ghita",
                "email": "serbanghita@gmail.com",
                "homepage": "http://mobiledetect.net",
                "role": "Developer"
            }
        ],
        "description": "Mobile_Detect is a lightweight PHP class for detecting mobile devices. It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.",
        "homepage": "https://github.com/serbanghita/Mobile-Detect",
        "keywords": [
            "detect mobile devices",
            "mobile",
            "mobile detect",
            "mobile detector",
            "php mobile detect"
        ]
    },
    {
        "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": "http://jmsyst.com",
                "role": "Developer of wrapped JMSSerializerBundle"
            }
        ],
        "description": "Common Library for Doctrine projects",
        "homepage": "http://www.doctrine-project.org",
        "keywords": [
            "annotations",
            "collections",
            "eventmanager",
            "persistence",
            "spl"
        ]
    },
    {
        "name": "symfony/icu",
        "version": "v1.2.1",
        "version_normalized": "1.2.1.0",
        "target-dir": "Symfony/Component/Icu",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/Icu.git",
            "reference": "98e197da54df1f966dd5e8a4992135703569c987"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/Icu/zipball/98e197da54df1f966dd5e8a4992135703569c987",
            "reference": "98e197da54df1f966dd5e8a4992135703569c987",
            "shasum": ""
        },
        "require": {
            "lib-icu": ">=4.4",
            "php": ">=5.3.3",
            "symfony/intl": "~2.3"
        },
        "time": "2013-10-04 10:06:38",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Symfony\\Component\\Icu\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Symfony Community",
                "homepage": "http://symfony.com/contributors"
            },
            {
                "name": "Bernhard Schussek",
                "email": "bschussek@gmail.com"
            }
        ],
        "description": "Contains an excerpt of the ICU data and classes to load it.",
        "homepage": "http://symfony.com",
        "keywords": [
            "icu",
            "intl"
        ]
    },
    {
        "name": "symfony/swiftmailer-bundle",
        "version": "v2.3.7",
        "version_normalized": "2.3.7.0",
        "target-dir": "Symfony/Bundle/SwiftmailerBundle",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/SwiftmailerBundle.git",
            "reference": "e98defd402f72e8b54a029ba4d3ac4cb51dc3577"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/SwiftmailerBundle/zipball/e98defd402f72e8b54a029ba4d3ac4cb51dc3577",
            "reference": "e98defd402f72e8b54a029ba4d3ac4cb51dc3577",
            "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"
        },
        "time": "2014-04-05 17:15:52",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "2.3-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Symfony\\Bundle\\SwiftmailerBundle": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com",
                "homepage": "http://fabien.potencier.org",
                "role": "Lead Developer"
            },
            {
                "name": "Symfony Community",
                "homepage": "http://symfony.com/contributors"
            }
        ],
        "description": "Symfony SwiftmailerBundle",
        "homepage": "http://symfony.com"
    },
    {
        "name": "knplabs/knp-snappy",
        "version": "0.2.0",
        "version_normalized": "0.2.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/KnpLabs/snappy.git",
            "reference": "4bc7af878a003a2c1ef3c4d8b08851537cb07486"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/KnpLabs/snappy/zipball/4bc7af878a003a2c1ef3c4d8b08851537cb07486",
            "reference": "4bc7af878a003a2c1ef3c4d8b08851537cb07486",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "suggest": {
            "google/wkhtmltopdf-amd64": "Provide wkhtmltopdf-amd64 binary, use version `0.11.0-RC1` as dependency",
            "google/wkhtmltopdf-i386": "Provide wkhtmltopdf-i386 binary, use version `0.11.0-RC1` as dependency",
            "symfony/process": "Process Component of Symfony2."
        },
        "time": "2014-03-20 15:05:12",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "0.1.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Knp\\Snappy": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "KnpLabs Team",
                "homepage": "http://knplabs.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "http://github.com/KnpLabs/snappy/contributors"
            }
        ],
        "description": "PHP5 library allowing thumbnail, snapshot or PDF generation from a url or a html page. Wrapper for wkhtmltopdf/wkhtmltoimage.",
        "homepage": "http://github.com/KnpLabs/snappy",
        "keywords": [
            "knp",
            "knplabs",
            "pdf",
            "snapshot",
            "thumbnail",
            "wkhtmltopdf"
        ]
    },
    {
        "name": "michelf/php-markdown",
        "version": "1.4.1",
        "version_normalized": "1.4.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/michelf/php-markdown.git",
            "reference": "de9a19c7bf352d41cc99ed86c3c0ef17e87394b6"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/michelf/php-markdown/zipball/de9a19c7bf352d41cc99ed86c3c0ef17e87394b6",
            "reference": "de9a19c7bf352d41cc99ed86c3c0ef17e87394b6",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2014-05-05 02:43:50",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-lib": "1.4.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Michelf": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Michel Fortin",
                "email": "michel.fortin@michelf.ca",
                "homepage": "http://michelf.ca/",
                "role": "Developer"
            },
            {
                "name": "John Gruber",
                "homepage": "http://daringfireball.net/"
            }
        ],
        "description": "PHP Markdown",
        "homepage": "http://michelf.ca/projects/php-markdown/",
        "keywords": [
            "markdown"
        ]
    },
    {
        "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 M. Schmitt",
                "email": "schmittjoh@gmail.com",
                "homepage": "http://jmsyst.com",
                "role": "Developer of wrapped JMSSerializerBundle"
            }
        ],
        "description": "General-Purpose Collection Library for PHP",
        "keywords": [
            "collection",
            "list",
            "map",
            "sequence",
            "set"
        ]
    },
    {
        "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 M. Schmitt",
                "email": "schmittjoh@gmail.com",
                "homepage": "http://jmsyst.com",
                "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": "willdurand/negotiation",
        "version": "1.3.3",
        "version_normalized": "1.3.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/willdurand/Negotiation.git",
            "reference": "a98fb6b9808610c1aa326c736893d3d77d9383b6"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/willdurand/Negotiation/zipball/a98fb6b9808610c1aa326c736893d3d77d9383b6",
            "reference": "a98fb6b9808610c1aa326c736893d3d77d9383b6",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2014-05-16 12:34:51",
        "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",
                "homepage": "http://www.willdurand.fr"
            }
        ],
        "description": "Content Negotiation tools for PHP provided as a standalone library.",
        "homepage": "http://williamdurand.fr/Negotiation/",
        "keywords": [
            "accept",
            "content",
            "format",
            "header",
            "negotiation"
        ]
    },
    {
        "name": "sonata-project/notification-bundle",
        "version": "2.2.6",
        "version_normalized": "2.2.6.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sonata-project/SonataNotificationBundle.git",
            "reference": "fb89ab9da1d542f341dccc3437637769fb068369"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sonata-project/SonataNotificationBundle/zipball/fb89ab9da1d542f341dccc3437637769fb068369",
            "reference": "fb89ab9da1d542f341dccc3437637769fb068369",
            "shasum": ""
        },
        "require": {
            "friendsofsymfony/rest-bundle": "~1.1",
            "jms/serializer-bundle": "~0.11",
            "nelmio/api-doc-bundle": "~2.4",
            "sonata-project/core-bundle": "~2.2@dev,>2.2.4",
            "sonata-project/doctrine-extensions": "1.*",
            "sonata-project/easy-extends-bundle": "2.1.*",
            "symfony/symfony": "~2.1"
        },
        "require-dev": {
            "guzzle/guzzle": "3.*",
            "liip/monitor": "~1.0",
            "liip/monitor-bundle": "~1.0",
            "sonata-project/core-bundle": "dev-master",
            "sonata-project/doctrine-orm-admin-bundle": "2.2.*",
            "videlalvaro/php-amqplib": "2.0.*"
        },
        "suggest": {
            "guzzle/guzzle": "3.*",
            "liip/monitor-bundle": "~1.0",
            "sonata-project/doctrine-orm-admin-bundle": "2.2.*",
            "videlalvaro/php-amqplib": "2.0.*"
        },
        "time": "2014-04-17 12:52:34",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "2.2.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Sonata\\NotificationBundle\\": ""
            }
        },
        "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/SonataNotificationBundle/contributors"
            }
        ],
        "description": "Symfony SonataNotificationBundle",
        "homepage": "http://sonata-project.org/bundles/page",
        "keywords": [
            "cms",
            "page",
            "sonata"
        ]
    },
    {
        "name": "sonata-project/media-bundle",
        "version": "2.2.x-dev",
        "version_normalized": "2.2.9999999.9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/sonata-project/SonataMediaBundle.git",
            "reference": "fe645808bbb1c086b0955b546f7eab7c0fa95b87"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sonata-project/SonataMediaBundle/zipball/fe645808bbb1c086b0955b546f7eab7c0fa95b87",
            "reference": "fe645808bbb1c086b0955b546f7eab7c0fa95b87",
            "shasum": ""
        },
        "require": {
            "ext-gd": "*",
            "friendsofsymfony/rest-bundle": "~1.1",
            "imagine/imagine": "*@stable",
            "jms/serializer-bundle": "~0.11",
            "knplabs/gaufrette": ">=0.1.4",
            "kriswallsmith/buzz": "0.*",
            "nelmio/api-doc-bundle": "~2.4",
            "sonata-project/core-bundle": "~2.2@dev",
            "sonata-project/doctrine-extensions": "~1.0",
            "sonata-project/easy-extends-bundle": "~2.1",
            "sonata-project/notification-bundle": "~2.2",
            "symfony/symfony": "~2.2"
        },
        "require-dev": {
            "amazonwebservices/aws-sdk-for-php": "~1.5",
            "doctrine/mongodb-odm": "~1.0@dev",
            "sonata-project/doctrine-orm-admin-bundle": "~2.2@dev,>=2.2.1",
            "sonata-project/doctrine-phpcr-admin-bundle": "~1.0",
            "sonata-project/formatter-bundle": "~2.2@dev",
            "sonata-project/seo-bundle": "~1.1"
        },
        "suggest": {
            "amazonwebservices/aws-sdk-for-php": "~1.5",
            "liip/imagine-bundle": "~0.9",
            "rackspace/php-opencloud": "~1.6",
            "sonata-project/doctrine-orm-admin-bundle": "~2.2,>=2.2.1",
            "sonata-project/seo-bundle": "~1.1",
            "tilleuls/ckeditor-sonata-mediabundle": "~1.0"
        },
        "time": "2014-04-11 10:11:44",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "2.2.x-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-4": {
                "Sonata\\MediaBundle\\": ""
            }
        },
        "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/SonataMediaBundle/contributors"
            }
        ],
        "description": "Symfony SonataMediaBundle",
        "homepage": "http://sonata-project.org/bundles/media",
        "keywords": [
            "dailymotion",
            "file",
            "media",
            "pdf",
            "sonata",
            "upload",
            "vimeo",
            "youtube"
        ]
    },
    {
        "name": "twig/twig",
        "version": "v1.16.0",
        "version_normalized": "1.16.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/fabpot/Twig.git",
            "reference": "8ce37115802e257a984a82d38254884085060024"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/fabpot/Twig/zipball/8ce37115802e257a984a82d38254884085060024",
            "reference": "8ce37115802e257a984a82d38254884085060024",
            "shasum": ""
        },
        "require": {
            "php": ">=5.2.4"
        },
        "time": "2014-07-05 12:19:05",
        "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/annotations",
        "version": "v1.2.0",
        "version_normalized": "1.2.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/annotations.git",
            "reference": "d9b1a37e9351ddde1f19f09a02e3d6ee92e82efd"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/annotations/zipball/d9b1a37e9351ddde1f19f09a02e3d6ee92e82efd",
            "reference": "d9b1a37e9351ddde1f19f09a02e3d6ee92e82efd",
            "shasum": ""
        },
        "require": {
            "doctrine/lexer": "1.*",
            "php": ">=5.3.2"
        },
        "require-dev": {
            "doctrine/cache": "1.*",
            "phpunit/phpunit": "4.*"
        },
        "time": "2014-07-06 15:52:21",
        "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": "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": "http://jmsyst.com",
                "role": "Developer of wrapped JMSSerializerBundle"
            }
        ],
        "description": "Docblock Annotations Parser",
        "homepage": "http://www.doctrine-project.org",
        "keywords": [
            "annotations",
            "docblock",
            "parser"
        ]
    },
    {
        "name": "symfony/symfony",
        "version": "v2.5.0",
        "version_normalized": "2.5.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/symfony.git",
            "reference": "59365832a09a1d914d14cbca6a21a7f572760c3b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/symfony/zipball/59365832a09a1d914d14cbca6a21a7f572760c3b",
            "reference": "59365832a09a1d914d14cbca6a21a7f572760c3b",
            "shasum": ""
        },
        "require": {
            "doctrine/common": "~2.2",
            "php": ">=5.3.3",
            "psr/log": "~1.0",
            "symfony/icu": "~1.0",
            "twig/twig": "~1.11"
        },
        "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/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/web-profiler-bundle": "self.version",
            "symfony/yaml": "self.version"
        },
        "require-dev": {
            "doctrine/data-fixtures": "1.0.*",
            "doctrine/dbal": "~2.2",
            "doctrine/orm": "~2.2,>=2.2.3",
            "egulias/email-validator": "1.1.0",
            "ircmaxell/password-compat": "1.0.*",
            "monolog/monolog": "~1.3",
            "ocramius/proxy-manager": ">=0.3.1,<0.6-dev",
            "propel/propel1": "1.6.*"
        },
        "time": "2014-05-31 18:45:50",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.5-dev"
            }
        },
        "installation-source": "dist",
        "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": "Fabien Potencier",
                "email": "fabien@symfony.com",
                "homepage": "http://fabien.potencier.org",
                "role": "Lead Developer"
            },
            {
                "name": "Symfony Community",
                "homepage": "http://symfony.com/contributors"
            }
        ],
        "description": "The Symfony PHP framework",
        "homepage": "http://symfony.com",
        "keywords": [
            "framework"
        ]
    },
    {
        "name": "doctrine/orm",
        "version": "v2.4.3",
        "version_normalized": "2.4.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/doctrine2.git",
            "reference": "8a13376d42b5ea467727ffe730aa0e14ca3c5e29"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/doctrine2/zipball/8a13376d42b5ea467727ffe730aa0e14ca3c5e29",
            "reference": "8a13376d42b5ea467727ffe730aa0e14ca3c5e29",
            "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-06-10 11:49:08",
        "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": "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"
            }
        ],
        "description": "Object-Relational-Mapper for PHP",
        "homepage": "http://www.doctrine-project.org",
        "keywords": [
            "database",
            "orm"
        ]
    },
    {
        "name": "twig/extensions",
        "version": "v1.1.0",
        "version_normalized": "1.1.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/fabpot/Twig-extensions.git",
            "reference": "c0ab818595338dd5569369bfce2552d02cec5d50"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/fabpot/Twig-extensions/zipball/c0ab818595338dd5569369bfce2552d02cec5d50",
            "reference": "c0ab818595338dd5569369bfce2552d02cec5d50",
            "shasum": ""
        },
        "require": {
            "twig/twig": "~1.12"
        },
        "time": "2014-07-05 10:01:35",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.1.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",
                "homepage": "http://fabien.potencier.org",
                "role": "Lead Developer"
            }
        ],
        "description": "Common additional features for Twig that do not directly belong in core",
        "homepage": "https://github.com/fabpot/Twig-extensions",
        "keywords": [
            "i18n",
            "text"
        ]
    },
    {
        "name": "monolog/monolog",
        "version": "1.10.0",
        "version_normalized": "1.10.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/Seldaek/monolog.git",
            "reference": "25b16e801979098cb2f120e697bfce454b18bf23"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Seldaek/monolog/zipball/25b16e801979098cb2f120e697bfce454b18bf23",
            "reference": "25b16e801979098cb2f120e697bfce454b18bf23",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0",
            "psr/log": "~1.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.*"
        },
        "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"
        },
        "time": "2014-06-04 16:30:04",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.10.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",
                "role": "Developer"
            }
        ],
        "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.0",
        "version_normalized": "2.6.0.0",
        "target-dir": "Symfony/Bundle/MonologBundle",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/MonologBundle.git",
            "reference": "e1d4aa99c7440b11e9dfbfef7ed63084401dbc6a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/MonologBundle/zipball/e1d4aa99c7440b11e9dfbfef7ed63084401dbc6a",
            "reference": "e1d4aa99c7440b11e9dfbfef7ed63084401dbc6a",
            "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-06-04 16:49:13",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "2.6.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Symfony\\Bundle\\MonologBundle": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com",
                "homepage": "http://fabien.potencier.org",
                "role": "Lead Developer"
            },
            {
                "name": "Symfony Community",
                "homepage": "http://symfony.com/contributors"
            }
        ],
        "description": "Symfony MonologBundle",
        "homepage": "http://symfony.com",
        "keywords": [
            "log",
            "logging"
        ]
    },
    {
        "name": "sensio/framework-extra-bundle",
        "version": "v3.0.1",
        "version_normalized": "3.0.1.0",
        "target-dir": "Sensio/Bundle/FrameworkExtraBundle",
        "source": {
            "type": "git",
            "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git",
            "reference": "dbc1e5aa830f3bf8063b29102add3c1e476d616e"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/dbc1e5aa830f3bf8063b29102add3c1e476d616e",
            "reference": "dbc1e5aa830f3bf8063b29102add3c1e476d616e",
            "shasum": ""
        },
        "require": {
            "doctrine/common": "~2.2",
            "symfony/framework-bundle": "~2.5"
        },
        "require-dev": {
            "symfony/expression-language": "~2.4",
            "symfony/security-bundle": "~2.4"
        },
        "suggest": {
            "symfony/expression-language": "",
            "symfony/security-bundle": ""
        },
        "time": "2014-05-22 23:27:44",
        "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",
                "homepage": "http://fabien.potencier.org",
                "role": "Lead Developer"
            }
        ],
        "description": "This bundle provides a way to configure your controllers with annotations",
        "keywords": [
            "annotations",
            "controllers"
        ]
    },
    {
        "name": "sensio/generator-bundle",
        "version": "v2.3.5",
        "version_normalized": "2.3.5.0",
        "target-dir": "Sensio/Bundle/GeneratorBundle",
        "source": {
            "type": "git",
            "url": "https://github.com/sensiolabs/SensioGeneratorBundle.git",
            "reference": "8b7a33aa3d22388443b6de0b0cf184122e9f60d2"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sensiolabs/SensioGeneratorBundle/zipball/8b7a33aa3d22388443b6de0b0cf184122e9f60d2",
            "reference": "8b7a33aa3d22388443b6de0b0cf184122e9f60d2",
            "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-04-28 14:01:06",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "2.3.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",
                "homepage": "http://fabien.potencier.org",
                "role": "Lead Developer"
            }
        ],
        "description": "This bundle generates code for you"
    },
    {
        "name": "raulfraile/ladybug-bundle",
        "version": "v1.0.3",
        "version_normalized": "1.0.3.0",
        "target-dir": "RaulFraile/Bundle/LadybugBundle",
        "source": {
            "type": "git",
            "url": "https://github.com/raulfraile/LadybugBundle.git",
            "reference": "f668d76b12ceb39317077fd3a1a2a7be022a0428"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/raulfraile/LadybugBundle/zipball/f668d76b12ceb39317077fd3a1a2a7be022a0428",
            "reference": "f668d76b12ceb39317077fd3a1a2a7be022a0428",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.2",
            "raulfraile/ladybug": "~1.0.0",
            "raulfraile/ladybug-plugin-symfony2": "~1.0.0",
            "symfony/framework-bundle": ">=2.0.0"
        },
        "replace": {
            "raulfraile/ladybugbundle": "dev-master"
        },
        "time": "2014-07-03 22:36:20",
        "type": "symfony-bundle",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "RaulFraile\\Bundle\\LadybugBundle": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Raul Fraile",
                "email": "raulfraile@gmail.com",
                "homepage": "http://www.raulfrailebeneyto.com/",
                "role": "Developer"
            }
        ],
        "description": "Symfony2 bundle for Ladybug library (Simple and Extensible PHP Dumper)",
        "homepage": "https://github.com/raulfraile/LadybugBundle",
        "keywords": [
            "dump",
            "ladybug",
            "tree",
            "twig"
        ]
    },
    {
        "name": "suncat/mobile-detect-bundle",
        "version": "v0.9.4",
        "version_normalized": "0.9.4.0",
        "target-dir": "SunCat/MobileDetectBundle",
        "source": {
            "type": "git",
            "url": "https://github.com/suncat2000/MobileDetectBundle.git",
            "reference": "8da692be9dfa485e28d4e772425a69324bc21834"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/suncat2000/MobileDetectBundle/zipball/8da692be9dfa485e28d4e772425a69324bc21834",
            "reference": "8da692be9dfa485e28d4e772425a69324bc21834",
            "shasum": ""
        },
        "require": {
            "mobiledetect/mobiledetectlib": "2.7.*",
            "php": ">=5.3.0",
            "symfony/framework-bundle": ">=2.1,<3.0"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.1"
        },
        "time": "2014-07-01 11:23:20",
        "type": "symfony-bundle",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "SunCat\\MobileDetectBundle": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Nikolay Ivlev",
                "email": "nikolay.kotovsky@gmail.com",
                "homepage": "http://www.creotika.ru"
            }
        ],
        "description": "Symfony2 bundle for detect mobile devices, managing mobile view types, redirect to mobile version.",
        "homepage": "https://github.com/suncat2000/MobileDetectBundle",
        "keywords": [
            "mobile",
            "mobile detect",
            "mobile redirect",
            "mobile view managing",
            "symfony mobile"
        ]
    },
    {
        "name": "egeloen/json-builder",
        "version": "1.0.1",
        "version_normalized": "1.0.1.0",
        "target-dir": "Ivory/JsonBuilder",
        "source": {
            "type": "git",
            "url": "https://github.com/egeloen/ivory-json-builder.git",
            "reference": "e56c5c509baf7cb5cb2823ae6c987bafed67c7a4"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/egeloen/ivory-json-builder/zipball/e56c5c509baf7cb5cb2823ae6c987bafed67c7a4",
            "reference": "e56c5c509baf7cb5cb2823ae6c987bafed67c7a4",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0",
            "symfony/property-access": "~2.2"
        },
        "require-dev": {
            "phpunit/phpunit": "~3.7",
            "satooshi/php-coveralls": "~0.6"
        },
        "time": "2014-06-17 13:08:16",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Ivory\\JsonBuilder": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Eric GELOEN",
                "email": "geloen.eric@gmail.com"
            }
        ],
        "description": "JSON builder with escaping control for PHP 5.3+",
        "keywords": [
            "Escape",
            "builder",
            "json"
        ]
    },
    {
        "name": "egeloen/ckeditor-bundle",
        "version": "2.3.2",
        "version_normalized": "2.3.2.0",
        "target-dir": "Ivory/CKEditorBundle",
        "source": {
            "type": "git",
            "url": "https://github.com/egeloen/IvoryCKEditorBundle.git",
            "reference": "5aba72b1b525f9365744898e96cfb15ed3c99a2e"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/egeloen/IvoryCKEditorBundle/zipball/5aba72b1b525f9365744898e96cfb15ed3c99a2e",
            "reference": "5aba72b1b525f9365744898e96cfb15ed3c99a2e",
            "shasum": ""
        },
        "require": {
            "egeloen/json-builder": "~1.0",
            "php": ">=5.3.0",
            "symfony/form": "~2.1",
            "symfony/framework-bundle": "~2.1"
        },
        "require-dev": {
            "phpunit/phpunit": "~3.7",
            "satooshi/php-coveralls": "~0.6",
            "twig/twig": "~1.0"
        },
        "suggest": {
            "helios-ag/fm-elfinder-bundle": "Allows to use the elfinder as CKEditor file manager",
            "twig/twig": "Allows to use Ivory CKEditor twig templates"
        },
        "time": "2014-06-17 13:25:40",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "2.3-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Ivory\\CKEditorBundle": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Eric GELOEN",
                "email": "geloen.eric@gmail.com"
            }
        ],
        "description": "Provides a CKEditor integration for your Symfony2 Project.",
        "keywords": [
            "CKEditor"
        ]
    },
    {
        "name": "swiftmailer/swiftmailer",
        "version": "v5.2.1",
        "version_normalized": "5.2.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/swiftmailer/swiftmailer.git",
            "reference": "2b9af56cc676c338d52fca4c657e5bdff73bb7af"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/2b9af56cc676c338d52fca4c657e5bdff73bb7af",
            "reference": "2b9af56cc676c338d52fca4c657e5bdff73bb7af",
            "shasum": ""
        },
        "require": {
            "php": ">=5.2.4"
        },
        "require-dev": {
            "mockery/mockery": "~0.9.1"
        },
        "time": "2014-06-13 11:44:54",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "5.2-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "files": [
                "lib/swift_required.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com",
                "homepage": "http://fabien.potencier.org",
                "role": "Lead Developer"
            },
            {
                "name": "Chris Corbyn"
            }
        ],
        "description": "Swiftmailer, free feature-rich PHP mailer",
        "homepage": "http://swiftmailer.org",
        "keywords": [
            "mail",
            "mailer"
        ]
    },
    {
        "name": "knplabs/gaufrette",
        "version": "v0.1.8",
        "version_normalized": "0.1.8.0",
        "source": {
            "type": "git",
            "url": "https://github.com/KnpLabs/Gaufrette.git",
            "reference": "b243f8f3ea535b7f080d51be5cc98a3f72c0b627"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/KnpLabs/Gaufrette/zipball/b243f8f3ea535b7f080d51be5cc98a3f72c0b627",
            "reference": "b243f8f3ea535b7f080d51be5cc98a3f72c0b627",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.2"
        },
        "require-dev": {
            "amazonwebservices/aws-sdk-for-php": "1.5.*",
            "aws/aws-sdk-php": "~2",
            "doctrine/dbal": ">=2.3",
            "dropbox-php/dropbox-php": "*",
            "herzult/php-ssh": "*",
            "microsoft/windowsazure": "dev-master",
            "mikey179/vfsstream": "~1.2.0",
            "phpseclib/phpseclib": "dev-master",
            "phpspec/phpspec": "2.0.*",
            "phpunit/phpunit": "3.7.*",
            "rackspace/php-opencloud": "1.9.*"
        },
        "suggest": {
            "amazonwebservices/aws-sdk-for-php": "to use the legacy Amazon S3 adapters",
            "aws/aws-sdk-php": "to use the Amazon S3 adapter",
            "doctrine/dbal": "to use the Doctrine DBAL adapter",
            "dropbox-php/dropbox-php": "to use the Dropbox adapter",
            "ext-apc": "to use the APC adapter",
            "ext-curl": "*",
            "ext-fileinfo": "This extension is used to automatically detect the content-type of a file in the AwsS3, OpenCloud, and AzureBlogStorage adapters",
            "ext-mbstring": "*",
            "ext-mongo": "*",
            "ext-zip": "to use the Zip adapter",
            "herzult/php-ssh": "to use SFtp adapter",
            "knplabs/knp-gaufrette-bundle": "to use with Symfony2",
            "microsoft/windowsazure": "to use Microsoft Azure Blob Storage adapter",
            "phpseclib/phpseclib": "to use PhpseclibSftp adapter",
            "rackspace/php-opencloud": "to use Opencloud adapter"
        },
        "time": "2014-06-24 08:35:18",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "0.2.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Gaufrette": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "The contributors",
                "homepage": "http://github.com/knplabs/Gaufrette/contributors"
            },
            {
                "name": "KnpLabs Team",
                "homepage": "http://knplabs.com"
            }
        ],
        "description": "PHP5 library that provides a filesystem abstraction layer",
        "homepage": "http://knplabs.com",
        "keywords": [
            "abstraction",
            "file",
            "filesystem",
            "media"
        ]
    },
    {
        "name": "imagine/imagine",
        "version": "v0.6.1",
        "version_normalized": "0.6.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/avalanche123/Imagine.git",
            "reference": "725279fd560faa1c7012a80b427b31d7f08f36ff"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/avalanche123/Imagine/zipball/725279fd560faa1c7012a80b427b31d7f08f36ff",
            "reference": "725279fd560faa1c7012a80b427b31d7f08f36ff",
            "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-06-16 20:53:48",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-develop": "0.6-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": "friendsofsymfony/rest-bundle",
        "version": "1.4.0",
        "version_normalized": "1.4.0.0",
        "target-dir": "FOS/RestBundle",
        "source": {
            "type": "git",
            "url": "https://github.com/FriendsOfSymfony/FOSRestBundle.git",
            "reference": "d37f4410e6a97e81c720840b56e35c3a44942723"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/FriendsOfSymfony/FOSRestBundle/zipball/d37f4410e6a97e81c720840b56e35c3a44942723",
            "reference": "d37f4410e6a97e81c720840b56e35c3a44942723",
            "shasum": ""
        },
        "require": {
            "doctrine/inflector": "1.0.*",
            "php": ">=5.3.2",
            "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-06-04 13:11:41",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "1.4-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",
                "homepage": "http://everzet.com"
            }
        ],
        "description": "This Bundle provides various tools to rapidly develop RESTful API's with Symfony2",
        "homepage": "http://friendsofsymfony.github.com",
        "keywords": [
            "rest"
        ]
    },
    {
        "name": "nelmio/api-doc-bundle",
        "version": "2.6.0",
        "version_normalized": "2.6.0.0",
        "target-dir": "Nelmio/ApiDocBundle",
        "source": {
            "type": "git",
            "url": "https://github.com/nelmio/NelmioApiDocBundle.git",
            "reference": "b48650a9e020d43ec5a3c0f4345714ef724344d7"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/nelmio/NelmioApiDocBundle/zipball/b48650a9e020d43ec5a3c0f4345714ef724344d7",
            "reference": "b48650a9e020d43ec5a3c0f4345714ef724344d7",
            "shasum": ""
        },
        "require": {
            "michelf/php-markdown": "~1.4",
            "symfony/console": "~2.1",
            "symfony/framework-bundle": "~2.1",
            "symfony/twig-bundle": "~2.1"
        },
        "conflict": {
            "jms/serializer": "<0.12",
            "jms/serializer-bundle": "<0.11"
        },
        "require-dev": {
            "friendsofsymfony/rest-bundle": "~1.0",
            "jms/serializer-bundle": ">=0.11",
            "sensio/framework-extra-bundle": "~2.1",
            "symfony/browser-kit": "~2.1",
            "symfony/css-selector": "~2.1",
            "symfony/form": "~2.1",
            "symfony/validator": "~2.1",
            "symfony/yaml": "~2.1"
        },
        "suggest": {
            "friendsofsymfony/rest-bundle": "For making use of REST information in the doc.",
            "jms/serializer": "For making use of serializer information in the doc.",
            "symfony/form": "For using form definitions as input.",
            "symfony/validator": "For making use of validator information in the doc."
        },
        "time": "2014-06-25 06:52:01",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "2.5.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Nelmio\\ApiDocBundle": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Nelmio",
                "homepage": "http://nelm.io"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://github.com/nelmio/NelmioApiDocBundle/contributors"
            }
        ],
        "description": "Generates documentation for your REST API from annotations",
        "keywords": [
            "api",
            "doc",
            "documentation",
            "rest"
        ]
    },
    {
        "name": "knplabs/knp-snappy-bundle",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "target-dir": "Knp/Bundle/SnappyBundle",
        "source": {
            "type": "git",
            "url": "https://github.com/KnpLabs/KnpSnappyBundle.git",
            "reference": "cefcc47ad095bc4655d3a0151950ada796bc024d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/KnpLabs/KnpSnappyBundle/zipball/cefcc47ad095bc4655d3a0151950ada796bc024d",
            "reference": "cefcc47ad095bc4655d3a0151950ada796bc024d",
            "shasum": ""
        },
        "require": {
            "knplabs/knp-snappy": "*",
            "php": ">=5.3.2",
            "symfony/finder": ">=2.0.0",
            "symfony/framework-bundle": ">=2.0.0"
        },
        "time": "2014-06-19 09:27:46",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-0": {
                "Knp\\Bundle\\SnappyBundle": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "KnpLabs Team",
                "homepage": "http://knplabs.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "http://github.com/KnpLabs/KnpSnappyBundle/contributors"
            }
        ],
        "description": "Easily create PDF and images in Symfony2 by converting Twig/HTML templates.",
        "homepage": "http://github.com/KnpLabs/KnpSnappyBundle",
        "keywords": [
            "bundle",
            "knp",
            "knplabs",
            "pdf",
            "snappy"
        ]
    },
    {
        "name": "sonata-project/admin-bundle",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/sonata-project/SonataAdminBundle.git",
            "reference": "bce1cd28281e1081d45da49b95bfde318d337439"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sonata-project/SonataAdminBundle/zipball/bce1cd28281e1081d45da49b95bfde318d337439",
            "reference": "bce1cd28281e1081d45da49b95bfde318d337439",
            "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-07-03 11:46:17",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "2.3.x-dev"
            }
        },
        "installation-source": "source",
        "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": "sonata-project/doctrine-orm-admin-bundle",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/sonata-project/SonataDoctrineORMAdminBundle.git",
            "reference": "2705f193d6a441b9140fef0996ca392887130ec0"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sonata-project/SonataDoctrineORMAdminBundle/zipball/2705f193d6a441b9140fef0996ca392887130ec0",
            "reference": "2705f193d6a441b9140fef0996ca392887130ec0",
            "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-06-10 21:07:08",
        "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": "sensio/distribution-bundle",
        "version": "v3.0.1",
        "version_normalized": "3.0.1.0",
        "target-dir": "Sensio/Bundle/DistributionBundle",
        "source": {
            "type": "git",
            "url": "https://github.com/sensiolabs/SensioDistributionBundle.git",
            "reference": "e9caa300faf95076c8e27693f3fdb0bb6e3148c0"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/e9caa300faf95076c8e27693f3fdb0bb6e3148c0",
            "reference": "e9caa300faf95076c8e27693f3fdb0bb6e3148c0",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3",
            "symfony/class-loader": "~2.2",
            "symfony/config": "~2.2",
            "symfony/dependency-injection": "~2.2",
            "symfony/filesystem": "~2.2",
            "symfony/form": "~2.2",
            "symfony/framework-bundle": "~2.2",
            "symfony/http-foundation": "~2.2",
            "symfony/http-kernel": "~2.2",
            "symfony/process": "~2.2",
            "symfony/validator": "~2.2",
            "symfony/yaml": "~2.2"
        },
        "time": "2014-06-06 02:53:20",
        "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",
                "homepage": "http://fabien.potencier.org",
                "role": "Lead Developer"
            }
        ],
        "description": "The base bundle for the Symfony Distributions",
        "keywords": [
            "configuration",
            "distribution"
        ]
    },
    {
        "name": "sonata-project/jquery-bundle",
        "version": "1.10.2",
        "version_normalized": "1.10.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sonata-project/SonatajQueryBundle.git",
            "reference": "a53282159f54bc44379d63727a042254841302d7"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sonata-project/SonatajQueryBundle/zipball/a53282159f54bc44379d63727a042254841302d7",
            "reference": "a53282159f54bc44379d63727a042254841302d7",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.2"
        },
        "time": "2014-04-01 12:48:59",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "1.9.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Sonata\\jQueryBundle\\": ""
            }
        },
        "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/SonatajQueryBundle/contributors"
            }
        ],
        "description": "Symfony SonatajQueryBundle",
        "homepage": "http://sonata-project.org/bundles/jquery",
        "keywords": [
            "jquery",
            "sonata"
        ]
    }
]
