{
    "_readme": [
        "This file locks the dependencies of your project to a known state",
        "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file"
    ],
    "hash": "0dd99b9020343f0d7c2a0e272289f7da",
    "packages": [
        {
            "name": "doctrine/annotations",
            "version": "v1.1.2",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/annotations.git",
                "reference": "40db0c96985aab2822edbc4848b3bd2429e02670"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/annotations/zipball/40db0c96985aab2822edbc4848b3bd2429e02670",
                "reference": "40db0c96985aab2822edbc4848b3bd2429e02670",
                "shasum": ""
            },
            "require": {
                "doctrine/lexer": "1.*",
                "php": ">=5.3.2"
            },
            "require-dev": {
                "doctrine/cache": "1.*"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Doctrine\\Common\\Annotations\\": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jonathan Wage",
                    "email": "jonwage@gmail.com",
                    "homepage": "http://www.jwage.com/"
                },
                {
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@gmail.com",
                    "homepage": "http://www.instaclick.com"
                },
                {
                    "name": "Roman Borschel",
                    "email": "roman@code-factory.org"
                },
                {
                    "name": "Benjamin Eberlei",
                    "email": "kontakt@beberlei.de"
                },
                {
                    "name": "Johannes Schmitt",
                    "email": "schmittjoh@gmail.com",
                    "homepage": "http://jmsyst.com",
                    "role": "Developer of wrapped JMSSerializerBundle"
                }
            ],
            "description": "Docblock Annotations Parser",
            "homepage": "http://www.doctrine-project.org",
            "keywords": [
                "annotations",
                "docblock",
                "parser"
            ],
            "time": "2013-06-16 21:33:03"
        },
        {
            "name": "doctrine/cache",
            "version": "v1.1",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/cache.git",
                "reference": "2c9761ff1d13e188d5f7378066c1ce2882d7a336"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/cache/zipball/2c9761ff1d13e188d5f7378066c1ce2882d7a336",
                "reference": "2c9761ff1d13e188d5f7378066c1ce2882d7a336",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.2"
            },
            "conflict": {
                "doctrine/common": ">2.2,<2.4"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Doctrine\\Common\\Cache\\": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jonathan Wage",
                    "email": "jonwage@gmail.com",
                    "homepage": "http://www.jwage.com/"
                },
                {
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@gmail.com",
                    "homepage": "http://www.instaclick.com"
                },
                {
                    "name": "Roman Borschel",
                    "email": "roman@code-factory.org"
                },
                {
                    "name": "Benjamin Eberlei",
                    "email": "kontakt@beberlei.de"
                },
                {
                    "name": "Johannes Schmitt",
                    "email": "schmittjoh@gmail.com",
                    "homepage": "http://jmsyst.com",
                    "role": "Developer of wrapped JMSSerializerBundle"
                }
            ],
            "description": "Caching library offering an object-oriented API for many cache backends",
            "homepage": "http://www.doctrine-project.org",
            "keywords": [
                "cache",
                "caching"
            ],
            "time": "2013-08-07 16:04:25"
        },
        {
            "name": "doctrine/collections",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/collections.git",
                "reference": "bcb53776a096a0c64579cc8d8ec0db62f1109fbc"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/collections/zipball/bcb53776a096a0c64579cc8d8ec0db62f1109fbc",
                "reference": "bcb53776a096a0c64579cc8d8ec0db62f1109fbc",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.2"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.2.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Doctrine\\Common\\Collections\\": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jonathan Wage",
                    "email": "jonwage@gmail.com",
                    "homepage": "http://www.jwage.com/"
                },
                {
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@gmail.com",
                    "homepage": "http://www.instaclick.com"
                },
                {
                    "name": "Roman Borschel",
                    "email": "roman@code-factory.org"
                },
                {
                    "name": "Benjamin Eberlei",
                    "email": "kontakt@beberlei.de"
                },
                {
                    "name": "Johannes Schmitt",
                    "email": "schmittjoh@gmail.com",
                    "homepage": "http://jmsyst.com",
                    "role": "Developer of wrapped JMSSerializerBundle"
                }
            ],
            "description": "Collections Abstraction library",
            "homepage": "http://www.doctrine-project.org",
            "keywords": [
                "array",
                "collections",
                "iterator"
            ],
            "time": "2013-08-29 16:56:45"
        },
        {
            "name": "doctrine/common",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/common.git",
                "reference": "4233262c8a94b2f22189ce3e5972dae25aa6764b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/common/zipball/4233262c8a94b2f22189ce3e5972dae25aa6764b",
                "reference": "4233262c8a94b2f22189ce3e5972dae25aa6764b",
                "shasum": ""
            },
            "require": {
                "doctrine/annotations": "1.*",
                "doctrine/cache": "1.*",
                "doctrine/collections": "1.*",
                "doctrine/inflector": "1.*",
                "doctrine/lexer": "1.*",
                "php": ">=5.3.2"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.5.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Doctrine\\Common\\": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jonathan Wage",
                    "email": "jonwage@gmail.com",
                    "homepage": "http://www.jwage.com/"
                },
                {
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@gmail.com",
                    "homepage": "http://www.instaclick.com"
                },
                {
                    "name": "Roman Borschel",
                    "email": "roman@code-factory.org"
                },
                {
                    "name": "Benjamin Eberlei",
                    "email": "kontakt@beberlei.de"
                },
                {
                    "name": "Johannes Schmitt",
                    "email": "schmittjoh@gmail.com",
                    "homepage": "http://jmsyst.com",
                    "role": "Developer of wrapped JMSSerializerBundle"
                }
            ],
            "description": "Common Library for Doctrine projects",
            "homepage": "http://www.doctrine-project.org",
            "keywords": [
                "annotations",
                "collections",
                "eventmanager",
                "persistence",
                "spl"
            ],
            "time": "2013-09-11 09:23:32"
        },
        {
            "name": "doctrine/dbal",
            "version": "2.4.x-dev",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/dbal.git",
                "reference": "814e53d0c538a995e3a36452710d4c039f6c2723"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/dbal/zipball/814e53d0c538a995e3a36452710d4c039f6c2723",
                "reference": "814e53d0c538a995e3a36452710d4c039f6c2723",
                "shasum": ""
            },
            "require": {
                "doctrine/common": "~2.4",
                "php": ">=5.3.2"
            },
            "require-dev": {
                "phpunit/phpunit": "3.7.*",
                "symfony/console": "~2.0"
            },
            "suggest": {
                "symfony/console": "Allows use of the command line interface"
            },
            "type": "library",
            "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"
            ],
            "time": "2013-09-08 07:51:49"
        },
        {
            "name": "doctrine/inflector",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/inflector.git",
                "reference": "8b4b3ccec7aafc596e2fc1e593c9f2e78f939c8c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/inflector/zipball/8b4b3ccec7aafc596e2fc1e593c9f2e78f939c8c",
                "reference": "8b4b3ccec7aafc596e2fc1e593c9f2e78f939c8c",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.2"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Doctrine\\Common\\Inflector\\": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jonathan Wage",
                    "email": "jonwage@gmail.com",
                    "homepage": "http://www.jwage.com/"
                },
                {
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@gmail.com",
                    "homepage": "http://www.instaclick.com"
                },
                {
                    "name": "Roman Borschel",
                    "email": "roman@code-factory.org"
                },
                {
                    "name": "Benjamin Eberlei",
                    "email": "kontakt@beberlei.de"
                },
                {
                    "name": "Johannes Schmitt",
                    "email": "schmittjoh@gmail.com",
                    "homepage": "https://github.com/schmittjoh",
                    "role": "Developer of wrapped JMSSerializerBundle"
                }
            ],
            "description": "Common String Manipulations with regard to casing and singular/plural rules.",
            "homepage": "http://www.doctrine-project.org",
            "keywords": [
                "inflection",
                "pluralize",
                "singularize",
                "string"
            ],
            "time": "2013-04-10 16:14:30"
        },
        {
            "name": "doctrine/lexer",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/lexer.git",
                "reference": "bc0e1f0cc285127a38c6c8ea88bc5dba2fd53e94"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/bc0e1f0cc285127a38c6c8ea88bc5dba2fd53e94",
                "reference": "bc0e1f0cc285127a38c6c8ea88bc5dba2fd53e94",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.2"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Doctrine\\Common\\Lexer\\": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@gmail.com",
                    "homepage": "http://www.instaclick.com"
                },
                {
                    "name": "Roman Borschel",
                    "email": "roman@code-factory.org"
                },
                {
                    "name": "Johannes Schmitt",
                    "email": "schmittjoh@gmail.com",
                    "homepage": "http://jmsyst.com",
                    "role": "Developer of wrapped JMSSerializerBundle"
                }
            ],
            "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
            "homepage": "http://www.doctrine-project.org",
            "keywords": [
                "lexer",
                "parser"
            ],
            "time": "2013-03-07 12:15:25"
        },
        {
            "name": "doctrine/orm",
            "version": "2.4.x-dev",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/doctrine2.git",
                "reference": "925a22b71dd2f8bfe2242cb34ae0a40d43f8f008"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/doctrine2/zipball/925a22b71dd2f8bfe2242cb34ae0a40d43f8f008",
                "reference": "925a22b71dd2f8bfe2242cb34ae0a40d43f8f008",
                "shasum": ""
            },
            "require": {
                "doctrine/collections": "~1.1",
                "doctrine/dbal": "~2.4",
                "ext-pdo": "*",
                "php": ">=5.3.2",
                "symfony/console": "~2.0"
            },
            "require-dev": {
                "satooshi/php-coveralls": "dev-master",
                "symfony/yaml": "~2.1"
            },
            "suggest": {
                "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
            },
            "bin": [
                "bin/doctrine",
                "bin/doctrine.php"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.4.x-dev"
                }
            },
            "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"
            ],
            "time": "2013-09-08 14:01:38"
        },
        {
            "name": "fpn/doctrine-extensions-taggable",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/FabienPennequin/DoctrineExtensions-Taggable.git",
                "reference": "ee7245fc7c3012ea1b1ed932f62ca258b39d8bea"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/FabienPennequin/DoctrineExtensions-Taggable/zipball/ee7245fc7c3012ea1b1ed932f62ca258b39d8bea",
                "reference": "ee7245fc7c3012ea1b1ed932f62ca258b39d8bea",
                "shasum": ""
            },
            "require": {
                "doctrine/orm": ">=2.0"
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "DoctrineExtensions": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Pennequin",
                    "email": "fabien@pennequin.me"
                }
            ],
            "description": "Tag system using Doctrine ORM",
            "keywords": [
                "Taggable",
                "tag"
            ],
            "time": "2012-09-20 19:58:42"
        },
        {
            "name": "fpn/tag-bundle",
            "version": "dev-master",
            "target-dir": "FPN/TagBundle",
            "source": {
                "type": "git",
                "url": "https://github.com/FabienPennequin/FPNTagBundle.git",
                "reference": "7fa1408d2a57120e8d9da8a95fb7d2ad3223c5e3"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/FabienPennequin/FPNTagBundle/zipball/7fa1408d2a57120e8d9da8a95fb7d2ad3223c5e3",
                "reference": "7fa1408d2a57120e8d9da8a95fb7d2ad3223c5e3",
                "shasum": ""
            },
            "require": {
                "fpn/doctrine-extensions-taggable": "*",
                "symfony/framework-bundle": ">=2.0"
            },
            "type": "symfony-bundle",
            "autoload": {
                "psr-0": {
                    "FPN\\TagBundle": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Pennequin",
                    "email": "fabien@pennequin.me"
                }
            ],
            "description": "FPN Tag Bundle",
            "keywords": [
                "tag",
                "tagging"
            ],
            "time": "2012-09-20 19:59:26"
        },
        {
            "name": "kriswallsmith/assetic",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/kriswallsmith/assetic.git",
                "reference": "e0646fa52937c4e5ce61ce089ada28c509b01b40"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/kriswallsmith/assetic/zipball/e0646fa52937c4e5ce61ce089ada28c509b01b40",
                "reference": "e0646fa52937c4e5ce61ce089ada28c509b01b40",
                "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"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.2-dev"
                }
            },
            "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"
            ],
            "time": "2013-09-03 12:45:02"
        },
        {
            "name": "max-favilli/tagmanager",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/fogs/tagmanager.git",
                "reference": "46a0fb52e54a2b4f6d33c5375198da57f044dd79"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/fogs/tagmanager/zipball/46a0fb52e54a2b4f6d33c5375198da57f044dd79",
                "reference": "46a0fb52e54a2b4f6d33c5375198da57f044dd79",
                "shasum": ""
            },
            "require": {
                "robloach/component-installer": "*"
            },
            "type": "component",
            "extra": {
                "component": {
                    "scripts": [
                        "tagmanager.js"
                    ],
                    "styles": [
                        "tagmanager.css"
                    ]
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MPL"
            ],
            "authors": [
                {
                    "name": "Max Favilli",
                    "email": "max.favilli@gmail.com"
                }
            ],
            "description": "A tags manager, with this plugin a input field is used to collect tags and rendered as tags.",
            "homepage": "https://github.com/max-favilli/tagmanager",
            "time": "2013-09-15 10:11:20"
        },
        {
            "name": "psr/log",
            "version": "1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/log.git",
                "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
                "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
                "shasum": ""
            },
            "type": "library",
            "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"
            ],
            "time": "2012-12-21 11:40:51"
        },
        {
            "name": "robloach/component-installer",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/RobLoach/component-installer.git",
                "reference": "c2e456e7644885f786169e52f590719aa5a8a7d8"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/RobLoach/component-installer/zipball/c2e456e7644885f786169e52f590719aa5a8a7d8",
                "reference": "c2e456e7644885f786169e52f590719aa5a8a7d8",
                "shasum": ""
            },
            "require": {
                "composer-plugin-api": "1.0.0",
                "kriswallsmith/assetic": "1.*",
                "php": ">=5.3.2"
            },
            "require-dev": {
                "composer/composer": "1.*"
            },
            "type": "composer-installer",
            "extra": {
                "class": "ComponentInstaller\\Installer"
            },
            "autoload": {
                "psr-0": {
                    "ComponentInstaller": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Rob Loach",
                    "email": "robloach@gmail.com",
                    "homepage": "http://robloach.net"
                }
            ],
            "description": "Allows installation of Components via Composer.",
            "time": "2013-09-08 14:10:00"
        },
        {
            "name": "symfony/config",
            "version": "dev-master",
            "target-dir": "Symfony/Component/Config",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/Config.git",
                "reference": "e7e4a6d70c002f714805f23d29c4ccc018e953a4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/Config/zipball/e7e4a6d70c002f714805f23d29c4ccc018e953a4",
                "reference": "e7e4a6d70c002f714805f23d29c4ccc018e953a4",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3",
                "symfony/filesystem": "~2.3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.4-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Symfony\\Component\\Config\\": ""
                }
            },
            "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 Config Component",
            "homepage": "http://symfony.com",
            "time": "2013-08-13 13:40:07"
        },
        {
            "name": "symfony/console",
            "version": "dev-master",
            "target-dir": "Symfony/Component/Console",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/Console.git",
                "reference": "8b3d2627cc923f07bac5bb9fdc0622363ce1369b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/Console/zipball/8b3d2627cc923f07bac5bb9fdc0622363ce1369b",
                "reference": "8b3d2627cc923f07bac5bb9fdc0622363ce1369b",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "require-dev": {
                "symfony/event-dispatcher": "~2.1"
            },
            "suggest": {
                "symfony/event-dispatcher": ""
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.4-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Symfony\\Component\\Console\\": ""
                }
            },
            "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 Console Component",
            "homepage": "http://symfony.com",
            "time": "2013-09-13 12:20:47"
        },
        {
            "name": "symfony/debug",
            "version": "dev-master",
            "target-dir": "Symfony/Component/Debug",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/Debug.git",
                "reference": "af5033bc37aae356ab04b0f581795d60262fd77e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/Debug/zipball/af5033bc37aae356ab04b0f581795d60262fd77e",
                "reference": "af5033bc37aae356ab04b0f581795d60262fd77e",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "require-dev": {
                "symfony/http-foundation": "~2.1",
                "symfony/http-kernel": "~2.1"
            },
            "suggest": {
                "symfony/http-foundation": "",
                "symfony/http-kernel": ""
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.4-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Symfony\\Component\\Debug\\": ""
                }
            },
            "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 Debug Component",
            "homepage": "http://symfony.com",
            "time": "2013-09-13 12:20:47"
        },
        {
            "name": "symfony/dependency-injection",
            "version": "dev-master",
            "target-dir": "Symfony/Component/DependencyInjection",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/DependencyInjection.git",
                "reference": "f026d008eb7c0afdf75c6a236d535d79ee021ac7"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/DependencyInjection/zipball/f026d008eb7c0afdf75c6a236d535d79ee021ac7",
                "reference": "f026d008eb7c0afdf75c6a236d535d79ee021ac7",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "require-dev": {
                "symfony/config": "~2.2",
                "symfony/yaml": "~2.0"
            },
            "suggest": {
                "symfony/config": "",
                "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
                "symfony/yaml": ""
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.4-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Symfony\\Component\\DependencyInjection\\": ""
                }
            },
            "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 DependencyInjection Component",
            "homepage": "http://symfony.com",
            "time": "2013-09-12 12:59:51"
        },
        {
            "name": "symfony/event-dispatcher",
            "version": "dev-master",
            "target-dir": "Symfony/Component/EventDispatcher",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/EventDispatcher.git",
                "reference": "f86ac04039d0f529ef5ad572b9014453975bc3ad"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/EventDispatcher/zipball/f86ac04039d0f529ef5ad572b9014453975bc3ad",
                "reference": "f86ac04039d0f529ef5ad572b9014453975bc3ad",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "require-dev": {
                "symfony/dependency-injection": "~2.0"
            },
            "suggest": {
                "symfony/dependency-injection": "",
                "symfony/http-kernel": ""
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.4-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Symfony\\Component\\EventDispatcher\\": ""
                }
            },
            "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 EventDispatcher Component",
            "homepage": "http://symfony.com",
            "time": "2013-09-13 15:15:57"
        },
        {
            "name": "symfony/filesystem",
            "version": "dev-master",
            "target-dir": "Symfony/Component/Filesystem",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/Filesystem.git",
                "reference": "da0dcf60b7307f68667fecef8ccbb2b070bda7cf"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/Filesystem/zipball/da0dcf60b7307f68667fecef8ccbb2b070bda7cf",
                "reference": "da0dcf60b7307f68667fecef8ccbb2b070bda7cf",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.4-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Symfony\\Component\\Filesystem\\": ""
                }
            },
            "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 Filesystem Component",
            "homepage": "http://symfony.com",
            "time": "2013-08-09 07:26:54"
        },
        {
            "name": "symfony/framework-bundle",
            "version": "dev-master",
            "target-dir": "Symfony/Bundle/FrameworkBundle",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/FrameworkBundle.git",
                "reference": "5e9c1f9c3f73755de25c8237b9c7f95a72c0f5fb"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/FrameworkBundle/zipball/5e9c1f9c3f73755de25c8237b9c7f95a72c0f5fb",
                "reference": "5e9c1f9c3f73755de25c8237b9c7f95a72c0f5fb",
                "shasum": ""
            },
            "require": {
                "doctrine/common": "~2.2",
                "php": ">=5.3.3",
                "symfony/config": "~2.2",
                "symfony/dependency-injection": "~2.2",
                "symfony/event-dispatcher": "~2.1",
                "symfony/filesystem": "~2.3",
                "symfony/http-kernel": "~2.3",
                "symfony/routing": "~2.2",
                "symfony/stopwatch": "~2.3",
                "symfony/templating": "~2.1",
                "symfony/translation": "~2.3"
            },
            "require-dev": {
                "symfony/class-loader": "~2.1",
                "symfony/finder": "~2.0",
                "symfony/form": "~2.3",
                "symfony/security": "~2.3",
                "symfony/validator": "~2.1"
            },
            "suggest": {
                "symfony/console": "",
                "symfony/finder": "",
                "symfony/form": "",
                "symfony/validator": ""
            },
            "type": "symfony-bundle",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.4-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Symfony\\Bundle\\FrameworkBundle\\": ""
                }
            },
            "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 FrameworkBundle",
            "homepage": "http://symfony.com",
            "time": "2013-09-13 12:20:47"
        },
        {
            "name": "symfony/http-foundation",
            "version": "dev-master",
            "target-dir": "Symfony/Component/HttpFoundation",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/HttpFoundation.git",
                "reference": "d0220419ef30dffd06de823150256008e132ef26"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/HttpFoundation/zipball/d0220419ef30dffd06de823150256008e132ef26",
                "reference": "d0220419ef30dffd06de823150256008e132ef26",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.4-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Symfony\\Component\\HttpFoundation\\": ""
                },
                "classmap": [
                    "Symfony/Component/HttpFoundation/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": "Symfony HttpFoundation Component",
            "homepage": "http://symfony.com",
            "time": "2013-09-13 12:20:47"
        },
        {
            "name": "symfony/http-kernel",
            "version": "dev-master",
            "target-dir": "Symfony/Component/HttpKernel",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/HttpKernel.git",
                "reference": "76852a611322e2f65904c25f089a47f2f2857cfd"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/HttpKernel/zipball/76852a611322e2f65904c25f089a47f2f2857cfd",
                "reference": "76852a611322e2f65904c25f089a47f2f2857cfd",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3",
                "psr/log": "~1.0",
                "symfony/debug": "~2.3",
                "symfony/event-dispatcher": "~2.1",
                "symfony/http-foundation": "~2.4"
            },
            "require-dev": {
                "symfony/browser-kit": "~2.2",
                "symfony/class-loader": "~2.1",
                "symfony/config": "~2.0",
                "symfony/console": "~2.2",
                "symfony/dependency-injection": "~2.0",
                "symfony/finder": "~2.0",
                "symfony/process": "~2.0",
                "symfony/routing": "~2.2",
                "symfony/stopwatch": "~2.2",
                "symfony/templating": "~2.2"
            },
            "suggest": {
                "symfony/browser-kit": "",
                "symfony/class-loader": "",
                "symfony/config": "",
                "symfony/console": "",
                "symfony/dependency-injection": "",
                "symfony/finder": ""
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.4-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Symfony\\Component\\HttpKernel\\": ""
                }
            },
            "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 HttpKernel Component",
            "homepage": "http://symfony.com",
            "time": "2013-09-13 12:20:47"
        },
        {
            "name": "symfony/process",
            "version": "dev-master",
            "target-dir": "Symfony/Component/Process",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/Process.git",
                "reference": "ba3568aae3622076b26f35f97aa3033a4cab7798"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/Process/zipball/ba3568aae3622076b26f35f97aa3033a4cab7798",
                "reference": "ba3568aae3622076b26f35f97aa3033a4cab7798",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.4-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Symfony\\Component\\Process\\": ""
                }
            },
            "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 Process Component",
            "homepage": "http://symfony.com",
            "time": "2013-09-12 12:59:51"
        },
        {
            "name": "symfony/routing",
            "version": "dev-master",
            "target-dir": "Symfony/Component/Routing",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/Routing.git",
                "reference": "bec9a3cfe1f30d60b9fc81a124b635e5d679e081"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/Routing/zipball/bec9a3cfe1f30d60b9fc81a124b635e5d679e081",
                "reference": "bec9a3cfe1f30d60b9fc81a124b635e5d679e081",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "require-dev": {
                "doctrine/common": "~2.2",
                "psr/log": "~1.0",
                "symfony/config": "~2.2",
                "symfony/yaml": "~2.0"
            },
            "suggest": {
                "doctrine/common": "",
                "symfony/config": "",
                "symfony/yaml": ""
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.4-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Symfony\\Component\\Routing\\": ""
                }
            },
            "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 Routing Component",
            "homepage": "http://symfony.com",
            "time": "2013-09-06 18:21:06"
        },
        {
            "name": "symfony/stopwatch",
            "version": "dev-master",
            "target-dir": "Symfony/Component/Stopwatch",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/Stopwatch.git",
                "reference": "f9d6c8ef36fb58d0fe4435bdf565d691288fa425"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/Stopwatch/zipball/f9d6c8ef36fb58d0fe4435bdf565d691288fa425",
                "reference": "f9d6c8ef36fb58d0fe4435bdf565d691288fa425",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.4-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Symfony\\Component\\Stopwatch\\": ""
                }
            },
            "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 Stopwatch Component",
            "homepage": "http://symfony.com",
            "time": "2013-07-21 20:19:01"
        },
        {
            "name": "symfony/templating",
            "version": "dev-master",
            "target-dir": "Symfony/Component/Templating",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/Templating.git",
                "reference": "d2d0662e39931d60a86c73249ed5612ccc1854ad"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/Templating/zipball/d2d0662e39931d60a86c73249ed5612ccc1854ad",
                "reference": "d2d0662e39931d60a86c73249ed5612ccc1854ad",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "require-dev": {
                "psr/log": "~1.0"
            },
            "suggest": {
                "psr/log": "For using debug logging in loaders"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.4-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Symfony\\Component\\Templating\\": ""
                }
            },
            "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 Templating Component",
            "homepage": "http://symfony.com",
            "time": "2013-09-04 19:57:45"
        },
        {
            "name": "symfony/translation",
            "version": "dev-master",
            "target-dir": "Symfony/Component/Translation",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/Translation.git",
                "reference": "d204e9c4836c7ed910438c407c75f7f86157d53d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/Translation/zipball/d204e9c4836c7ed910438c407c75f7f86157d53d",
                "reference": "d204e9c4836c7ed910438c407c75f7f86157d53d",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "require-dev": {
                "symfony/config": "~2.0",
                "symfony/yaml": "~2.2"
            },
            "suggest": {
                "symfony/config": "",
                "symfony/yaml": ""
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.4-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Symfony\\Component\\Translation\\": ""
                }
            },
            "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 Translation Component",
            "homepage": "http://symfony.com",
            "time": "2013-08-29 06:54:01"
        }
    ],
    "packages-dev": [

    ],
    "aliases": [

    ],
    "minimum-stability": "dev",
    "stability-flags": {
        "fpn/tag-bundle": 20
    },
    "platform": {
        "php": ">=5.3.3"
    },
    "platform-dev": [

    ]
}