[
    {
        "name": "twig/twig",
        "version": "v1.16.0",
        "version_normalized": "1.16.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/twigphp/Twig.git",
            "reference": "8ce37115802e257a984a82d38254884085060024"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/twigphp/Twig/zipball/8ce37115802e257a984a82d38254884085060024",
            "reference": "8ce37115802e257a984a82d38254884085060024",
            "shasum": ""
        },
        "require": {
            "php": ">=5.2.4"
        },
        "time": "2014-07-05 12:19:05",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.16-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Twig_": "lib/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com",
                "homepage": "http://fabien.potencier.org",
                "role": "Lead Developer"
            },
            {
                "name": "Armin Ronacher",
                "email": "armin.ronacher@active-4.com",
                "role": "Project Founder"
            },
            {
                "name": "Twig Team",
                "homepage": "https://github.com/fabpot/Twig/graphs/contributors",
                "role": "Contributors"
            }
        ],
        "description": "Twig, the flexible, fast, and secure template language for PHP",
        "homepage": "http://twig.sensiolabs.org",
        "keywords": [
            "templating"
        ]
    },
    {
        "name": "symfony/symfony",
        "version": "v2.5.5",
        "version_normalized": "2.5.5.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/symfony.git",
            "reference": "2aef97bbc95d0c4ae63537cca81bd6d984427d81"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/symfony/zipball/2aef97bbc95d0c4ae63537cca81bd6d984427d81",
            "reference": "2aef97bbc95d0c4ae63537cca81bd6d984427d81",
            "shasum": ""
        },
        "require": {
            "doctrine/common": "~2.2",
            "php": ">=5.3.3",
            "psr/log": "~1.0",
            "symfony/icu": "~1.0",
            "twig/twig": "~1.12"
        },
        "replace": {
            "symfony/browser-kit": "self.version",
            "symfony/class-loader": "self.version",
            "symfony/config": "self.version",
            "symfony/console": "self.version",
            "symfony/css-selector": "self.version",
            "symfony/debug": "self.version",
            "symfony/dependency-injection": "self.version",
            "symfony/doctrine-bridge": "self.version",
            "symfony/dom-crawler": "self.version",
            "symfony/event-dispatcher": "self.version",
            "symfony/expression-language": "self.version",
            "symfony/filesystem": "self.version",
            "symfony/finder": "self.version",
            "symfony/form": "self.version",
            "symfony/framework-bundle": "self.version",
            "symfony/http-foundation": "self.version",
            "symfony/http-kernel": "self.version",
            "symfony/intl": "self.version",
            "symfony/locale": "self.version",
            "symfony/monolog-bridge": "self.version",
            "symfony/options-resolver": "self.version",
            "symfony/process": "self.version",
            "symfony/propel1-bridge": "self.version",
            "symfony/property-access": "self.version",
            "symfony/proxy-manager-bridge": "self.version",
            "symfony/routing": "self.version",
            "symfony/security": "self.version",
            "symfony/security-acl": "self.version",
            "symfony/security-bundle": "self.version",
            "symfony/security-core": "self.version",
            "symfony/security-csrf": "self.version",
            "symfony/security-http": "self.version",
            "symfony/serializer": "self.version",
            "symfony/stopwatch": "self.version",
            "symfony/swiftmailer-bridge": "self.version",
            "symfony/templating": "self.version",
            "symfony/translation": "self.version",
            "symfony/twig-bridge": "self.version",
            "symfony/twig-bundle": "self.version",
            "symfony/validator": "self.version",
            "symfony/web-profiler-bundle": "self.version",
            "symfony/yaml": "self.version"
        },
        "require-dev": {
            "doctrine/data-fixtures": "1.0.*",
            "doctrine/dbal": "~2.2",
            "doctrine/orm": "~2.2,>=2.2.3",
            "egulias/email-validator": "~1.2",
            "ircmaxell/password-compat": "1.0.*",
            "monolog/monolog": "~1.3",
            "ocramius/proxy-manager": ">=0.3.1,<0.6-dev",
            "propel/propel1": "1.6.*"
        },
        "time": "2014-09-28 17:33:53",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.5-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Symfony\\": "src/"
            },
            "classmap": [
                "src/Symfony/Component/HttpFoundation/Resources/stubs",
                "src/Symfony/Component/Intl/Resources/stubs"
            ],
            "files": [
                "src/Symfony/Component/Intl/Resources/stubs/functions.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Symfony Community",
                "homepage": "http://symfony.com/contributors"
            },
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            }
        ],
        "description": "The Symfony PHP framework",
        "homepage": "http://symfony.com",
        "keywords": [
            "framework"
        ]
    },
    {
        "name": "symfony/icu",
        "version": "v1.1.2",
        "version_normalized": "1.1.2.0",
        "target-dir": "Symfony/Component/Icu",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/icu.git",
            "reference": "229730a14ccac63bb3c5d9f0494fcd27140c0dd3"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/icu/zipball/229730a14ccac63bb3c5d9f0494fcd27140c0dd3",
            "reference": "229730a14ccac63bb3c5d9f0494fcd27140c0dd3",
            "shasum": ""
        },
        "require": {
            "ext-intl": "*",
            "lib-icu": ">=3.8",
            "php": ">=5.3.3",
            "symfony/intl": "~2.3"
        },
        "time": "2014-07-25 10:00:11",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Symfony\\Component\\Icu\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Symfony Community",
                "homepage": "http://symfony.com/contributors"
            },
            {
                "name": "Bernhard Schussek",
                "email": "bschussek@gmail.com"
            }
        ],
        "description": "Contains an excerpt of the ICU data and classes to load it.",
        "homepage": "http://symfony.com",
        "keywords": [
            "icu",
            "intl"
        ]
    },
    {
        "name": "psr/log",
        "version": "1.0.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/log.git",
            "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
            "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
            "shasum": ""
        },
        "time": "2012-12-21 11:40:51",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Psr\\Log\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "PHP-FIG",
                "homepage": "http://www.php-fig.org/"
            }
        ],
        "description": "Common interface for logging libraries",
        "keywords": [
            "log",
            "psr",
            "psr-3"
        ]
    },
    {
        "name": "doctrine/lexer",
        "version": "v1.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/lexer.git",
            "reference": "2f708a85bb3aab5d99dab8be435abd73e0b18acb"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/lexer/zipball/2f708a85bb3aab5d99dab8be435abd73e0b18acb",
            "reference": "2f708a85bb3aab5d99dab8be435abd73e0b18acb",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.2"
        },
        "time": "2013-01-12 18:59:04",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Doctrine\\Common\\Lexer\\": "lib/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Guilherme Blanco",
                "email": "guilhermeblanco@gmail.com",
                "homepage": "http://www.instaclick.com"
            },
            {
                "name": "Roman Borschel",
                "email": "roman@code-factory.org"
            },
            {
                "name": "Johannes Schmitt",
                "email": "schmittjoh@gmail.com",
                "homepage": "https://github.com/schmittjoh",
                "role": "Developer of wrapped JMSSerializerBundle"
            }
        ],
        "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
        "homepage": "http://www.doctrine-project.org",
        "keywords": [
            "lexer",
            "parser"
        ]
    },
    {
        "name": "doctrine/inflector",
        "version": "v1.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/inflector.git",
            "reference": "54b8333d2a5682afdc690060c1cf384ba9f47f08"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/inflector/zipball/54b8333d2a5682afdc690060c1cf384ba9f47f08",
            "reference": "54b8333d2a5682afdc690060c1cf384ba9f47f08",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.2"
        },
        "time": "2013-01-10 21:49:15",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Doctrine\\Common\\Inflector\\": "lib/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Jonathan Wage",
                "email": "jonwage@gmail.com",
                "homepage": "http://www.jwage.com/",
                "role": "Creator"
            },
            {
                "name": "Guilherme Blanco",
                "email": "guilhermeblanco@gmail.com",
                "homepage": "http://www.instaclick.com"
            },
            {
                "name": "Roman Borschel",
                "email": "roman@code-factory.org"
            },
            {
                "name": "Benjamin Eberlei",
                "email": "kontakt@beberlei.de"
            },
            {
                "name": "Johannes Schmitt",
                "email": "schmittjoh@gmail.com",
                "homepage": "https://github.com/schmittjoh",
                "role": "Developer of wrapped JMSSerializerBundle"
            }
        ],
        "description": "Common String Manipulations with regard to casing and singular/plural rules.",
        "homepage": "http://www.doctrine-project.org",
        "keywords": [
            "inflection",
            "pluarlize",
            "singuarlize",
            "string"
        ]
    },
    {
        "name": "doctrine/collections",
        "version": "v1.2",
        "version_normalized": "1.2.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/collections.git",
            "reference": "b99c5c46c87126201899afe88ec490a25eedd6a2"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/collections/zipball/b99c5c46c87126201899afe88ec490a25eedd6a2",
            "reference": "b99c5c46c87126201899afe88ec490a25eedd6a2",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.2"
        },
        "time": "2014-02-03 23:07:43",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.2.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Doctrine\\Common\\Collections\\": "lib/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Jonathan Wage",
                "email": "jonwage@gmail.com",
                "homepage": "http://www.jwage.com/",
                "role": "Creator"
            },
            {
                "name": "Guilherme Blanco",
                "email": "guilhermeblanco@gmail.com",
                "homepage": "http://www.instaclick.com"
            },
            {
                "name": "Roman Borschel",
                "email": "roman@code-factory.org"
            },
            {
                "name": "Benjamin Eberlei",
                "email": "kontakt@beberlei.de"
            },
            {
                "name": "Johannes Schmitt",
                "email": "schmittjoh@gmail.com",
                "homepage": "https://github.com/schmittjoh",
                "role": "Developer of wrapped JMSSerializerBundle"
            }
        ],
        "description": "Collections Abstraction library",
        "homepage": "http://www.doctrine-project.org",
        "keywords": [
            "array",
            "collections",
            "iterator"
        ]
    },
    {
        "name": "doctrine/cache",
        "version": "v1.3.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 M. 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/annotations",
        "version": "v1.2.0",
        "version_normalized": "1.2.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/annotations.git",
            "reference": "d9b1a37e9351ddde1f19f09a02e3d6ee92e82efd"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/annotations/zipball/d9b1a37e9351ddde1f19f09a02e3d6ee92e82efd",
            "reference": "d9b1a37e9351ddde1f19f09a02e3d6ee92e82efd",
            "shasum": ""
        },
        "require": {
            "doctrine/lexer": "1.*",
            "php": ">=5.3.2"
        },
        "require-dev": {
            "doctrine/cache": "1.*",
            "phpunit/phpunit": "4.*"
        },
        "time": "2014-07-06 15:52:21",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.3.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Doctrine\\Common\\Annotations\\": "lib/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Jonathan Wage",
                "email": "jonwage@gmail.com",
                "homepage": "http://www.jwage.com/",
                "role": "Creator"
            },
            {
                "name": "Guilherme Blanco",
                "email": "guilhermeblanco@gmail.com",
                "homepage": "http://www.instaclick.com"
            },
            {
                "name": "Roman Borschel",
                "email": "roman@code-factory.org"
            },
            {
                "name": "Benjamin Eberlei",
                "email": "kontakt@beberlei.de"
            },
            {
                "name": "Johannes Schmitt",
                "email": "schmittjoh@gmail.com",
                "homepage": "http://jmsyst.com",
                "role": "Developer of wrapped JMSSerializerBundle"
            }
        ],
        "description": "Docblock Annotations Parser",
        "homepage": "http://www.doctrine-project.org",
        "keywords": [
            "annotations",
            "docblock",
            "parser"
        ]
    },
    {
        "name": "doctrine/common",
        "version": "v2.4.2",
        "version_normalized": "2.4.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/common.git",
            "reference": "5db6ab40e4c531f14dad4ca96a394dfce5d4255b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/common/zipball/5db6ab40e4c531f14dad4ca96a394dfce5d4255b",
            "reference": "5db6ab40e4c531f14dad4ca96a394dfce5d4255b",
            "shasum": ""
        },
        "require": {
            "doctrine/annotations": "1.*",
            "doctrine/cache": "1.*",
            "doctrine/collections": "1.*",
            "doctrine/inflector": "1.*",
            "doctrine/lexer": "1.*",
            "php": ">=5.3.2"
        },
        "require-dev": {
            "phpunit/phpunit": "~3.7"
        },
        "time": "2014-05-21 19:28:51",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.4.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Doctrine\\Common\\": "lib/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Jonathan Wage",
                "email": "jonwage@gmail.com",
                "homepage": "http://www.jwage.com/",
                "role": "Creator"
            },
            {
                "name": "Guilherme Blanco",
                "email": "guilhermeblanco@gmail.com",
                "homepage": "http://www.instaclick.com"
            },
            {
                "name": "Roman Borschel",
                "email": "roman@code-factory.org"
            },
            {
                "name": "Benjamin Eberlei",
                "email": "kontakt@beberlei.de"
            },
            {
                "name": "Johannes M. 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": "braincrafted/bootstrap-bundle",
        "version": "dev-develop",
        "version_normalized": "dev-develop",
        "target-dir": "Braincrafted/Bundle/BootstrapBundle",
        "source": {
            "type": "git",
            "url": "https://github.com/braincrafted/bootstrap-bundle.git",
            "reference": "56231594bfce2b4fd293592662f508becc4c494e"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/braincrafted/bootstrap-bundle/zipball/e3026b231bcb6c8d4232996738cd9c336048055a",
            "reference": "56231594bfce2b4fd293592662f508becc4c494e",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3",
            "symfony/console": "~2.3",
            "symfony/finder": "~2.3",
            "symfony/form": "~2.3",
            "symfony/framework-bundle": "~2.3",
            "symfony/twig-bundle": "~2.3"
        },
        "require-dev": {
            "knplabs/knp-menu": "~2.0@alpha",
            "knplabs/knp-menu-bundle": "~2.0@alpha",
            "knplabs/knp-paginator-bundle": "dev-master",
            "mockery/mockery": "0.8.*",
            "phpunit/phpunit": "3.7.*",
            "symfony/assetic-bundle": "~2.3"
        },
        "suggest": {
            "knplabs/knp-menu": "Required to use KnpMenuBundle.",
            "knplabs/knp-menu-bundle": "BraincraftedBootstrapBundle styles the menus provided by KnpMenuBundle.",
            "knplabs/knp-paginator-bundle": "BraincraftedBootstrapBundle styles the pagination provided by KnpPaginatorBundle.",
            "twbs/bootstrap": "Twitter Bootstrap provides the assets (images, CSS and JS)"
        },
        "time": "2014-08-31 10:47:30",
        "type": "symfony-bundle",
        "installation-source": "source",
        "autoload": {
            "psr-0": {
                "Braincrafted\\Bundle\\BootstrapBundle": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Florian Eckerstorfer",
                "email": "florian@eckerstorfer.co",
                "homepage": "http://florian.ec"
            }
        ],
        "description": "BraincraftedBootstrapBundle integrates Bootstrap into Symfony2 by providing templates, Twig extensions, services and commands.",
        "keywords": [
            "bootstrap"
        ]
    },
    {
        "name": "doctrine/dbal",
        "version": "v2.4.2",
        "version_normalized": "2.4.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/dbal.git",
            "reference": "fec965d330c958e175c39e61c3f6751955af32d0"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/dbal/zipball/fec965d330c958e175c39e61c3f6751955af32d0",
            "reference": "fec965d330c958e175c39e61c3f6751955af32d0",
            "shasum": ""
        },
        "require": {
            "doctrine/common": "~2.4",
            "php": ">=5.3.2"
        },
        "require-dev": {
            "phpunit/phpunit": "3.7.*",
            "symfony/console": "~2.0"
        },
        "suggest": {
            "symfony/console": "Allows use of the command line interface"
        },
        "time": "2014-01-01 16:43:57",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Doctrine\\DBAL\\": "lib/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Jonathan Wage",
                "email": "jonwage@gmail.com",
                "homepage": "http://www.jwage.com/",
                "role": "Creator"
            },
            {
                "name": "Guilherme Blanco",
                "email": "guilhermeblanco@gmail.com",
                "homepage": "http://www.instaclick.com"
            },
            {
                "name": "Roman Borschel",
                "email": "roman@code-factory.org"
            },
            {
                "name": "Benjamin Eberlei",
                "email": "kontakt@beberlei.de"
            }
        ],
        "description": "Database Abstraction Layer",
        "homepage": "http://www.doctrine-project.org",
        "keywords": [
            "database",
            "dbal",
            "persistence",
            "queryobject"
        ]
    },
    {
        "name": "doctrine/migrations",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/migrations.git",
            "reference": "1a9dffa64e33fdc10f4b4c3f5d7230b74d4a1021"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/migrations/zipball/089dbbcee1906524f4667c9db06ee9afef476fa0",
            "reference": "1a9dffa64e33fdc10f4b4c3f5d7230b74d4a1021",
            "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": "2014-08-18 18:03:07",
        "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": "Benjamin Eberlei",
                "email": "kontakt@beberlei.de"
            },
            {
                "name": "Jonathan Wage",
                "email": "jonwage@gmail.com"
            }
        ],
        "description": "Database Schema migrations using Doctrine DBAL",
        "homepage": "http://www.doctrine-project.org",
        "keywords": [
            "database",
            "migrations"
        ]
    },
    {
        "name": "jdorn/sql-formatter",
        "version": "v1.2.17",
        "version_normalized": "1.2.17.0",
        "source": {
            "type": "git",
            "url": "https://github.com/jdorn/sql-formatter.git",
            "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/64990d96e0959dff8e059dfcdc1af130728d92bc",
            "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc",
            "shasum": ""
        },
        "require": {
            "php": ">=5.2.4"
        },
        "require-dev": {
            "phpunit/phpunit": "3.7.*"
        },
        "time": "2014-01-12 16:20:24",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.3.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "lib"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Jeremy Dorn",
                "email": "jeremy@jeremydorn.com",
                "homepage": "http://jeremydorn.com/"
            }
        ],
        "description": "a PHP SQL highlighting library",
        "homepage": "https://github.com/jdorn/sql-formatter/",
        "keywords": [
            "highlight",
            "sql"
        ]
    },
    {
        "name": "doctrine/doctrine-bundle",
        "version": "v1.2.0",
        "version_normalized": "1.2.0.0",
        "target-dir": "Doctrine/Bundle/DoctrineBundle",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/DoctrineBundle.git",
            "reference": "765b0d87fcc3e839c74817b7211258cbef3a4fb9"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/765b0d87fcc3e839c74817b7211258cbef3a4fb9",
            "reference": "765b0d87fcc3e839c74817b7211258cbef3a4fb9",
            "shasum": ""
        },
        "require": {
            "doctrine/dbal": ">=2.2,<2.5-dev",
            "jdorn/sql-formatter": "~1.1",
            "php": ">=5.3.2",
            "symfony/doctrine-bridge": "~2.2",
            "symfony/framework-bundle": "~2.2"
        },
        "require-dev": {
            "doctrine/orm": ">=2.2,<2.5-dev",
            "symfony/validator": "~2.2",
            "symfony/yaml": "~2.2"
        },
        "suggest": {
            "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.",
            "symfony/web-profiler-bundle": "to use the data collector"
        },
        "time": "2013-03-25 20:13:59",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "1.2.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Doctrine\\Bundle\\DoctrineBundle": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com",
                "homepage": "http://fabien.potencier.org",
                "role": "Lead Developer"
            },
            {
                "name": "Symfony Community",
                "homepage": "http://symfony.com/contributors"
            },
            {
                "name": "Benjamin Eberlei",
                "email": "kontakt@beberlei.de"
            }
        ],
        "description": "Symfony DoctrineBundle",
        "homepage": "http://www.doctrine-project.org",
        "keywords": [
            "database",
            "dbal",
            "orm",
            "persistence"
        ]
    },
    {
        "name": "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": "81575a4316951125ce408c70f30547c77d98f78a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/DoctrineMigrationsBundle/zipball/93ec729e3f2f1bb882904cce9d2c1dde6f139ec8",
            "reference": "81575a4316951125ce408c70f30547c77d98f78a",
            "shasum": ""
        },
        "require": {
            "doctrine/doctrine-bundle": "~1.0",
            "doctrine/migrations": "~1.0@dev",
            "php": ">=5.3.2",
            "symfony/framework-bundle": "~2.1"
        },
        "time": "2014-08-17 07:53:47",
        "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": "Symfony Community",
                "homepage": "http://symfony.com/contributors"
            },
            {
                "name": "Doctrine Project",
                "homepage": "http://www.doctrine-project.org"
            },
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            }
        ],
        "description": "Symfony DoctrineMigrationsBundle",
        "homepage": "http://www.doctrine-project.org",
        "keywords": [
            "dbal",
            "migrations",
            "schema"
        ]
    },
    {
        "name": "emarref/namer",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/emarref/namer.git",
            "reference": "68a78265d66b0d1b95f90963c29dbfee0a6d0a7d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/emarref/namer/zipball/b4af0591df2f5e01abd9fe85eee4f559ebb6a01d",
            "reference": "68a78265d66b0d1b95f90963c29dbfee0a6d0a7d",
            "shasum": ""
        },
        "require-dev": {
            "phpunit/phpunit": "~3.7"
        },
        "time": "2014-08-10 20:07:04",
        "type": "library",
        "installation-source": "source",
        "autoload": {
            "psr-0": {
                "Emarref\\Namer": "lib"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Malcolm Fell",
                "email": "emarref@gmail.com",
                "homepage": "http://emarref.net"
            }
        ],
        "description": "A simple library for determining whether or not a given name is available for use, and generating a new name based on a strategy if it is not.",
        "homepage": "https://github.com/emarref/namer",
        "keywords": [
            "namer",
            "naming"
        ]
    },
    {
        "name": "ruflin/elastica",
        "version": "2.0.0",
        "version_normalized": "2.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/ruflin/Elastica.git",
            "reference": "dfe06cc383a671ececa097ce0a05e7e46a504401"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/ruflin/Elastica/zipball/dfe06cc383a671ececa097ce0a05e7e46a504401",
            "reference": "dfe06cc383a671ececa097ce0a05e7e46a504401",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3",
            "psr/log": "~1.0"
        },
        "require-dev": {
            "fabpot/php-cs-fixer": "~1.4",
            "munkie/elasticsearch-thrift-php": "1.4.*",
            "phpunit/phpunit": "4.1.*"
        },
        "suggest": {
            "egeloen/http-adapter": "Allow using httpadapter transport",
            "guzzlehttp/guzzle": "Allow using guzzle 4.x as the http transport (Requires php 5.4)",
            "monolog/monolog": "Logging request",
            "munkie/elasticsearch-thrift-php": "Allow using thrift transport"
        },
        "time": "2015-05-13 08:07:20",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Elastica\\": "lib/Elastica/",
                "Elastica\\Test\\": "test/lib/Elastica/Test/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Nicolas Ruflin",
                "homepage": "http://ruflin.com/"
            }
        ],
        "description": "Elasticsearch Client",
        "homepage": "http://elastica.io/",
        "keywords": [
            "client",
            "search"
        ]
    },
    {
        "name": "friendsofsymfony/elastica-bundle",
        "version": "v3.1.4",
        "version_normalized": "3.1.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/FriendsOfSymfony/FOSElasticaBundle.git",
            "reference": "129e425ebf4680662889b19e056fb0a81d41cf15"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/FriendsOfSymfony/FOSElasticaBundle/zipball/129e425ebf4680662889b19e056fb0a81d41cf15",
            "reference": "129e425ebf4680662889b19e056fb0a81d41cf15",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.2",
            "psr/log": "~1.0",
            "ruflin/elastica": ">=0.90.10.0, <2.1-dev",
            "symfony/console": "~2.1",
            "symfony/form": "~2.1",
            "symfony/framework-bundle": "~2.3",
            "symfony/property-access": "~2.2"
        },
        "require-dev": {
            "doctrine/doctrine-bundle": "~1.2",
            "doctrine/orm": "~2.4",
            "jms/serializer-bundle": "@stable",
            "knplabs/knp-components": "~1.2",
            "knplabs/knp-paginator-bundle": "~2.4",
            "pagerfanta/pagerfanta": "~1.0",
            "phpunit/phpunit": "~4.1",
            "propel/propel1": "1.6.*",
            "symfony/browser-kit": "~2.3",
            "symfony/expression-language": "~2.4",
            "symfony/twig-bundle": "~2.3"
        },
        "time": "2015-05-27 22:54:20",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "3.2.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "FOS\\ElasticaBundle\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Tim Nagel",
                "email": "tim@nagel.com.au"
            },
            {
                "name": "Richard Miller",
                "email": "richard.miller@limethinking.co.uk"
            },
            {
                "name": "FriendsOfSymfony Community",
                "homepage": "https://github.com/FriendsOfSymfony/FOSElasticaBundle/contributors"
            },
            {
                "name": "Jeremy Mikola",
                "email": "jmikola@gmail.com"
            }
        ],
        "description": "Elasticsearch PHP integration for your Symfony2 project using Elastica",
        "homepage": "https://github.com/FriendsOfSymfony/FOSElasticaBundle",
        "keywords": [
            "doctrine2",
            "elastica",
            "elasticsearch",
            "mongodb",
            "propel",
            "search"
        ]
    },
    {
        "name": "friendsofsymfony/user-bundle",
        "version": "v1.3.5",
        "version_normalized": "1.3.5.0",
        "target-dir": "FOS/UserBundle",
        "source": {
            "type": "git",
            "url": "https://github.com/FriendsOfSymfony/FOSUserBundle.git",
            "reference": "d66890ad3489e18be153502c5ccc3f2bf5cce442"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/FriendsOfSymfony/FOSUserBundle/zipball/d66890ad3489e18be153502c5ccc3f2bf5cce442",
            "reference": "d66890ad3489e18be153502c5ccc3f2bf5cce442",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.2",
            "symfony/framework-bundle": "~2.1",
            "symfony/security-bundle": "~2.1"
        },
        "require-dev": {
            "doctrine/doctrine-bundle": "*",
            "swiftmailer/swiftmailer": "~4.3",
            "symfony/validator": "~2.1",
            "symfony/yaml": "~2.1",
            "twig/twig": "~1.5",
            "willdurand/propel-typehintable-behavior": "dev-master"
        },
        "suggest": {
            "willdurand/propel-typehintable-behavior": "Needed when using the propel implementation"
        },
        "time": "2014-09-04 12:28:43",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "2.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "FOS\\UserBundle": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Christophe Coevoet",
                "email": "stof@notk.org"
            },
            {
                "name": "FriendsOfSymfony Community",
                "homepage": "https://github.com/friendsofsymfony/FOSUserBundle/contributors"
            },
            {
                "name": "Thibault Duplessis",
                "email": "thibault.duplessis@gmail.com"
            }
        ],
        "description": "Symfony FOSUserBundle",
        "homepage": "http://friendsofsymfony.github.com",
        "keywords": [
            "User management"
        ]
    },
    {
        "name": "gemorroj/phpwhois",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/Gemorroj/phpwhois.git",
            "reference": "e6b83173470e4edc99da9c03d0c16e8cefd992e7"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Gemorroj/phpwhois/zipball/e6b83173470e4edc99da9c03d0c16e8cefd992e7",
            "reference": "e6b83173470e4edc99da9c03d0c16e8cefd992e7",
            "shasum": ""
        },
        "require": {
            "php": ">=4.3.0"
        },
        "time": "2014-04-29 06:28:24",
        "type": "library",
        "installation-source": "source",
        "autoload": {
            "files": [
                "whois.main.php",
                "whois.utils.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "GPLv2"
        ],
        "description": "This package contains a Whois (RFC954) library for PHP. It allows a PHP program to create a Whois object, and obtain the output of a whois query with the Lookup function."
    },
    {
        "name": "genemu/form-bundle",
        "version": "v2.2.2",
        "version_normalized": "2.2.2.0",
        "target-dir": "Genemu/Bundle/FormBundle",
        "source": {
            "type": "git",
            "url": "https://github.com/genemu/GenemuFormBundle.git",
            "reference": "9fecbe7a12fba1761228909e843301c4d1a11e7c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/genemu/GenemuFormBundle/zipball/9fecbe7a12fba1761228909e843301c4d1a11e7c",
            "reference": "9fecbe7a12fba1761228909e843301c4d1a11e7c",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.2",
            "symfony/form": "~2.3",
            "symfony/framework-bundle": "~2.3"
        },
        "require-dev": {
            "doctrine/doctrine-bundle": "1.*",
            "doctrine/mongodb-odm-bundle": "*",
            "doctrine/orm": "2.*",
            "propel/propel-bundle": "*",
            "symfony/doctrine-bridge": "~2.3",
            "symfony/finder": "2.*"
        },
        "suggest": {
            "symfony/doctrine-bundle": "In order to use some form types with Doctrine",
            "symfony/finder": "For an image type",
            "symfony/mongodb-odm-bundle": "For MongoDB integration",
            "symfony/twig-bridge": "For integration into Twig templates"
        },
        "time": "2014-03-23 12:12:05",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "2.2-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Genemu\\Bundle\\FormBundle": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Olivier Chauvel",
                "email": "olivier@generation-multiple.com"
            },
            {
                "name": "Community contributions",
                "homepage": "https://github.com/genemu/GenemuFormBundle/contributors"
            },
            {
                "name": "Bilal Amarni",
                "email": "bilal.amarni@gmail.com"
            }
        ],
        "description": "Extra form types for your Symfony2 projects",
        "keywords": [
            "extra form",
            "form"
        ]
    },
    {
        "name": "incenteev/composer-parameter-handler",
        "version": "v2.1.0",
        "version_normalized": "2.1.0.0",
        "target-dir": "Incenteev/ParameterHandler",
        "source": {
            "type": "git",
            "url": "https://github.com/Incenteev/ParameterHandler.git",
            "reference": "143272a0a09c62616a3c8011fc165a10c6b35241"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Incenteev/ParameterHandler/zipball/143272a0a09c62616a3c8011fc165a10c6b35241",
            "reference": "143272a0a09c62616a3c8011fc165a10c6b35241",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3",
            "symfony/yaml": "~2.0"
        },
        "require-dev": {
            "composer/composer": "1.0.*@dev",
            "phpspec/prophecy-phpunit": "~1.0",
            "symfony/filesystem": "~2.2"
        },
        "time": "2013-12-07 10:10:39",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.1.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Incenteev\\ParameterHandler": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Christophe Coevoet",
                "email": "stof@notk.org"
            }
        ],
        "description": "Composer script handling your ignored parameter file",
        "homepage": "https://github.com/Incenteev/ParameterHandler",
        "keywords": [
            "parameters management"
        ]
    },
    {
        "name": "knplabs/doctrine-behaviors",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/KnpLabs/DoctrineBehaviors.git",
            "reference": "f7f4ee09a90be6c4b14f6ba5efe4afa6804315d5"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/KnpLabs/DoctrineBehaviors/zipball/a2a3b5aefd77eed6ca38231f2b3ace9640306137",
            "reference": "f7f4ee09a90be6c4b14f6ba5efe4afa6804315d5",
            "shasum": ""
        },
        "require": {
            "doctrine/common": ">=2.2",
            "php": ">=5.4.0"
        },
        "require-dev": {
            "doctrine/mongodb-odm": "dev-master",
            "doctrine/orm": ">=2.2",
            "ext-pdo_pgsql": "*",
            "ext-pdo_sqlite": "*",
            "phpunit/phpunit": "~3.7"
        },
        "time": "2014-08-23 10:30:31",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-0": {
                "Knp\\DoctrineBehaviors": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Knplabs",
                "homepage": "http://knplabs.com"
            }
        ],
        "description": "Doctrine2 behavior traits",
        "homepage": "http://knplabs.com",
        "keywords": [
            "Blameable",
            "behaviors",
            "doctrine2",
            "filterable",
            "softdeletable",
            "timestampable",
            "translatable",
            "tree"
        ]
    },
    {
        "name": "knplabs/gaufrette",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/KnpLabs/Gaufrette.git",
            "reference": "12376684828a013acfdc20bc29a64155d07e0ddf"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/KnpLabs/Gaufrette/zipball/434dddb4319bde3ebb3421b77f321440bada8e42",
            "reference": "12376684828a013acfdc20bc29a64155d07e0ddf",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.2"
        },
        "require-dev": {
            "amazonwebservices/aws-sdk-for-php": "1.5.*",
            "aws/aws-sdk-php": "~2",
            "doctrine/dbal": ">=2.3",
            "dropbox-php/dropbox-php": "*",
            "herzult/php-ssh": "*",
            "microsoft/windowsazure": "dev-master",
            "mikey179/vfsstream": "~1.2.0",
            "phpseclib/phpseclib": "dev-master",
            "phpspec/phpspec": "2.0.*",
            "phpunit/phpunit": "3.7.*",
            "rackspace/php-opencloud": "1.9.*"
        },
        "suggest": {
            "amazonwebservices/aws-sdk-for-php": "to use the legacy Amazon S3 adapters",
            "aws/aws-sdk-php": "to use the Amazon S3 adapter",
            "doctrine/dbal": "to use the Doctrine DBAL adapter",
            "dropbox-php/dropbox-php": "to use the Dropbox adapter",
            "ext-apc": "to use the APC adapter",
            "ext-curl": "*",
            "ext-fileinfo": "This extension is used to automatically detect the content-type of a file in the AwsS3, OpenCloud, and AzureBlogStorage adapters",
            "ext-mbstring": "*",
            "ext-mongo": "*",
            "ext-zip": "to use the Zip adapter",
            "herzult/php-ssh": "to use SFtp adapter",
            "knplabs/knp-gaufrette-bundle": "to use with Symfony2",
            "microsoft/windowsazure": "to use Microsoft Azure Blob Storage adapter",
            "phpseclib/phpseclib": "to use PhpseclibSftp adapter",
            "rackspace/php-opencloud": "to use Opencloud adapter"
        },
        "time": "2014-08-19 13:42:49",
        "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": "c88039e80c728265bc86bc7c2b4312606f606800"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/KnpLabs/KnpGaufretteBundle/zipball/7edea6cfcc4718573f9cbd7bd1adcaf3c2319e8b",
            "reference": "c88039e80c728265bc86bc7c2b4312606f606800",
            "shasum": ""
        },
        "require": {
            "knplabs/gaufrette": "0.2.*@dev",
            "symfony/framework-bundle": "2.*"
        },
        "require-dev": {
            "phpunit/phpunit": "3.7.*",
            "symfony/console": "2.*",
            "symfony/yaml": "2.*"
        },
        "time": "2014-07-08 16:28:42",
        "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": "michelf/php-markdown",
        "version": "1.4.0",
        "version_normalized": "1.4.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/michelf/php-markdown.git",
            "reference": "96d8150406f67e683ef4acc09fef91785fef1266"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/michelf/php-markdown/zipball/96d8150406f67e683ef4acc09fef91785fef1266",
            "reference": "96d8150406f67e683ef4acc09fef91785fef1266",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2013-11-29 17:09:24",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-lib": "1.4.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Michelf": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Michel Fortin",
                "email": "michel.fortin@michelf.ca",
                "homepage": "http://michelf.ca/",
                "role": "Developer"
            },
            {
                "name": "John Gruber",
                "homepage": "http://daringfireball.net/"
            }
        ],
        "description": "PHP Markdown",
        "homepage": "http://michelf.ca/projects/php-markdown/",
        "keywords": [
            "markdown"
        ]
    },
    {
        "name": "knplabs/knp-markdown-bundle",
        "version": "1.3.2",
        "version_normalized": "1.3.2.0",
        "target-dir": "Knp/Bundle/MarkdownBundle",
        "source": {
            "type": "git",
            "url": "https://github.com/KnpLabs/KnpMarkdownBundle.git",
            "reference": "c24fca93e1ecedbbc8a90b4df3449eed30774d59"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/KnpLabs/KnpMarkdownBundle/zipball/c24fca93e1ecedbbc8a90b4df3449eed30774d59",
            "reference": "c24fca93e1ecedbbc8a90b4df3449eed30774d59",
            "shasum": ""
        },
        "require": {
            "michelf/php-markdown": "1.4.0",
            "php": ">=5.3.9",
            "symfony/framework-bundle": "~2.1"
        },
        "suggest": {
            "ext-sundown": "to use optional support for php-sundown extension instead of php implementation",
            "symfony/twig-bundle": "to use the Twig markdown filter"
        },
        "time": "2014-02-20 11:01:37",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "1.2.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Knp\\Bundle\\MarkdownBundle": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "KnpLabs Team",
                "homepage": "http://knplabs.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "http://github.com/KnpLabs/KnpMarkdownBundle/contributors"
            }
        ],
        "description": "Knplabs markdown bundle transforms markdown into html",
        "homepage": "http://github.com/KnpLabs/KnpMarkdownBundle",
        "keywords": [
            "bundle",
            "knp",
            "knplabs",
            "markdown"
        ]
    },
    {
        "name": "knplabs/knp-menu",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/KnpLabs/KnpMenu.git",
            "reference": "08b8052ddebf96ac0a2cba4fc33dfda724248c74"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/KnpLabs/KnpMenu/zipball/c6ad49933babd06a27b2f962a3469601ec9038b8",
            "reference": "08b8052ddebf96ac0a2cba4fc33dfda724248c74",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "require-dev": {
            "pimple/pimple": "1.0.*",
            "silex/silex": "1.0.*",
            "twig/twig": ">=1.2,<2.0-dev"
        },
        "suggest": {
            "pimple/pimple": "for the built-in implementations of the menu provider and renderer provider",
            "silex/silex": "for the integration with your silex application",
            "twig/twig": "for the TwigRenderer and the integration with your templates"
        },
        "time": "2014-09-08 08:34:57",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.0.x-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-0": {
                "Knp\\Menu\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Christophe Coevoet",
                "email": "stof@notk.org"
            },
            {
                "name": "KnpLabs",
                "homepage": "http://knplabs.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://github.com/KnpLabs/KnpMenu/contributors"
            }
        ],
        "description": "An object oriented menu library",
        "homepage": "http://knplabs.com",
        "keywords": [
            "menu",
            "tree"
        ]
    },
    {
        "name": "knplabs/knp-menu-bundle",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "target-dir": "Knp/Bundle/MenuBundle",
        "source": {
            "type": "git",
            "url": "https://github.com/KnpLabs/KnpMenuBundle.git",
            "reference": "bdfc95da5ff7e4e67f948aaa9ea5da835a3a9088"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/KnpLabs/KnpMenuBundle/zipball/7c0d579ca58f1c7cb3747a84b681fe273f00ffec",
            "reference": "bdfc95da5ff7e4e67f948aaa9ea5da835a3a9088",
            "shasum": ""
        },
        "require": {
            "knplabs/knp-menu": "~2.0",
            "symfony/framework-bundle": "~2.0"
        },
        "time": "2014-08-01 09:57:23",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "2.0.x-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-0": {
                "Knp\\Bundle\\MenuBundle": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Christophe Coevoet",
                "email": "stof@notk.org"
            },
            {
                "name": "KnpLabs",
                "homepage": "http://knplabs.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://github.com/KnpLabs/KnpMenuBundle/contributors"
            }
        ],
        "description": "This bundle provides an integration of the KnpMenu library",
        "keywords": [
            "menu"
        ]
    },
    {
        "name": "knplabs/knp-components",
        "version": "1.2.5",
        "version_normalized": "1.2.5.0",
        "source": {
            "type": "git",
            "url": "https://github.com/KnpLabs/knp-components.git",
            "reference": "8803fdaa18bd24bd158143e3d9099f4b243a31dd"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/KnpLabs/knp-components/zipball/8803fdaa18bd24bd158143e3d9099f4b243a31dd",
            "reference": "8803fdaa18bd24bd158143e3d9099f4b243a31dd",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.2"
        },
        "suggest": {
            "doctrine/common": "to allow usage pagination with Doctrine ArrayCollection",
            "doctrine/mongodb-odm": "to allow usage pagination with Doctrine ODM MongoDB",
            "doctrine/orm": "to allow usage pagination with Doctrine ORM",
            "propel/propel1": "to allow usage pagination with Propel ORM",
            "ruflin/Elastica": "to allow usage pagination with ElasticSearch Client",
            "solarium/solarium": "to allow usage pagination with Solarium Client"
        },
        "time": "2014-01-09 16:23:31",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.2.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Knp\\Component": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "KnpLabs Team",
                "homepage": "http://knplabs.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "http://github.com/KnpLabs/knp-components/contributors"
            }
        ],
        "description": "Knplabs component library",
        "homepage": "http://github.com/KnpLabs/knp-components",
        "keywords": [
            "components",
            "knp",
            "knplabs",
            "pager",
            "paginator"
        ]
    },
    {
        "name": "knplabs/knp-paginator-bundle",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "target-dir": "Knp/Bundle/PaginatorBundle",
        "source": {
            "type": "git",
            "url": "https://github.com/KnpLabs/KnpPaginatorBundle.git",
            "reference": "27c2a202192a2d96fd25aaed3ec95120c1e30af5"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/KnpLabs/KnpPaginatorBundle/zipball/4a1daf55560ca7cf9c13b357135d72f4dc13375f",
            "reference": "27c2a202192a2d96fd25aaed3ec95120c1e30af5",
            "shasum": ""
        },
        "require": {
            "knplabs/knp-components": "~1.2",
            "php": ">=5.3.3",
            "symfony/framework-bundle": "~2.0",
            "twig/twig": "~1.5"
        },
        "time": "2014-08-25 23:31:20",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "2.4.x-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-0": {
                "Knp\\Bundle\\PaginatorBundle": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "KnpLabs Team",
                "homepage": "http://knplabs.com"
            },
            {
                "name": "Symfony2 Community",
                "homepage": "http://github.com/KnpLabs/KnpPaginatorBundle/contributors"
            }
        ],
        "description": "Paginator bundle for Symfony2 to automate pagination and simplify sorting and other features",
        "homepage": "http://github.com/KnpLabs/KnpPaginatorBundle",
        "keywords": [
            "Symfony2",
            "bundle",
            "knp",
            "knplabs",
            "pager",
            "pagination",
            "paginator"
        ]
    },
    {
        "name": "doctrine/orm",
        "version": "v2.4.7",
        "version_normalized": "2.4.7.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/doctrine2.git",
            "reference": "2bc4ff3cab2ae297bcd05f2e619d42e6a7ca9e68"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/doctrine2/zipball/2bc4ff3cab2ae297bcd05f2e619d42e6a7ca9e68",
            "reference": "2bc4ff3cab2ae297bcd05f2e619d42e6a7ca9e68",
            "shasum": ""
        },
        "require": {
            "doctrine/collections": "~1.1",
            "doctrine/dbal": "~2.4",
            "ext-pdo": "*",
            "php": ">=5.3.2",
            "symfony/console": "~2.0"
        },
        "require-dev": {
            "satooshi/php-coveralls": "dev-master",
            "symfony/yaml": "~2.1"
        },
        "suggest": {
            "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
        },
        "time": "2014-12-16 13:45:01",
        "bin": [
            "bin/doctrine",
            "bin/doctrine.php"
        ],
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.4.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Doctrine\\ORM\\": "lib/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Roman Borschel",
                "email": "roman@code-factory.org"
            },
            {
                "name": "Benjamin Eberlei",
                "email": "kontakt@beberlei.de"
            },
            {
                "name": "Guilherme Blanco",
                "email": "guilhermeblanco@gmail.com"
            },
            {
                "name": "Jonathan Wage",
                "email": "jonwage@gmail.com"
            }
        ],
        "description": "Object-Relational-Mapper for PHP",
        "homepage": "http://www.doctrine-project.org",
        "keywords": [
            "database",
            "orm"
        ]
    },
    {
        "name": "luxifer/doctrine-functions",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/luxifer/doctrine-functions.git",
            "reference": "92b3f658a20d0dea5290d5dd2391d9ac07addfb0"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/luxifer/doctrine-functions/zipball/28ab85a7c07cf7d7f384904204e4a5bb2eca2f30",
            "reference": "92b3f658a20d0dea5290d5dd2391d9ac07addfb0",
            "shasum": ""
        },
        "require": {
            "doctrine/orm": ">=2.2.3",
            "php": ">=5.3.0"
        },
        "require-dev": {
            "phpunit/phpunit": "3.7.*"
        },
        "time": "2014-09-03 11:56:58",
        "type": "library",
        "installation-source": "source",
        "autoload": {
            "psr-0": {
                "Luxifer\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Florent Viel",
                "email": "luxifer666@gmail.com",
                "homepage": "http://blog.luxifer.fr",
                "role": "Developer"
            }
        ],
        "description": "Doctrine DQL Functions for Mysql",
        "homepage": "http://luxifer.github.io/doctrine-functions/",
        "keywords": [
            "database",
            "dql",
            "mysql"
        ]
    },
    {
        "name": "nesbot/carbon",
        "version": "1.13.0",
        "version_normalized": "1.13.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/briannesbitt/Carbon.git",
            "reference": "5cb6e71055f7b0b57956b73d324cc4de31278f42"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/5cb6e71055f7b0b57956b73d324cc4de31278f42",
            "reference": "5cb6e71055f7b0b57956b73d324cc4de31278f42",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.0"
        },
        "time": "2014-09-26 02:52:02",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Carbon": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Brian Nesbitt",
                "email": "brian@nesbot.com",
                "homepage": "http://nesbot.com"
            }
        ],
        "description": "A simple API extension for DateTime.",
        "homepage": "https://github.com/briannesbitt/Carbon",
        "keywords": [
            "date",
            "datetime",
            "time"
        ]
    },
    {
        "name": "ornicar/gravatar-bundle",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "target-dir": "Ornicar/GravatarBundle",
        "source": {
            "type": "git",
            "url": "https://github.com/henrikbjorn/GravatarBundle.git",
            "reference": "735c520dcd81035b30d93a6e934ed9ad937c5b00"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/henrikbjorn/GravatarBundle/zipball/735c520dcd81035b30d93a6e934ed9ad937c5b00",
            "reference": "1a97823ad7ae24bcf4c85fa31d68c84ffc8c46fb",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0",
            "symfony/framework-bundle": ">=2.0"
        },
        "require-dev": {
            "twig/extensions": "1.0.*"
        },
        "suggest": {
            "twig/twig": ">=1.3.0"
        },
        "time": "2014-05-30 08:11:27",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "1.1-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-0": {
                "Ornicar\\GravatarBundle\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Thibault Duplessis",
                "email": "thibault.duplessis@gmail.com",
                "homepage": "http://ornicar.github.com"
            },
            {
                "name": "Henrik Bjornskov",
                "email": "henrik@bjrnskov.dk",
                "homepage": "http://henrik.bjrnskov.dk"
            }
        ],
        "description": "This bundles provides a Gravatar API various utilities to work with it in templates",
        "keywords": [
            "Symfony2",
            "gravatar",
            "templating",
            "twig"
        ]
    },
    {
        "name": "rych/bytesize",
        "version": "v1.0.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/rchouinard/bytesize.git",
            "reference": "297e16ea047461b91e8d7eb90aa46aaa52917824"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/rchouinard/bytesize/zipball/297e16ea047461b91e8d7eb90aa46aaa52917824",
            "reference": "297e16ea047461b91e8d7eb90aa46aaa52917824",
            "shasum": ""
        },
        "require": {
            "ext-bcmath": "*",
            "php": ">=5.3.4"
        },
        "require-dev": {
            "phpunit/phpunit": "3.7.*"
        },
        "time": "2014-04-04 18:06:18",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Rych\\ByteSize\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Ryan Chouinard",
                "email": "rchouinard@gmail.com",
                "homepage": "http://ryanchouinard.com"
            }
        ],
        "description": "Utility component for nicely formatted file sizes.",
        "homepage": "https://github.com/rchouinard/bytesize",
        "keywords": [
            "filesize"
        ]
    },
    {
        "name": "sensiolabs/security-checker",
        "version": "v2.0.0",
        "version_normalized": "2.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sensiolabs/security-checker.git",
            "reference": "5b4eb4743ebe68276c911c84101ecdf4a9ae76ee"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/5b4eb4743ebe68276c911c84101ecdf4a9ae76ee",
            "reference": "5b4eb4743ebe68276c911c84101ecdf4a9ae76ee",
            "shasum": ""
        },
        "require": {
            "ext-curl": "*",
            "symfony/console": "~2.0"
        },
        "time": "2014-07-19 10:52:35",
        "bin": [
            "security-checker"
        ],
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.0-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "SensioLabs\\Security": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien.potencier@gmail.com"
            }
        ],
        "description": "A security checker for your composer.lock"
    },
    {
        "name": "sensio/distribution-bundle",
        "version": "v3.0.5",
        "version_normalized": "3.0.5.0",
        "target-dir": "Sensio/Bundle/DistributionBundle",
        "source": {
            "type": "git",
            "url": "https://github.com/sensiolabs/SensioDistributionBundle.git",
            "reference": "ad10123f2532f6e311e583cce203ef368eedc469"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/ad10123f2532f6e311e583cce203ef368eedc469",
            "reference": "ad10123f2532f6e311e583cce203ef368eedc469",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3",
            "sensiolabs/security-checker": "~2.0",
            "symfony/class-loader": "~2.2",
            "symfony/form": "~2.2",
            "symfony/framework-bundle": "~2.4",
            "symfony/process": "~2.2",
            "symfony/validator": "~2.2",
            "symfony/yaml": "~2.2"
        },
        "time": "2014-08-26 13:14:47",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "3.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Sensio\\Bundle\\DistributionBundle": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            }
        ],
        "description": "Base bundle for Symfony Distributions",
        "keywords": [
            "configuration",
            "distribution"
        ]
    },
    {
        "name": "sensio/framework-extra-bundle",
        "version": "v3.0.2",
        "version_normalized": "3.0.2.0",
        "target-dir": "Sensio/Bundle/FrameworkExtraBundle",
        "source": {
            "type": "git",
            "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git",
            "reference": "9b22aaee517e80aad3238ea0328458b6f964066f"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/9b22aaee517e80aad3238ea0328458b6f964066f",
            "reference": "9b22aaee517e80aad3238ea0328458b6f964066f",
            "shasum": ""
        },
        "require": {
            "doctrine/common": "~2.2",
            "symfony/framework-bundle": "~2.3"
        },
        "require-dev": {
            "symfony/expression-language": "~2.4",
            "symfony/security-bundle": "~2.4"
        },
        "suggest": {
            "symfony/expression-language": "",
            "symfony/security-bundle": ""
        },
        "time": "2014-09-02 07:11:30",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "3.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Sensio\\Bundle\\FrameworkExtraBundle": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            }
        ],
        "description": "This bundle provides a way to configure your controllers with annotations",
        "keywords": [
            "annotations",
            "controllers"
        ]
    },
    {
        "name": "sixdays/opcache-bundle",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "target-dir": "Sixdays/OpcacheBundle",
        "source": {
            "type": "git",
            "url": "https://github.com/sixdayz/OpcacheBundle.git",
            "reference": "a2abd7eeb0557c2e0c02e04962694118ea9796d7"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sixdayz/OpcacheBundle/zipball/a2abd7eeb0557c2e0c02e04962694118ea9796d7",
            "reference": "a2abd7eeb0557c2e0c02e04962694118ea9796d7",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4.0",
            "symfony/framework-bundle": ">=2.1,<3.0"
        },
        "time": "2014-10-03 06:58:17",
        "type": "symfony-bundle",
        "installation-source": "source",
        "autoload": {
            "psr-0": {
                "Sixdays\\OpcacheBundle": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Andrey Goryachev",
                "homepage": "https://github.com/sixdayz"
            }
        ],
        "description": "Provides a command line task to clear opcache cache from the console",
        "homepage": "https://github.com/sixdayz/OpcacheBundle",
        "keywords": [
            "Opcache",
            "symfony",
            "task"
        ]
    },
    {
        "name": "kriswallsmith/assetic",
        "version": "v1.1.2",
        "version_normalized": "1.1.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/kriswallsmith/assetic.git",
            "reference": "735cffd3982c6e8cdebe292d5db39d077f65890f"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/kriswallsmith/assetic/zipball/735cffd3982c6e8cdebe292d5db39d077f65890f",
            "reference": "735cffd3982c6e8cdebe292d5db39d077f65890f",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.1",
            "symfony/process": "~2.1"
        },
        "require-dev": {
            "cssmin/cssmin": "*",
            "joliclic/javascript-packer": "*",
            "kamicane/packager": "*",
            "leafo/lessphp": "*",
            "leafo/scssphp": "*",
            "leafo/scssphp-compass": "*",
            "mrclay/minify": "*",
            "phpunit/phpunit": "~3.7",
            "ptachoire/cssembed": "*",
            "twig/twig": "~1.6"
        },
        "suggest": {
            "leafo/lessphp": "Assetic provides the integration with the lessphp LESS compiler",
            "leafo/scssphp": "Assetic provides the integration with the scssphp SCSS compiler",
            "leafo/scssphp-compass": "Assetic provides the integration with the SCSS compass plugin",
            "ptachoire/cssembed": "Assetic provides the integration with phpcssembed to embed data uris",
            "twig/twig": "Assetic provides the integration with the Twig templating engine"
        },
        "time": "2013-07-19 00:03:27",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.1-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Assetic": "src/"
            },
            "files": [
                "src/functions.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Kris Wallsmith",
                "email": "kris.wallsmith@gmail.com",
                "homepage": "http://kriswallsmith.net/"
            }
        ],
        "description": "Asset Management for PHP",
        "homepage": "https://github.com/kriswallsmith/assetic",
        "keywords": [
            "assets",
            "compression",
            "minification"
        ]
    },
    {
        "name": "symfony/assetic-bundle",
        "version": "v2.3.0",
        "version_normalized": "2.3.0.0",
        "target-dir": "Symfony/Bundle/AsseticBundle",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/assetic-bundle.git",
            "reference": "146dd3cb46b302bd471560471c6aaa930483dac1"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/assetic-bundle/zipball/146dd3cb46b302bd471560471c6aaa930483dac1",
            "reference": "146dd3cb46b302bd471560471c6aaa930483dac1",
            "shasum": ""
        },
        "require": {
            "kriswallsmith/assetic": "~1.1",
            "php": ">=5.3.0",
            "symfony/framework-bundle": "~2.1"
        },
        "require-dev": {
            "symfony/class-loader": "~2.1",
            "symfony/console": "~2.1",
            "symfony/css-selector": "~2.1",
            "symfony/dom-crawler": "~2.1",
            "symfony/form": "~2.1",
            "symfony/twig-bundle": "~2.1",
            "symfony/yaml": "~2.1"
        },
        "suggest": {
            "symfony/twig-bundle": "~2.1"
        },
        "time": "2013-05-16 05:32:23",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "2.1.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Symfony\\Bundle\\AsseticBundle": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Kris Wallsmith",
                "email": "kris.wallsmith@gmail.com",
                "homepage": "http://kriswallsmith.net/"
            }
        ],
        "description": "Integrates Assetic into Symfony2",
        "homepage": "https://github.com/symfony/AsseticBundle",
        "keywords": [
            "assets",
            "compression",
            "minification"
        ]
    },
    {
        "name": "monolog/monolog",
        "version": "1.10.0",
        "version_normalized": "1.10.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/Seldaek/monolog.git",
            "reference": "25b16e801979098cb2f120e697bfce454b18bf23"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Seldaek/monolog/zipball/25b16e801979098cb2f120e697bfce454b18bf23",
            "reference": "25b16e801979098cb2f120e697bfce454b18bf23",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0",
            "psr/log": "~1.0"
        },
        "require-dev": {
            "aws/aws-sdk-php": "~2.4, >2.4.8",
            "doctrine/couchdb": "~1.0@dev",
            "graylog2/gelf-php": "~1.0",
            "phpunit/phpunit": "~3.7.0",
            "raven/raven": "~0.5",
            "ruflin/elastica": "0.90.*"
        },
        "suggest": {
            "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
            "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
            "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
            "ext-mongo": "Allow sending log messages to a MongoDB server",
            "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
            "raven/raven": "Allow sending log messages to a Sentry server",
            "rollbar/rollbar": "Allow sending log messages to Rollbar",
            "ruflin/elastica": "Allow sending log messages to an Elastic Search server"
        },
        "time": "2014-06-04 16:30:04",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.10.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Monolog\\": "src/Monolog"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Jordi Boggiano",
                "email": "j.boggiano@seld.be",
                "homepage": "http://seld.be",
                "role": "Developer"
            }
        ],
        "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
        "homepage": "http://github.com/Seldaek/monolog",
        "keywords": [
            "log",
            "logging",
            "psr-3"
        ]
    },
    {
        "name": "symfony/monolog-bundle",
        "version": "v2.6.1",
        "version_normalized": "2.6.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/monolog-bundle.git",
            "reference": "227bbeefe30f2d95e3fe5fbd1ccda414287a957a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/227bbeefe30f2d95e3fe5fbd1ccda414287a957a",
            "reference": "227bbeefe30f2d95e3fe5fbd1ccda414287a957a",
            "shasum": ""
        },
        "require": {
            "monolog/monolog": "~1.8",
            "php": ">=5.3.2",
            "symfony/config": "~2.3",
            "symfony/dependency-injection": "~2.3",
            "symfony/http-kernel": "~2.3",
            "symfony/monolog-bridge": "~2.3"
        },
        "require-dev": {
            "symfony/console": "~2.3",
            "symfony/yaml": "~2.3"
        },
        "time": "2014-07-21 00:36:06",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "2.6.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Bundle\\MonologBundle\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Symfony Community",
                "homepage": "http://symfony.com/contributors"
            },
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            }
        ],
        "description": "Symfony MonologBundle",
        "homepage": "http://symfony.com",
        "keywords": [
            "log",
            "logging"
        ]
    },
    {
        "name": "swiftmailer/swiftmailer",
        "version": "v5.2.2",
        "version_normalized": "5.2.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/swiftmailer/swiftmailer.git",
            "reference": "e02f71a35436af4bd58a1bd90116089e632e29e1"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/e02f71a35436af4bd58a1bd90116089e632e29e1",
            "reference": "e02f71a35436af4bd58a1bd90116089e632e29e1",
            "shasum": ""
        },
        "require": {
            "php": ">=5.2.4"
        },
        "require-dev": {
            "mockery/mockery": "~0.9.1"
        },
        "time": "2014-09-20 07:17:36",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "5.2-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "files": [
                "lib/swift_required.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Chris Corbyn"
            },
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            }
        ],
        "description": "Swiftmailer, free feature-rich PHP mailer",
        "homepage": "http://swiftmailer.org",
        "keywords": [
            "mail",
            "mailer"
        ]
    },
    {
        "name": "symfony/swiftmailer-bundle",
        "version": "v2.3.7",
        "version_normalized": "2.3.7.0",
        "target-dir": "Symfony/Bundle/SwiftmailerBundle",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/swiftmailer-bundle.git",
            "reference": "e98defd402f72e8b54a029ba4d3ac4cb51dc3577"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/e98defd402f72e8b54a029ba4d3ac4cb51dc3577",
            "reference": "e98defd402f72e8b54a029ba4d3ac4cb51dc3577",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.2",
            "swiftmailer/swiftmailer": ">=4.2.0,~5.0",
            "symfony/swiftmailer-bridge": "~2.1"
        },
        "require-dev": {
            "symfony/config": "~2.1",
            "symfony/dependency-injection": "~2.1",
            "symfony/http-kernel": "~2.1",
            "symfony/yaml": "~2.1"
        },
        "time": "2014-04-05 17:15:52",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "2.3-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Symfony\\Bundle\\SwiftmailerBundle": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com",
                "homepage": "http://fabien.potencier.org",
                "role": "Lead Developer"
            },
            {
                "name": "Symfony Community",
                "homepage": "http://symfony.com/contributors"
            }
        ],
        "description": "Symfony SwiftmailerBundle",
        "homepage": "http://symfony.com"
    },
    {
        "name": "twig/extensions",
        "version": "v1.1.0",
        "version_normalized": "1.1.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/twigphp/Twig-extensions.git",
            "reference": "c0ab818595338dd5569369bfce2552d02cec5d50"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/c0ab818595338dd5569369bfce2552d02cec5d50",
            "reference": "c0ab818595338dd5569369bfce2552d02cec5d50",
            "shasum": ""
        },
        "require": {
            "twig/twig": "~1.12"
        },
        "time": "2014-07-05 10:01:35",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.1.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Twig_Extensions_": "lib/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com",
                "homepage": "http://fabien.potencier.org",
                "role": "Lead Developer"
            }
        ],
        "description": "Common additional features for Twig that do not directly belong in core",
        "homepage": "https://github.com/fabpot/Twig-extensions",
        "keywords": [
            "i18n",
            "text"
        ]
    },
    {
        "name": "jms/metadata",
        "version": "1.5.1",
        "version_normalized": "1.5.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/schmittjoh/metadata.git",
            "reference": "22b72455559a25777cfd28c4ffda81ff7639f353"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/22b72455559a25777cfd28c4ffda81ff7639f353",
            "reference": "22b72455559a25777cfd28c4ffda81ff7639f353",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "require-dev": {
            "doctrine/cache": "~1.0"
        },
        "time": "2014-07-12 07:13:19",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.5.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Metadata\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "Apache"
        ],
        "authors": [
            {
                "name": "Johannes Schmitt",
                "email": "schmittjoh@gmail.com",
                "homepage": "https://github.com/schmittjoh",
                "role": "Developer of wrapped JMSSerializerBundle"
            }
        ],
        "description": "Class/method/property metadata management in PHP",
        "keywords": [
            "annotations",
            "metadata",
            "xml",
            "yaml"
        ]
    },
    {
        "name": "vich/uploader-bundle",
        "version": "v0.10.0",
        "version_normalized": "0.10.0.0",
        "target-dir": "Vich/UploaderBundle",
        "source": {
            "type": "git",
            "url": "https://github.com/dustin10/VichUploaderBundle.git",
            "reference": "56c4bbedd890008a89f19ae04aa65c8d69491c61"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/dustin10/VichUploaderBundle/zipball/56c4bbedd890008a89f19ae04aa65c8d69491c61",
            "reference": "56c4bbedd890008a89f19ae04aa65c8d69491c61",
            "shasum": ""
        },
        "require": {
            "jms/metadata": "~1.5",
            "php": ">=5.3.2",
            "symfony/finder": ">=2.0",
            "symfony/framework-bundle": "~2.0",
            "symfony/property-access": "~2.3"
        },
        "require-dev": {
            "doctrine/mongodb-odm": "@dev",
            "doctrine/orm": "@stable",
            "knplabs/knp-gaufrette-bundle": "*",
            "matthiasnoback/symfony-dependency-injection-test": "0.*",
            "mikey179/vfsstream": "~1.0",
            "oneup/flysystem-bundle": "dev-master",
            "phpunit/phpunit": "~4.0",
            "symfony/yaml": "@stable"
        },
        "suggest": {
            "doctrine/doctrine-bundle": "*",
            "doctrine/mongodb-odm-bundle": "*",
            "doctrine/orm": "*",
            "doctrine/phpcr-odm": "~1.0",
            "knplabs/knp-gaufrette-bundle": "*",
            "symfony/yaml": "@stable",
            "willdurand/propel-eventdispatcher-bundle": ">=1.2"
        },
        "time": "2014-08-20 11:24:16",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Vich\\UploaderBundle": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Dustin Dobervich",
                "email": "ddobervich@gmail.com"
            }
        ],
        "description": "Ease file uploads attached to entities",
        "homepage": "https://github.com/dustin10/VichUploaderBundle",
        "keywords": [
            "file uploads",
            "upload"
        ]
    },
    {
        "name": "webfactory/exceptions-bundle",
        "version": "4.0.3",
        "version_normalized": "4.0.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/webfactory/exceptions-bundle.git",
            "reference": "448edf98e6c0485b4f3ced0b7d1d3a6398836f34"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/webfactory/exceptions-bundle/zipball/448edf98e6c0485b4f3ced0b7d1d3a6398836f34",
            "reference": "448edf98e6c0485b4f3ced0b7d1d3a6398836f34",
            "shasum": ""
        },
        "require": {
            "symfony/twig-bundle": "~2.2"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.0",
            "sensio/framework-extra-bundle": "~2.2",
            "symfony/framework-bundle": "~2.2"
        },
        "time": "2014-09-19 14:05:23",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-default": "3.1.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Webfactory\\Bundle\\ExceptionsBundle\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "webfactory GmbH",
                "email": "info@webfactory.de",
                "homepage": "http://www.webfactory.de",
                "role": "Developer"
            }
        ],
        "description": "A simple controller to display error pages during development plus some building blocks for more user-friendly error pages.",
        "homepage": "http://inside.webfactory.de/de/blog/symfony2-exception-handling-and-custom-error-pages-explained.html"
    },
    {
        "name": "widop/twig-extensions-bundle",
        "version": "2.0.0",
        "version_normalized": "2.0.0.0",
        "target-dir": "Widop/TwigExtensionsBundle",
        "source": {
            "type": "git",
            "url": "https://github.com/widop/WidopTwigExtensionsBundle.git",
            "reference": "cb1a2bacfbe22fcca55d0def554e0fe1e56d29b3"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/widop/WidopTwigExtensionsBundle/zipball/cb1a2bacfbe22fcca55d0def554e0fe1e56d29b3",
            "reference": "cb1a2bacfbe22fcca55d0def554e0fe1e56d29b3",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0",
            "symfony/framework-bundle": "~2.3",
            "twig/twig": "1.*"
        },
        "time": "2014-06-02 13:42:00",
        "type": "symfony-bundle",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Widop\\TwigExtensionsBundle": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Geoffrey Brier",
                "email": "geoffrey@widop.com"
            }
        ],
        "description": "Provides awesome TWIG extensions for your Symfony2 project.",
        "keywords": [
            "symfony",
            "twig",
            "twig extensions",
            "widop"
        ]
    }
]
