[
    {
        "name": "psr/log",
        "version": "1.0.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/log.git",
            "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
            "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
            "shasum": ""
        },
        "time": "2012-12-21 11:40:51",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Psr\\Log\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "PHP-FIG",
                "homepage": "http://www.php-fig.org/"
            }
        ],
        "description": "Common interface for logging libraries",
        "keywords": [
            "log",
            "psr",
            "psr-3"
        ]
    },
    {
        "name": "twig/twig",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/fabpot/Twig.git",
            "reference": "3a6ffbb0f09f4b6311d30947812f57906e285371"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/fabpot/Twig/zipball/3a6ffbb0f09f4b6311d30947812f57906e285371",
            "reference": "3a6ffbb0f09f4b6311d30947812f57906e285371",
            "shasum": ""
        },
        "require": {
            "php": ">=5.2.4"
        },
        "time": "2013-11-03 19:14:49",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.15-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-0": {
                "Twig_": "lib/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Armin Ronacher",
                "email": "armin.ronacher@active-4.com"
            }
        ],
        "description": "Twig, the flexible, fast, and secure template language for PHP",
        "homepage": "http://twig.sensiolabs.org",
        "keywords": [
            "templating"
        ]
    },
    {
        "name": "doctrine/lexer",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/lexer.git",
            "reference": "bc0e1f0cc285127a38c6c8ea88bc5dba2fd53e94"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/lexer/zipball/bc0e1f0cc285127a38c6c8ea88bc5dba2fd53e94",
            "reference": "bc0e1f0cc285127a38c6c8ea88bc5dba2fd53e94",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.2"
        },
        "time": "2013-03-07 12:15:25",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "source",
        "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/annotations",
        "version": "v1.1.2",
        "version_normalized": "1.1.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/annotations.git",
            "reference": "40db0c96985aab2822edbc4848b3bd2429e02670"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/annotations/zipball/40db0c96985aab2822edbc4848b3bd2429e02670",
            "reference": "40db0c96985aab2822edbc4848b3bd2429e02670",
            "shasum": ""
        },
        "require": {
            "doctrine/lexer": "1.*",
            "php": ">=5.3.2"
        },
        "require-dev": {
            "doctrine/cache": "1.*"
        },
        "time": "2013-06-16 21:33:03",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.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/"
            },
            {
                "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": "doctrine/collections",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/collections.git",
            "reference": "bcb53776a096a0c64579cc8d8ec0db62f1109fbc"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/collections/zipball/bcb53776a096a0c64579cc8d8ec0db62f1109fbc",
            "reference": "bcb53776a096a0c64579cc8d8ec0db62f1109fbc",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.2"
        },
        "time": "2013-08-29 16:56:45",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.2.x-dev"
            }
        },
        "installation-source": "source",
        "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": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/inflector.git",
            "reference": "8b4b3ccec7aafc596e2fc1e593c9f2e78f939c8c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/inflector/zipball/8b4b3ccec7aafc596e2fc1e593c9f2e78f939c8c",
            "reference": "8b4b3ccec7aafc596e2fc1e593c9f2e78f939c8c",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.2"
        },
        "time": "2013-04-10 16:14:30",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "source",
        "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/"
            },
            {
                "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",
            "pluralize",
            "singularize",
            "string"
        ]
    },
    {
        "name": "doctrine/common",
        "version": "2.4.x-dev",
        "version_normalized": "2.4.9999999.9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/common.git",
            "reference": "c94d6ff79e25418b1225e187c782bf4742f23a8b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/common/zipball/c94d6ff79e25418b1225e187c782bf4742f23a8b",
            "reference": "c94d6ff79e25418b1225e187c782bf4742f23a8b",
            "shasum": ""
        },
        "require": {
            "doctrine/annotations": "1.*",
            "doctrine/cache": "1.*",
            "doctrine/collections": "1.*",
            "doctrine/inflector": "1.*",
            "doctrine/lexer": "1.*",
            "php": ">=5.3.2"
        },
        "time": "2013-09-07 10:20:35",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.4.x-dev"
            }
        },
        "installation-source": "source",
        "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/"
            },
            {
                "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/symfony",
        "version": "v2.3.2",
        "version_normalized": "2.3.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/symfony.git",
            "reference": "b82eb2f3711d736a9094eed20872e5c40e9e4894"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/symfony/zipball/b82eb2f3711d736a9094eed20872e5c40e9e4894",
            "reference": "b82eb2f3711d736a9094eed20872e5c40e9e4894",
            "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/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-bundle": "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",
            "ircmaxell/password-compat": "1.0.*",
            "monolog/monolog": "~1.3",
            "ocramius/proxy-manager": ">=0.3.1,<0.4-dev",
            "propel/propel1": "1.6.*"
        },
        "time": "2013-07-17 06:22:21",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.3-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"
            },
            {
                "name": "Symfony Community",
                "homepage": "http://symfony.com/contributors"
            }
        ],
        "description": "The Symfony PHP framework",
        "homepage": "http://symfony.com",
        "keywords": [
            "framework"
        ]
    },
    {
        "name": "symfony/icu",
        "version": "1.2.x-dev",
        "version_normalized": "1.2.9999999.9999999-dev",
        "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": "source",
        "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": "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": "0cb03029c7c1c833a11c7bebf30125276f0aa5b9"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/FriendsOfSymfony/FOSUserBundle/zipball/0cb03029c7c1c833a11c7bebf30125276f0aa5b9",
            "reference": "0cb03029c7c1c833a11c7bebf30125276f0aa5b9",
            "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": "2013-10-28 10:50:07",
        "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": "doctrine/dbal",
        "version": "2.3.x-dev",
        "version_normalized": "2.3.9999999.9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/dbal.git",
            "reference": "59c310ba2aeea882c0fde6f47462462ba9ce9878"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/dbal/zipball/59c310ba2aeea882c0fde6f47462462ba9ce9878",
            "reference": "59c310ba2aeea882c0fde6f47462462ba9ce9878",
            "shasum": ""
        },
        "require": {
            "doctrine/common": ">=2.3.0,<2.5-dev",
            "php": ">=5.3.2"
        },
        "time": "2013-09-26 21:18:35",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.3.x-dev"
            }
        },
        "installation-source": "source",
        "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/migrations",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/migrations.git",
            "reference": "0f5a110a1e6ae413e425912e6601643f91b069c1"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/migrations/zipball/0f5a110a1e6ae413e425912e6601643f91b069c1",
            "reference": "0f5a110a1e6ae413e425912e6601643f91b069c1",
            "shasum": ""
        },
        "require": {
            "doctrine/dbal": "~2.0",
            "php": ">=5.3.2"
        },
        "require-dev": {
            "symfony/console": "2.*",
            "symfony/yaml": "2.*"
        },
        "suggest": {
            "symfony/console": "to run the migration from the console"
        },
        "time": "2013-11-03 20:54:43",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-0": {
                "Doctrine\\DBAL\\Migrations": "lib"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "LGPL"
        ],
        "authors": [
            {
                "name": "Jonathan Wage",
                "email": "jonwage@gmail.com",
                "homepage": "http://www.jwage.com/",
                "role": "Creator"
            },
            {
                "name": "Benjamin Eberlei",
                "email": "kontakt@beberlei.de"
            }
        ],
        "description": "Database Schema migrations using Doctrine DBAL",
        "homepage": "http://www.doctrine-project.org",
        "keywords": [
            "database",
            "migrations"
        ]
    },
    {
        "name": "jdorn/sql-formatter",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/jdorn/sql-formatter.git",
            "reference": "51a660e97b59f91b814eeee6e0a38e3cd726dd30"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/51a660e97b59f91b814eeee6e0a38e3cd726dd30",
            "reference": "51a660e97b59f91b814eeee6e0a38e3cd726dd30",
            "shasum": ""
        },
        "require": {
            "php": ">=5.2.4"
        },
        "require-dev": {
            "phpunit/phpunit": "3.7.*"
        },
        "time": "2013-09-18 14:43:47",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.3.x-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "classmap": [
                "lib"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Jeremy Dorn",
                "email": "jeremy@jeremydorn.com",
                "homepage": "http://jeremydorn.com/"
            }
        ],
        "description": "a PHP SQL highlighting library",
        "homepage": "https://github.com/jdorn/sql-formatter/",
        "keywords": [
            "highlight",
            "sql"
        ]
    },
    {
        "name": "doctrine/doctrine-bundle",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "target-dir": "Doctrine/Bundle/DoctrineBundle",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/DoctrineBundle.git",
            "reference": "2ed46398aae1b7699f6fe7467faf54493b4f2a24"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/2ed46398aae1b7699f6fe7467faf54493b4f2a24",
            "reference": "2ed46398aae1b7699f6fe7467faf54493b4f2a24",
            "shasum": ""
        },
        "require": {
            "doctrine/dbal": ">=2.2,<2.6-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-10-20 15:21:43",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "1.2.x-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-0": {
                "Doctrine\\Bundle\\DoctrineBundle": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "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": "doctrine/doctrine-migrations-bundle",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "target-dir": "Doctrine/Bundle/MigrationsBundle",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/DoctrineMigrationsBundle.git",
            "reference": "65bdcc9510c77c02f548e8da425826422ee4becf"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/DoctrineMigrationsBundle/zipball/65bdcc9510c77c02f548e8da425826422ee4becf",
            "reference": "65bdcc9510c77c02f548e8da425826422ee4becf",
            "shasum": ""
        },
        "require": {
            "doctrine/doctrine-bundle": "~1.0",
            "doctrine/migrations": "~1.0@dev",
            "php": ">=5.3.2",
            "symfony/framework-bundle": "~2.1"
        },
        "time": "2013-10-24 10:22:11",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "2.1.x-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-0": {
                "Doctrine\\Bundle\\MigrationsBundle": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "http://symfony.com/contributors"
            },
            {
                "name": "Doctrine Project",
                "homepage": "http://www.doctrine-project.org"
            }
        ],
        "description": "Symfony DoctrineMigrationsBundle",
        "homepage": "http://www.doctrine-project.org",
        "keywords": [
            "dbal",
            "migrations",
            "schema"
        ]
    },
    {
        "name": "doctrine/data-fixtures",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/data-fixtures.git",
            "reference": "dfc0dc9a3f6258c878768218fe49cc092ea8a8d1"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/data-fixtures/zipball/dfc0dc9a3f6258c878768218fe49cc092ea8a8d1",
            "reference": "dfc0dc9a3f6258c878768218fe49cc092ea8a8d1",
            "shasum": ""
        },
        "require": {
            "doctrine/common": ">=2.2,<2.5-dev",
            "php": ">=5.3.2"
        },
        "require-dev": {
            "doctrine/orm": ">=2.2,<2.5-dev"
        },
        "suggest": {
            "doctrine/mongodb-odm": "For loading MongoDB ODM fixtures",
            "doctrine/orm": "For loading ORM fixtures",
            "doctrine/phpcr-odm": "For loading PHPCR ODM fixtures"
        },
        "time": "2013-10-16 14:26:38",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-0": {
                "Doctrine\\Common\\DataFixtures": "lib/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Jonathan Wage",
                "email": "jonwage@gmail.com",
                "homepage": "http://www.jwage.com/",
                "role": "Creator"
            }
        ],
        "description": "Data Fixtures for all Doctrine Object Managers",
        "homepage": "http://www.doctrine-project.org",
        "keywords": [
            "database"
        ]
    },
    {
        "name": "doctrine/doctrine-fixtures-bundle",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "target-dir": "Doctrine/Bundle/FixturesBundle",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/DoctrineFixturesBundle.git",
            "reference": "3caec4826e58fe47520b591f965b4adcdfc8a6c8"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/DoctrineFixturesBundle/zipball/3caec4826e58fe47520b591f965b4adcdfc8a6c8",
            "reference": "3caec4826e58fe47520b591f965b4adcdfc8a6c8",
            "shasum": ""
        },
        "require": {
            "doctrine/data-fixtures": "~1.0",
            "doctrine/doctrine-bundle": "~1.0",
            "php": ">=5.3.2",
            "symfony/doctrine-bridge": "~2.1"
        },
        "time": "2013-09-16 10:15:05",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "2.2.x-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-0": {
                "Doctrine\\Bundle\\FixturesBundle": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "http://symfony.com/contributors"
            },
            {
                "name": "Doctrine Project",
                "homepage": "http://www.doctrine-project.org"
            }
        ],
        "description": "Symfony DoctrineFixturesBundle",
        "homepage": "http://www.doctrine-project.org",
        "keywords": [
            "Fixture",
            "persistence"
        ]
    },
    {
        "name": "thetwelvelabs/foursquare",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/chriswoodford/foursquare-php.git",
            "reference": "4886d4f8ec202ff7a56bfcdc8b95083b9373604d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/chriswoodford/foursquare-php/zipball/4886d4f8ec202ff7a56bfcdc8b95083b9373604d",
            "reference": "4886d4f8ec202ff7a56bfcdc8b95083b9373604d",
            "shasum": ""
        },
        "require": {
            "ext-curl": "*",
            "php": ">=5.3.3"
        },
        "require-dev": {
            "haxx-se/curl": "1.0.0",
            "kriswallsmith/buzz": "0.7.*",
            "symfony/http-foundation": "2.2.*"
        },
        "suggest": {
            "kriswallsmith/buzz": "Use Buzz for HTTP Requests",
            "symfony/http-foundation": "Use Symfony for HTTP Requests and/or Redirects"
        },
        "time": "2013-10-23 13:43:31",
        "type": "library",
        "installation-source": "source",
        "autoload": {
            "psr-0": {
                "TheTwelve\\Foursquare\\": "lib"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Chris Woodford",
                "email": "chris.woodford@gmail.com",
                "homepage": "http://ideapatterns.com"
            }
        ],
        "description": "Foursquare API Client",
        "homepage": "http://thetwelvelabs.com",
        "keywords": [
            "foursquare"
        ]
    },
    {
        "name": "haxx-se/curl",
        "version": "1.0.0",
        "version_normalized": "1.0.0.0",
        "dist": {
            "type": "file",
            "url": "http://curl.haxx.se/ca/cacert.pem",
            "reference": null,
            "shasum": null
        },
        "type": "library",
        "installation-source": "dist"
    },
    {
        "name": "jms/metadata",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/schmittjoh/metadata.git",
            "reference": "5dcd47c8b8ff98963663388a13cdb5f1b4cc2a5c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/5dcd47c8b8ff98963663388a13cdb5f1b4cc2a5c",
            "reference": "5dcd47c8b8ff98963663388a13cdb5f1b4cc2a5c",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "require-dev": {
            "doctrine/cache": "~1.0"
        },
        "time": "2013-10-28 16:45:34",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.4.x-dev"
            }
        },
        "installation-source": "source",
        "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": "phpoption/phpoption",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/schmittjoh/php-option.git",
            "reference": "1c7e8016289d17d83ced49c56d0f266fd0568941"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/1c7e8016289d17d83ced49c56d0f266fd0568941",
            "reference": "1c7e8016289d17d83ced49c56d0f266fd0568941",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2013-05-19 11:09:35",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.3-dev"
            }
        },
        "installation-source": "source",
        "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": "phpcollection/phpcollection",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/schmittjoh/php-collection.git",
            "reference": "5c8ec0d1091c95b973b59a3bf0eb19c5de72d8d1"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/schmittjoh/php-collection/zipball/5c8ec0d1091c95b973b59a3bf0eb19c5de72d8d1",
            "reference": "5c8ec0d1091c95b973b59a3bf0eb19c5de72d8d1",
            "shasum": ""
        },
        "require": {
            "phpoption/phpoption": "1.*"
        },
        "time": "2013-08-22 09:46:14",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "0.2-dev"
            }
        },
        "installation-source": "source",
        "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/parser-lib",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/schmittjoh/parser-lib.git",
            "reference": "d5961fa3fa039aa5ee0e50021c6681ba949e360c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/schmittjoh/parser-lib/zipball/d5961fa3fa039aa5ee0e50021c6681ba949e360c",
            "reference": "d5961fa3fa039aa5ee0e50021c6681ba949e360c",
            "shasum": ""
        },
        "require": {
            "phpoption/phpoption": ">=0.9,<2.0-dev"
        },
        "time": "2013-08-09 15:53:02",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.1-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-0": {
                "JMS\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "Apache2"
        ],
        "description": "A library for easily creating recursive-descent parsers."
    },
    {
        "name": "jms/serializer",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/schmittjoh/serializer.git",
            "reference": "3eeb721fe0144971bc49bc8a7cb9b362d2c27780"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/3eeb721fe0144971bc49bc8a7cb9b362d2c27780",
            "reference": "3eeb721fe0144971bc49bc8a7cb9b362d2c27780",
            "shasum": ""
        },
        "require": {
            "doctrine/annotations": "1.*",
            "jms/metadata": "~1.1",
            "jms/parser-lib": "1.*",
            "php": ">=5.3.2",
            "phpcollection/phpcollection": ">=0.1,<0.3-dev"
        },
        "require-dev": {
            "doctrine/orm": ">=2.1,<2.4-dev",
            "propel/propel1": "~1.7",
            "symfony/filesystem": "2.*",
            "symfony/form": ">=2.1,<2.2-dev",
            "symfony/translation": ">=2.0,<2.2-dev",
            "symfony/validator": ">=2.0,<2.2-dev",
            "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": "2013-10-31 10:46:05",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "0.14-dev"
            }
        },
        "installation-source": "source",
        "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": "jms/serializer-bundle",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "target-dir": "JMS/SerializerBundle",
        "source": {
            "type": "git",
            "url": "https://github.com/schmittjoh/JMSSerializerBundle.git",
            "reference": "7bf5700aafbd40ba5c2ac3e10548158cec1919c5"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/schmittjoh/JMSSerializerBundle/zipball/7bf5700aafbd40ba5c2ac3e10548158cec1919c5",
            "reference": "7bf5700aafbd40ba5c2ac3e10548158cec1919c5",
            "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-10-16 00:35:01",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "0.13-dev"
            }
        },
        "installation-source": "source",
        "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": "sebastian/diff",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/diff.git",
            "reference": "1e091702a5a38e6b4c1ba9ca816e3dd343df2e2d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/1e091702a5a38e6b4c1ba9ca816e3dd343df2e2d",
            "reference": "1e091702a5a38e6b4c1ba9ca816e3dd343df2e2d",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "time": "2013-08-03 16:46:33",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.1-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "classmap": [
                "src/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Sebastian Bergmann",
                "email": "sebastian@phpunit.de",
                "role": "lead"
            },
            {
                "name": "Kore Nordmann",
                "email": "mail@kore-nordmann.de"
            }
        ],
        "description": "Diff implementation",
        "homepage": "http://www.github.com/sebastianbergmann/diff",
        "keywords": [
            "diff"
        ]
    },
    {
        "name": "phpunit/php-timer",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/php-timer.git",
            "reference": "19689d4354b295ee3d8c54b4f42c3efb69cbc17c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/19689d4354b295ee3d8c54b4f42c3efb69cbc17c",
            "reference": "19689d4354b295ee3d8c54b4f42c3efb69cbc17c",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "time": "2013-08-02 07:42:54",
        "type": "library",
        "installation-source": "source",
        "autoload": {
            "classmap": [
                "PHP/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "include-path": [
            ""
        ],
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Sebastian Bergmann",
                "email": "sb@sebastian-bergmann.de",
                "role": "lead"
            }
        ],
        "description": "Utility class for timing",
        "homepage": "https://github.com/sebastianbergmann/php-timer/",
        "keywords": [
            "timer"
        ]
    },
    {
        "name": "sebastian/exporter",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/exporter.git",
            "reference": "7c801c2db02018e00a91026994eadb9fae51701f"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/7c801c2db02018e00a91026994eadb9fae51701f",
            "reference": "7c801c2db02018e00a91026994eadb9fae51701f",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "time": "2013-07-09 05:47:49",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "classmap": [
                "src/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Sebastian Bergmann",
                "email": "sebastian@phpunit.de",
                "role": "lead"
            },
            {
                "name": "Jeff Welch",
                "email": "whatthejeff@gmail.com"
            },
            {
                "name": "Volker Dusch",
                "email": "github@wallbash.com"
            },
            {
                "name": "Adam Harvey",
                "email": "aharvey@php.net"
            },
            {
                "name": "Bernhard Schussek",
                "email": "bschussek@2bepublished.at"
            }
        ],
        "description": "Provides the functionality to export PHP variables for visualization",
        "homepage": "http://www.github.com/sebastianbergmann/exporter",
        "keywords": [
            "export",
            "exporter"
        ]
    },
    {
        "name": "sebastian/version",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/version.git",
            "reference": "b5ed060223916b485002b02605e20ba04a741f03"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/b5ed060223916b485002b02605e20ba04a741f03",
            "reference": "b5ed060223916b485002b02605e20ba04a741f03",
            "shasum": ""
        },
        "time": "2013-07-31 05:26:57",
        "type": "library",
        "installation-source": "source",
        "autoload": {
            "classmap": [
                "src/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Sebastian Bergmann",
                "email": "sebastian@phpunit.de",
                "role": "lead"
            }
        ],
        "description": "Library that helps with managing the version number of Git-hosted PHP projects",
        "homepage": "https://github.com/sebastianbergmann/version"
    },
    {
        "name": "phpunit/php-text-template",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/php-text-template.git",
            "reference": "1eeef106193d2f8c539728e566bb4793071a9e18"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/1eeef106193d2f8c539728e566bb4793071a9e18",
            "reference": "1eeef106193d2f8c539728e566bb4793071a9e18",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "time": "2013-01-07 10:56:17",
        "type": "library",
        "installation-source": "source",
        "autoload": {
            "classmap": [
                "Text/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "include-path": [
            ""
        ],
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Sebastian Bergmann",
                "email": "sb@sebastian-bergmann.de",
                "role": "lead"
            }
        ],
        "description": "Simple template engine.",
        "homepage": "https://github.com/sebastianbergmann/php-text-template/",
        "keywords": [
            "template"
        ]
    },
    {
        "name": "phpunit/phpunit-mock-objects",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
            "reference": "346591b047bc04e22c0f608110087579f7518dba"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/346591b047bc04e22c0f608110087579f7518dba",
            "reference": "346591b047bc04e22c0f608110087579f7518dba",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4.7",
            "phpunit/php-text-template": ">=1.1.1"
        },
        "require-dev": {
            "pear-pear/pear": "1.9.4",
            "phpunit/phpunit": "dev-master"
        },
        "suggest": {
            "ext-soap": "*"
        },
        "time": "2013-08-31 07:18:20",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.3.x-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "classmap": [
                "PHPUnit/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "include-path": [
            ""
        ],
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Sebastian Bergmann",
                "email": "sb@sebastian-bergmann.de",
                "role": "lead"
            }
        ],
        "description": "Mock Object library for PHPUnit",
        "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
        "keywords": [
            "mock",
            "xunit"
        ]
    },
    {
        "name": "phpunit/php-token-stream",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/php-token-stream.git",
            "reference": "292f4d5772dad5a12775be69f4a8dd663b20f103"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/292f4d5772dad5a12775be69f4a8dd663b20f103",
            "reference": "292f4d5772dad5a12775be69f4a8dd663b20f103",
            "shasum": ""
        },
        "require": {
            "ext-tokenizer": "*",
            "php": ">=5.3.3"
        },
        "time": "2013-10-21 14:03:39",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.2-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "classmap": [
                "PHP/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "include-path": [
            ""
        ],
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Sebastian Bergmann",
                "email": "sb@sebastian-bergmann.de",
                "role": "lead"
            }
        ],
        "description": "Wrapper around PHP's tokenizer extension.",
        "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
        "keywords": [
            "tokenizer"
        ]
    },
    {
        "name": "phpunit/php-file-iterator",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
            "reference": "acd690379117b042d1c8af1fafd61bde001bf6bb"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/acd690379117b042d1c8af1fafd61bde001bf6bb",
            "reference": "acd690379117b042d1c8af1fafd61bde001bf6bb",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "time": "2013-10-10 15:34:57",
        "type": "library",
        "installation-source": "source",
        "autoload": {
            "classmap": [
                "File/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "include-path": [
            ""
        ],
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Sebastian Bergmann",
                "email": "sb@sebastian-bergmann.de",
                "role": "lead"
            }
        ],
        "description": "FilterIterator implementation that filters files based on a list of suffixes.",
        "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
        "keywords": [
            "filesystem",
            "iterator"
        ]
    },
    {
        "name": "phpunit/php-code-coverage",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
            "reference": "37964b9a13fa1ccd91a2677d16e09ee77cc301af"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/37964b9a13fa1ccd91a2677d16e09ee77cc301af",
            "reference": "37964b9a13fa1ccd91a2677d16e09ee77cc301af",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4.7",
            "phpunit/php-file-iterator": ">=1.3.0",
            "phpunit/php-text-template": ">=1.1.1",
            "phpunit/php-token-stream": ">=1.1.3",
            "sebastian/version": ">=1.0.0"
        },
        "require-dev": {
            "ext-xdebug": ">=2.2.1",
            "phpunit/phpunit": "dev-master"
        },
        "suggest": {
            "ext-dom": "*",
            "ext-xdebug": ">=2.2.1"
        },
        "time": "2013-11-01 09:26:32",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.3.x-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "classmap": [
                "PHP/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "include-path": [
            ""
        ],
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Sebastian Bergmann",
                "email": "sb@sebastian-bergmann.de",
                "role": "lead"
            }
        ],
        "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
        "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
        "keywords": [
            "coverage",
            "testing",
            "xunit"
        ]
    },
    {
        "name": "phpunit/phpunit",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/phpunit.git",
            "reference": "84f5dfa26ac058d49ef7b0ab3314af6887e49ef0"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/84f5dfa26ac058d49ef7b0ab3314af6887e49ef0",
            "reference": "84f5dfa26ac058d49ef7b0ab3314af6887e49ef0",
            "shasum": ""
        },
        "require": {
            "ext-dom": "*",
            "ext-pcre": "*",
            "ext-reflection": "*",
            "ext-spl": "*",
            "php": ">=5.4.7",
            "phpunit/php-code-coverage": "1.3.*@dev",
            "phpunit/php-file-iterator": ">=1.3.1",
            "phpunit/php-text-template": ">=1.1.1",
            "phpunit/php-timer": ">=1.0.2",
            "phpunit/phpunit-mock-objects": "1.3.*@dev",
            "sebastian/diff": ">=1.1.0",
            "sebastian/exporter": ">=1.0.0",
            "sebastian/version": ">=1.0.0",
            "symfony/yaml": "~2.0"
        },
        "require-dev": {
            "pear-pear/pear": "1.9.4"
        },
        "suggest": {
            "ext-json": "*",
            "ext-simplexml": "*",
            "ext-tokenizer": "*",
            "phpunit/php-invoker": ">=1.1.0"
        },
        "time": "2013-11-04 09:04:55",
        "bin": [
            "composer/bin/phpunit"
        ],
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.8.x-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "classmap": [
                "PHPUnit/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "include-path": [
            "",
            "../../symfony/yaml/"
        ],
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Sebastian Bergmann",
                "email": "sebastian@phpunit.de",
                "role": "lead"
            }
        ],
        "description": "The PHP Unit Testing framework.",
        "homepage": "http://www.phpunit.de/",
        "keywords": [
            "phpunit",
            "testing",
            "xunit"
        ]
    },
    {
        "name": "liip/functional-test-bundle",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "target-dir": "Liip/FunctionalTestBundle",
        "source": {
            "type": "git",
            "url": "https://github.com/liip/LiipFunctionalTestBundle.git",
            "reference": "06584ef6638140ed9637bac577983237271c5244"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/liip/LiipFunctionalTestBundle/zipball/06584ef6638140ed9637bac577983237271c5244",
            "reference": "06584ef6638140ed9637bac577983237271c5244",
            "shasum": ""
        },
        "require": {
            "doctrine/common": "2.*",
            "php": ">=5.3.2",
            "symfony/browser-kit": "~2.0",
            "symfony/framework-bundle": "~2.0"
        },
        "suggest": {
            "doctrine/dbal": "Required when using the fixture loading functionality with an ORM and SQLite",
            "doctrine/doctrine-fixtures-bundle": "Required when using the fixture loading functionality",
            "doctrine/orm": "Required when using the fixture loading functionality with an ORM and SQLite"
        },
        "time": "2013-10-14 06:10:06",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-0": {
                "Liip\\FunctionalTestBundle": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Liip AG",
                "homepage": "http://www.liip.ch/"
            },
            {
                "name": "Community contributions",
                "homepage": "https://github.com/liip/LiipFunctionalTestBundle/contributors"
            }
        ],
        "description": "This bundles provides additional functional test-cases for Symfony2 applications",
        "keywords": [
            "Symfony2"
        ]
    },
    {
        "name": "doctrine/orm",
        "version": "2.3.x-dev",
        "version_normalized": "2.3.9999999.9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/doctrine2.git",
            "reference": "1a30e0a2e069999de835722bfbafe3da146b8ebb"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/doctrine2/zipball/1a30e0a2e069999de835722bfbafe3da146b8ebb",
            "reference": "1a30e0a2e069999de835722bfbafe3da146b8ebb",
            "shasum": ""
        },
        "require": {
            "doctrine/dbal": "2.3.*",
            "ext-pdo": "*",
            "php": ">=5.3.2",
            "symfony/console": "2.*"
        },
        "suggest": {
            "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
        },
        "time": "2013-10-29 08:25:52",
        "bin": [
            "bin/doctrine",
            "bin/doctrine.php"
        ],
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.3.x-dev"
            }
        },
        "installation-source": "source",
        "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": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/fabpot/Twig-extensions.git",
            "reference": "f91a82ec225e5bb108e01a0f93c9be04f84dcfa0"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/fabpot/Twig-extensions/zipball/f91a82ec225e5bb108e01a0f93c9be04f84dcfa0",
            "reference": "f91a82ec225e5bb108e01a0f93c9be04f84dcfa0",
            "shasum": ""
        },
        "require": {
            "twig/twig": "~1.0"
        },
        "time": "2013-10-18 19:37:15",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-0": {
                "Twig_Extensions_": "lib/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            }
        ],
        "description": "Common additional features for Twig that do not directly belong in core",
        "homepage": "https://github.com/fabpot/Twig-extensions",
        "keywords": [
            "debug",
            "i18n",
            "text"
        ]
    },
    {
        "name": "kriswallsmith/assetic",
        "version": "1.1.x-dev",
        "version_normalized": "1.1.9999999.9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/kriswallsmith/assetic.git",
            "reference": "1d671c54f147ece319642132330927672b6190a7"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/kriswallsmith/assetic/zipball/1d671c54f147ece319642132330927672b6190a7",
            "reference": "1d671c54f147ece319642132330927672b6190a7",
            "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-09-03 12:44:05",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.1-dev"
            }
        },
        "installation-source": "source",
        "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": "2.3.x-dev",
        "version_normalized": "2.3.9999999.9999999-dev",
        "target-dir": "Symfony/Bundle/AsseticBundle",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/AsseticBundle.git",
            "reference": "65bd076341ac54ebfcd845d8471044fc4afa73d2"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/AsseticBundle/zipball/65bd076341ac54ebfcd845d8471044fc4afa73d2",
            "reference": "65bd076341ac54ebfcd845d8471044fc4afa73d2",
            "shasum": ""
        },
        "require": {
            "kriswallsmith/assetic": "1.1.x",
            "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-06-04 14:18:43",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "2.3-dev"
            }
        },
        "installation-source": "source",
        "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": "swiftmailer/swiftmailer",
        "version": "v5.0.2",
        "version_normalized": "5.0.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/swiftmailer/swiftmailer.git",
            "reference": "f3917ecef35a4e4d98b303eb9fee463bc983f379"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/f3917ecef35a4e4d98b303eb9fee463bc983f379",
            "reference": "f3917ecef35a4e4d98b303eb9fee463bc983f379",
            "shasum": ""
        },
        "require": {
            "php": ">=5.2.4"
        },
        "time": "2013-08-30 12:35:21",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "5.1-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"
            },
            {
                "name": "Chris Corbyn"
            }
        ],
        "description": "Swiftmailer, free feature-rich PHP mailer",
        "homepage": "http://swiftmailer.org",
        "keywords": [
            "mail",
            "mailer"
        ]
    },
    {
        "name": "symfony/swiftmailer-bundle",
        "version": "v2.3.4",
        "version_normalized": "2.3.4.0",
        "target-dir": "Symfony/Bundle/SwiftmailerBundle",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/SwiftmailerBundle.git",
            "reference": "f5e5d12629c26a835c7aa1d74e2e041486b92d93"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/SwiftmailerBundle/zipball/f5e5d12629c26a835c7aa1d74e2e041486b92d93",
            "reference": "f5e5d12629c26a835c7aa1d74e2e041486b92d93",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.2",
            "swiftmailer/swiftmailer": ">=4.2.0,<5.1-dev",
            "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": "2013-08-22 13:32:58",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "2.2-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"
            },
            {
                "name": "Symfony Community",
                "homepage": "http://symfony.com/contributors"
            }
        ],
        "description": "Symfony SwiftmailerBundle",
        "homepage": "http://symfony.com"
    },
    {
        "name": "monolog/monolog",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/Seldaek/monolog.git",
            "reference": "a5010756d905264ea2b3f7f27c7df22fb9a3bd8e"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Seldaek/monolog/zipball/a5010756d905264ea2b3f7f27c7df22fb9a3bd8e",
            "reference": "a5010756d905264ea2b3f7f27c7df22fb9a3bd8e",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0",
            "psr/log": "~1.0"
        },
        "require-dev": {
            "doctrine/couchdb": "dev-master",
            "mlehner/gelf-php": "1.0.*",
            "phpunit/phpunit": "~3.7.0",
            "raven/raven": "0.5.*"
        },
        "suggest": {
            "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",
            "mlehner/gelf-php": "Allow sending log messages to a GrayLog2 server",
            "raven/raven": "Allow sending log messages to a Sentry server"
        },
        "time": "2013-11-04 08:48:35",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.6.x-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-0": {
                "Monolog": "src/"
            }
        },
        "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": "2.3.x-dev",
        "version_normalized": "2.3.9999999.9999999-dev",
        "target-dir": "Symfony/Bundle/MonologBundle",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/MonologBundle.git",
            "reference": "03ed73bc11367b3156cc21f22ac37c7f70fcd10a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/MonologBundle/zipball/03ed73bc11367b3156cc21f22ac37c7f70fcd10a",
            "reference": "03ed73bc11367b3156cc21f22ac37c7f70fcd10a",
            "shasum": ""
        },
        "require": {
            "monolog/monolog": "~1.3",
            "php": ">=5.3.2",
            "symfony/config": "~2.2-beta2",
            "symfony/dependency-injection": "~2.2-beta2",
            "symfony/monolog-bridge": "~2.2-beta2"
        },
        "require-dev": {
            "symfony/yaml": "~2.2-beta2"
        },
        "time": "2013-05-27 18:06:55",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "2.2.x-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-0": {
                "Symfony\\Bundle\\MonologBundle": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "http://symfony.com/contributors"
            }
        ],
        "description": "Symfony MonologBundle",
        "homepage": "http://symfony.com",
        "keywords": [
            "log",
            "logging"
        ]
    },
    {
        "name": "sensio/distribution-bundle",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "target-dir": "Sensio/Bundle/DistributionBundle",
        "source": {
            "type": "git",
            "url": "https://github.com/sensiolabs/SensioDistributionBundle.git",
            "reference": "45664e203fd1364705091a58971cc6bd94fb5189"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/45664e203fd1364705091a58971cc6bd94fb5189",
            "reference": "45664e203fd1364705091a58971cc6bd94fb5189",
            "shasum": ""
        },
        "require": {
            "symfony/framework-bundle": "~2.2"
        },
        "time": "2013-09-18 07:48:10",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "2.3.x-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-0": {
                "Sensio\\Bundle\\DistributionBundle": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            }
        ],
        "description": "The base bundle for the Symfony Distributions",
        "keywords": [
            "configuration",
            "distribution"
        ]
    },
    {
        "name": "sensio/framework-extra-bundle",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "target-dir": "Sensio/Bundle/FrameworkExtraBundle",
        "source": {
            "type": "git",
            "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git",
            "reference": "403e13e384d8a81c9c8a1adfe89356e9849c14ff"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/403e13e384d8a81c9c8a1adfe89356e9849c14ff",
            "reference": "403e13e384d8a81c9c8a1adfe89356e9849c14ff",
            "shasum": ""
        },
        "require": {
            "doctrine/common": "~2.2",
            "symfony/framework-bundle": "~2.2"
        },
        "time": "2013-09-23 10:28:44",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "2.3.x-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-0": {
                "Sensio\\Bundle\\FrameworkExtraBundle": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            }
        ],
        "description": "This bundle provides a way to configure your controllers with annotations",
        "keywords": [
            "annotations",
            "controllers"
        ]
    },
    {
        "name": "sensio/generator-bundle",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "target-dir": "Sensio/Bundle/GeneratorBundle",
        "source": {
            "type": "git",
            "url": "https://github.com/sensiolabs/SensioGeneratorBundle.git",
            "reference": "e2572e829cc7b3d37c8fc46c9dfad9362378aad1"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sensiolabs/SensioGeneratorBundle/zipball/e2572e829cc7b3d37c8fc46c9dfad9362378aad1",
            "reference": "e2572e829cc7b3d37c8fc46c9dfad9362378aad1",
            "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": "2013-10-15 18:51:32",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "2.3.x-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-0": {
                "Sensio\\Bundle\\GeneratorBundle": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            }
        ],
        "description": "This bundle generates code for you"
    },
    {
        "name": "incenteev/composer-parameter-handler",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "target-dir": "Incenteev/ParameterHandler",
        "source": {
            "type": "git",
            "url": "https://github.com/Incenteev/ParameterHandler.git",
            "reference": "bc06242a63298affc72d2089f93d8986a6217c4c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Incenteev/ParameterHandler/zipball/bc06242a63298affc72d2089f93d8986a6217c4c",
            "reference": "bc06242a63298affc72d2089f93d8986a6217c4c",
            "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-09-03 08:29:03",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.1.x-dev"
            }
        },
        "installation-source": "source",
        "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": "willdurand/negotiation",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/willdurand/Negotiation.git",
            "reference": "88642c201d01c12aa24fb9b69a73eb7c332377ff"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/willdurand/Negotiation/zipball/88642c201d01c12aa24fb9b69a73eb7c332377ff",
            "reference": "88642c201d01c12aa24fb9b69a73eb7c332377ff",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2013-10-21 15:15:05",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0-dev"
            }
        },
        "installation-source": "source",
        "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": "friendsofsymfony/rest-bundle",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "target-dir": "FOS/RestBundle",
        "source": {
            "type": "git",
            "url": "https://github.com/FriendsOfSymfony/FOSRestBundle.git",
            "reference": "0595e424359e3e2b3a658c813ae070e6b55ff6ff"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/FriendsOfSymfony/FOSRestBundle/zipball/0595e424359e3e2b3a658c813ae070e6b55ff6ff",
            "reference": "0595e424359e3e2b3a658c813ae070e6b55ff6ff",
            "shasum": ""
        },
        "require": {
            "doctrine/inflector": "1.0.*",
            "php": ">=5.3.2",
            "symfony/framework-bundle": "~2.1",
            "willdurand/negotiation": "1.0.*"
        },
        "conflict": {
            "jms/serializer": "<0.12",
            "jms/serializer-bundle": "<0.11"
        },
        "require-dev": {
            "jms/serializer-bundle": "0.12.*",
            "sensio/framework-extra-bundle": "~2.1",
            "symfony/form": "~2.1",
            "symfony/security": "~2.1",
            "symfony/serializer": "~2.1",
            "symfony/validator": "~2.1",
            "symfony/yaml": "~2.1"
        },
        "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.1"
        },
        "time": "2013-10-28 13:12:59",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0-dev"
            }
        },
        "installation-source": "source",
        "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": "dflydev/markdown",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "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": "source",
        "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": "nelmio/api-doc-bundle",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "target-dir": "Nelmio/ApiDocBundle",
        "source": {
            "type": "git",
            "url": "https://github.com/nelmio/NelmioApiDocBundle.git",
            "reference": "769b435cf3612f263883d4f0669b1c5654ab058f"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/nelmio/NelmioApiDocBundle/zipball/769b435cf3612f263883d4f0669b1c5654ab058f",
            "reference": "769b435cf3612f263883d4f0669b1c5654ab058f",
            "shasum": ""
        },
        "require": {
            "dflydev/markdown": "1.0.*",
            "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": "0.12.*@dev",
            "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": "2013-10-29 13:41:13",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "2.3.x-dev"
            }
        },
        "installation-source": "source",
        "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": "fzaninotto/faker",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/fzaninotto/Faker.git",
            "reference": "9228b2aec28ff1c2730e8a07b29c896fdc2550cd"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/fzaninotto/Faker/zipball/9228b2aec28ff1c2730e8a07b29c896fdc2550cd",
            "reference": "9228b2aec28ff1c2730e8a07b29c896fdc2550cd",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "time": "2013-11-03 21:14:43",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.3.x-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-0": {
                "Faker": "src/",
                "Faker\\PHPUnit": "test/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "François Zaninotto"
            }
        ],
        "description": "Faker is a PHP library that generates fake data for you.",
        "keywords": [
            "data",
            "faker",
            "fixtures"
        ]
    },
    {
        "name": "nelmio/alice",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/nelmio/alice.git",
            "reference": "1d31cd10819230da3d463f41ae6f1ea548e4a8e0"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/nelmio/alice/zipball/1d31cd10819230da3d463f41ae6f1ea548e4a8e0",
            "reference": "1d31cd10819230da3d463f41ae6f1ea548e4a8e0",
            "shasum": ""
        },
        "require": {
            "fzaninotto/faker": "~1.0",
            "php": ">=5.3",
            "symfony/yaml": "~2.0"
        },
        "require-dev": {
            "doctrine/common": "~2.3",
            "phpunit/phpunit": "3.7.*",
            "symfony/property-access": "~2.2"
        },
        "time": "2013-10-31 13:16:02",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.5.x-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-0": {
                "Nelmio\\Alice\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Nelmio",
                "homepage": "http://nelm.io"
            }
        ],
        "description": "Expressive fixtures generator",
        "keywords": [
            "Fixture",
            "data",
            "orm",
            "test"
        ]
    },
    {
        "name": "hautelook/alice-bundle",
        "version": "0.1.3",
        "version_normalized": "0.1.3.0",
        "target-dir": "Hautelook/AliceBundle",
        "source": {
            "type": "git",
            "url": "https://github.com/hautelook/AliceBundle.git",
            "reference": "4fd138883bf3262d618960952d91f39e22f86271"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/hautelook/AliceBundle/zipball/4fd138883bf3262d618960952d91f39e22f86271",
            "reference": "4fd138883bf3262d618960952d91f39e22f86271",
            "shasum": ""
        },
        "require": {
            "doctrine/data-fixtures": "1.0.*@dev",
            "doctrine/doctrine-fixtures-bundle": "2.2.*",
            "nelmio/alice": "~1.5.1",
            "php": ">=5.3.0"
        },
        "require-dev": {
            "symfony/framework-bundle": "~2.1",
            "symfony/yaml": "~2.1"
        },
        "time": "2013-09-17 17:20:36",
        "type": "symfony-bundle",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Hautelook\\AliceBundle": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Baldur Rensch",
                "email": "brensch@gmail.com"
            }
        ],
        "description": "Symfony2 Bundle that helps loading fixture data written with the Alice library",
        "keywords": [
            "Fixture",
            "Symfony2",
            "alice",
            "orm"
        ]
    },
    {
        "name": "gedmo/doctrine-extensions",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/l3pp4rd/DoctrineExtensions.git",
            "reference": "f51987e4a11862cdf4225672777f745f8f7534f5"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/l3pp4rd/DoctrineExtensions/zipball/f51987e4a11862cdf4225672777f745f8f7534f5",
            "reference": "f51987e4a11862cdf4225672777f745f8f7534f5",
            "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": "2013-11-20 14:15:28",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.3.x-dev"
            }
        },
        "installation-source": "source",
        "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": "leafo/lessphp",
        "version": "v0.4.0",
        "version_normalized": "0.4.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/leafo/lessphp.git",
            "reference": "51f3f06f0fe78a722dabfd14578444bdd078d9de"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/leafo/lessphp/zipball/51f3f06f0fe78a722dabfd14578444bdd078d9de",
            "reference": "51f3f06f0fe78a722dabfd14578444bdd078d9de",
            "shasum": ""
        },
        "time": "2013-08-09 17:09:19",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "0.3-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "lessc.inc.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT",
            "GPL-3.0"
        ],
        "authors": [
            {
                "name": "Leaf Corcoran",
                "email": "leafot@gmail.com",
                "homepage": "http://leafo.net"
            }
        ],
        "description": "lessphp is a compiler for LESS written in PHP.",
        "homepage": "http://leafo.net/lessphp/"
    },
    {
        "name": "vich/uploader-bundle",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "target-dir": "Vich/UploaderBundle",
        "source": {
            "type": "git",
            "url": "https://github.com/dustin10/VichUploaderBundle.git",
            "reference": "597e96ae8d6646428c1fe03ff76f158e7a3b0a35"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/dustin10/VichUploaderBundle/zipball/597e96ae8d6646428c1fe03ff76f158e7a3b0a35",
            "reference": "597e96ae8d6646428c1fe03ff76f158e7a3b0a35",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.2",
            "symfony/framework-bundle": "~2.0"
        },
        "require-dev": {
            "doctrine/mongodb-odm": "@dev",
            "doctrine/orm": "@stable",
            "knplabs/knp-gaufrette-bundle": "*",
            "phpunit/phpunit": "@stable"
        },
        "suggest": {
            "doctrine/doctrine-bundle": "*",
            "doctrine/mongodb-odm-bundle": "*",
            "doctrine/orm": "*",
            "knplabs/knp-gaufrette-bundle": "*"
        },
        "time": "2013-11-24 22:52:23",
        "type": "symfony-bundle",
        "installation-source": "source",
        "autoload": {
            "psr-0": {
                "Vich\\UploaderBundle": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Dustin Dobervich",
                "email": "ddobervich@gmail.com",
                "homepage": "http://www.dobervich.com"
            }
        ],
        "description": "Ease file uploads attached to entities",
        "homepage": "https://github.com/dustin10/VichUploaderBundle",
        "keywords": [
            "file uploads",
            "upload"
        ]
    },
    {
        "name": "knplabs/gaufrette",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/KnpLabs/Gaufrette.git",
            "reference": "5a4f0aba35259dbb88bd7bda4919956ea896bd41"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/KnpLabs/Gaufrette/zipball/5a4f0aba35259dbb88bd7bda4919956ea896bd41",
            "reference": "5a4f0aba35259dbb88bd7bda4919956ea896bd41",
            "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-cloudfiles": "*",
            "rackspace/php-opencloud": "1.6.*"
        },
        "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 user PhpseclibSftp adapter",
            "rackspace/php-opencloud": "to use Opencloud adapter"
        },
        "time": "2013-11-25 18:10:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "0.2.x-dev"
            }
        },
        "installation-source": "source",
        "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": "knplabs/knp-gaufrette-bundle",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "target-dir": "Knp/Bundle/GaufretteBundle",
        "source": {
            "type": "git",
            "url": "https://github.com/KnpLabs/KnpGaufretteBundle.git",
            "reference": "3bf4e03513adf15faa4f2473eb139e8ca0ec15b5"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/KnpLabs/KnpGaufretteBundle/zipball/3bf4e03513adf15faa4f2473eb139e8ca0ec15b5",
            "reference": "3bf4e03513adf15faa4f2473eb139e8ca0ec15b5",
            "shasum": ""
        },
        "require": {
            "knplabs/gaufrette": "0.2.*@dev",
            "symfony/framework-bundle": "2.*"
        },
        "require-dev": {
            "phpunit/phpunit": "3.7.*",
            "symfony/console": "2.*",
            "symfony/yaml": "2.*"
        },
        "time": "2013-11-13 07:41:39",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "0.2.x-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-0": {
                "Knp\\Bundle\\GaufretteBundle": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Antoine Hérault",
                "email": "antoine.herault@gmail.com",
                "homepage": "https://github.com/Herzult"
            },
            {
                "name": "The contributors",
                "homepage": "https://github.com/knplabs/KnpGaufretteBundle/contributors"
            }
        ],
        "description": "Allows to easily use the Gaufrette library in a Symfony project",
        "homepage": "http://knplabs.com",
        "keywords": [
            "abstraction",
            "file",
            "filesystem",
            "media"
        ]
    },
    {
        "name": "mopa/composer-bridge",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/phiamo/MopaComposerBridge.git",
            "reference": "4ce791bfeabc5261da11cf4a949745d60dae711f"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/phiamo/MopaComposerBridge/zipball/4ce791bfeabc5261da11cf4a949745d60dae711f",
            "reference": "4ce791bfeabc5261da11cf4a949745d60dae711f",
            "shasum": ""
        },
        "require": {
            "symfony/console": "2.*"
        },
        "time": "2013-09-10 10:06:34",
        "type": "symfony-bridge",
        "extra": {
            "branch-alias": {
                "dev-master": "1.3.x-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-0": {
                "Mopa\\Bridge\\Composer": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Philipp A. Mohrenweiser",
                "email": "phiamo@googlemail.com",
                "homepage": "http://bootstrap.mohrenweiserpartner.de"
            },
            {
                "name": "Community contributions",
                "homepage": "https://github.com/phiamo/MopaComposerBridge/contributors"
            }
        ],
        "description": "Symfony2 Composer Bridge",
        "homepage": "http://bootstrap.mohrenweiserpartner.de",
        "keywords": [
            "Symfony2",
            "composer"
        ]
    },
    {
        "name": "mopa/bootstrap-bundle",
        "version": "v3.0.0-beta2",
        "version_normalized": "3.0.0.0-beta2",
        "target-dir": "Mopa/Bundle/BootstrapBundle",
        "source": {
            "type": "git",
            "url": "https://github.com/phiamo/MopaBootstrapBundle.git",
            "reference": "4b4ec879de978fe40a792a359f0940362ef503ec"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/phiamo/MopaBootstrapBundle/zipball/4b4ec879de978fe40a792a359f0940362ef503ec",
            "reference": "4b4ec879de978fe40a792a359f0940362ef503ec",
            "shasum": ""
        },
        "require": {
            "mopa/composer-bridge": "1.3.*",
            "symfony/symfony": "~2.3-dev"
        },
        "suggest": {
            "craue/formflow-bundle": "dev-master",
            "jlong/sass-twitter-bootstrap": "dev-master",
            "knplabs/knp-menu-bundle": "2.0.*",
            "knplabs/knp-paginator-bundle": "dev-master",
            "mopa/bootstrap-sandbox-bundle": "~2.3",
            "twbs/bootstrap": "2.*"
        },
        "time": "2013-10-14 22:38:11",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "3.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Mopa\\Bundle\\BootstrapBundle": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Philipp A. Mohrenweiser",
                "email": "phiamo@googlemail.com",
                "homepage": "http://bootstrap.mohrenweiserpartner.de"
            },
            {
                "name": "Community contributions",
                "homepage": "https://github.com/phiamo/MopaBootstrapBundle/contributors"
            }
        ],
        "description": "Easy integration of twitters bootstrap into symfony2",
        "keywords": [
            "bootstrap",
            "bootstrap form",
            "extra form",
            "form",
            "template"
        ]
    },
    {
        "name": "twbs/bootstrap",
        "version": "v3.0.0",
        "version_normalized": "3.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/twbs/bootstrap.git",
            "reference": "e8a1df5f060bf7e6631554648e0abde150aedbe4"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/twbs/bootstrap/zipball/e8a1df5f060bf7e6631554648e0abde150aedbe4",
            "reference": "e8a1df5f060bf7e6631554648e0abde150aedbe4",
            "shasum": ""
        },
        "time": "2013-08-19 21:18:20",
        "type": "library",
        "installation-source": "dist",
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "Apache-2.0"
        ],
        "authors": [
            {
                "name": "sugeng tigefa",
                "email": "tigefa@gmail.com"
            },
            {
                "name": "Jacob Thornton",
                "email": "jacobthornton@gmail.com"
            }
        ],
        "description": "Sleek, intuitive, and powerful mobile first front-end framework for faster and easier web development.",
        "homepage": "http://getbootstrap.com",
        "keywords": [
            "bootstrap",
            "css"
        ]
    },
    {
        "name": "stfalcon/tinymce-bundle",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "target-dir": "Stfalcon/Bundle/TinymceBundle",
        "source": {
            "type": "git",
            "url": "https://github.com/stfalcon/TinymceBundle.git",
            "reference": "32051165ccb6bde327ec121b3f294d807ceb427e"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/stfalcon/TinymceBundle/zipball/32051165ccb6bde327ec121b3f294d807ceb427e",
            "reference": "32051165ccb6bde327ec121b3f294d807ceb427e",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0",
            "symfony/symfony": ">=2.1"
        },
        "time": "2013-11-11 08:58:10",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "0.3.x-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-0": {
                "Stfalcon\\Bundle\\TinymceBundle": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Stepan Tanasiychuk",
                "email": "ceo@stfalcon.com",
                "homepage": "http://blog.stfalcon.com"
            },
            {
                "name": "Igor Negrutsa",
                "email": "progi2007@gmail.com",
                "homepage": "http://igor-negrutsa.info"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://github.com/stfalcon/TinymceBundle/contributors"
            }
        ],
        "description": "This Bundle integrates TinyMCE WYSIWYG editor into a Symfony2 project.",
        "keywords": [
            "editor",
            "tinymce",
            "wysiwyg"
        ]
    },
    {
        "name": "imagine/imagine",
        "version": "v0.5.0",
        "version_normalized": "0.5.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/avalanche123/Imagine.git",
            "reference": "f64ec666baaa800edcbf237db41121a569230709"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/avalanche123/Imagine/zipball/f64ec666baaa800edcbf237db41121a569230709",
            "reference": "f64ec666baaa800edcbf237db41121a569230709",
            "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": "2013-07-10 17:25:36",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Imagine": "lib/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Bulat Shakirzyanov",
                "email": "mallluhuct@gmail.com",
                "homepage": "http://avalanche123.com"
            }
        ],
        "description": "Image processing for PHP 5.3",
        "homepage": "http://imagine.readthedocs.org/",
        "keywords": [
            "drawing",
            "graphics",
            "image manipulation",
            "image processing"
        ]
    },
    {
        "name": "liip/imagine-bundle",
        "version": "v0.17.0",
        "version_normalized": "0.17.0.0",
        "target-dir": "Liip/ImagineBundle",
        "source": {
            "type": "git",
            "url": "https://github.com/liip/LiipImagineBundle.git",
            "reference": "47e2b2bb04594a433d1c12f52b207127dc686093"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/liip/LiipImagineBundle/zipball/47e2b2bb04594a433d1c12f52b207127dc686093",
            "reference": "47e2b2bb04594a433d1c12f52b207127dc686093",
            "shasum": ""
        },
        "require": {
            "imagine/imagine": "0.5.*",
            "php": ">=5.3.2",
            "symfony/filesystem": ">=2.0.16,~2.0",
            "symfony/finder": ">=2.0.16,~2.0",
            "symfony/framework-bundle": ">=2.0.16,~2.0",
            "symfony/options-resolver": ">=2.0.16,~2.0"
        },
        "require-dev": {
            "doctrine/cache": "~1.1",
            "symfony/yaml": ">=2.0.16,~2.0",
            "twig/twig": ">=1.0,<2.0-dev"
        },
        "suggest": {
            "twig/twig": ">=1.0,<2.0-dev"
        },
        "time": "2013-12-04 09:43:45",
        "type": "symfony-bundle",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Liip\\ImagineBundle": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Liip and other contributors",
                "homepage": "https://github.com/liip/LiipImagineBundle/contributors"
            }
        ],
        "description": "This Bundle assists in imagine manipulation using the imagine library",
        "homepage": "http://liip.ch",
        "keywords": [
            "image",
            "imagine"
        ]
    }
]
