RSS Git Download  Clone
Raw Blame History
{
    "_readme": [
        "This file locks the dependencies of your project to a known state",
        "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file"
    ],
    "hash": "7da88707f9633dd77c76d56060cc3832",
    "packages": [
        {
            "name": "klaussilveira/gitter",
            "version": "0.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/klaussilveira/gitter.git",
                "reference": "910a3d324caf53d8d21b55fb80a9a6735974a80c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/klaussilveira/gitter/zipball/910a3d324caf53d8d21b55fb80a9a6735974a80c",
                "reference": "910a3d324caf53d8d21b55fb80a9a6735974a80c",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0",
                "symfony/process": ">=2.2"
            },
            "require-dev": {
                "phpunit/phpunit": ">=3.7.1",
                "symfony/filesystem": ">=2.2"
            },
            "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-06-01 13:32:37"
        },
        {
            "name": "pimple/pimple",
            "version": "v1.0.2",
            "source": {
                "type": "git",
                "url": "https://github.com/fabpot/Pimple.git",
                "reference": "ae11e57e8c2bb414b2ff93396dbbfc0eb92feb94"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/fabpot/Pimple/zipball/ae11e57e8c2bb414b2ff93396dbbfc0eb92feb94",
                "reference": "ae11e57e8c2bb414b2ff93396dbbfc0eb92feb94",
                "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.git",
                "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
                "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
                "shasum": ""
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "Psr\\Log\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "http://www.php-fig.org/"
                }
            ],
            "description": "Common interface for logging libraries",
            "keywords": [
                "log",
                "psr",
                "psr-3"
            ],
            "time": "2012-12-21 11:40:51"
        },
        {
            "name": "silex/silex",
            "version": "v1.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/fabpot/Silex.git",
                "reference": "a4d3f85ffbd6946b69f142f2965f56cb35ee95ea"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/fabpot/Silex/zipball/a4d3f85ffbd6946b69f142f2965f56cb35ee95ea",
                "reference": "a4d3f85ffbd6946b69f142f2965f56cb35ee95ea",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3",
                "pimple/pimple": "1.*",
                "symfony/event-dispatcher": ">=2.3,<2.4-dev",
                "symfony/http-foundation": ">=2.3,<2.4-dev",
                "symfony/http-kernel": ">=2.3,<2.4-dev",
                "symfony/routing": ">=2.3,<2.4-dev"
            },
            "require-dev": {
                "doctrine/dbal": ">=2.2.0,<2.4.0-dev",
                "monolog/monolog": "~1.4,>=1.4.1",
                "phpunit/phpunit": "~3.7",
                "swiftmailer/swiftmailer": "5.*",
                "symfony/browser-kit": ">=2.3,<2.4-dev",
                "symfony/config": ">=2.3,<2.4-dev",
                "symfony/css-selector": ">=2.3,<2.4-dev",
                "symfony/dom-crawler": ">=2.3,<2.4-dev",
                "symfony/finder": ">=2.3,<2.4-dev",
                "symfony/form": ">=2.3,<2.4-dev",
                "symfony/locale": ">=2.3,<2.4-dev",
                "symfony/monolog-bridge": ">=2.3,<2.4-dev",
                "symfony/options-resolver": ">=2.3,<2.4-dev",
                "symfony/process": ">=2.3,<2.4-dev",
                "symfony/security": ">=2.3,<2.4-dev",
                "symfony/serializer": ">=2.3,<2.4-dev",
                "symfony/translation": ">=2.3,<2.4-dev",
                "symfony/twig-bridge": ">=2.3,<2.4-dev",
                "symfony/validator": ">=2.3,<2.4-dev",
                "twig/twig": ">=1.8.0,<2.0-dev"
            },
            "suggest": {
                "symfony/browser-kit": ">=2.3,<2.4-dev",
                "symfony/css-selector": ">=2.3,<2.4-dev",
                "symfony/dom-crawler": ">=2.3,<2.4-dev",
                "symfony/form": ">=2.3,<2.4-dev"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.1.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-07-04 07:15:36"
        },
        {
            "name": "symfony/debug",
            "version": "v2.3.4",
            "target-dir": "Symfony/Component/Debug",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/Debug.git",
                "reference": "729f6d19cfc401c4942e43fcc1059103bd6df130"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/Debug/zipball/729f6d19cfc401c4942e43fcc1059103bd6df130",
                "reference": "729f6d19cfc401c4942e43fcc1059103bd6df130",
                "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": ""
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.3-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Symfony\\Component\\Debug\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "http://symfony.com/contributors"
                }
            ],
            "description": "Symfony Debug Component",
            "homepage": "http://symfony.com",
            "time": "2013-08-08 14:16:10"
        },
        {
            "name": "symfony/event-dispatcher",
            "version": "v2.3.4",
            "target-dir": "Symfony/Component/EventDispatcher",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/EventDispatcher.git",
                "reference": "41c9826457c65fa3cf746f214985b7ca9cba42f8"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/EventDispatcher/zipball/41c9826457c65fa3cf746f214985b7ca9cba42f8",
                "reference": "41c9826457c65fa3cf746f214985b7ca9cba42f8",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "require-dev": {
                "symfony/dependency-injection": "~2.0"
            },
            "suggest": {
                "symfony/dependency-injection": "",
                "symfony/http-kernel": ""
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.3-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-07-21 12:12:18"
        },
        {
            "name": "symfony/filesystem",
            "version": "v2.3.4",
            "target-dir": "Symfony/Component/Filesystem",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/Filesystem.git",
                "reference": "87acbbef6d35ba649f96f09cc572c45119b360c3"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/Filesystem/zipball/87acbbef6d35ba649f96f09cc572c45119b360c3",
                "reference": "87acbbef6d35ba649f96f09cc572c45119b360c3",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.3-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Symfony\\Component\\Filesystem\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "http://symfony.com/contributors"
                }
            ],
            "description": "Symfony Filesystem Component",
            "homepage": "http://symfony.com",
            "time": "2013-07-21 12:12:18"
        },
        {
            "name": "symfony/http-foundation",
            "version": "v2.3.4",
            "target-dir": "Symfony/Component/HttpFoundation",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/HttpFoundation.git",
                "reference": "fdf130fe65457aedbc4639a22f4ef9d3be5c002c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/HttpFoundation/zipball/fdf130fe65457aedbc4639a22f4ef9d3be5c002c",
                "reference": "fdf130fe65457aedbc4639a22f4ef9d3be5c002c",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.3-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-08-26 05:49:51"
        },
        {
            "name": "symfony/http-kernel",
            "version": "v2.3.4",
            "target-dir": "Symfony/Component/HttpKernel",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/HttpKernel.git",
                "reference": "9d35da40f07bbe7a4f8dfbc41555d2b69de674bf"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/HttpKernel/zipball/9d35da40f07bbe7a4f8dfbc41555d2b69de674bf",
                "reference": "9d35da40f07bbe7a4f8dfbc41555d2b69de674bf",
                "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": ""
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.3-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-08-27 08:58:24"
        },
        {
            "name": "symfony/process",
            "version": "v2.3.4",
            "target-dir": "Symfony/Component/Process",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/Process.git",
                "reference": "1e91553e1cedd0b8fb1da6ea4f89b02e21713d5b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/Process/zipball/1e91553e1cedd0b8fb1da6ea4f89b02e21713d5b",
                "reference": "1e91553e1cedd0b8fb1da6ea4f89b02e21713d5b",
                "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-08-22 06:42:25"
        },
        {
            "name": "symfony/routing",
            "version": "v2.3.4",
            "target-dir": "Symfony/Component/Routing",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/Routing.git",
                "reference": "69af3f07dbf3ae93dd513dbc373f561cb2e7f143"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/Routing/zipball/69af3f07dbf3ae93dd513dbc373f561cb2e7f143",
                "reference": "69af3f07dbf3ae93dd513dbc373f561cb2e7f143",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "require-dev": {
                "doctrine/common": "~2.2",
                "psr/log": "~1.0",
                "symfony/config": "~2.2",
                "symfony/yaml": "~2.0"
            },
            "suggest": {
                "doctrine/common": "",
                "symfony/config": "",
                "symfony/yaml": ""
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.3-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-08-23 15:14:07"
        },
        {
            "name": "symfony/twig-bridge",
            "version": "v2.3.4",
            "target-dir": "Symfony/Bridge/Twig",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/TwigBridge.git",
                "reference": "0d12c4c785db544c73ad5a87dcdd44b466d753a2"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/TwigBridge/zipball/0d12c4c785db544c73ad5a87dcdd44b466d753a2",
                "reference": "0d12c4c785db544c73ad5a87dcdd44b466d753a2",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3",
                "twig/twig": "~1.11"
            },
            "require-dev": {
                "symfony/form": "~2.2",
                "symfony/http-kernel": "~2.2",
                "symfony/routing": "~2.2",
                "symfony/security": "~2.0",
                "symfony/templating": "~2.1",
                "symfony/translation": "~2.2",
                "symfony/yaml": "~2.0"
            },
            "suggest": {
                "symfony/form": "",
                "symfony/http-kernel": "",
                "symfony/routing": "",
                "symfony/security": "",
                "symfony/templating": "",
                "symfony/translation": "",
                "symfony/yaml": ""
            },
            "type": "symfony-bridge",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.3-dev"
                }
            },
            "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-08-13 20:18:00"
        },
        {
            "name": "twig/twig",
            "version": "v1.13.2",
            "source": {
                "type": "git",
                "url": "https://github.com/fabpot/Twig.git",
                "reference": "6d6a1009427d1f398c9d40904147bf9f723d5755"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/fabpot/Twig/zipball/6d6a1009427d1f398c9d40904147bf9f723d5755",
                "reference": "6d6a1009427d1f398c9d40904147bf9f723d5755",
                "shasum": ""
            },
            "require": {
                "php": ">=5.2.4"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.13-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Twig_": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "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": "2013-08-03 15:35:31"
        }
    ],
    "packages-dev": [
        {
            "name": "pdepend/pdepend",
            "version": "1.1.1",
            "source": {
                "type": "git",
                "url": "https://github.com/pdepend/pdepend.git",
                "reference": "6fcfb7666c95f341b42f02c94a47b3a51ed484e0"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/pdepend/pdepend/zipball/6fcfb7666c95f341b42f02c94a47b3a51ed484e0",
                "reference": "6fcfb7666c95f341b42f02c94a47b3a51ed484e0",
                "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-07-25 19:23:48"
        },
        {
            "name": "phploc/phploc",
            "version": "2.0.2",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/phploc.git",
                "reference": "2d81bba7621b5b2c0644525f489fbee3e64ca03d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/phploc/zipball/2d81bba7621b5b2c0644525f489fbee3e64ca03d",
                "reference": "2d81bba7621b5b2c0644525f489fbee3e64ca03d",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3",
                "sebastian/finder-facade": ">=1.1.0",
                "sebastian/git": ">=1.0.0",
                "sebastian/version": ">=1.0.0",
                "symfony/console": ">=2.2.0"
            },
            "bin": [
                "composer/bin/phploc"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0-dev"
                }
            },
            "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": "2013-09-04 08:30:10"
        },
        {
            "name": "phpmd/phpmd",
            "version": "1.5.0",
            "source": {
                "type": "git",
                "url": "https://github.com/phpmd/phpmd.git",
                "reference": "692b7b1b64518091b2b1bea91b489dbb13598c07"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phpmd/phpmd/zipball/692b7b1b64518091b2b1bea91b489dbb13598c07",
                "reference": "692b7b1b64518091b2b1bea91b489dbb13598c07",
                "shasum": ""
            },
            "require": {
                "pdepend/pdepend": ">=1.1.1",
                "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": "2013-07-26 14:47:02"
        },
        {
            "name": "phpunit/php-code-coverage",
            "version": "1.2.13",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
                "reference": "466e7cd2554b4e264c9e3f31216d25ac0e5f3d94"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/466e7cd2554b4e264c9e3f31216d25ac0e5f3d94",
                "reference": "466e7cd2554b4e264c9e3f31216d25ac0e5f3d94",
                "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"
            },
            "require-dev": {
                "phpunit/phpunit": "3.7.*@dev"
            },
            "suggest": {
                "ext-dom": "*",
                "ext-xdebug": ">=2.0.5"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.2.x-dev"
                }
            },
            "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-09-10 08:14:32"
        },
        {
            "name": "phpunit/php-file-iterator",
            "version": "1.3.3",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
                "reference": "16a78140ed2fc01b945cfa539665fadc6a038029"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/16a78140ed2fc01b945cfa539665fadc6a038029",
                "reference": "16a78140ed2fc01b945cfa539665fadc6a038029",
                "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": "http://www.phpunit.de/",
            "keywords": [
                "filesystem",
                "iterator"
            ],
            "time": "2012-10-11 11:44:38"
        },
        {
            "name": "phpunit/php-text-template",
            "version": "1.1.4",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
                "reference": "5180896f51c5b3648ac946b05f9ec02be78a0b23"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/5180896f51c5b3648ac946b05f9ec02be78a0b23",
                "reference": "5180896f51c5b3648ac946b05f9ec02be78a0b23",
                "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": "2012-10-31 18:15:28"
        },
        {
            "name": "phpunit/php-timer",
            "version": "1.0.5",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/php-timer.git",
                "reference": "19689d4354b295ee3d8c54b4f42c3efb69cbc17c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/19689d4354b295ee3d8c54b4f42c3efb69cbc17c",
                "reference": "19689d4354b295ee3d8c54b4f42c3efb69cbc17c",
                "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-08-02 07:42:54"
        },
        {
            "name": "phpunit/php-token-stream",
            "version": "1.2.1",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
                "reference": "5220af2a7929aa35cf663d97c89ad3d50cf5fa3e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/5220af2a7929aa35cf663d97c89ad3d50cf5fa3e",
                "reference": "5220af2a7929aa35cf663d97c89ad3d50cf5fa3e",
                "shasum": ""
            },
            "require": {
                "ext-tokenizer": "*",
                "php": ">=5.3.3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.2-dev"
                }
            },
            "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-09-13 04:58:23"
        },
        {
            "name": "phpunit/phpunit",
            "version": "3.7.27",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/phpunit.git",
                "reference": "4b024e753e3421837afbcca962c8724c58b39376"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/4b024e753e3421837afbcca962c8724c58b39376",
                "reference": "4b024e753e3421837afbcca962c8724c58b39376",
                "shasum": ""
            },
            "require": {
                "ext-dom": "*",
                "ext-pcre": "*",
                "ext-reflection": "*",
                "ext-spl": "*",
                "php": ">=5.3.3",
                "phpunit/php-code-coverage": "~1.2.1",
                "phpunit/php-file-iterator": ">=1.3.1",
                "phpunit/php-text-template": ">=1.1.1",
                "phpunit/php-timer": ">=1.0.4",
                "phpunit/phpunit-mock-objects": "~1.2.0",
                "symfony/yaml": "~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-09-16 03:09:52"
        },
        {
            "name": "phpunit/phpunit-mock-objects",
            "version": "1.2.3",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
                "reference": "5794e3c5c5ba0fb037b11d8151add2a07fa82875"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/5794e3c5c5ba0fb037b11d8151add2a07fa82875",
                "reference": "5794e3c5c5ba0fb037b11d8151add2a07fa82875",
                "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-01-13 10:24:48"
        },
        {
            "name": "sebastian/finder-facade",
            "version": "1.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/finder-facade.git",
                "reference": "1e396fda3449fce9df032749fa4fa2619e0347e0"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/finder-facade/zipball/1e396fda3449fce9df032749fa4fa2619e0347e0",
                "reference": "1e396fda3449fce9df032749fa4fa2619e0347e0",
                "shasum": ""
            },
            "require": {
                "symfony/finder": ">=2.2.0",
                "theseer/fdomdocument": ">=1.3.1"
            },
            "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": "FinderFacade is a convenience wrapper for Symfony's Finder component.",
            "homepage": "https://github.com/sebastianbergmann/finder-facade",
            "time": "2013-05-28 06:10:03"
        },
        {
            "name": "sebastian/git",
            "version": "1.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/git.git",
                "reference": "a99fbc102e982c1404041ef3e4d431562b29bcba"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/git/zipball/a99fbc102e982c1404041ef3e4d431562b29bcba",
                "reference": "a99fbc102e982c1404041ef3e4d431562b29bcba",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.2-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de",
                    "role": "lead"
                }
            ],
            "description": "Simple wrapper for Git",
            "homepage": "http://www.github.com/sebastianbergmann/git",
            "keywords": [
                "git"
            ],
            "time": "2013-08-04 09:35:29"
        },
        {
            "name": "sebastian/version",
            "version": "1.0.1",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/version.git",
                "reference": "5d879c9144bf41d5a06132f3d194c01ef6c6b3f4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/5d879c9144bf41d5a06132f3d194c01ef6c6b3f4",
                "reference": "5d879c9144bf41d5a06132f3d194c01ef6c6b3f4",
                "shasum": ""
            },
            "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": "Library that helps with managing the version number of Git-hosted PHP projects",
            "homepage": "https://github.com/sebastianbergmann/version",
            "time": "2013-05-29 10:02:00"
        },
        {
            "name": "symfony/browser-kit",
            "version": "v2.3.4",
            "target-dir": "Symfony/Component/BrowserKit",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/BrowserKit.git",
                "reference": "2639dc4eec81f92760e05396a93bb78000b4f5ca"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/BrowserKit/zipball/2639dc4eec81f92760e05396a93bb78000b4f5ca",
                "reference": "2639dc4eec81f92760e05396a93bb78000b4f5ca",
                "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": ""
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.3-dev"
                }
            },
            "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-07-21 12:12:18"
        },
        {
            "name": "symfony/console",
            "version": "v2.3.4",
            "target-dir": "Symfony/Component/Console",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/Console.git",
                "reference": "db78f8ff7fc9e28d25ff9a0bf6ddf9f0e35fbbe3"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/Console/zipball/db78f8ff7fc9e28d25ff9a0bf6ddf9f0e35fbbe3",
                "reference": "db78f8ff7fc9e28d25ff9a0bf6ddf9f0e35fbbe3",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "require-dev": {
                "symfony/event-dispatcher": "~2.1"
            },
            "suggest": {
                "symfony/event-dispatcher": ""
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.3-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Symfony\\Component\\Console\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "http://symfony.com/contributors"
                }
            ],
            "description": "Symfony Console Component",
            "homepage": "http://symfony.com",
            "time": "2013-08-17 16:34:49"
        },
        {
            "name": "symfony/css-selector",
            "version": "v2.3.4",
            "target-dir": "Symfony/Component/CssSelector",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/CssSelector.git",
                "reference": "885544201cb24e79754da1dbd61bd779c2e4353e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/CssSelector/zipball/885544201cb24e79754da1dbd61bd779c2e4353e",
                "reference": "885544201cb24e79754da1dbd61bd779c2e4353e",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.3-dev"
                }
            },
            "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",
            "time": "2013-07-21 12:12:18"
        },
        {
            "name": "symfony/dom-crawler",
            "version": "v2.3.4",
            "target-dir": "Symfony/Component/DomCrawler",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/DomCrawler.git",
                "reference": "e05e07fe8958a304b5e135f8e65d4ae6148cf59b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/DomCrawler/zipball/e05e07fe8958a304b5e135f8e65d4ae6148cf59b",
                "reference": "e05e07fe8958a304b5e135f8e65d4ae6148cf59b",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "require-dev": {
                "symfony/css-selector": "~2.0"
            },
            "suggest": {
                "symfony/css-selector": ""
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.3-dev"
                }
            },
            "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-07-21 12:12:18"
        },
        {
            "name": "symfony/finder",
            "version": "v2.3.4",
            "target-dir": "Symfony/Component/Finder",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/Finder.git",
                "reference": "4a0fee5b86f5bbd9dfdc11ec124eba2915737ce1"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/Finder/zipball/4a0fee5b86f5bbd9dfdc11ec124eba2915737ce1",
                "reference": "4a0fee5b86f5bbd9dfdc11ec124eba2915737ce1",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.3-dev"
                }
            },
            "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-08-13 20:18:00"
        },
        {
            "name": "symfony/yaml",
            "version": "v2.3.4",
            "target-dir": "Symfony/Component/Yaml",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/Yaml.git",
                "reference": "5a279f1b5f5e1045a6c432354d9ea727ff3a9847"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/Yaml/zipball/5a279f1b5f5e1045a6c432354d9ea727ff3a9847",
                "reference": "5a279f1b5f5e1045a6c432354d9ea727ff3a9847",
                "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-08-24 15:26:22"
        },
        {
            "name": "theseer/fdomdocument",
            "version": "1.4.2",
            "source": {
                "type": "git",
                "url": "https://github.com/theseer/fDOMDocument.git",
                "reference": "871515e1a48aa216627ad7cbfc3516d0838578e1"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/theseer/fDOMDocument/zipball/871515e1a48aa216627ad7cbfc3516d0838578e1",
                "reference": "871515e1a48aa216627ad7cbfc3516d0838578e1",
                "shasum": ""
            },
            "require": {
                "ext-dom": "*",
                "lib-libxml": "*",
                "php": ">=5.3.3"
            },
            "type": "library",
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Arne Blankerts",
                    "email": "arne@blankerts.de",
                    "role": "lead"
                }
            ],
            "description": "The classes contained within this repository extend the standard DOM to use exceptions at all occasions of errors instead of PHP warnings or notices. They also add various custom methods and shortcuts for convinience and to simplify the usage of DOM.",
            "homepage": "https://github.com/theseer/fDOMDocument",
            "time": "2013-06-30 12:26:39"
        }
    ],
    "aliases": [

    ],
    "minimum-stability": "stable",
    "stability-flags": [

    ],
    "platform": [

    ],
    "platform-dev": [

    ]
}