[
    {
        "name": "twig/twig",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/fabpot/Twig.git",
            "reference": "39d94faabcea7d60b90c2996d51e1b6691ab39d2"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/fabpot/Twig/zipball/39d94faabcea7d60b90c2996d51e1b6691ab39d2",
            "reference": "39d94faabcea7d60b90c2996d51e1b6691ab39d2",
            "shasum": ""
        },
        "require": {
            "php": ">=5.2.4"
        },
        "time": "2013-02-28 14:08:49",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.12-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-0": {
                "Twig_": "lib/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Armin Ronacher",
                "email": "armin.ronacher@active-4.com"
            }
        ],
        "description": "Twig, the flexible, fast, and secure template language for PHP",
        "homepage": "http://twig.sensiolabs.org",
        "keywords": [
            "templating"
        ]
    },
    {
        "name": "psr/log",
        "version": "1.0.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/log",
            "reference": "1.0.0"
        },
        "dist": {
            "type": "zip",
            "url": "https://github.com/php-fig/log/archive/1.0.0.zip",
            "reference": "1.0.0",
            "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/common",
        "version": "2.3.x-dev",
        "version_normalized": "2.3.9999999.9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/common",
            "reference": "bb0aebbf234db52df476a2b473d434745b34221c"
        },
        "dist": {
            "type": "zip",
            "url": "https://github.com/doctrine/common/archive/bb0aebbf234db52df476a2b473d434745b34221c.zip",
            "reference": "bb0aebbf234db52df476a2b473d434745b34221c",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.2"
        },
        "time": "2012-09-20 05:55:18",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.3.x-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-0": {
                "Doctrine\\Common": "lib/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Jonathan Wage",
                "email": "jonwage@gmail.com",
                "homepage": "http://www.jwage.com/"
            },
            {
                "name": "Guilherme Blanco",
                "email": "guilhermeblanco@gmail.com",
                "homepage": "http://www.instaclick.com"
            },
            {
                "name": "Roman Borschel",
                "email": "roman@code-factory.org"
            },
            {
                "name": "Benjamin Eberlei",
                "email": "kontakt@beberlei.de"
            },
            {
                "name": "Johannes Schmitt",
                "email": "schmittjoh@gmail.com",
                "homepage": "https://github.com/schmittjoh",
                "role": "Developer of wrapped JMSSerializerBundle"
            }
        ],
        "description": "Common Library for Doctrine projects",
        "homepage": "http://www.doctrine-project.org",
        "keywords": [
            "annotations",
            "collections",
            "eventmanager",
            "persistence",
            "spl"
        ]
    },
    {
        "name": "jdorn/sql-formatter",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/jdorn/sql-formatter.git",
            "reference": "3d8a97325e5894c72dd5c4d4f83dd3722d414d99"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/3d8a97325e5894c72dd5c4d4f83dd3722d414d99",
            "reference": "3d8a97325e5894c72dd5c4d4f83dd3722d414d99",
            "shasum": ""
        },
        "require": {
            "php": ">=5.2.4"
        },
        "time": "2013-02-22 05:16:19",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.3.x-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "classmap": [
                "lib"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "LGPL"
        ],
        "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/dbal",
        "version": "2.3.x-dev",
        "version_normalized": "2.3.9999999.9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/dbal",
            "reference": "fd45c6f6baa618d871f3201fabe76df5043abb1e"
        },
        "dist": {
            "type": "zip",
            "url": "https://github.com/doctrine/dbal/archive/fd45c6f6baa618d871f3201fabe76df5043abb1e.zip",
            "reference": "fd45c6f6baa618d871f3201fabe76df5043abb1e",
            "shasum": ""
        },
        "require": {
            "doctrine/common": "2.3.*",
            "php": ">=5.3.2"
        },
        "time": "2013-01-20 11:50:36",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.3.x-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-0": {
                "Doctrine\\DBAL": "lib/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Jonathan Wage",
                "email": "jonwage@gmail.com",
                "homepage": "http://www.jwage.com/"
            },
            {
                "name": "Guilherme Blanco",
                "email": "guilhermeblanco@gmail.com",
                "homepage": "http://www.instaclick.com"
            },
            {
                "name": "Roman Borschel",
                "email": "roman@code-factory.org"
            },
            {
                "name": "Benjamin Eberlei",
                "email": "kontakt@beberlei.de"
            }
        ],
        "description": "Database Abstraction Layer",
        "homepage": "http://www.doctrine-project.org",
        "keywords": [
            "database",
            "dbal",
            "persistence",
            "queryobject"
        ]
    },
    {
        "name": "doctrine/doctrine-bundle",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "target-dir": "Doctrine/Bundle/DoctrineBundle",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/DoctrineBundle.git",
            "reference": "v1.2.0-beta1"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/v1.2.0-beta1",
            "reference": "v1.2.0-beta1",
            "shasum": ""
        },
        "require": {
            "doctrine/dbal": ">=2.2,<2.5-dev",
            "jdorn/sql-formatter": ">=1.1,<2.0",
            "php": ">=5.3.2",
            "symfony/doctrine-bridge": "2.2.*",
            "symfony/framework-bundle": ">=2.2.0-beta2,<2.3-dev"
        },
        "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-01-12 14:41:19",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "1.2.x-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-0": {
                "Doctrine\\Bundle\\DoctrineBundle": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "http://symfony.com/contributors"
            },
            {
                "name": "Benjamin Eberlei",
                "email": "kontakt@beberlei.de"
            }
        ],
        "description": "Symfony DoctrineBundle",
        "homepage": "http://www.doctrine-project.org",
        "keywords": [
            "database",
            "dbal",
            "orm",
            "persistence"
        ]
    },
    {
        "name": "doctrine/orm",
        "version": "2.3.x-dev",
        "version_normalized": "2.3.9999999.9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/doctrine2.git",
            "reference": "304acf0a1af15ebe049231b84a7630c75ecbe62d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/doctrine2/zipball/304acf0a1af15ebe049231b84a7630c75ecbe62d",
            "reference": "304acf0a1af15ebe049231b84a7630c75ecbe62d",
            "shasum": ""
        },
        "require": {
            "doctrine/dbal": "2.3.*",
            "ext-pdo": "*",
            "php": ">=5.3.2",
            "symfony/console": "2.*"
        },
        "suggest": {
            "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
        },
        "time": "2013-02-21 18:03:42",
        "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/"
            },
            {
                "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": "gedmo/doctrine-extensions",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/l3pp4rd/DoctrineExtensions.git",
            "reference": "0e19859e1f262f9a380cd399964610cf3f73dcfe"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/l3pp4rd/DoctrineExtensions/zipball/0e19859e1f262f9a380cd399964610cf3f73dcfe",
            "reference": "0e19859e1f262f9a380cd399964610cf3f73dcfe",
            "shasum": ""
        },
        "require": {
            "doctrine/common": ">=2.2,<2.5-dev",
            "php": ">=5.3.2"
        },
        "require-dev": {
            "doctrine/dbal": ">=2.2",
            "doctrine/mongodb": "1.0.1",
            "doctrine/mongodb-odm": "1.0.0-BETA7",
            "doctrine/orm": ">=2.2",
            "symfony/yaml": "2.*"
        },
        "suggest": {
            "doctrine/dbal": ">=2.3.2",
            "doctrine/mongodb": ">=1.0.1",
            "doctrine/mongodb-odm": ">=1.0.0-BETA7",
            "doctrine/orm": ">=2.3.2"
        },
        "time": "2013-03-01 15:53:01",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.3.x-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-0": {
                "Gedmo": "lib/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "David Buchmann",
                "email": "david@liip.ch"
            },
            {
                "name": "Gediminas Morkevicius",
                "email": "gediminas.morkevicius@gmail.com"
            },
            {
                "name": "Gustavo Falco",
                "email": "comfortablynumb84@gmail.com"
            }
        ],
        "description": "Doctrine2 behavioral extensions",
        "homepage": "http://gediminasm.org/",
        "keywords": [
            "Blameable",
            "behaviors",
            "doctrine2",
            "extensions",
            "gedmo",
            "loggable",
            "nestedset",
            "sluggable",
            "sortable",
            "timestampable",
            "translatable",
            "tree",
            "uploadable"
        ]
    },
    {
        "name": "stof/doctrine-extensions-bundle",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "target-dir": "Stof/DoctrineExtensionsBundle",
        "source": {
            "type": "git",
            "url": "https://github.com/stof/StofDoctrineExtensionsBundle.git",
            "reference": "18957db1734b2fb6a391e77a3be75b9d8e2008fb"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/stof/StofDoctrineExtensionsBundle/zipball/18957db1734b2fb6a391e77a3be75b9d8e2008fb",
            "reference": "18957db1734b2fb6a391e77a3be75b9d8e2008fb",
            "shasum": ""
        },
        "require": {
            "gedmo/doctrine-extensions": "2.3.*",
            "php": ">=5.3.2",
            "symfony/framework-bundle": ">=2.1,<2.3-dev"
        },
        "suggest": {
            "doctrine/doctrine-bundle": "*",
            "doctrine/mongodb-odm-bundle": "2.1.*"
        },
        "time": "2013-02-26 02:07:55",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "1.1.x-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-0": {
                "Stof\\DoctrineExtensionsBundle": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Christophe Coevoet",
                "email": "stof@notk.org"
            }
        ],
        "description": "Integration of the gedmo/doctrine-extensions with Symfony2",
        "homepage": "https://github.com/stof/StofDoctrineExtensionsBundle",
        "keywords": [
            "behaviors",
            "doctrine2",
            "extensions",
            "gedmo",
            "loggable",
            "nestedset",
            "sluggable",
            "sortable",
            "timestampable",
            "translatable",
            "tree"
        ]
    },
    {
        "name": "kertz/twitteroauth",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/kertz/twitteroauth.git",
            "reference": "30d9fba685516cfeee12bdf0aa50d803f112214b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/kertz/twitteroauth/zipball/30d9fba685516cfeee12bdf0aa50d803f112214b",
            "reference": "30d9fba685516cfeee12bdf0aa50d803f112214b",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2012-08-02 14:24:38",
        "type": "library",
        "installation-source": "source",
        "autoload": {
            "classmap": [
                "twitteroauth"
            ]
        },
        "notification-url": "https://packagist.org/downloads/"
    },
    {
        "name": "friendsofsymfony/twitter-bundle",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "target-dir": "FOS/TwitterBundle",
        "source": {
            "type": "git",
            "url": "https://github.com/FriendsOfSymfony/FOSTwitterBundle.git",
            "reference": "af7ba5839b1b5d17c0a0efc32df10fe1bb092d68"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/FriendsOfSymfony/FOSTwitterBundle/zipball/af7ba5839b1b5d17c0a0efc32df10fe1bb092d68",
            "reference": "af7ba5839b1b5d17c0a0efc32df10fe1bb092d68",
            "shasum": ""
        },
        "require": {
            "kertz/twitteroauth": "*",
            "php": ">=5.3.2",
            "symfony/framework-bundle": "2.*",
            "symfony/security-bundle": ">=2.1,<2.3-dev"
        },
        "time": "2013-02-11 23:09:22",
        "type": "symfony-bundle",
        "installation-source": "source",
        "autoload": {
            "psr-0": {
                "FOS\\TwitterBundle": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "FriendsOfSymfony Community",
                "homepage": "https://github.com/FriendsOfSymfony/FOSTwitterBundle/contributors"
            }
        ],
        "description": "Symfony FOSTwitterBundle",
        "homepage": "http://friendsofsymfony.github.com",
        "keywords": [
            "Twitter authentication"
        ]
    },
    {
        "name": "twig/extensions",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/fabpot/Twig-extensions.git",
            "reference": "921799aaf05f88af749d72912d6b154dfeb9a03e"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/fabpot/Twig-extensions/zipball/921799aaf05f88af749d72912d6b154dfeb9a03e",
            "reference": "921799aaf05f88af749d72912d6b154dfeb9a03e",
            "shasum": ""
        },
        "require": {
            "twig/twig": "1.*"
        },
        "time": "2013-02-28 14:21:30",
        "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": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/kriswallsmith/assetic.git",
            "reference": "df03baa337ae1c87803a7b1a76a393f8a59813f3"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/kriswallsmith/assetic/zipball/df03baa337ae1c87803a7b1a76a393f8a59813f3",
            "reference": "df03baa337ae1c87803a7b1a76a393f8a59813f3",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.1",
            "symfony/process": ">=2.1.0,<2.3-dev"
        },
        "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.0,<2.0"
        },
        "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-02-24 17:22:20",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.1-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-0": {
                "Assetic": "src/"
            },
            "files": [
                "src/functions.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Kris Wallsmith",
                "email": "kris.wallsmith@gmail.com",
                "homepage": "http://kriswallsmith.net/"
            }
        ],
        "description": "Asset Management for PHP",
        "homepage": "https://github.com/kriswallsmith/assetic",
        "keywords": [
            "assets",
            "compression",
            "minification"
        ]
    },
    {
        "name": "symfony/assetic-bundle",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "target-dir": "Symfony/Bundle/AsseticBundle",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/AsseticBundle.git",
            "reference": "6985b26ba44f12a3804af8beb53f6b6e49da5b04"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/AsseticBundle/zipball/6985b26ba44f12a3804af8beb53f6b6e49da5b04",
            "reference": "6985b26ba44f12a3804af8beb53f6b6e49da5b04",
            "shasum": ""
        },
        "require": {
            "kriswallsmith/assetic": "1.1.*",
            "php": ">=5.3.0",
            "symfony/framework-bundle": ">=2.1.0,<2.3-dev"
        },
        "require-dev": {
            "symfony/class-loader": ">=2.1.0,<2.3-dev",
            "symfony/console": ">=2.1.0,<2.3-dev",
            "symfony/css-selector": ">=2.1.0,<2.3-dev",
            "symfony/dom-crawler": ">=2.1.0,<2.3-dev",
            "symfony/form": ">=2.1.0,<2.3-dev",
            "symfony/twig-bundle": ">=2.1.0,<2.3-dev",
            "symfony/yaml": ">=2.1.0,<2.3-dev"
        },
        "suggest": {
            "symfony/twig-bundle": ">=2.1.0,<2.3-dev"
        },
        "time": "2013-02-24 18:21:16",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "2.1.x-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-0": {
                "Symfony\\Bundle\\AsseticBundle": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Kris Wallsmith",
                "email": "kris.wallsmith@gmail.com",
                "homepage": "http://kriswallsmith.net/"
            }
        ],
        "description": "Integrates Assetic into Symfony2",
        "homepage": "https://github.com/symfony/AsseticBundle",
        "keywords": [
            "assets",
            "compression",
            "minification"
        ]
    },
    {
        "name": "swiftmailer/swiftmailer",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/swiftmailer/swiftmailer.git",
            "reference": "b6bfc8f7f8ae5dac7883885ee323dc3b53ab7d21"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/b6bfc8f7f8ae5dac7883885ee323dc3b53ab7d21",
            "reference": "b6bfc8f7f8ae5dac7883885ee323dc3b53ab7d21",
            "shasum": ""
        },
        "require": {
            "php": ">=5.2.4"
        },
        "time": "2013-02-04 10:09:01",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.3-dev"
            }
        },
        "installation-source": "source",
        "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": "symfony/swiftmailer-bundle",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "target-dir": "Symfony/Bundle/SwiftmailerBundle",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/SwiftmailerBundle.git",
            "reference": "v2.2.0-BETA2"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/SwiftmailerBundle/zipball/v2.2.0-BETA2",
            "reference": "v2.2.0-BETA2",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.2",
            "swiftmailer/swiftmailer": ">=4.2.0,<4.4-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-08 20:24:29",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "2.2-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-0": {
                "Symfony\\Bundle\\SwiftmailerBundle": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "http://symfony.com/contributors"
            }
        ],
        "description": "Symfony SwiftmailerBundle",
        "homepage": "http://symfony.com"
    },
    {
        "name": "monolog/monolog",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/Seldaek/monolog.git",
            "reference": "041aa3930f8d2b466ae897440ec9471d5159c5bf"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Seldaek/monolog/zipball/041aa3930f8d2b466ae897440ec9471d5159c5bf",
            "reference": "041aa3930f8d2b466ae897440ec9471d5159c5bf",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0",
            "psr/log": ">=1.0,<2.0"
        },
        "require-dev": {
            "doctrine/couchdb": "dev-master",
            "mlehner/gelf-php": "1.0.*",
            "raven/raven": "0.3.*"
        },
        "suggest": {
            "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
            "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
            "ext-mongo": "Allow sending log messages to a MongoDB server",
            "mlehner/gelf-php": "Allow sending log messages to a GrayLog2 server",
            "raven/raven": "Allow sending log messages to a Sentry server"
        },
        "time": "2013-02-26 10:18:11",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.4.x-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-0": {
                "Monolog": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Jordi Boggiano",
                "email": "j.boggiano@seld.be",
                "homepage": "http://seld.be",
                "role": "Developer"
            }
        ],
        "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
        "homepage": "http://github.com/Seldaek/monolog",
        "keywords": [
            "log",
            "logging",
            "psr-3"
        ]
    },
    {
        "name": "symfony/monolog-bundle",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "target-dir": "Symfony/Bundle/MonologBundle",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/MonologBundle.git",
            "reference": "v2.2.0"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/MonologBundle/zipball/v2.2.0",
            "reference": "v2.2.0",
            "shasum": ""
        },
        "require": {
            "monolog/monolog": ">=1.3,<2.0",
            "php": ">=5.3.2",
            "symfony/config": ">=2.2-beta2,<3.0",
            "symfony/dependency-injection": ">=2.2-beta2,<3.0",
            "symfony/monolog-bridge": ">=2.2-beta2,<3.0"
        },
        "require-dev": {
            "symfony/yaml": ">=2.2-beta2,<3.0"
        },
        "time": "2013-02-23 17:18:24",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "2.2.x-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-0": {
                "Symfony\\Bundle\\MonologBundle": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "http://symfony.com/contributors"
            }
        ],
        "description": "Symfony MonologBundle",
        "homepage": "http://symfony.com",
        "keywords": [
            "log",
            "logging"
        ]
    },
    {
        "name": "sensio/distribution-bundle",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "target-dir": "Sensio/Bundle/DistributionBundle",
        "source": {
            "type": "git",
            "url": "https://github.com/sensio/SensioDistributionBundle.git",
            "reference": "v2.2.0-RC3"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sensio/SensioDistributionBundle/zipball/v2.2.0-RC3",
            "reference": "v2.2.0-RC3",
            "shasum": ""
        },
        "require": {
            "symfony/framework-bundle": "2.2.*"
        },
        "time": "2013-02-11 14:46:49",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "2.2.x-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-0": {
                "Sensio\\Bundle\\DistributionBundle": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            }
        ],
        "description": "The base bundle for the Symfony Distributions",
        "keywords": [
            "configuration",
            "distribution"
        ]
    },
    {
        "name": "sensio/framework-extra-bundle",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "target-dir": "Sensio/Bundle/FrameworkExtraBundle",
        "source": {
            "type": "git",
            "url": "https://github.com/sensio/SensioFrameworkExtraBundle.git",
            "reference": "v2.2.0"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sensio/SensioFrameworkExtraBundle/zipball/v2.2.0",
            "reference": "v2.2.0",
            "shasum": ""
        },
        "require": {
            "doctrine/common": ">=2.2,<3.0",
            "symfony/framework-bundle": "2.2.*"
        },
        "time": "2013-02-28 14:13:52",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "2.2.x-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-0": {
                "Sensio\\Bundle\\FrameworkExtraBundle": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            }
        ],
        "description": "This bundle provides a way to configure your controllers with annotations",
        "keywords": [
            "annotations",
            "controllers"
        ]
    },
    {
        "name": "sensio/generator-bundle",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "target-dir": "Sensio/Bundle/GeneratorBundle",
        "source": {
            "type": "git",
            "url": "https://github.com/sensio/SensioGeneratorBundle.git",
            "reference": "v2.2.0-RC3"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sensio/SensioGeneratorBundle/zipball/v2.2.0-RC3",
            "reference": "v2.2.0-RC3",
            "shasum": ""
        },
        "require": {
            "symfony/console": ">=2.0,<3.0",
            "symfony/framework-bundle": "2.2.*"
        },
        "require-dev": {
            "doctrine/orm": ">=2.2,<3.0,>=2.2.3",
            "symfony/doctrine-bridge": ">=2.2,<3.0",
            "twig/twig": ">=1.11.0,<2.0"
        },
        "time": "2013-02-22 17:59:21",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "2.2.x-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-0": {
                "Sensio\\Bundle\\GeneratorBundle": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            }
        ],
        "description": "This bundle generates code for you"
    },
    {
        "name": "friendsofsymfony/user-bundle",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "target-dir": "FOS/UserBundle",
        "source": {
            "type": "git",
            "url": "https://github.com/FriendsOfSymfony/FOSUserBundle.git",
            "reference": "4b59ab8d063eeed9292cec7fedd6b3a3631e4e84"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/FriendsOfSymfony/FOSUserBundle/zipball/4b59ab8d063eeed9292cec7fedd6b3a3631e4e84",
            "reference": "4b59ab8d063eeed9292cec7fedd6b3a3631e4e84",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.2",
            "symfony/framework-bundle": ">=2.1,<2.3-dev",
            "symfony/security-bundle": ">=2.1,<2.3-dev"
        },
        "require-dev": {
            "doctrine/doctrine-bundle": "*",
            "swiftmailer/swiftmailer": "*",
            "symfony/validator": "2.1.*",
            "symfony/yaml": "2.1.*",
            "twig/twig": "*",
            "willdurand/propel-typehintable-behavior": "dev-master"
        },
        "time": "2013-03-01 14:56:23",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "2.0.x-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-0": {
                "FOS\\UserBundle": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Christophe Coevoet",
                "email": "stof@notk.org"
            },
            {
                "name": "Thibault Duplessis",
                "email": "thibault.duplessis@gmail.com",
                "homepage": "http://ornicar.github.com"
            },
            {
                "name": "FriendsOfSymfony Community",
                "homepage": "https://github.com/friendsofsymfony/FOSUserBundle/contributors"
            }
        ],
        "description": "Symfony FOSUserBundle",
        "homepage": "http://friendsofsymfony.github.com",
        "keywords": [
            "User management"
        ]
    },
    {
        "name": "sonata-project/jquery-bundle",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "target-dir": "Sonata/jQueryBundle",
        "source": {
            "type": "git",
            "url": "https://github.com/sonata-project/SonatajQueryBundle.git",
            "reference": "1.8.0"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sonata-project/SonatajQueryBundle/zipball/1.8.0",
            "reference": "1.8.0",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.2",
            "symfony/framework-bundle": "2.*"
        },
        "time": "2013-02-25 13:25:10",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-1.4": "1.4.x-dev",
                "dev-1.5": "1.5.x-dev",
                "dev-1.6": "1.6.x-dev",
                "dev-1.7": "1.7.x-dev",
                "dev-1.8": "1.8.x-dev",
                "dev-master": "1.9.x-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-0": {
                "Sonata\\jQueryBundle": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Thomas Rabaix",
                "email": "thomas.rabaix@sonata-project.org",
                "homepage": "http://sonata-project.org"
            },
            {
                "name": "Sonata Community",
                "homepage": "https://github.com/sonata-project/SonatajQueryBundle/contributors"
            }
        ],
        "description": "Symfony SonatajQueryBundle",
        "homepage": "http://sonata-project.org/bundles/jquery",
        "keywords": [
            "jquery",
            "sonata"
        ]
    },
    {
        "name": "jms/metadata",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/schmittjoh/metadata.git",
            "reference": "f2ab7883f6f915d40bfc38a70e0ead5f130610dc"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/f2ab7883f6f915d40bfc38a70e0ead5f130610dc",
            "reference": "f2ab7883f6f915d40bfc38a70e0ead5f130610dc",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "require-dev": {
            "doctrine/common": ">=2.0,<2.4-dev"
        },
        "time": "2013-01-22 12:51:18",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.3.x-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-0": {
                "Metadata\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "Apache"
        ],
        "authors": [
            {
                "name": "Johannes M. Schmitt",
                "email": "schmittjoh@gmail.com",
                "homepage": "https://github.com/schmittjoh",
                "role": "Developer of wrapped JMSSerializerBundle"
            }
        ],
        "description": "Class/method/property metadata management in PHP",
        "keywords": [
            "annotations",
            "metadata",
            "xml",
            "yaml"
        ]
    },
    {
        "name": "jms/cg",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/schmittjoh/cg-library.git",
            "reference": "fb8a054a061d92ae963a984d34846ed34c012d31"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/schmittjoh/cg-library/zipball/fb8a054a061d92ae963a984d34846ed34c012d31",
            "reference": "fb8a054a061d92ae963a984d34846ed34c012d31",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2013-02-17 22:10:19",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.1-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-0": {
                "CG\\": "src/"
            }
        },
        "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": "Toolset for generating PHP code",
        "keywords": [
            "code generation"
        ]
    },
    {
        "name": "jms/aop-bundle",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "target-dir": "JMS/AopBundle",
        "source": {
            "type": "git",
            "url": "https://github.com/schmittjoh/JMSAopBundle.git",
            "reference": "7018357f5bedf204979a88867a9da05973744422"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/schmittjoh/JMSAopBundle/zipball/7018357f5bedf204979a88867a9da05973744422",
            "reference": "7018357f5bedf204979a88867a9da05973744422",
            "shasum": ""
        },
        "require": {
            "jms/cg": "1.*",
            "symfony/framework-bundle": "2.*"
        },
        "time": "2013-01-09 08:03:40",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "1.1.x-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-0": {
                "JMS\\AopBundle": ""
            }
        },
        "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": "Adds AOP capabilities to Symfony2",
        "keywords": [
            "annotations",
            "aop"
        ]
    },
    {
        "name": "jms/di-extra-bundle",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "target-dir": "JMS/DiExtraBundle",
        "source": {
            "type": "git",
            "url": "https://github.com/schmittjoh/JMSDiExtraBundle.git",
            "reference": "bc4f3280e472d48dec2c410c853f8188897ccec4"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/schmittjoh/JMSDiExtraBundle/zipball/bc4f3280e472d48dec2c410c853f8188897ccec4",
            "reference": "bc4f3280e472d48dec2c410c853f8188897ccec4",
            "shasum": ""
        },
        "require": {
            "jms/aop-bundle": ">=1.0.0,<1.2-dev",
            "jms/metadata": "1.*",
            "symfony/finder": ">=2.1.0,<2.3-dev",
            "symfony/framework-bundle": ">=2.1.0,<2.3-dev",
            "symfony/process": ">=2.1.0,<2.3-dev"
        },
        "require-dev": {
            "doctrine/doctrine-bundle": "*",
            "doctrine/orm": "*",
            "jms/security-extra-bundle": "1.*",
            "phpcollection/phpcollection": ">=0.1,<0.3-dev",
            "sensio/framework-extra-bundle": "*",
            "symfony/browser-kit": "*",
            "symfony/class-loader": "*",
            "symfony/form": "*",
            "symfony/security-bundle": "*",
            "symfony/twig-bundle": "*",
            "symfony/validator": "*",
            "symfony/yaml": "*"
        },
        "time": "2013-02-22 19:24:48",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "1.3-dev"
            }
        },
        "installation-source": "source",
        "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": "phpoption/phpoption",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/schmittjoh/php-option.git",
            "reference": "c899903cbc4cadc2b6fb7ab74a1470d59e4c2d27"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/c899903cbc4cadc2b6fb7ab74a1470d59e4c2d27",
            "reference": "c899903cbc4cadc2b6fb7ab74a1470d59e4c2d27",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2013-01-21 09:59:49",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.2-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-0": {
                "PhpOption\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "Apache2"
        ],
        "authors": [
            {
                "name": "Johannes M. Schmitt",
                "email": "schmittjoh@gmail.com",
                "homepage": "https://github.com/schmittjoh",
                "role": "Developer of wrapped JMSSerializerBundle"
            }
        ],
        "description": "Option Type for PHP",
        "keywords": [
            "language",
            "option",
            "php",
            "type"
        ]
    },
    {
        "name": "jms/parser-lib",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/schmittjoh/parser-lib.git",
            "reference": "4d469a70c6dd03f921cbdeadafbcb261bb23e8b0"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/schmittjoh/parser-lib/zipball/4d469a70c6dd03f921cbdeadafbcb261bb23e8b0",
            "reference": "4d469a70c6dd03f921cbdeadafbcb261bb23e8b0",
            "shasum": ""
        },
        "require": {
            "phpoption/phpoption": ">=0.9,<2.0-dev"
        },
        "time": "2012-11-30 08:11:04",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.1-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-0": {
                "JMS\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "Apache2"
        ],
        "description": "A library for easily creating recursive-descent parsers."
    },
    {
        "name": "jms/security-extra-bundle",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "target-dir": "JMS/SecurityExtraBundle",
        "source": {
            "type": "git",
            "url": "https://github.com/schmittjoh/JMSSecurityExtraBundle.git",
            "reference": "1.4.0"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/schmittjoh/JMSSecurityExtraBundle/zipball/1.4.0",
            "reference": "1.4.0",
            "shasum": ""
        },
        "require": {
            "jms/aop-bundle": ">=1.0.0,<1.2-dev",
            "jms/di-extra-bundle": "1.3.*",
            "jms/metadata": "1.*",
            "jms/parser-lib": "1.*",
            "symfony/framework-bundle": ">=2.1.0,<2.3-dev",
            "symfony/security-bundle": "*"
        },
        "require-dev": {
            "doctrine/doctrine-bundle": "*",
            "doctrine/orm": "*",
            "sensio/framework-extra-bundle": "*",
            "symfony/browser-kit": "*",
            "symfony/class-loader": "*",
            "symfony/css-selector": "*",
            "symfony/finder": "*",
            "symfony/form": "*",
            "symfony/process": "*",
            "symfony/twig-bundle": "*",
            "symfony/validator": "*",
            "symfony/yaml": "*"
        },
        "time": "2013-02-18 08:46:41",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "1.4-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-0": {
                "JMS\\SecurityExtraBundle": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "Apache2"
        ],
        "authors": [
            {
                "name": "Johannes M. Schmitt",
                "email": "schmittjoh@gmail.com",
                "homepage": "http://jmsyst.com",
                "role": "Developer of wrapped JMSSerializerBundle"
            }
        ],
        "description": "Enhances the Symfony2 Security Component by adding several new features",
        "homepage": "http://jmsyst.com/bundles/JMSSecurityExtraBundle",
        "keywords": [
            "annotations",
            "authorization",
            "expression",
            "secure",
            "security"
        ]
    },
    {
        "name": "symfony/symfony",
        "version": "2.2.x-dev",
        "version_normalized": "2.2.9999999.9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/symfony.git",
            "reference": "49984b6fba5c925b43d36285b40c8ca4295dee42"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/symfony/zipball/49984b6fba5c925b43d36285b40c8ca4295dee42",
            "reference": "49984b6fba5c925b43d36285b40c8ca4295dee42",
            "shasum": ""
        },
        "require": {
            "doctrine/common": ">=2.2,<3.0",
            "php": ">=5.3.3",
            "psr/log": ">=1.0,<2.0",
            "twig/twig": ">=1.11.0,<2.0"
        },
        "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/property-access": "self.version",
            "symfony/routing": "self.version",
            "symfony/security": "self.version",
            "symfony/security-bundle": "self.version",
            "symfony/serializer": "self.version",
            "symfony/stopwatch": "self.version",
            "symfony/swiftmailer-bridge": "self.version",
            "symfony/templating": "self.version",
            "symfony/translation": "self.version",
            "symfony/twig-bridge": "self.version",
            "symfony/twig-bundle": "self.version",
            "symfony/validator": "self.version",
            "symfony/web-profiler-bundle": "self.version",
            "symfony/yaml": "self.version"
        },
        "require-dev": {
            "doctrine/data-fixtures": "1.0.*",
            "doctrine/dbal": ">=2.2,<3.0",
            "doctrine/orm": ">=2.2,<3.0,>=2.2.3",
            "monolog/monolog": ">=1.3,<2.0",
            "propel/propel1": "1.6.*"
        },
        "time": "2013-03-01 14:58:56",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.2-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-0": {
                "Symfony\\": "src/"
            },
            "classmap": [
                "src/Symfony/Component/HttpFoundation/Resources/stubs",
                "src/Symfony/Component/Locale/Resources/stubs"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "http://symfony.com/contributors"
            }
        ],
        "description": "The Symfony PHP framework",
        "homepage": "http://symfony.com",
        "keywords": [
            "framework"
        ]
    }
]
