RSS Git Download  Clone
Raw Blame History
{
    "hash": "23b42eb82a97fc586f9c703879c08ac9",
    "packages": [
        {
            "name": "klaussilveira/gitter",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/klaussilveira/gitter.git",
                "reference": "9e30a927d1edf28c3ee844b7d0657c4a9535cd12"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/klaussilveira/gitter/zipball/9e30a927d1edf28c3ee844b7d0657c4a9535cd12",
                "reference": "9e30a927d1edf28c3ee844b7d0657c4a9535cd12",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0",
                "symfony/process": ">=2.1"
            },
            "require-dev": {
                "phpunit/phpunit": ">=3.7.1",
                "symfony/filesystem": ">=2.1"
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "Gitter": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-2-Clause"
            ],
            "authors": [
                {
                    "name": "Klaus Silveira",
                    "email": "klaussilveira@php.net",
                    "homepage": "http://www.klaussilveira.com/",
                    "role": "Developer"
                }
            ],
            "description": "Gitter allows you to interact in an object oriented manner with Git repositories.",
            "homepage": "https://github.com/klaussilveira/gitter",
            "keywords": [
                "git",
                "vcs"
            ],
            "time": "2013-02-19 13:59:07"
        },
        {
            "name": "pimple/pimple",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/fabpot/Pimple.git",
                "reference": "v1.0.2"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/fabpot/Pimple/zipball/v1.0.2",
                "reference": "v1.0.2",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Pimple": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                }
            ],
            "description": "Pimple is a simple Dependency Injection Container for PHP 5.3",
            "homepage": "http://pimple.sensiolabs.org",
            "keywords": [
                "container",
                "dependency injection"
            ],
            "time": "2013-03-08 08:21:40"
        },
        {
            "name": "psr/log",
            "version": "1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/log",
                "reference": "1.0.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://github.com/php-fig/log/archive/1.0.0.zip",
                "reference": "1.0.0",
                "shasum": ""
            },
            "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": "silex/silex",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/fabpot/Silex.git",
                "reference": "59e7dbd338b5caba9879ae11524da4a5905f80c1"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/fabpot/Silex/zipball/59e7dbd338b5caba9879ae11524da4a5905f80c1",
                "reference": "59e7dbd338b5caba9879ae11524da4a5905f80c1",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3",
                "pimple/pimple": "1.*",
                "symfony/event-dispatcher": ">=2.1,<2.3-dev",
                "symfony/http-foundation": ">=2.1,<2.3-dev",
                "symfony/http-kernel": ">=2.1,<2.3-dev",
                "symfony/routing": ">=2.1,<2.3-dev"
            },
            "require-dev": {
                "doctrine/dbal": ">=2.2.0,<2.4.0-dev",
                "swiftmailer/swiftmailer": "4.2.*",
                "symfony/browser-kit": ">=2.1,<2.3-dev",
                "symfony/config": ">=2.1,<2.3-dev",
                "symfony/css-selector": ">=2.1,<2.3-dev",
                "symfony/dom-crawler": ">=2.1,<2.3-dev",
                "symfony/finder": ">=2.1,<2.3-dev",
                "symfony/form": ">=2.1.4,<2.3-dev",
                "symfony/locale": ">=2.1,<2.3-dev",
                "symfony/monolog-bridge": ">=2.1,<2.3-dev",
                "symfony/options-resolver": ">=2.1,<2.3-dev",
                "symfony/process": ">=2.1,<2.3-dev",
                "symfony/security": ">=2.1,<2.3-dev",
                "symfony/serializer": ">=2.1,<2.3-dev",
                "symfony/translation": ">=2.1,<2.3-dev",
                "symfony/twig-bridge": ">=2.1,<2.3-dev",
                "symfony/validator": ">=2.1,<2.3-dev",
                "twig/twig": ">=1.8.0,<2.0-dev"
            },
            "suggest": {
                "symfony/browser-kit": ">=2.1,<2.3-dev",
                "symfony/css-selector": ">=2.1,<2.3-dev",
                "symfony/dom-crawler": ">=2.1,<2.3-dev",
                "symfony/form": "To make use of the FormServiceProvider, >= 2.1.4 is required"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Silex": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Igor Wiedler",
                    "email": "igor@wiedler.ch",
                    "homepage": "http://wiedler.ch/igor/"
                }
            ],
            "description": "The PHP micro-framework based on the Symfony2 Components",
            "homepage": "http://silex.sensiolabs.org",
            "keywords": [
                "microframework"
            ],
            "time": "2013-03-08 16:56:52"
        },
        {
            "name": "symfony/event-dispatcher",
            "version": "2.2.x-dev",
            "target-dir": "Symfony/Component/EventDispatcher",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/EventDispatcher.git",
                "reference": "v2.2.0-RC3"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/EventDispatcher/zipball/v2.2.0-RC3",
                "reference": "v2.2.0-RC3",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "require-dev": {
                "symfony/dependency-injection": ">=2.0,<3.0"
            },
            "suggest": {
                "symfony/dependency-injection": "2.2.*",
                "symfony/http-kernel": "2.2.*"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.2-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-02-11 11:26:43"
        },
        {
            "name": "symfony/filesystem",
            "version": "2.1.x-dev",
            "target-dir": "Symfony/Component/Filesystem",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/Filesystem.git",
                "reference": "v2.1.8"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/Filesystem/zipball/v2.1.8",
                "reference": "v2.1.8",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "type": "library",
            "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-01-09 08:51:07"
        },
        {
            "name": "symfony/http-foundation",
            "version": "2.2.x-dev",
            "target-dir": "Symfony/Component/HttpFoundation",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/HttpFoundation.git",
                "reference": "d154b0d9a6b5dac26413a314df1846abe197aaef"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/HttpFoundation/zipball/d154b0d9a6b5dac26413a314df1846abe197aaef",
                "reference": "d154b0d9a6b5dac26413a314df1846abe197aaef",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.2-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-03-01 10:42:10"
        },
        {
            "name": "symfony/http-kernel",
            "version": "2.2.x-dev",
            "target-dir": "Symfony/Component/HttpKernel",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/HttpKernel.git",
                "reference": "2a354f11ea59f58024b087c371dd1d4f9246dc86"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/HttpKernel/zipball/2a354f11ea59f58024b087c371dd1d4f9246dc86",
                "reference": "2a354f11ea59f58024b087c371dd1d4f9246dc86",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3",
                "psr/log": ">=1.0,<2.0",
                "symfony/event-dispatcher": ">=2.1,<3.0",
                "symfony/http-foundation": ">=2.2,<2.3-dev"
            },
            "require-dev": {
                "symfony/browser-kit": "2.2.*",
                "symfony/class-loader": ">=2.1,<3.0",
                "symfony/config": ">=2.0,<3.0",
                "symfony/console": "2.2.*",
                "symfony/dependency-injection": ">=2.0,<3.0",
                "symfony/finder": ">=2.0,<3.0",
                "symfony/process": ">=2.0,<3.0",
                "symfony/routing": ">=2.2,<2.3-dev",
                "symfony/stopwatch": ">=2.2,<2.3-dev"
            },
            "suggest": {
                "symfony/browser-kit": "2.2.*",
                "symfony/class-loader": "2.2.*",
                "symfony/config": "2.2.*",
                "symfony/console": "2.2.*",
                "symfony/dependency-injection": "2.2.*",
                "symfony/finder": "2.2.*"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.2-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-03-11 17:23:12"
        },
        {
            "name": "symfony/process",
            "version": "dev-master",
            "target-dir": "Symfony/Component/Process",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/Process.git",
                "reference": "6ebe4ba544cfc0dd25bfe49402da4d5267ee1b43"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/Process/zipball/6ebe4ba544cfc0dd25bfe49402da4d5267ee1b43",
                "reference": "6ebe4ba544cfc0dd25bfe49402da4d5267ee1b43",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.3-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-02-18 21:28:20"
        },
        {
            "name": "symfony/routing",
            "version": "2.2.x-dev",
            "target-dir": "Symfony/Component/Routing",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/Routing.git",
                "reference": "3a97436e581bae44d0eec454a74bbb4f93593e78"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/Routing/zipball/3a97436e581bae44d0eec454a74bbb4f93593e78",
                "reference": "3a97436e581bae44d0eec454a74bbb4f93593e78",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "require-dev": {
                "doctrine/common": ">=2.2,<3.0",
                "psr/log": ">=1.0,<2.0",
                "symfony/config": ">=2.2,<2.3-dev",
                "symfony/yaml": ">=2.0,<3.0"
            },
            "suggest": {
                "doctrine/common": "~2.2",
                "symfony/config": "2.2.*",
                "symfony/yaml": "2.2.*"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.2-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-03-06 19:31:19"
        },
        {
            "name": "symfony/twig-bridge",
            "version": "2.1.x-dev",
            "target-dir": "Symfony/Bridge/Twig",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/TwigBridge.git",
                "reference": "083b7b93d43315f6d23b049f76527da2d64d92c6"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/TwigBridge/zipball/083b7b93d43315f6d23b049f76527da2d64d92c6",
                "reference": "083b7b93d43315f6d23b049f76527da2d64d92c6",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3",
                "twig/twig": ">=1.9.1,<2.0-dev"
            },
            "require-dev": {
                "symfony/form": "2.1.*",
                "symfony/routing": "2.1.*",
                "symfony/security": "2.1.*",
                "symfony/templating": "2.1.*",
                "symfony/translation": "2.1.*",
                "symfony/yaml": "2.1.*"
            },
            "suggest": {
                "symfony/form": "2.1.*",
                "symfony/routing": "2.1.*",
                "symfony/security": "2.1.*",
                "symfony/templating": "2.1.*",
                "symfony/translation": "2.1.*",
                "symfony/yaml": "2.1.*"
            },
            "type": "symfony-bridge",
            "autoload": {
                "psr-0": {
                    "Symfony\\Bridge\\Twig": ""
                }
            },
            "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 Twig Bridge",
            "homepage": "http://symfony.com",
            "time": "2013-03-12 10:55:49"
        },
        {
            "name": "twig/twig",
            "version": "v1.9.2",
            "source": {
                "type": "git",
                "url": "git://github.com/fabpot/Twig.git",
                "reference": "v1.9.2"
            },
            "dist": {
                "type": "zip",
                "url": "https://github.com/fabpot/Twig/zipball/v1.9.2",
                "reference": "v1.9.2",
                "shasum": ""
            },
            "require": {
                "php": ">=5.2.4"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.9-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Twig_": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Armin Ronacher",
                    "email": "armin.ronacher@active-4.com"
                }
            ],
            "description": "Twig, the flexible, fast, and secure template language for PHP",
            "homepage": "http://twig.sensiolabs.org",
            "keywords": [
                "templating"
            ],
            "time": "2012-08-25 10:32:57"
        }
    ],
    "packages-dev": [
        {
            "name": "pdepend/pdepend",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/pdepend/pdepend.git",
                "reference": "85b3d7f2d2c6105a76daea0f5a0aee7c7a140b25"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/pdepend/pdepend/zipball/85b3d7f2d2c6105a76daea0f5a0aee7c7a140b25",
                "reference": "85b3d7f2d2c6105a76daea0f5a0aee7c7a140b25",
                "shasum": ""
            },
            "require": {
                "php": ">=5.2.3"
            },
            "bin": [
                "src/bin/pdepend"
            ],
            "type": "library",
            "notification-url": "https://packagist.org/downloads/",
            "description": "Official version of pdepend to be handled with Composer",
            "time": "2013-01-25 15:09:33"
        },
        {
            "name": "phploc/phploc",
            "version": "1.7.4",
            "source": {
                "type": "git",
                "url": "git://github.com/sebastianbergmann/phploc.git",
                "reference": "1.7.4"
            },
            "dist": {
                "type": "zip",
                "url": "https://github.com/sebastianbergmann/phploc/archive/1.7.4.zip",
                "reference": "1.7.4",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3",
                "symfony/finder": "2.1.x-dev",
                "zetacomponents/console-tools": "dev-master"
            },
            "bin": [
                "composer/bin/phploc"
            ],
            "type": "library",
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de",
                    "role": "lead"
                }
            ],
            "description": "A tool for quickly measuring the size of a PHP project.",
            "homepage": "https://github.com/sebastianbergmann/phploc",
            "time": "2012-11-10 12:45:44"
        },
        {
            "name": "phpmd/phpmd",
            "version": "1.4.1",
            "source": {
                "type": "git",
                "url": "git://github.com/phpmd/phpmd.git",
                "reference": "1.4.1"
            },
            "dist": {
                "type": "zip",
                "url": "https://github.com/phpmd/phpmd/archive/1.4.1.zip",
                "reference": "1.4.1",
                "shasum": ""
            },
            "require": {
                "pdepend/pdepend": "*",
                "php": ">=5.3.0"
            },
            "bin": [
                "src/bin/phpmd"
            ],
            "type": "library",
            "notification-url": "https://packagist.org/downloads/",
            "include-path": [
                "../../pdepend/pdepend/src/main/php",
                "src/main/php"
            ],
            "description": "Official version of PHPMD handled with Composer.",
            "time": "2012-12-14 12:25:09"
        },
        {
            "name": "phpunit/php-code-coverage",
            "version": "1.2.x-dev",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
                "reference": "1.2.9"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/1.2.9",
                "reference": "1.2.9",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3",
                "phpunit/php-file-iterator": ">=1.3.0@stable",
                "phpunit/php-text-template": ">=1.1.1@stable",
                "phpunit/php-token-stream": ">=1.1.3@stable"
            },
            "suggest": {
                "ext-dom": "*",
                "ext-xdebug": ">=2.0.5"
            },
            "type": "library",
            "autoload": {
                "classmap": [
                    "PHP/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "include-path": [
                ""
            ],
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sb@sebastian-bergmann.de",
                    "role": "lead"
                }
            ],
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
            "keywords": [
                "coverage",
                "testing",
                "xunit"
            ],
            "time": "2013-02-26 18:55:56"
        },
        {
            "name": "phpunit/php-file-iterator",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
                "reference": "2deb24c65ea78e126daa8d45b2089ddc29ec1d26"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/2deb24c65ea78e126daa8d45b2089ddc29ec1d26",
                "reference": "2deb24c65ea78e126daa8d45b2089ddc29ec1d26",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "type": "library",
            "autoload": {
                "classmap": [
                    "File/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "include-path": [
                ""
            ],
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sb@sebastian-bergmann.de",
                    "role": "lead"
                }
            ],
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
            "keywords": [
                "filesystem",
                "iterator"
            ],
            "time": "2013-01-07 10:47:05"
        },
        {
            "name": "phpunit/php-text-template",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
                "reference": "1eeef106193d2f8c539728e566bb4793071a9e18"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/1eeef106193d2f8c539728e566bb4793071a9e18",
                "reference": "1eeef106193d2f8c539728e566bb4793071a9e18",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "type": "library",
            "autoload": {
                "classmap": [
                    "Text/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "include-path": [
                ""
            ],
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sb@sebastian-bergmann.de",
                    "role": "lead"
                }
            ],
            "description": "Simple template engine.",
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
            "keywords": [
                "template"
            ],
            "time": "2013-01-07 10:56:17"
        },
        {
            "name": "phpunit/php-timer",
            "version": "1.0.x-dev",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/php-timer.git",
                "reference": "ecf7920b27003a9412b07dad79dbb5ad1249e6c3"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/ecf7920b27003a9412b07dad79dbb5ad1249e6c3",
                "reference": "ecf7920b27003a9412b07dad79dbb5ad1249e6c3",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "type": "library",
            "autoload": {
                "classmap": [
                    "PHP/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "include-path": [
                ""
            ],
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sb@sebastian-bergmann.de",
                    "role": "lead"
                }
            ],
            "description": "Utility class for timing",
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
            "keywords": [
                "timer"
            ],
            "time": "2013-01-30 06:08:51"
        },
        {
            "name": "phpunit/php-token-stream",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
                "reference": "c25dd88e1592e66dee2553c99ef244203d5a1b98"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/c25dd88e1592e66dee2553c99ef244203d5a1b98",
                "reference": "c25dd88e1592e66dee2553c99ef244203d5a1b98",
                "shasum": ""
            },
            "require": {
                "ext-tokenizer": "*",
                "php": ">=5.3.3"
            },
            "type": "library",
            "autoload": {
                "classmap": [
                    "PHP/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "include-path": [
                ""
            ],
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sb@sebastian-bergmann.de",
                    "role": "lead"
                }
            ],
            "description": "Wrapper around PHP's tokenizer extension.",
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
            "keywords": [
                "tokenizer"
            ],
            "time": "2013-01-07 10:56:35"
        },
        {
            "name": "phpunit/phpunit",
            "version": "3.7.x-dev",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/phpunit.git",
                "reference": "2c67e52445416bb7c14046b432acd7eb79e4e612"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/2c67e52445416bb7c14046b432acd7eb79e4e612",
                "reference": "2c67e52445416bb7c14046b432acd7eb79e4e612",
                "shasum": ""
            },
            "require": {
                "ext-dom": "*",
                "ext-pcre": "*",
                "ext-reflection": "*",
                "ext-spl": "*",
                "php": ">=5.3.3",
                "phpunit/php-code-coverage": ">=1.2.1,<1.3.0",
                "phpunit/php-file-iterator": ">=1.3.1",
                "phpunit/php-text-template": ">=1.1.1",
                "phpunit/php-timer": ">=1.0.2,<1.1.0",
                "phpunit/phpunit-mock-objects": ">=1.2.0,<1.3.0",
                "symfony/yaml": ">=2.2.0"
            },
            "require-dev": {
                "pear-pear/pear": "1.9.4"
            },
            "suggest": {
                "ext-json": "*",
                "ext-simplexml": "*",
                "ext-tokenizer": "*",
                "phpunit/php-invoker": ">=1.1.0,<1.2.0"
            },
            "bin": [
                "composer/bin/phpunit"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.7.x-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "PHPUnit/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "include-path": [
                "",
                "../../symfony/yaml/"
            ],
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de",
                    "role": "lead"
                }
            ],
            "description": "The PHP Unit Testing framework.",
            "homepage": "http://www.phpunit.de/",
            "keywords": [
                "phpunit",
                "testing",
                "xunit"
            ],
            "time": "2013-03-11 07:06:05"
        },
        {
            "name": "phpunit/phpunit-mock-objects",
            "version": "1.2.x-dev",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
                "reference": "d49b5683200b5db9b1c64cb06f52f50d147891c4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/d49b5683200b5db9b1c64cb06f52f50d147891c4",
                "reference": "d49b5683200b5db9b1c64cb06f52f50d147891c4",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3",
                "phpunit/php-text-template": ">=1.1.1@stable"
            },
            "suggest": {
                "ext-soap": "*"
            },
            "type": "library",
            "autoload": {
                "classmap": [
                    "PHPUnit/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "include-path": [
                ""
            ],
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sb@sebastian-bergmann.de",
                    "role": "lead"
                }
            ],
            "description": "Mock Object library for PHPUnit",
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
            "keywords": [
                "mock",
                "xunit"
            ],
            "time": "2013-02-05 07:46:41"
        },
        {
            "name": "symfony/browser-kit",
            "version": "2.1.x-dev",
            "target-dir": "Symfony/Component/BrowserKit",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/BrowserKit.git",
                "reference": "v2.1.8"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/BrowserKit/zipball/v2.1.8",
                "reference": "v2.1.8",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3",
                "symfony/dom-crawler": "2.1.*"
            },
            "require-dev": {
                "symfony/css-selector": "2.1.*",
                "symfony/process": "2.1.*"
            },
            "suggest": {
                "symfony/process": "2.1.*"
            },
            "type": "library",
            "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",
            "time": "2013-02-22 06:39:07"
        },
        {
            "name": "symfony/css-selector",
            "version": "2.1.x-dev",
            "target-dir": "Symfony/Component/CssSelector",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/CssSelector.git",
                "reference": "v2.1.8"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/CssSelector/zipball/v2.1.8",
                "reference": "v2.1.8",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "type": "library",
            "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"
                }
            ],
            "description": "Symfony CssSelector Component",
            "homepage": "http://symfony.com",
            "time": "2013-01-09 08:51:07"
        },
        {
            "name": "symfony/dom-crawler",
            "version": "2.1.x-dev",
            "target-dir": "Symfony/Component/DomCrawler",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/DomCrawler.git",
                "reference": "227204697da76258a3f7f8d91d72568f4c55e31c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/DomCrawler/zipball/227204697da76258a3f7f8d91d72568f4c55e31c",
                "reference": "227204697da76258a3f7f8d91d72568f4c55e31c",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "require-dev": {
                "symfony/css-selector": "2.1.*"
            },
            "suggest": {
                "symfony/css-selector": "2.1.*"
            },
            "type": "library",
            "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",
            "time": "2013-03-02 15:23:18"
        },
        {
            "name": "symfony/finder",
            "version": "2.1.x-dev",
            "target-dir": "Symfony/Component/Finder",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/Finder.git",
                "reference": "69858f868c0caabe3d859c448f98d249541c0489"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/Finder/zipball/69858f868c0caabe3d859c448f98d249541c0489",
                "reference": "69858f868c0caabe3d859c448f98d249541c0489",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "type": "library",
            "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",
            "time": "2013-03-06 19:26:55"
        },
        {
            "name": "symfony/yaml",
            "version": "dev-master",
            "target-dir": "Symfony/Component/Yaml",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/Yaml.git",
                "reference": "f198ac28048eeceae852419c076123aaee59cd1c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/Yaml/zipball/f198ac28048eeceae852419c076123aaee59cd1c",
                "reference": "f198ac28048eeceae852419c076123aaee59cd1c",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.3-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Symfony\\Component\\Yaml\\": ""
                }
            },
            "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 Yaml Component",
            "homepage": "http://symfony.com",
            "time": "2013-01-31 21:39:01"
        },
        {
            "name": "zetacomponents/base",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/zetacomponents/Base.git",
                "reference": "642f63a8a72c32996f1aaf8a317fdf746bc32ce7"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/zetacomponents/Base/zipball/642f63a8a72c32996f1aaf8a317fdf746bc32ce7",
                "reference": "642f63a8a72c32996f1aaf8a317fdf746bc32ce7",
                "shasum": ""
            },
            "require-dev": {
                "zetacomponents/unit-test": "*"
            },
            "type": "library",
            "autoload": {
                "classmap": [
                    "src"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "authors": [
                {
                    "name": "Sergey Alexeev"
                },
                {
                    "name": "Sebastian Bergmann"
                },
                {
                    "name": "Jan Borsodi"
                },
                {
                    "name": "Raymond Bosman"
                },
                {
                    "name": "Frederik Holljen"
                },
                {
                    "name": "Kore Nordmann"
                },
                {
                    "name": "Derick Rethans"
                },
                {
                    "name": "Vadym Savchuk"
                },
                {
                    "name": "Tobias Schlitt"
                },
                {
                    "name": "Alexandru Stanoi"
                }
            ],
            "description": "The Base package provides the basic infrastructure that all packages rely on. Therefore every component relies on this package.",
            "homepage": "https://github.com/zetacomponents",
            "time": "2012-05-21 11:21:36"
        },
        {
            "name": "zetacomponents/console-tools",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/zetacomponents/ConsoleTools.git",
                "reference": "90156abef01e4215fda8b9740f77c322f126fb02"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/zetacomponents/ConsoleTools/zipball/90156abef01e4215fda8b9740f77c322f126fb02",
                "reference": "90156abef01e4215fda8b9740f77c322f126fb02",
                "shasum": ""
            },
            "require": {
                "zetacomponents/base": "*"
            },
            "require-dev": {
                "zetacomponents/unit-test": "*"
            },
            "type": "library",
            "autoload": {
                "classmap": [
                    "src"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "authors": [
                {
                    "name": "Sergey Alexeev"
                },
                {
                    "name": "Sebastian Bergmann"
                },
                {
                    "name": "Jan Borsodi"
                },
                {
                    "name": "Raymond Bosman"
                },
                {
                    "name": "Frederik Holljen"
                },
                {
                    "name": "Kore Nordmann"
                },
                {
                    "name": "Derick Rethans"
                },
                {
                    "name": "Vadym Savchuk"
                },
                {
                    "name": "Tobias Schlitt"
                },
                {
                    "name": "Alexandru Stanoi"
                }
            ],
            "description": "A set of classes to do different actions with the console (also called shell). It can render a progress bar, tables and a status bar and contains a class for parsing command line options.",
            "homepage": "https://github.com/zetacomponents",
            "time": "2012-05-21 09:55:34"
        }
    ],
    "aliases": [

    ],
    "minimum-stability": "dev",
    "stability-flags": {
        "klaussilveira/gitter": 20
    },
    "platform": [

    ],
    "platform-dev": [

    ]
}