[
    {
        "name": "doctrine/lexer",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/lexer.git",
            "reference": "f12a5f74e5f4a9e3f558f3288504e121edfad891"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/lexer/zipball/f12a5f74e5f4a9e3f558f3288504e121edfad891",
            "reference": "f12a5f74e5f4a9e3f558f3288504e121edfad891",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.2"
        },
        "time": "2013-12-20 21:39:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Doctrine\\Common\\Lexer\\": "lib/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Guilherme Blanco",
                "email": "guilhermeblanco@gmail.com",
                "homepage": "http://www.instaclick.com"
            },
            {
                "name": "Roman Borschel",
                "email": "roman@code-factory.org"
            },
            {
                "name": "Johannes Schmitt",
                "email": "schmittjoh@gmail.com",
                "homepage": "https://github.com/schmittjoh",
                "role": "Developer of wrapped JMSSerializerBundle"
            }
        ],
        "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
        "homepage": "http://www.doctrine-project.org",
        "keywords": [
            "lexer",
            "parser"
        ]
    },
    {
        "name": "doctrine/collections",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/collections.git",
            "reference": "e6d8f1240e10f268c8e8c30e9e88a12853f84695"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/collections/zipball/e6d8f1240e10f268c8e8c30e9e88a12853f84695",
            "reference": "e6d8f1240e10f268c8e8c30e9e88a12853f84695",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.2"
        },
        "time": "2014-01-01 23:58:38",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.2.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Doctrine\\Common\\Collections\\": "lib/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Jonathan Wage",
                "email": "jonwage@gmail.com",
                "homepage": "http://www.jwage.com/",
                "role": "Creator"
            },
            {
                "name": "Guilherme Blanco",
                "email": "guilhermeblanco@gmail.com",
                "homepage": "http://www.instaclick.com"
            },
            {
                "name": "Roman Borschel",
                "email": "roman@code-factory.org"
            },
            {
                "name": "Benjamin Eberlei",
                "email": "kontakt@beberlei.de"
            },
            {
                "name": "Johannes Schmitt",
                "email": "schmittjoh@gmail.com",
                "homepage": "http://jmsyst.com",
                "role": "Developer of wrapped JMSSerializerBundle"
            }
        ],
        "description": "Collections Abstraction library",
        "homepage": "http://www.doctrine-project.org",
        "keywords": [
            "array",
            "collections",
            "iterator"
        ]
    },
    {
        "name": "doctrine/inflector",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/inflector.git",
            "reference": "a81c334f2764b09e2f13a55cfd8fe3233946f728"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/inflector/zipball/a81c334f2764b09e2f13a55cfd8fe3233946f728",
            "reference": "a81c334f2764b09e2f13a55cfd8fe3233946f728",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.2"
        },
        "time": "2013-12-21 19:19:50",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Doctrine\\Common\\Inflector\\": "lib/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Jonathan Wage",
                "email": "jonwage@gmail.com",
                "homepage": "http://www.jwage.com/",
                "role": "Creator"
            },
            {
                "name": "Guilherme Blanco",
                "email": "guilhermeblanco@gmail.com",
                "homepage": "http://www.instaclick.com"
            },
            {
                "name": "Roman Borschel",
                "email": "roman@code-factory.org"
            },
            {
                "name": "Benjamin Eberlei",
                "email": "kontakt@beberlei.de"
            },
            {
                "name": "Johannes Schmitt",
                "email": "schmittjoh@gmail.com",
                "homepage": "http://jmsyst.com",
                "role": "Developer of wrapped JMSSerializerBundle"
            }
        ],
        "description": "Common String Manipulations with regard to casing and singular/plural rules.",
        "homepage": "http://www.doctrine-project.org",
        "keywords": [
            "inflection",
            "pluralize",
            "singularize",
            "string"
        ]
    },
    {
        "name": "doctrine/common",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/common.git",
            "reference": "d2d2e0a64d4686dd0908c9226c8acfe5bcb4089f"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/common/zipball/d2d2e0a64d4686dd0908c9226c8acfe5bcb4089f",
            "reference": "d2d2e0a64d4686dd0908c9226c8acfe5bcb4089f",
            "shasum": ""
        },
        "require": {
            "doctrine/annotations": "1.*",
            "doctrine/cache": "1.*",
            "doctrine/collections": "1.*",
            "doctrine/inflector": "1.*",
            "doctrine/lexer": "1.*",
            "php": ">=5.3.2"
        },
        "require-dev": {
            "phpunit/phpunit": "~3.7"
        },
        "time": "2013-12-23 05:55:47",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.5.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Doctrine\\Common\\": "lib/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Jonathan Wage",
                "email": "jonwage@gmail.com",
                "homepage": "http://www.jwage.com/",
                "role": "Creator"
            },
            {
                "name": "Guilherme Blanco",
                "email": "guilhermeblanco@gmail.com",
                "homepage": "http://www.instaclick.com"
            },
            {
                "name": "Roman Borschel",
                "email": "roman@code-factory.org"
            },
            {
                "name": "Benjamin Eberlei",
                "email": "kontakt@beberlei.de"
            },
            {
                "name": "Johannes Schmitt",
                "email": "schmittjoh@gmail.com",
                "homepage": "http://jmsyst.com",
                "role": "Developer of wrapped JMSSerializerBundle"
            }
        ],
        "description": "Common Library for Doctrine projects",
        "homepage": "http://www.doctrine-project.org",
        "keywords": [
            "annotations",
            "collections",
            "eventmanager",
            "persistence",
            "spl"
        ]
    },
    {
        "name": "filp/whoops",
        "version": "1.0.7",
        "version_normalized": "1.0.7.0",
        "source": {
            "type": "git",
            "url": "https://github.com/filp/whoops.git",
            "reference": "12e144c788b275e5869ac15eda7bd0ae5da775bd"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/filp/whoops/zipball/12e144c788b275e5869ac15eda7bd0ae5da775bd",
            "reference": "12e144c788b275e5869ac15eda7bd0ae5da775bd",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "require-dev": {
            "mockery/mockery": "dev-master",
            "silex/silex": "1.0.*@dev"
        },
        "time": "2013-06-10 12:22:13",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Whoops": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Filipe Dobreira",
                "homepage": "https://github.com/filp",
                "role": "Developer"
            }
        ],
        "description": "php error handling for cool kids",
        "homepage": "https://github.com/filp/whoops",
        "keywords": [
            "error",
            "exception",
            "handling",
            "library",
            "silex-provider",
            "whoops",
            "zf2"
        ]
    },
    {
        "name": "ircmaxell/password-compat",
        "version": "1.0.x-dev",
        "version_normalized": "1.0.9999999.9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/ircmaxell/password_compat.git",
            "reference": "1fc1521b5e9794ea77e4eca30717be9635f1d4f4"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/ircmaxell/password_compat/zipball/1fc1521b5e9794ea77e4eca30717be9635f1d4f4",
            "reference": "1fc1521b5e9794ea77e4eca30717be9635f1d4f4",
            "shasum": ""
        },
        "time": "2013-04-30 19:58:08",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "files": [
                "lib/password.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Anthony Ferrara",
                "email": "ircmaxell@php.net",
                "homepage": "http://blog.ircmaxell.com"
            }
        ],
        "description": "A compatibility library for the proposed simplified password hashing algorithm: https://wiki.php.net/rfc/password_hash",
        "homepage": "https://github.com/ircmaxell/password_compat",
        "keywords": [
            "hashing",
            "password"
        ]
    },
    {
        "name": "nikic/php-parser",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/nikic/PHP-Parser.git",
            "reference": "0353c921bd12980399e3e6404ea3931b3356e15a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/0353c921bd12980399e3e6404ea3931b3356e15a",
            "reference": "0353c921bd12980399e3e6404ea3931b3356e15a",
            "shasum": ""
        },
        "require": {
            "ext-tokenizer": "*",
            "php": ">=5.2"
        },
        "time": "2013-11-27 19:33:56",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "0.9-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "PHPParser": "lib/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Nikita Popov"
            }
        ],
        "description": "A PHP parser written in PHP",
        "keywords": [
            "parser",
            "php"
        ]
    },
    {
        "name": "classpreloader/classpreloader",
        "version": "1.0.1",
        "version_normalized": "1.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/mtdowling/ClassPreloader.git",
            "reference": "1a50f7945b725ff2c60f234e51407d1d6e7c77c5"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/mtdowling/ClassPreloader/zipball/1a50f7945b725ff2c60f234e51407d1d6e7c77c5",
            "reference": "1a50f7945b725ff2c60f234e51407d1d6e7c77c5",
            "shasum": ""
        },
        "require": {
            "nikic/php-parser": "*",
            "php": ">=5.3.3",
            "symfony/console": ">2.0",
            "symfony/filesystem": ">2.0",
            "symfony/finder": ">2.0"
        },
        "time": "2013-06-24 22:58:34",
        "bin": [
            "classpreloader.php"
        ],
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.0-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "ClassPreloader": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "description": "Helps class loading performance by generating a single PHP file containing all of the autoloaded files for a specific use case",
        "keywords": [
            "autoload",
            "class",
            "preload"
        ]
    },
    {
        "name": "sunra/php-simple-html-dom-parser",
        "version": "v1.5.0",
        "version_normalized": "1.5.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sunra/php-simple-html-dom-parser.git",
            "reference": "a0b80ace086c7e09085669205e1b3c2c9c7a453c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sunra/php-simple-html-dom-parser/zipball/a0b80ace086c7e09085669205e1b3c2c9c7a453c",
            "reference": "a0b80ace086c7e09085669205e1b3c2c9c7a453c",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.2"
        },
        "time": "2013-05-04 14:32:03",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Sunra\\PhpSimple\\HtmlDomParser": "Src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Sunra",
                "email": "sunra@yandex.ru",
                "homepage": "https://github.com/sunra"
            }
        ],
        "description": "Composer adaptation of: A HTML DOM parser written in PHP5+ let you manipulate HTML in a very easy way! Require PHP 5+. Supports invalid HTML. Find tags on an HTML page with selectors just like jQuery. Extract contents from HTML in a single line.",
        "homepage": "https://github.com/sunra/php-simple-html-dom-parser",
        "keywords": [
            "dom",
            "html",
            "parser"
        ]
    },
    {
        "name": "codeplex/phpexcel",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/markushausammann/PHPExcel.git",
            "reference": "7f72be58b4f0a136a4ee9997318d717ecb18abc6"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/markushausammann/PHPExcel/zipball/7f72be58b4f0a136a4ee9997318d717ecb18abc6",
            "reference": "7f72be58b4f0a136a4ee9997318d717ecb18abc6",
            "shasum": ""
        },
        "require": {
            "ext-xml": "*",
            "php": ">=5.2.0"
        },
        "time": "2013-06-13 17:41:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "PHPExcel": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "LGPL"
        ],
        "authors": [
            {
                "name": "Maarten Balliauw",
                "homepage": "http://blog.maartenballiauw.be"
            },
            {
                "name": "Mark Baker"
            },
            {
                "name": "Erit Tilt"
            }
        ],
        "description": "PHPExcel - OpenXML - Create Excel2007 documents in PHP - Spreadsheet engine",
        "homepage": "http://phpexcel.codeplex.com",
        "keywords": [
            "OpenXML",
            "excel",
            "php",
            "spreadsheet"
        ]
    },
    {
        "name": "robclancy/presenter",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/robclancy/presenter.git",
            "reference": "dd237809b9bf0d0e58c6e121e8c90dccd91331be"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/robclancy/presenter/zipball/dd237809b9bf0d0e58c6e121e8c90dccd91331be",
            "reference": "dd237809b9bf0d0e58c6e121e8c90dccd91331be",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "require-dev": {
            "illuminate/view": "4.0.*",
            "mockery/mockery": "0.7.2",
            "phpunit/phpunit": "3.7.*"
        },
        "time": "2013-08-14 00:14:05",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.2-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Robbo\\Presenter": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "DBAD"
        ],
        "authors": [
            {
                "name": "Robbo",
                "email": "mail@robertclancy.net"
            }
        ],
        "description": "This is a simple library to help make a Presenter for your objects.",
        "keywords": [
            "decorator",
            "laravel",
            "presenter"
        ]
    },
    {
        "name": "monolog/monolog",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/Seldaek/monolog.git",
            "reference": "a1e98f4e1da5b0235a74d11dcf7cdb2692b28ffc"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Seldaek/monolog/zipball/a1e98f4e1da5b0235a74d11dcf7cdb2692b28ffc",
            "reference": "a1e98f4e1da5b0235a74d11dcf7cdb2692b28ffc",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0",
            "psr/log": "~1.0"
        },
        "require-dev": {
            "aws/aws-sdk-php": "~2.4.8",
            "doctrine/couchdb": "dev-master",
            "mlehner/gelf-php": "1.0.*",
            "phpunit/phpunit": "~3.7.0",
            "raven/raven": "0.5.*",
            "ruflin/elastica": "0.90.*"
        },
        "suggest": {
            "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
            "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
            "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
            "ext-mongo": "Allow sending log messages to a MongoDB server",
            "mlehner/gelf-php": "Allow sending log messages to a GrayLog2 server",
            "raven/raven": "Allow sending log messages to a Sentry server",
            "ruflin/elastica": "Allow sending log messages to an Elastic Search server"
        },
        "time": "2014-01-01 18:24:16",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.7.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Monolog": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Jordi Boggiano",
                "email": "j.boggiano@seld.be",
                "homepage": "http://seld.be",
                "role": "Developer"
            }
        ],
        "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
        "homepage": "http://github.com/Seldaek/monolog",
        "keywords": [
            "log",
            "logging",
            "psr-3"
        ]
    },
    {
        "name": "jeremeamia/SuperClosure",
        "version": "1.0.1",
        "version_normalized": "1.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/jeremeamia/super_closure.git",
            "reference": "d05400085f7d4ae6f20ba30d36550836c0d061e8"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/jeremeamia/super_closure/zipball/d05400085f7d4ae6f20ba30d36550836c0d061e8",
            "reference": "d05400085f7d4ae6f20ba30d36550836c0d061e8",
            "shasum": ""
        },
        "require": {
            "nikic/php-parser": "~0.9",
            "php": ">=5.3.3"
        },
        "require-dev": {
            "phpunit/phpunit": "~3.7"
        },
        "time": "2013-10-09 04:20:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Jeremeamia\\SuperClosure": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Jeremy Lindblom"
            }
        ],
        "description": "Doing interesting things with closures like serialization.",
        "homepage": "https://github.com/jeremeamia/super_closure",
        "keywords": [
            "closure",
            "function",
            "parser",
            "serializable",
            "serialize",
            "tokenizer"
        ]
    },
    {
        "name": "toddish/verify",
        "version": "v2.1.1",
        "version_normalized": "2.1.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/Toddish/Verify-L4.git",
            "reference": "efeb1626cc826cd2515b1bb3daee2b37af689c41"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Toddish/Verify-L4/zipball/efeb1626cc826cd2515b1bb3daee2b37af689c41",
            "reference": "efeb1626cc826cd2515b1bb3daee2b37af689c41",
            "shasum": ""
        },
        "require": {
            "illuminate/support": "4.0.x",
            "php": ">=5.3.0"
        },
        "time": "2013-10-23 20:40:51",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "src/migrations"
            ],
            "psr-0": {
                "Toddish\\Verify": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Todd Francis",
                "email": "todd@toddish.co.uk",
                "homepage": "http://toddish.co.uk"
            }
        ],
        "description": "A simple authentication bundle for Laravel 4. It features roles, permissions, password salting and is fully extendable.",
        "homepage": "http://docs.toddish.co.uk/verify-l4/",
        "keywords": [
            "auth",
            "laravel",
            "permissions",
            "roles",
            "verify"
        ]
    },
    {
        "name": "prologue/support",
        "version": "v1.0.1",
        "version_normalized": "1.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/Prologue/Support.git",
            "reference": "1a95383ab5ccb59e10f3c76c7932502ddd87a97c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Prologue/Support/zipball/1a95383ab5ccb59e10f3c76c7932502ddd87a97c",
            "reference": "1a95383ab5ccb59e10f3c76c7932502ddd87a97c",
            "shasum": ""
        },
        "require": {
            "illuminate/support": "~4",
            "php": ">=5.3.0"
        },
        "time": "2013-10-08 15:53:35",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Prologue\\Support": "src/"
            },
            "files": [
                "src/Prologue/Support/helpers.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Dries Vints",
                "email": "dries.vints@gmail.com",
                "homepage": "http://driesvints.com",
                "role": "Developer"
            }
        ],
        "description": "Prologue Support is an extension for Illuminate Support",
        "homepage": "https://github.com/Prologue/Support",
        "keywords": [
            "helpers",
            "laravel",
            "support"
        ]
    },
    {
        "name": "anahkiasen/flatten",
        "version": "dev-develop",
        "version_normalized": "dev-develop",
        "source": {
            "type": "git",
            "url": "https://github.com/Anahkiasen/flatten.git",
            "reference": "f39460c7439f2f785d006d871ab0f7c74e710949"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Anahkiasen/flatten/zipball/f39460c7439f2f785d006d871ab0f7c74e710949",
            "reference": "f39460c7439f2f785d006d871ab0f7c74e710949",
            "shasum": ""
        },
        "require": {
            "illuminate/cache": "~4",
            "illuminate/config": "~4",
            "illuminate/container": "~4",
            "illuminate/http": "~4",
            "illuminate/support": "~4",
            "philf/setting": "dev-master"
        },
        "require-dev": {
            "illuminate/view": "~4",
            "mockery/mockery": "dev-master"
        },
        "time": "2013-10-19 17:47:05",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Flatten": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Maxime Fabre",
                "email": "ehtnam6@gmail.com"
            }
        ],
        "description": "A package for the Illuminate framework that flattens pages to plain HTML",
        "keywords": [
            "cache",
            "laravel",
            "performance"
        ]
    },
    {
        "name": "rtablada/package-installer",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/rtablada/package-installer.git",
            "reference": "ecbf17ece3d67e67f4467608b93c46eefa25af09"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/rtablada/package-installer/zipball/ecbf17ece3d67e67f4467608b93c46eefa25af09",
            "reference": "ecbf17ece3d67e67f4467608b93c46eefa25af09",
            "shasum": ""
        },
        "require": {
            "illuminate/config": "~4",
            "illuminate/console": "~4",
            "illuminate/filesystem": "~4",
            "illuminate/support": "~4",
            "knplabs/packagist-api": "dev-master",
            "php": ">=5.3.0"
        },
        "require-dev": {
            "mockery/mockery": "0.8.*"
        },
        "time": "2013-11-08 23:04:12",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Rtablada\\PackageInstaller": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Ryan Tablada",
                "email": "ryan.tablada@gmail.com",
                "homepage": "http://lucidbridge.com",
                "role": "Developer"
            }
        ],
        "description": "An easy to use package installer for Laravel 4",
        "keywords": [
            "laravel"
        ]
    },
    {
        "name": "prologue/alerts",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/Prologue/Alerts.git",
            "reference": "32d4a687e3c8d6403c807ba5f9466899c97615e3"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Prologue/Alerts/zipball/32d4a687e3c8d6403c807ba5f9466899c97615e3",
            "reference": "32d4a687e3c8d6403c807ba5f9466899c97615e3",
            "shasum": ""
        },
        "require": {
            "illuminate/config": "~4",
            "illuminate/session": "~4",
            "illuminate/support": "~4",
            "php": ">=5.3.0",
            "prologue/support": "1.0.x"
        },
        "require-dev": {
            "mockery/mockery": "0.7.2"
        },
        "time": "2013-10-07 19:22:20",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Prologue\\Alerts": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Dries Vints",
                "email": "dries.vints@gmail.com",
                "homepage": "http://driesvints.com",
                "role": "Developer"
            }
        ],
        "description": "Prologue Alerts is a package that handles global site messages.",
        "keywords": [
            "alerts",
            "laravel",
            "messages"
        ]
    },
    {
        "name": "anahkiasen/former",
        "version": "3.3.0",
        "version_normalized": "3.3.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/Anahkiasen/former.git",
            "reference": "02db81b871aff32443a9a1903c7df98af51c69a4"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Anahkiasen/former/zipball/02db81b871aff32443a9a1903c7df98af51c69a4",
            "reference": "02db81b871aff32443a9a1903c7df98af51c69a4",
            "shasum": ""
        },
        "require": {
            "anahkiasen/html-object": "dev-master",
            "anahkiasen/underscore-php": "dev-master",
            "illuminate/config": "~4",
            "illuminate/container": "~4",
            "illuminate/http": "~4",
            "illuminate/routing": "~4",
            "illuminate/session": "~4",
            "illuminate/translation": "~4"
        },
        "require-dev": {
            "illuminate/database": "~4",
            "mockery/mockery": "dev-master"
        },
        "time": "2013-11-05 18:43:17",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-agnostic": "3.x.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Former": "src",
                "Laravel": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Maxime Fabre",
                "email": "ehtnam6@gmail.com"
            }
        ],
        "description": "A powerful form builder",
        "homepage": "http://anahkiasen.github.com/former/",
        "keywords": [
            "bootstrap",
            "form",
            "foundation",
            "laravel"
        ]
    },
    {
        "name": "doctrine/annotations",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/annotations.git",
            "reference": "a11349d39d85bef75a71bd69bd604ac4fb993f03"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/annotations/zipball/a11349d39d85bef75a71bd69bd604ac4fb993f03",
            "reference": "a11349d39d85bef75a71bd69bd604ac4fb993f03",
            "shasum": ""
        },
        "require": {
            "doctrine/lexer": "1.*",
            "php": ">=5.3.2"
        },
        "require-dev": {
            "doctrine/cache": "1.*"
        },
        "time": "2013-12-20 21:39:07",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.2.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Doctrine\\Common\\Annotations\\": "lib/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Jonathan H. Wage",
                "email": "jonwage@gmail.com",
                "homepage": "http://www.jwage.com/",
                "role": "Creator"
            },
            {
                "name": "Guilherme Blanco",
                "email": "guilhermeblanco@gmail.com",
                "homepage": "http://www.instaclick.com"
            },
            {
                "name": "Roman Borschel",
                "email": "roman@code-factory.org"
            },
            {
                "name": "Benjamin Eberlei",
                "email": "kontakt@beberlei.de"
            },
            {
                "name": "Johannes Schmitt",
                "email": "schmittjoh@gmail.com",
                "homepage": "http://jmsyst.com",
                "role": "Developer of wrapped JMSSerializerBundle"
            }
        ],
        "description": "Docblock Annotations Parser",
        "homepage": "http://www.doctrine-project.org",
        "keywords": [
            "annotations",
            "docblock",
            "parser"
        ]
    },
    {
        "name": "doctrine/cache",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/cache.git",
            "reference": "36c4eee5051629524389da376ba270f15765e49f"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/cache/zipball/36c4eee5051629524389da376ba270f15765e49f",
            "reference": "36c4eee5051629524389da376ba270f15765e49f",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.2"
        },
        "conflict": {
            "doctrine/common": ">2.2,<2.4"
        },
        "require-dev": {
            "phpunit/phpunit": ">=3.7",
            "satooshi/php-coveralls": "~0.6"
        },
        "time": "2013-12-18 17:21:03",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.4.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Doctrine\\Common\\Cache\\": "lib/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Jonathan Wage",
                "email": "jonwage@gmail.com",
                "homepage": "http://www.jwage.com/",
                "role": "Creator"
            },
            {
                "name": "Guilherme Blanco",
                "email": "guilhermeblanco@gmail.com",
                "homepage": "http://www.instaclick.com"
            },
            {
                "name": "Roman Borschel",
                "email": "roman@code-factory.org"
            },
            {
                "name": "Benjamin Eberlei",
                "email": "kontakt@beberlei.de"
            },
            {
                "name": "Johannes Schmitt",
                "email": "schmittjoh@gmail.com",
                "homepage": "http://jmsyst.com",
                "role": "Developer of wrapped JMSSerializerBundle"
            }
        ],
        "description": "Caching library offering an object-oriented API for many cache backends",
        "homepage": "http://www.doctrine-project.org",
        "keywords": [
            "cache",
            "caching"
        ]
    },
    {
        "name": "guzzle/parser",
        "version": "v3.8.0",
        "version_normalized": "3.8.0.0",
        "target-dir": "Guzzle/Parser",
        "source": {
            "type": "git",
            "url": "https://github.com/guzzle/parser.git",
            "reference": "77cae6425bc3466e1e47bdf6d2eebc15a092dbcc"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/guzzle/parser/zipball/77cae6425bc3466e1e47bdf6d2eebc15a092dbcc",
            "reference": "77cae6425bc3466e1e47bdf6d2eebc15a092dbcc",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.2"
        },
        "time": "2013-10-24 00:04:09",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.7-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Guzzle\\Parser": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "description": "Interchangeable parsers used by Guzzle",
        "homepage": "http://guzzlephp.org/",
        "keywords": [
            "URI Template",
            "cookie",
            "http",
            "message",
            "url"
        ]
    },
    {
        "name": "guzzle/common",
        "version": "v3.8.0",
        "version_normalized": "3.8.0.0",
        "target-dir": "Guzzle/Common",
        "source": {
            "type": "git",
            "url": "https://github.com/guzzle/common.git",
            "reference": "eb4e34cac1b18583f0ee74bf6a9dda96bd771a1e"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/guzzle/common/zipball/eb4e34cac1b18583f0ee74bf6a9dda96bd771a1e",
            "reference": "eb4e34cac1b18583f0ee74bf6a9dda96bd771a1e",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.2",
            "symfony/event-dispatcher": ">=2.1"
        },
        "time": "2013-12-05 23:39:20",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.7-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Guzzle\\Common": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "description": "Common libraries used by Guzzle",
        "homepage": "http://guzzlephp.org/",
        "keywords": [
            "collection",
            "common",
            "event",
            "exception"
        ]
    },
    {
        "name": "guzzle/stream",
        "version": "v3.8.0",
        "version_normalized": "3.8.0.0",
        "target-dir": "Guzzle/Stream",
        "source": {
            "type": "git",
            "url": "https://github.com/guzzle/stream.git",
            "reference": "a86111d9ac7db31d65a053c825869409fe8fc83f"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/guzzle/stream/zipball/a86111d9ac7db31d65a053c825869409fe8fc83f",
            "reference": "a86111d9ac7db31d65a053c825869409fe8fc83f",
            "shasum": ""
        },
        "require": {
            "guzzle/common": "self.version",
            "php": ">=5.3.2"
        },
        "suggest": {
            "guzzle/http": "To convert Guzzle request objects to PHP streams"
        },
        "time": "2013-07-30 22:07:23",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.7-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Guzzle\\Stream": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Michael Dowling",
                "email": "mtdowling@gmail.com",
                "homepage": "https://github.com/mtdowling"
            }
        ],
        "description": "Guzzle stream wrapper component",
        "homepage": "http://guzzlephp.org/",
        "keywords": [
            "Guzzle",
            "component",
            "stream"
        ]
    },
    {
        "name": "patchwork/utf8",
        "version": "v1.1.17",
        "version_normalized": "1.1.17.0",
        "source": {
            "type": "git",
            "url": "https://github.com/nicolas-grekas/Patchwork-UTF8.git",
            "reference": "1396fedf134f71d479236fce0833dc4c88079391"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/nicolas-grekas/Patchwork-UTF8/zipball/1396fedf134f71d479236fce0833dc4c88079391",
            "reference": "1396fedf134f71d479236fce0833dc4c88079391",
            "shasum": ""
        },
        "require": {
            "lib-pcre": ">=7.9",
            "php": ">=5.3.0"
        },
        "suggest": {
            "ext-iconv": "Use iconv for best performance",
            "ext-intl": "Use Intl for best performance",
            "ext-mbstring": "Use Mbstring for best performance"
        },
        "time": "2014-01-02 10:19:36",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Patchwork": "class/",
                "Normalizer": "class/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "(Apache-2.0 or GPL-2.0)"
        ],
        "authors": [
            {
                "name": "Nicolas Grekas",
                "email": "p@tchwork.com",
                "role": "Developer"
            }
        ],
        "description": "Extensive, portable and performant handling of UTF-8 and grapheme clusters for PHP",
        "homepage": "https://github.com/nicolas-grekas/Patchwork-UTF8",
        "keywords": [
            "i18n",
            "unicode",
            "utf-8",
            "utf8"
        ]
    },
    {
        "name": "psr/log",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/log.git",
            "reference": "65f363ac44058796a8e1428cf41e6d92d8a75ddc"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/log/zipball/65f363ac44058796a8e1428cf41e6d92d8a75ddc",
            "reference": "65f363ac44058796a8e1428cf41e6d92d8a75ddc",
            "shasum": ""
        },
        "time": "2013-12-25 11:17:50",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "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": "swiftmailer/swiftmailer",
        "version": "v5.0.3",
        "version_normalized": "5.0.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/swiftmailer/swiftmailer.git",
            "reference": "32edc3b0de0fdc1b10f5c4912e8677b3f411a230"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/32edc3b0de0fdc1b10f5c4912e8677b3f411a230",
            "reference": "32edc3b0de0fdc1b10f5c4912e8677b3f411a230",
            "shasum": ""
        },
        "require": {
            "php": ">=5.2.4"
        },
        "time": "2013-12-03 13:33:24",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "5.1-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "files": [
                "lib/swift_required.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Chris Corbyn"
            }
        ],
        "description": "Swiftmailer, free feature-rich PHP mailer",
        "homepage": "http://swiftmailer.org",
        "keywords": [
            "mail",
            "mailer"
        ]
    },
    {
        "name": "guzzle/http",
        "version": "v3.8.0",
        "version_normalized": "3.8.0.0",
        "target-dir": "Guzzle/Http",
        "source": {
            "type": "git",
            "url": "https://github.com/guzzle/http.git",
            "reference": "b497e6b6a5a85751ae0c6858d677f7c4857dd171"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/guzzle/http/zipball/b497e6b6a5a85751ae0c6858d677f7c4857dd171",
            "reference": "b497e6b6a5a85751ae0c6858d677f7c4857dd171",
            "shasum": ""
        },
        "require": {
            "guzzle/common": "self.version",
            "guzzle/parser": "self.version",
            "guzzle/stream": "self.version",
            "php": ">=5.3.2"
        },
        "suggest": {
            "ext-curl": "*"
        },
        "time": "2013-12-04 22:21:25",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.7-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Guzzle\\Http": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Michael Dowling",
                "email": "mtdowling@gmail.com",
                "homepage": "https://github.com/mtdowling"
            }
        ],
        "description": "HTTP libraries used by Guzzle",
        "homepage": "http://guzzlephp.org/",
        "keywords": [
            "Guzzle",
            "client",
            "curl",
            "http",
            "http client"
        ]
    },
    {
        "name": "knplabs/packagist-api",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/KnpLabs/packagist-api.git",
            "reference": "5d46003cfb1aca37efc84e8a0f1e8ba276a8245e"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/KnpLabs/packagist-api/zipball/5d46003cfb1aca37efc84e8a0f1e8ba276a8245e",
            "reference": "5d46003cfb1aca37efc84e8a0f1e8ba276a8245e",
            "shasum": ""
        },
        "require": {
            "doctrine/inflector": "~1.0",
            "guzzle/http": "~3.0",
            "php": ">=5.3.2"
        },
        "require-dev": {
            "phpspec/php-diff": "*@dev",
            "phpspec/phpspec2": "1.0.*@dev"
        },
        "time": "2013-11-22 09:55:31",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Packagist\\Api\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "KnpLabs Team",
                "homepage": "http://knplabs.com"
            }
        ],
        "description": "Packagist API client.",
        "homepage": "http://knplabs.com",
        "keywords": [
            "api",
            "composer",
            "packagist"
        ]
    },
    {
        "name": "philf/setting",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/Phil-F/Setting.git",
            "reference": "5aea72937905f8b19541329706d3a39516a3a34e"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Phil-F/Setting/zipball/5aea72937905f8b19541329706d3a39516a3a34e",
            "reference": "5aea72937905f8b19541329706d3a39516a3a34e",
            "shasum": ""
        },
        "require": {
            "illuminate/support": "~4",
            "php": ">=5.3.0"
        },
        "require-dev": {
            "phpunit/phpunit": "3.7.*"
        },
        "time": "2013-11-27 12:53:10",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Philf\\Setting": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Phil Foulston",
                "email": "info@weztec.com"
            }
        ],
        "description": "Persistent configuration settings for Laravel - Create, Read, Update and Delete settings stored in files using JSON",
        "keywords": [
            "config",
            "laravel"
        ]
    },
    {
        "name": "anahkiasen/underscore-php",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/Anahkiasen/underscore-php.git",
            "reference": "735759486fa1128420d601065dc6f7af07d6b8cb"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Anahkiasen/underscore-php/zipball/735759486fa1128420d601065dc6f7af07d6b8cb",
            "reference": "735759486fa1128420d601065dc6f7af07d6b8cb",
            "shasum": ""
        },
        "require": {
            "illuminate/support": "~4",
            "patchwork/utf8": "1.1.*",
            "php": ">=5.3.0"
        },
        "time": "2013-12-14 14:27:47",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Underscore": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Maxime Fabre",
                "email": "ehtnam6@gmail.com"
            }
        ],
        "description": "A redacted port of Underscore.js for PHP",
        "keywords": [
            "internals",
            "laravel",
            "toolkit"
        ]
    },
    {
        "name": "predis/predis",
        "version": "0.8.x-dev",
        "version_normalized": "0.8.9999999.9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/nrk/predis.git",
            "reference": "d2debfd43eb8a5201204bb70275a0ef83b3d11ff"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/nrk/predis/zipball/d2debfd43eb8a5201204bb70275a0ef83b3d11ff",
            "reference": "d2debfd43eb8a5201204bb70275a0ef83b3d11ff",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.2"
        },
        "suggest": {
            "ext-curl": "Allows access to Webdis when paired with phpiredis",
            "ext-phpiredis": "Allows faster serialization and deserialization of the Redis protocol"
        },
        "time": "2013-12-22 16:51:18",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Predis": "lib/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Daniele Alessandri",
                "email": "suppakilla@gmail.com",
                "homepage": "http://clorophilla.net"
            }
        ],
        "description": "Flexible and feature-complete PHP client library for Redis",
        "homepage": "http://github.com/nrk/predis",
        "keywords": [
            "nosql",
            "predis",
            "redis"
        ]
    },
    {
        "name": "doctrine/dbal",
        "version": "2.4.x-dev",
        "version_normalized": "2.4.9999999.9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/dbal.git",
            "reference": "1b90a2eb0868292a1f56eb49f7f1b0421e925123"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/dbal/zipball/1b90a2eb0868292a1f56eb49f7f1b0421e925123",
            "reference": "1b90a2eb0868292a1f56eb49f7f1b0421e925123",
            "shasum": ""
        },
        "require": {
            "doctrine/common": "~2.4",
            "php": ">=5.3.2"
        },
        "require-dev": {
            "phpunit/phpunit": "3.7.*",
            "symfony/console": "~2.0"
        },
        "suggest": {
            "symfony/console": "Allows use of the command line interface"
        },
        "time": "2014-01-05 09:00:29",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Doctrine\\DBAL\\": "lib/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Jonathan Wage",
                "email": "jonwage@gmail.com",
                "homepage": "http://www.jwage.com/",
                "role": "Creator"
            },
            {
                "name": "Guilherme Blanco",
                "email": "guilhermeblanco@gmail.com",
                "homepage": "http://www.instaclick.com"
            },
            {
                "name": "Roman Borschel",
                "email": "roman@code-factory.org"
            },
            {
                "name": "Benjamin Eberlei",
                "email": "kontakt@beberlei.de"
            }
        ],
        "description": "Database Abstraction Layer",
        "homepage": "http://www.doctrine-project.org",
        "keywords": [
            "database",
            "dbal",
            "persistence",
            "queryobject"
        ]
    },
    {
        "name": "laravel/framework",
        "version": "4.0.x-dev",
        "version_normalized": "4.0.9999999.9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/laravel/framework.git",
            "reference": "426c9e0e39915eedd2861b147ba6701443136e3d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/laravel/framework/zipball/426c9e0e39915eedd2861b147ba6701443136e3d",
            "reference": "426c9e0e39915eedd2861b147ba6701443136e3d",
            "shasum": ""
        },
        "require": {
            "classpreloader/classpreloader": "1.0.*",
            "doctrine/dbal": "2.4.*",
            "filp/whoops": "1.0.7",
            "ircmaxell/password-compat": "1.0.*",
            "jeremeamia/superclosure": "1.0.*",
            "monolog/monolog": "1.*",
            "nesbot/carbon": "1.*",
            "patchwork/utf8": "1.1.*",
            "php": ">=5.3.0",
            "predis/predis": "0.8.*",
            "swiftmailer/swiftmailer": "5.0.*",
            "symfony/browser-kit": "2.3.*",
            "symfony/console": "2.3.*",
            "symfony/css-selector": "2.3.*",
            "symfony/debug": "2.3.*",
            "symfony/dom-crawler": "2.3.*",
            "symfony/event-dispatcher": "2.3.*",
            "symfony/finder": "2.3.*",
            "symfony/http-foundation": "2.3.*",
            "symfony/http-kernel": "2.3.*",
            "symfony/process": "2.3.*",
            "symfony/routing": "2.3.*",
            "symfony/translation": "2.3.*"
        },
        "replace": {
            "illuminate/auth": "self.version",
            "illuminate/cache": "self.version",
            "illuminate/config": "self.version",
            "illuminate/console": "self.version",
            "illuminate/container": "self.version",
            "illuminate/cookie": "self.version",
            "illuminate/database": "self.version",
            "illuminate/encryption": "self.version",
            "illuminate/events": "self.version",
            "illuminate/exception": "self.version",
            "illuminate/filesystem": "self.version",
            "illuminate/foundation": "self.version",
            "illuminate/hashing": "self.version",
            "illuminate/html": "self.version",
            "illuminate/http": "self.version",
            "illuminate/log": "self.version",
            "illuminate/mail": "self.version",
            "illuminate/pagination": "self.version",
            "illuminate/queue": "self.version",
            "illuminate/redis": "self.version",
            "illuminate/routing": "self.version",
            "illuminate/session": "self.version",
            "illuminate/support": "self.version",
            "illuminate/translation": "self.version",
            "illuminate/validation": "self.version",
            "illuminate/view": "self.version",
            "illuminate/workbench": "self.version"
        },
        "require-dev": {
            "aws/aws-sdk-php": "2.4.*",
            "iron-io/iron_mq": "1.4.*",
            "mockery/mockery": "0.8.0",
            "pda/pheanstalk": "2.1.*",
            "phpunit/phpunit": "3.7.*"
        },
        "time": "2013-12-06 01:42:26",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.0-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                [
                    "src/Illuminate/Queue/IlluminateQueueClosure.php"
                ]
            ],
            "files": [
                "src/Illuminate/Support/helpers.php"
            ],
            "psr-0": {
                "Illuminate": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Taylor Otwell",
                "email": "taylorotwell@gmail.com",
                "homepage": "https://github.com/taylorotwell",
                "role": "Developer"
            }
        ],
        "description": "The Laravel Framework.",
        "keywords": [
            "framework",
            "laravel"
        ]
    },
    {
        "name": "anahkiasen/html-object",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/Anahkiasen/html-object.git",
            "reference": "2c6cdc6368d19ac42357f7ae17bd99652a1916e4"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Anahkiasen/html-object/zipball/2c6cdc6368d19ac42357f7ae17bd99652a1916e4",
            "reference": "2c6cdc6368d19ac42357f7ae17bd99652a1916e4",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2013-11-19 15:20:02",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "HtmlObject": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Anahkiasen",
                "email": "ehtnam6@gmail.com"
            }
        ],
        "description": "A set of classes to create and manipulate HTML objects abstractions"
    },
    {
        "name": "nesbot/carbon",
        "version": "1.8.0",
        "version_normalized": "1.8.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/briannesbitt/Carbon.git",
            "reference": "21c4cb4301969c7d85aee8a62eefdfa881413af0"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/21c4cb4301969c7d85aee8a62eefdfa881413af0",
            "reference": "21c4cb4301969c7d85aee8a62eefdfa881413af0",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "require-dev": {
            "phpunit/phpunit": "3.7.*"
        },
        "time": "2014-01-07 05:10:44",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Carbon": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Brian Nesbitt",
                "email": "brian@nesbot.com",
                "homepage": "http://nesbot.com"
            }
        ],
        "description": "A simple API extension for DateTime.",
        "homepage": "https://github.com/briannesbitt/Carbon",
        "keywords": [
            "date",
            "datetime",
            "time"
        ]
    },
    {
        "name": "symfony/filesystem",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "target-dir": "Symfony/Component/Filesystem",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/Filesystem.git",
            "reference": "e81f1b30eb9748c3f8e0de3a92ea210845cff0a9"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/Filesystem/zipball/e81f1b30eb9748c3f8e0de3a92ea210845cff0a9",
            "reference": "e81f1b30eb9748c3f8e0de3a92ea210845cff0a9",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "time": "2014-01-07 13:29:57",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.5-dev"
            }
        },
        "installation-source": "dist",
        "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"
    },
    {
        "name": "symfony/finder",
        "version": "2.3.x-dev",
        "version_normalized": "2.3.9999999.9999999-dev",
        "target-dir": "Symfony/Component/Finder",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/Finder.git",
            "reference": "c39a28f2e6bcea817dd696993d528b67917f324e"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/Finder/zipball/c39a28f2e6bcea817dd696993d528b67917f324e",
            "reference": "c39a28f2e6bcea817dd696993d528b67917f324e",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "time": "2014-01-07 13:19:25",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.3-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Symfony\\Component\\Finder\\": ""
            }
        },
        "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 Finder Component",
        "homepage": "http://symfony.com"
    },
    {
        "name": "symfony/translation",
        "version": "2.3.x-dev",
        "version_normalized": "2.3.9999999.9999999-dev",
        "target-dir": "Symfony/Component/Translation",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/Translation.git",
            "reference": "7a945876a9f7f5615e4600d1e25fa6138eea44bb"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/Translation/zipball/7a945876a9f7f5615e4600d1e25fa6138eea44bb",
            "reference": "7a945876a9f7f5615e4600d1e25fa6138eea44bb",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "require-dev": {
            "symfony/config": "~2.0",
            "symfony/yaml": "~2.2"
        },
        "suggest": {
            "symfony/config": "",
            "symfony/yaml": ""
        },
        "time": "2014-01-07 13:19:25",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.3-dev"
            }
        },
        "installation-source": "dist",
        "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"
    },
    {
        "name": "symfony/routing",
        "version": "2.3.x-dev",
        "version_normalized": "2.3.9999999.9999999-dev",
        "target-dir": "Symfony/Component/Routing",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/Routing.git",
            "reference": "6f24d5a3f2ad3e4f4064daaf45037bbd59c45043"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/Routing/zipball/6f24d5a3f2ad3e4f4064daaf45037bbd59c45043",
            "reference": "6f24d5a3f2ad3e4f4064daaf45037bbd59c45043",
            "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": ""
        },
        "time": "2014-01-07 13:19:25",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.3-dev"
            }
        },
        "installation-source": "dist",
        "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"
    },
    {
        "name": "symfony/process",
        "version": "2.3.x-dev",
        "version_normalized": "2.3.9999999.9999999-dev",
        "target-dir": "Symfony/Component/Process",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/Process.git",
            "reference": "2c19ffff128599a0670cde41dc21d52d88baf793"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/Process/zipball/2c19ffff128599a0670cde41dc21d52d88baf793",
            "reference": "2c19ffff128599a0670cde41dc21d52d88baf793",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "time": "2014-01-07 13:19:25",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.3-dev"
            }
        },
        "installation-source": "dist",
        "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"
    },
    {
        "name": "symfony/debug",
        "version": "2.3.x-dev",
        "version_normalized": "2.3.9999999.9999999-dev",
        "target-dir": "Symfony/Component/Debug",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/Debug.git",
            "reference": "7f875d2aae4ac5916241be4be6147dbbd78374c0"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/Debug/zipball/7f875d2aae4ac5916241be4be6147dbbd78374c0",
            "reference": "7f875d2aae4ac5916241be4be6147dbbd78374c0",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "require-dev": {
            "symfony/http-foundation": "~2.1",
            "symfony/http-kernel": "~2.1"
        },
        "suggest": {
            "symfony/class-loader": "",
            "symfony/http-foundation": "",
            "symfony/http-kernel": ""
        },
        "time": "2014-01-07 13:19:25",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.3-dev"
            }
        },
        "installation-source": "dist",
        "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"
    },
    {
        "name": "symfony/http-foundation",
        "version": "2.3.x-dev",
        "version_normalized": "2.3.9999999.9999999-dev",
        "target-dir": "Symfony/Component/HttpFoundation",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/HttpFoundation.git",
            "reference": "746d3400caea9d29515f06f15a193299662f5eaa"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/HttpFoundation/zipball/746d3400caea9d29515f06f15a193299662f5eaa",
            "reference": "746d3400caea9d29515f06f15a193299662f5eaa",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "time": "2014-01-07 13:19:25",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.3-dev"
            }
        },
        "installation-source": "dist",
        "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"
    },
    {
        "name": "symfony/event-dispatcher",
        "version": "2.3.x-dev",
        "version_normalized": "2.3.9999999.9999999-dev",
        "target-dir": "Symfony/Component/EventDispatcher",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/EventDispatcher.git",
            "reference": "a11954795d9947cbb6ab1446707c59dc1739759c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/EventDispatcher/zipball/a11954795d9947cbb6ab1446707c59dc1739759c",
            "reference": "a11954795d9947cbb6ab1446707c59dc1739759c",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "require-dev": {
            "symfony/dependency-injection": "~2.0"
        },
        "suggest": {
            "symfony/dependency-injection": "",
            "symfony/http-kernel": ""
        },
        "time": "2014-01-07 13:19:25",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.3-dev"
            }
        },
        "installation-source": "dist",
        "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"
    },
    {
        "name": "symfony/http-kernel",
        "version": "2.3.x-dev",
        "version_normalized": "2.3.9999999.9999999-dev",
        "target-dir": "Symfony/Component/HttpKernel",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/HttpKernel.git",
            "reference": "48f3ec321753a0178a68df8e05ebbaaf6a5c7c70"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/HttpKernel/zipball/48f3ec321753a0178a68df8e05ebbaaf6a5c7c70",
            "reference": "48f3ec321753a0178a68df8e05ebbaaf6a5c7c70",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3",
            "psr/log": "~1.0",
            "symfony/debug": "~2.3",
            "symfony/event-dispatcher": "~2.1",
            "symfony/http-foundation": "~2.2"
        },
        "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": ""
        },
        "time": "2014-01-07 13:19:25",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.3-dev"
            }
        },
        "installation-source": "dist",
        "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"
    },
    {
        "name": "symfony/dom-crawler",
        "version": "2.3.x-dev",
        "version_normalized": "2.3.9999999.9999999-dev",
        "target-dir": "Symfony/Component/DomCrawler",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/DomCrawler.git",
            "reference": "6a47e4671441e67554266f9560d73321570b41f0"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/DomCrawler/zipball/6a47e4671441e67554266f9560d73321570b41f0",
            "reference": "6a47e4671441e67554266f9560d73321570b41f0",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "require-dev": {
            "symfony/css-selector": "~2.0"
        },
        "suggest": {
            "symfony/css-selector": ""
        },
        "time": "2014-01-07 13:19:25",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.3-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Symfony\\Component\\DomCrawler\\": ""
            }
        },
        "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 DomCrawler Component",
        "homepage": "http://symfony.com"
    },
    {
        "name": "symfony/css-selector",
        "version": "2.3.x-dev",
        "version_normalized": "2.3.9999999.9999999-dev",
        "target-dir": "Symfony/Component/CssSelector",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/CssSelector.git",
            "reference": "20ab1236e79649913eedc716f5435541ad525ceb"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/CssSelector/zipball/20ab1236e79649913eedc716f5435541ad525ceb",
            "reference": "20ab1236e79649913eedc716f5435541ad525ceb",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "time": "2014-01-07 13:19:25",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.3-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Symfony\\Component\\CssSelector\\": ""
            }
        },
        "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": "Jean-François Simon",
                "email": "jeanfrancois.simon@sensiolabs.com"
            }
        ],
        "description": "Symfony CssSelector Component",
        "homepage": "http://symfony.com"
    },
    {
        "name": "symfony/console",
        "version": "2.3.x-dev",
        "version_normalized": "2.3.9999999.9999999-dev",
        "target-dir": "Symfony/Component/Console",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/Console.git",
            "reference": "c5c12c8d85ed5f1b4ddca706f1464f9793eaaa0c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/Console/zipball/c5c12c8d85ed5f1b4ddca706f1464f9793eaaa0c",
            "reference": "c5c12c8d85ed5f1b4ddca706f1464f9793eaaa0c",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "require-dev": {
            "symfony/event-dispatcher": "~2.1"
        },
        "suggest": {
            "symfony/event-dispatcher": ""
        },
        "time": "2014-01-07 13:19:25",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.3-dev"
            }
        },
        "installation-source": "dist",
        "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"
    },
    {
        "name": "symfony/browser-kit",
        "version": "2.3.x-dev",
        "version_normalized": "2.3.9999999.9999999-dev",
        "target-dir": "Symfony/Component/BrowserKit",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/BrowserKit.git",
            "reference": "25576ff5ff950ade6b6b69ae9d9354729b7ad51c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/BrowserKit/zipball/25576ff5ff950ade6b6b69ae9d9354729b7ad51c",
            "reference": "25576ff5ff950ade6b6b69ae9d9354729b7ad51c",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3",
            "symfony/dom-crawler": "~2.0"
        },
        "require-dev": {
            "symfony/css-selector": "~2.0",
            "symfony/process": "~2.0"
        },
        "suggest": {
            "symfony/process": ""
        },
        "time": "2014-01-07 13:19:25",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.3-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Symfony\\Component\\BrowserKit\\": ""
            }
        },
        "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 BrowserKit Component",
        "homepage": "http://symfony.com"
    }
]
