[
    {
        "name": "doctrine/doctrine-bundle",
        "version": "v1.0.0",
        "version_normalized": "1.0.0.0",
        "target-dir": "Doctrine/Bundle/DoctrineBundle",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/DoctrineBundle.git",
            "reference": "4b77682bb3c8c1ec02727799054c0021532e88e4"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/4b77682bb3c8c1ec02727799054c0021532e88e4",
            "reference": "4b77682bb3c8c1ec02727799054c0021532e88e4",
            "shasum": ""
        },
        "require": {
            "doctrine/dbal": ">=2.2,<2.4-dev",
            "php": ">=5.3.2",
            "symfony/doctrine-bridge": "2.1.*",
            "symfony/framework-bundle": "2.1.*"
        },
        "require-dev": {
            "doctrine/orm": ">=2.2,<2.4-dev",
            "symfony/validator": "2.1.*",
            "symfony/yaml": "2.1.*"
        },
        "suggest": {
            "doctrine/orm": "The Doctrine ORM integration is optional in the bundle."
        },
        "time": "2012-09-07 14:18:21",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.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"
            },
            {
                "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": "jms/metadata",
        "version": "1.1.1",
        "version_normalized": "1.1.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/schmittjoh/metadata.git",
            "reference": "84088bc4f6e2387ec8b549bffc1e037107572f5a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/84088bc4f6e2387ec8b549bffc1e037107572f5a",
            "reference": "84088bc4f6e2387ec8b549bffc1e037107572f5a",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2012-01-02 13:32:49",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Metadata\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "Apache"
        ],
        "authors": [
            {
                "name": "Johannes M. Schmitt",
                "email": "schmittjoh@gmail.com",
                "homepage": "https://github.com/schmittjoh",
                "role": "Developer of wrapped JMSSerializerBundle"
            }
        ],
        "description": "Class/method/property metadata management in PHP",
        "keywords": [
            "annotations",
            "metadata",
            "xml",
            "yaml"
        ]
    },
    {
        "name": "swiftmailer/swiftmailer",
        "version": "v4.2.2",
        "version_normalized": "4.2.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/swiftmailer/swiftmailer.git",
            "reference": "e474a2227a192e44cfdbd3d127ae48eb51b3b365"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/e474a2227a192e44cfdbd3d127ae48eb51b3b365",
            "reference": "e474a2227a192e44cfdbd3d127ae48eb51b3b365",
            "shasum": ""
        },
        "require": {
            "php": ">=5.2.4"
        },
        "time": "2012-10-25 01:30:40",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.2-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "files": [
                "lib/swift_required.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "LGPL"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Chris Corbyn"
            }
        ],
        "description": "Swiftmailer, free feature-rich PHP mailer",
        "homepage": "http://swiftmailer.org",
        "keywords": [
            "mail",
            "mailer"
        ]
    },
    {
        "name": "monolog/monolog",
        "version": "1.2.1",
        "version_normalized": "1.2.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/Seldaek/monolog.git",
            "reference": "d16496318c3e08e3bccfc3866e104e49cf25488a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Seldaek/monolog/zipball/d16496318c3e08e3bccfc3866e104e49cf25488a",
            "reference": "d16496318c3e08e3bccfc3866e104e49cf25488a",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "require-dev": {
            "mlehner/gelf-php": "1.0.*"
        },
        "suggest": {
            "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
            "ext-mongo": "Allow sending log messages to a MongoDB server",
            "mlehner/gelf-php": "Allow sending log messages to a GrayLog2 server"
        },
        "time": "2012-08-29 04:53:20",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.3.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Monolog": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Jordi Boggiano",
                "email": "j.boggiano@seld.be",
                "homepage": "http://seld.be",
                "role": "Developer"
            }
        ],
        "description": "Logging for PHP 5.3",
        "homepage": "http://github.com/Seldaek/monolog",
        "keywords": [
            "log",
            "logging"
        ]
    },
    {
        "name": "jms/di-extra-bundle",
        "version": "1.1.1",
        "version_normalized": "1.1.1.0",
        "target-dir": "JMS/DiExtraBundle",
        "source": {
            "type": "git",
            "url": "https://github.com/schmittjoh/JMSDiExtraBundle.git",
            "reference": "ba280298bc4b0d03b18cff7f72e69a6af37de466"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/schmittjoh/JMSDiExtraBundle/zipball/ba280298bc4b0d03b18cff7f72e69a6af37de466",
            "reference": "ba280298bc4b0d03b18cff7f72e69a6af37de466",
            "shasum": ""
        },
        "require": {
            "jms/aop-bundle": "1.0.*",
            "jms/metadata": "1.1.*",
            "symfony/finder": "2.1.*",
            "symfony/framework-bundle": "2.1.*",
            "symfony/process": "2.1.*"
        },
        "require-dev": {
            "doctrine/doctrine-bundle": "*",
            "doctrine/orm": "*",
            "jms/security-extra-bundle": "1.*",
            "sensio/framework-extra-bundle": "*",
            "symfony/browser-kit": "*",
            "symfony/class-loader": "*",
            "symfony/form": "*",
            "symfony/security-bundle": "*",
            "symfony/twig-bundle": "*",
            "symfony/validator": "*",
            "symfony/yaml": "*"
        },
        "time": "2012-09-21 01:56:32",
        "type": "symfony-bundle",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "JMS\\DiExtraBundle": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "Apache"
        ],
        "authors": [
            {
                "name": "Johannes M. Schmitt",
                "email": "schmittjoh@gmail.com",
                "homepage": "https://github.com/schmittjoh",
                "role": "Developer of wrapped JMSSerializerBundle"
            }
        ],
        "description": "Allows to configure dependency injection using annotations",
        "homepage": "http://jmsyst.com/bundles/JMSDiExtraBundle",
        "keywords": [
            "annotations",
            "dependency injection"
        ]
    },
    {
        "name": "jms/security-extra-bundle",
        "version": "1.2.0",
        "version_normalized": "1.2.0.0",
        "target-dir": "JMS/SecurityExtraBundle",
        "source": {
            "type": "git",
            "url": "https://github.com/schmittjoh/JMSSecurityExtraBundle.git",
            "reference": "1942069cfaa7155071566c02e23a4f7303612428"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/schmittjoh/JMSSecurityExtraBundle/zipball/1942069cfaa7155071566c02e23a4f7303612428",
            "reference": "1942069cfaa7155071566c02e23a4f7303612428",
            "shasum": ""
        },
        "require": {
            "jms/aop-bundle": "1.0.*",
            "jms/di-extra-bundle": "1.1.*",
            "jms/metadata": "1.1.*",
            "symfony/framework-bundle": "2.1.*",
            "symfony/security-bundle": "*"
        },
        "require-dev": {
            "doctrine/doctrine-bundle": "*",
            "doctrine/orm": "*",
            "sensio/framework-extra-bundle": "*",
            "symfony/browser-kit": "*",
            "symfony/class-loader": "*",
            "symfony/css-selector": "*",
            "symfony/finder": "*",
            "symfony/form": "*",
            "symfony/process": "*",
            "symfony/twig-bundle": "*",
            "symfony/validator": "*",
            "symfony/yaml": "*"
        },
        "time": "2012-09-06 09:12:03",
        "type": "symfony-bundle",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "JMS\\SecurityExtraBundle": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "Apache2"
        ],
        "authors": [
            {
                "name": "Johannes M. Schmitt",
                "email": "schmittjoh@gmail.com",
                "homepage": "https://github.com/schmittjoh",
                "role": "Developer of wrapped JMSSerializerBundle"
            }
        ],
        "description": "Enhances the Symfony2 Security Component by adding several new features",
        "homepage": "http://jmsyst.com/bundles/JMSSecurityExtraBundle",
        "keywords": [
            "annotations",
            "authorization",
            "expression",
            "secure",
            "security"
        ]
    },
    {
        "name": "sensio/distribution-bundle",
        "version": "v2.1.11",
        "version_normalized": "2.1.11.0",
        "target-dir": "Sensio/Bundle/DistributionBundle",
        "source": {
            "type": "git",
            "url": "https://github.com/sensiolabs/SensioDistributionBundle.git",
            "reference": "6ba9c464d8cf408b1e5699673d6b7ce1eb0ead28"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/6ba9c464d8cf408b1e5699673d6b7ce1eb0ead28",
            "reference": "6ba9c464d8cf408b1e5699673d6b7ce1eb0ead28",
            "shasum": ""
        },
        "require": {
            "symfony/framework-bundle": "2.1.*"
        },
        "time": "2013-04-09 09:20:26",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "2.1.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": "The base bundle for the Symfony Distributions",
        "keywords": [
            "configuration",
            "distribution"
        ]
    },
    {
        "name": "sensio/framework-extra-bundle",
        "version": "v2.1.11",
        "version_normalized": "2.1.11.0",
        "target-dir": "Sensio/Bundle/FrameworkExtraBundle",
        "source": {
            "type": "git",
            "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git",
            "reference": "dcbd6941763c42a597085e35f9491c771290efc8"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/dcbd6941763c42a597085e35f9491c771290efc8",
            "reference": "dcbd6941763c42a597085e35f9491c771290efc8",
            "shasum": ""
        },
        "require": {
            "doctrine/common": ">=2.1,<2.5-dev",
            "symfony/framework-bundle": "2.1.*"
        },
        "time": "2013-04-05 06:59:04",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "2.1.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": "sensio/generator-bundle",
        "version": "v2.1.11",
        "version_normalized": "2.1.11.0",
        "target-dir": "Sensio/Bundle/GeneratorBundle",
        "source": {
            "type": "git",
            "url": "https://github.com/sensiolabs/SensioGeneratorBundle.git",
            "reference": "689b26cca0a46dce7aa4b953b0cb1aa39c97d877"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sensiolabs/SensioGeneratorBundle/zipball/689b26cca0a46dce7aa4b953b0cb1aa39c97d877",
            "reference": "689b26cca0a46dce7aa4b953b0cb1aa39c97d877",
            "shasum": ""
        },
        "require": {
            "symfony/console": "2.1.*",
            "symfony/framework-bundle": "2.1.*"
        },
        "require-dev": {
            "doctrine/orm": ">=2.1,<2.4-dev",
            "symfony/doctrine-bridge": "2.1.*",
            "twig/twig": ">=1.8,<2.0-dev"
        },
        "time": "2013-04-01 18:11:18",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "2.1.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Sensio\\Bundle\\GeneratorBundle": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            }
        ],
        "description": "This bundle generates code for you"
    },
    {
        "name": "symfony/assetic-bundle",
        "version": "v2.1.3",
        "version_normalized": "2.1.3.0",
        "target-dir": "Symfony/Bundle/AsseticBundle",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/assetic-bundle.git",
            "reference": "90d3e238743a5c8def765079ad8084151d4e4fee"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/assetic-bundle/zipball/90d3e238743a5c8def765079ad8084151d4e4fee",
            "reference": "90d3e238743a5c8def765079ad8084151d4e4fee",
            "shasum": ""
        },
        "require": {
            "kriswallsmith/assetic": ">=1.1.0-alpha4,<1.2-dev",
            "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-03-25 20:16:21",
        "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": "symfony/monolog-bundle",
        "version": "v2.1.9",
        "version_normalized": "2.1.9.0",
        "target-dir": "Symfony/Bundle/MonologBundle",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/monolog-bundle.git",
            "reference": "253fcda1128a0301aa68d040302cade65095f2c6"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/253fcda1128a0301aa68d040302cade65095f2c6",
            "reference": "253fcda1128a0301aa68d040302cade65095f2c6",
            "shasum": ""
        },
        "require": {
            "monolog/monolog": ">=1.0,<1.3-dev",
            "php": ">=5.3.2",
            "symfony/config": ">=2.1.0,<2.3-dev",
            "symfony/dependency-injection": ">=2.1.0,<2.3-dev",
            "symfony/monolog-bridge": "2.1.*"
        },
        "require-dev": {
            "symfony/config": ">=2.1.0,<2.3-dev",
            "symfony/yaml": ">=2.1.0,<2.3-dev"
        },
        "time": "2013-01-28 10:06:42",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "2.1.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Symfony\\Bundle\\MonologBundle": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "http://symfony.com/contributors"
            }
        ],
        "description": "Symfony MonologBundle",
        "homepage": "http://symfony.com",
        "keywords": [
            "log",
            "logging"
        ]
    },
    {
        "name": "symfony/swiftmailer-bundle",
        "version": "v2.1.11",
        "version_normalized": "2.1.11.0",
        "target-dir": "Symfony/Bundle/SwiftmailerBundle",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/swiftmailer-bundle.git",
            "reference": "2bf9cdefd8102e6409ec0762652cf81cb3b4c21a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/2bf9cdefd8102e6409ec0762652cf81cb3b4c21a",
            "reference": "2bf9cdefd8102e6409ec0762652cf81cb3b4c21a",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.2",
            "swiftmailer/swiftmailer": ">=4.2.0,<4.3-dev",
            "symfony/swiftmailer-bridge": ">=2.1.0,<2.3-dev"
        },
        "require-dev": {
            "symfony/config": ">=2.1.0,<2.3-dev",
            "symfony/dependency-injection": ">=2.1.0,<2.3-dev",
            "symfony/http-kernel": ">=2.1.0,<2.3-dev",
            "symfony/yaml": ">=2.1.0,<2.3-dev"
        },
        "time": "2013-01-04 17:04:29",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "2.1-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Symfony\\Bundle\\SwiftmailerBundle": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "http://symfony.com/contributors"
            }
        ],
        "description": "Symfony SwiftmailerBundle",
        "homepage": "http://symfony.com"
    },
    {
        "name": "twig/extensions",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/fabpot/Twig-extensions.git",
            "reference": "f5b0c84f3699e494c84ee627d7d583e115d2c4a2"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/fabpot/Twig-extensions/zipball/f5b0c84f3699e494c84ee627d7d583e115d2c4a2",
            "reference": "f5b0c84f3699e494c84ee627d7d583e115d2c4a2",
            "shasum": ""
        },
        "require": {
            "twig/twig": "~1.20|~2.0"
        },
        "time": "2013-07-02 11:21:55",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-0": {
                "Twig_Extensions_": "lib/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            }
        ],
        "description": "Common additional features for Twig that do not directly belong in core",
        "homepage": "https://github.com/fabpot/Twig-extensions",
        "keywords": [
            "debug",
            "i18n",
            "text"
        ]
    },
    {
        "name": "kriswallsmith/assetic",
        "version": "1.1.x-dev",
        "version_normalized": "1.1.9999999.9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/kriswallsmith/assetic.git",
            "reference": "1d671c54f147ece319642132330927672b6190a7"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/kriswallsmith/assetic/zipball/1d671c54f147ece319642132330927672b6190a7",
            "reference": "1d671c54f147ece319642132330927672b6190a7",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.1",
            "symfony/process": "~2.1"
        },
        "require-dev": {
            "cssmin/cssmin": "*",
            "joliclic/javascript-packer": "*",
            "kamicane/packager": "*",
            "leafo/lessphp": "*",
            "leafo/scssphp": "*",
            "leafo/scssphp-compass": "*",
            "mrclay/minify": "*",
            "phpunit/phpunit": "~3.7",
            "ptachoire/cssembed": "*",
            "twig/twig": "~1.6"
        },
        "suggest": {
            "leafo/lessphp": "Assetic provides the integration with the lessphp LESS compiler",
            "leafo/scssphp": "Assetic provides the integration with the scssphp SCSS compiler",
            "leafo/scssphp-compass": "Assetic provides the integration with the SCSS compass plugin",
            "ptachoire/cssembed": "Assetic provides the integration with phpcssembed to embed data uris",
            "twig/twig": "Assetic provides the integration with the Twig templating engine"
        },
        "time": "2013-09-03 12:44:05",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.1-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-0": {
                "Assetic": "src/"
            },
            "files": [
                "src/functions.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Kris Wallsmith",
                "email": "kris.wallsmith@gmail.com",
                "homepage": "http://kriswallsmith.net/"
            }
        ],
        "description": "Asset Management for PHP",
        "homepage": "https://github.com/kriswallsmith/assetic",
        "keywords": [
            "assets",
            "compression",
            "minification"
        ]
    },
    {
        "name": "twig/twig",
        "version": "v1.24.1",
        "version_normalized": "1.24.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/twigphp/Twig.git",
            "reference": "3566d311a92aae4deec6e48682dc5a4528c4a512"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/twigphp/Twig/zipball/3566d311a92aae4deec6e48682dc5a4528c4a512",
            "reference": "3566d311a92aae4deec6e48682dc5a4528c4a512",
            "shasum": ""
        },
        "require": {
            "php": ">=5.2.7"
        },
        "require-dev": {
            "symfony/debug": "~2.7",
            "symfony/phpunit-bridge": "~2.7"
        },
        "time": "2016-05-30 09:11:59",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.24-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": "http://twig.sensiolabs.org/contributors",
                "role": "Contributors"
            }
        ],
        "description": "Twig, the flexible, fast, and secure template language for PHP",
        "homepage": "http://twig.sensiolabs.org",
        "keywords": [
            "templating"
        ]
    },
    {
        "name": "doctrine/lexer",
        "version": "v1.0.1",
        "version_normalized": "1.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/lexer.git",
            "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
            "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.2"
        },
        "time": "2014-09-09 13:34:57",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Doctrine\\Common\\Lexer\\": "lib/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Roman Borschel",
                "email": "roman@code-factory.org"
            },
            {
                "name": "Guilherme Blanco",
                "email": "guilhermeblanco@gmail.com"
            },
            {
                "name": "Johannes Schmitt",
                "email": "schmittjoh@gmail.com"
            }
        ],
        "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
        "homepage": "http://www.doctrine-project.org",
        "keywords": [
            "lexer",
            "parser"
        ]
    },
    {
        "name": "doctrine/inflector",
        "version": "v1.1.0",
        "version_normalized": "1.1.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/inflector.git",
            "reference": "90b2128806bfde671b6952ab8bea493942c1fdae"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae",
            "reference": "90b2128806bfde671b6952ab8bea493942c1fdae",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.2"
        },
        "require-dev": {
            "phpunit/phpunit": "4.*"
        },
        "time": "2015-11-06 14:35:42",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.1.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Doctrine\\Common\\Inflector\\": "lib/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Roman Borschel",
                "email": "roman@code-factory.org"
            },
            {
                "name": "Benjamin Eberlei",
                "email": "kontakt@beberlei.de"
            },
            {
                "name": "Guilherme Blanco",
                "email": "guilhermeblanco@gmail.com"
            },
            {
                "name": "Jonathan Wage",
                "email": "jonwage@gmail.com"
            },
            {
                "name": "Johannes Schmitt",
                "email": "schmittjoh@gmail.com"
            }
        ],
        "description": "Common String Manipulations with regard to casing and singular/plural rules.",
        "homepage": "http://www.doctrine-project.org",
        "keywords": [
            "inflection",
            "pluralize",
            "singularize",
            "string"
        ]
    },
    {
        "name": "doctrine/collections",
        "version": "v1.3.0",
        "version_normalized": "1.3.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/collections.git",
            "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/collections/zipball/6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
            "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.2"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.0"
        },
        "time": "2015-04-14 22:21:58",
        "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": "Roman Borschel",
                "email": "roman@code-factory.org"
            },
            {
                "name": "Benjamin Eberlei",
                "email": "kontakt@beberlei.de"
            },
            {
                "name": "Guilherme Blanco",
                "email": "guilhermeblanco@gmail.com"
            },
            {
                "name": "Jonathan Wage",
                "email": "jonwage@gmail.com"
            },
            {
                "name": "Johannes Schmitt",
                "email": "schmittjoh@gmail.com"
            }
        ],
        "description": "Collections Abstraction library",
        "homepage": "http://www.doctrine-project.org",
        "keywords": [
            "array",
            "collections",
            "iterator"
        ]
    },
    {
        "name": "doctrine/cache",
        "version": "v1.6.0",
        "version_normalized": "1.6.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/cache.git",
            "reference": "f8af318d14bdb0eff0336795b428b547bd39ccb6"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/cache/zipball/f8af318d14bdb0eff0336795b428b547bd39ccb6",
            "reference": "f8af318d14bdb0eff0336795b428b547bd39ccb6",
            "shasum": ""
        },
        "require": {
            "php": "~5.5|~7.0"
        },
        "conflict": {
            "doctrine/common": ">2.2,<2.4"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.8|~5.0",
            "predis/predis": "~1.0",
            "satooshi/php-coveralls": "~0.6"
        },
        "time": "2015-12-31 16:37:02",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.6.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Roman Borschel",
                "email": "roman@code-factory.org"
            },
            {
                "name": "Benjamin Eberlei",
                "email": "kontakt@beberlei.de"
            },
            {
                "name": "Guilherme Blanco",
                "email": "guilhermeblanco@gmail.com"
            },
            {
                "name": "Jonathan Wage",
                "email": "jonwage@gmail.com"
            },
            {
                "name": "Johannes Schmitt",
                "email": "schmittjoh@gmail.com"
            }
        ],
        "description": "Caching library offering an object-oriented API for many cache backends",
        "homepage": "http://www.doctrine-project.org",
        "keywords": [
            "cache",
            "caching"
        ]
    },
    {
        "name": "doctrine/annotations",
        "version": "v1.2.7",
        "version_normalized": "1.2.7.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/annotations.git",
            "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/annotations/zipball/f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
            "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
            "shasum": ""
        },
        "require": {
            "doctrine/lexer": "1.*",
            "php": ">=5.3.2"
        },
        "require-dev": {
            "doctrine/cache": "1.*",
            "phpunit/phpunit": "4.*"
        },
        "time": "2015-08-31 12:32:49",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.3.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Doctrine\\Common\\Annotations\\": "lib/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Roman Borschel",
                "email": "roman@code-factory.org"
            },
            {
                "name": "Benjamin Eberlei",
                "email": "kontakt@beberlei.de"
            },
            {
                "name": "Guilherme Blanco",
                "email": "guilhermeblanco@gmail.com"
            },
            {
                "name": "Jonathan Wage",
                "email": "jonwage@gmail.com"
            },
            {
                "name": "Johannes Schmitt",
                "email": "schmittjoh@gmail.com"
            }
        ],
        "description": "Docblock Annotations Parser",
        "homepage": "http://www.doctrine-project.org",
        "keywords": [
            "annotations",
            "docblock",
            "parser"
        ]
    },
    {
        "name": "doctrine/common",
        "version": "v2.4.3",
        "version_normalized": "2.4.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/common.git",
            "reference": "4824569127daa9784bf35219a1cd49306c795389"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/common/zipball/4824569127daa9784bf35219a1cd49306c795389",
            "reference": "4824569127daa9784bf35219a1cd49306c795389",
            "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": "2015-08-31 14:38:45",
        "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": "Roman Borschel",
                "email": "roman@code-factory.org"
            },
            {
                "name": "Benjamin Eberlei",
                "email": "kontakt@beberlei.de"
            },
            {
                "name": "Guilherme Blanco",
                "email": "guilhermeblanco@gmail.com"
            },
            {
                "name": "Jonathan Wage",
                "email": "jonwage@gmail.com"
            },
            {
                "name": "Johannes Schmitt",
                "email": "schmittjoh@gmail.com"
            }
        ],
        "description": "Common Library for Doctrine projects",
        "homepage": "http://www.doctrine-project.org",
        "keywords": [
            "annotations",
            "collections",
            "eventmanager",
            "persistence",
            "spl"
        ]
    },
    {
        "name": "symfony/symfony",
        "version": "v2.1.13",
        "version_normalized": "2.1.13.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/symfony.git",
            "reference": "fc0a09a2052e9275c16b5ab7af426935fe432f39"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/symfony/zipball/fc0a09a2052e9275c16b5ab7af426935fe432f39",
            "reference": "fc0a09a2052e9275c16b5ab7af426935fe432f39",
            "shasum": ""
        },
        "require": {
            "doctrine/common": "~2.2",
            "php": ">=5.3.3",
            "twig/twig": ">=1.9.1,<2.0-dev"
        },
        "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/dependency-injection": "self.version",
            "symfony/doctrine-bridge": "self.version",
            "symfony/dom-crawler": "self.version",
            "symfony/event-dispatcher": "self.version",
            "symfony/filesystem": "self.version",
            "symfony/finder": "self.version",
            "symfony/form": "self.version",
            "symfony/framework-bundle": "self.version",
            "symfony/http-foundation": "self.version",
            "symfony/http-kernel": "self.version",
            "symfony/locale": "self.version",
            "symfony/monolog-bridge": "self.version",
            "symfony/options-resolver": "self.version",
            "symfony/process": "self.version",
            "symfony/propel1-bridge": "self.version",
            "symfony/routing": "self.version",
            "symfony/security": "self.version",
            "symfony/security-bundle": "self.version",
            "symfony/serializer": "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,<2.4-dev",
            "doctrine/orm": ">=2.2.3,<2.4-dev",
            "monolog/monolog": ">=1.0,<1.3-dev",
            "propel/propel1": "dev-master"
        },
        "time": "2013-10-10 11:03:57",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Symfony": "src/",
                "SessionHandlerInterface": "src/Symfony/Component/HttpFoundation/Resources/stubs"
            }
        },
        "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": "knplabs/knp-snappy",
        "version": "0.4.2",
        "version_normalized": "0.4.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/KnpLabs/snappy.git",
            "reference": "99941b6f8475e2f02b8b89748504e5d471bded73"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/KnpLabs/snappy/zipball/99941b6f8475e2f02b8b89748504e5d471bded73",
            "reference": "99941b6f8475e2f02b8b89748504e5d471bded73",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3",
            "symfony/process": "~2.1"
        },
        "require-dev": {
            "phpunit/phpunit": "4.7.*"
        },
        "suggest": {
            "h4cc/wkhtmltopdf-amd64": "Provides wkhtmltopdf-amd64 binary for Linux-compatible machines, use version `~0.12` as dependency",
            "h4cc/wkhtmltopdf-i386": "Provides wkhtmltopdf-i386 binary for Linux-compatible machines, use version `~0.12` as dependency",
            "wemersonjanuario/wkhtmltopdf-windows": "Provides wkhtmltopdf executable for Windows, use version `~0.12` as dependency"
        },
        "time": "2015-09-16 12:34:39",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "0.5.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Knp\\Snappy": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "KnpLabs Team",
                "homepage": "http://knplabs.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "http://github.com/KnpLabs/snappy/contributors"
            }
        ],
        "description": "PHP5 library allowing thumbnail, snapshot or PDF generation from a url or a html page. Wrapper for wkhtmltopdf/wkhtmltoimage.",
        "homepage": "http://github.com/KnpLabs/snappy",
        "keywords": [
            "knp",
            "knplabs",
            "pdf",
            "snapshot",
            "thumbnail",
            "wkhtmltopdf"
        ]
    },
    {
        "name": "knplabs/knp-snappy-bundle",
        "version": "v1.3",
        "version_normalized": "1.3.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/KnpLabs/KnpSnappyBundle.git",
            "reference": "2aa510cb0192658428ff29206cef85342ec24d44"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/KnpLabs/KnpSnappyBundle/zipball/2aa510cb0192658428ff29206cef85342ec24d44",
            "reference": "2aa510cb0192658428ff29206cef85342ec24d44",
            "shasum": ""
        },
        "require": {
            "knplabs/knp-snappy": "*",
            "php": ">=5.3.2",
            "symfony/finder": ">=2.0.0",
            "symfony/framework-bundle": ">=2.0.0",
            "symfony/validator": ">=2.0.0"
        },
        "time": "2015-08-24 21:40:00",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "1.2.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Knp\\Bundle\\SnappyBundle\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "KnpLabs Team",
                "homepage": "http://knplabs.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "http://github.com/KnpLabs/KnpSnappyBundle/contributors"
            }
        ],
        "description": "Easily create PDF and images in Symfony2 by converting Twig/HTML templates.",
        "homepage": "http://github.com/KnpLabs/KnpSnappyBundle",
        "keywords": [
            "bundle",
            "knp",
            "knplabs",
            "pdf",
            "snappy"
        ]
    },
    {
        "name": "doctrine/dbal",
        "version": "2.3.5",
        "version_normalized": "2.3.5.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/dbal.git",
            "reference": "d5067b0b7e5ef59ba165dcc116c539400bf957ff"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/dbal/zipball/d5067b0b7e5ef59ba165dcc116c539400bf957ff",
            "reference": "d5067b0b7e5ef59ba165dcc116c539400bf957ff",
            "shasum": ""
        },
        "require": {
            "doctrine/common": ">=2.3.0,<2.5-dev",
            "php": ">=5.3.2"
        },
        "time": "2014-09-15 11:44:29",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.3.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Doctrine\\DBAL": "lib/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Roman Borschel",
                "email": "roman@code-factory.org"
            },
            {
                "name": "Benjamin Eberlei",
                "email": "kontakt@beberlei.de"
            },
            {
                "name": "Guilherme Blanco",
                "email": "guilhermeblanco@gmail.com"
            },
            {
                "name": "Jonathan Wage",
                "email": "jonwage@gmail.com"
            }
        ],
        "description": "Database Abstraction Layer",
        "homepage": "http://www.doctrine-project.org",
        "keywords": [
            "database",
            "dbal",
            "persistence",
            "queryobject"
        ]
    },
    {
        "name": "doctrine/orm",
        "version": "2.3.x-dev",
        "version_normalized": "2.3.9999999.9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/doctrine2.git",
            "reference": "c2135b38216c6c8a410e764792aa368e946f2ae5"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/doctrine2/zipball/c2135b38216c6c8a410e764792aa368e946f2ae5",
            "reference": "c2135b38216c6c8a410e764792aa368e946f2ae5",
            "shasum": ""
        },
        "require": {
            "doctrine/dbal": "2.3.*",
            "ext-pdo": "*",
            "php": ">=5.3.2",
            "symfony/console": "2.*"
        },
        "suggest": {
            "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
        },
        "time": "2014-06-03 19:53:45",
        "bin": [
            "bin/doctrine",
            "bin/doctrine.php"
        ],
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.3.x-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-0": {
                "Doctrine\\ORM": "lib/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Jonathan Wage",
                "email": "jonwage@gmail.com",
                "homepage": "http://www.jwage.com/",
                "role": "Creator"
            },
            {
                "name": "Guilherme Blanco",
                "email": "guilhermeblanco@gmail.com",
                "homepage": "http://www.instaclick.com"
            },
            {
                "name": "Roman Borschel",
                "email": "roman@code-factory.org"
            },
            {
                "name": "Benjamin Eberlei",
                "email": "kontakt@beberlei.de"
            }
        ],
        "description": "Object-Relational-Mapper for PHP",
        "homepage": "http://www.doctrine-project.org",
        "keywords": [
            "database",
            "orm"
        ]
    },
    {
        "name": "jms/cg",
        "version": "1.2.0",
        "version_normalized": "1.2.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/schmittjoh/cg-library.git",
            "reference": "2152ea2c48f746a676debb841644ae64cae27835"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/schmittjoh/cg-library/zipball/2152ea2c48f746a676debb841644ae64cae27835",
            "reference": "2152ea2c48f746a676debb841644ae64cae27835",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "require-dev": {
            "phpunit/phpunit": ">=4.5"
        },
        "time": "2016-04-07 10:21:44",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.1-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "CG\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "Apache2"
        ],
        "authors": [
            {
                "name": "Johannes M. Schmitt",
                "email": "schmittjoh@gmail.com"
            }
        ],
        "description": "Toolset for generating PHP code",
        "keywords": [
            "code generation"
        ]
    },
    {
        "name": "jms/aop-bundle",
        "version": "1.0.1",
        "version_normalized": "1.0.1.0",
        "target-dir": "JMS/AopBundle",
        "source": {
            "type": "git",
            "url": "https://github.com/schmittjoh/JMSAopBundle.git",
            "reference": "93f41ab85ed409430bc3bab2e0b7c7677f152aa8"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/schmittjoh/JMSAopBundle/zipball/93f41ab85ed409430bc3bab2e0b7c7677f152aa8",
            "reference": "93f41ab85ed409430bc3bab2e0b7c7677f152aa8",
            "shasum": ""
        },
        "require": {
            "jms/cg": "1.*",
            "symfony/framework-bundle": "2.*"
        },
        "time": "2013-07-29 09:34:26",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "1.1.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "JMS\\AopBundle": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "Apache"
        ],
        "authors": [
            {
                "name": "Johannes Schmitt",
                "email": "schmittjoh@gmail.com",
                "homepage": "https://github.com/schmittjoh",
                "role": "Developer of wrapped JMSSerializerBundle"
            }
        ],
        "description": "Adds AOP capabilities to Symfony2",
        "keywords": [
            "annotations",
            "aop"
        ]
    }
]
