[
    {
        "name": "symfony/event-dispatcher",
        "version": "v2.7.3",
        "version_normalized": "2.7.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/EventDispatcher.git",
            "reference": "9310b5f9a87ec2ea75d20fec0b0017c77c66dac3"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/EventDispatcher/zipball/9310b5f9a87ec2ea75d20fec0b0017c77c66dac3",
            "reference": "9310b5f9a87ec2ea75d20fec0b0017c77c66dac3",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.9"
        },
        "require-dev": {
            "psr/log": "~1.0",
            "symfony/config": "~2.0,>=2.0.5",
            "symfony/dependency-injection": "~2.6",
            "symfony/expression-language": "~2.6",
            "symfony/phpunit-bridge": "~2.7",
            "symfony/stopwatch": "~2.3"
        },
        "suggest": {
            "symfony/dependency-injection": "",
            "symfony/http-kernel": ""
        },
        "time": "2015-06-18 19:21:56",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.7-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\EventDispatcher\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony EventDispatcher Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "guzzle/guzzle",
        "version": "v3.9.0",
        "version_normalized": "3.9.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/guzzle/guzzle3.git",
            "reference": "e4d12d7d6acccf75a5e504114e2df9195e494108"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/guzzle/guzzle3/zipball/e4d12d7d6acccf75a5e504114e2df9195e494108",
            "reference": "e4d12d7d6acccf75a5e504114e2df9195e494108",
            "shasum": ""
        },
        "require": {
            "ext-curl": "*",
            "php": ">=5.3.3",
            "symfony/event-dispatcher": "~2.1"
        },
        "replace": {
            "guzzle/batch": "self.version",
            "guzzle/cache": "self.version",
            "guzzle/common": "self.version",
            "guzzle/http": "self.version",
            "guzzle/inflection": "self.version",
            "guzzle/iterator": "self.version",
            "guzzle/log": "self.version",
            "guzzle/parser": "self.version",
            "guzzle/plugin": "self.version",
            "guzzle/plugin-async": "self.version",
            "guzzle/plugin-backoff": "self.version",
            "guzzle/plugin-cache": "self.version",
            "guzzle/plugin-cookie": "self.version",
            "guzzle/plugin-curlauth": "self.version",
            "guzzle/plugin-error-response": "self.version",
            "guzzle/plugin-history": "self.version",
            "guzzle/plugin-log": "self.version",
            "guzzle/plugin-md5": "self.version",
            "guzzle/plugin-mock": "self.version",
            "guzzle/plugin-oauth": "self.version",
            "guzzle/service": "self.version",
            "guzzle/stream": "self.version"
        },
        "require-dev": {
            "doctrine/cache": "~1.3",
            "monolog/monolog": "~1.0",
            "phpunit/phpunit": "3.7.*",
            "psr/log": "~1.0",
            "symfony/class-loader": "~2.1",
            "zendframework/zend-cache": "2.*,<2.3",
            "zendframework/zend-log": "2.*,<2.3"
        },
        "time": "2014-04-23 21:43:40",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.8-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Guzzle": "src/",
                "Guzzle\\Tests": "tests/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Michael Dowling",
                "email": "mtdowling@gmail.com",
                "homepage": "https://github.com/mtdowling"
            },
            {
                "name": "Guzzle Community",
                "homepage": "https://github.com/guzzle/guzzle/contributors"
            }
        ],
        "description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients",
        "homepage": "http://guzzlephp.org/",
        "keywords": [
            "client",
            "curl",
            "framework",
            "http",
            "http client",
            "rest",
            "web service"
        ]
    },
    {
        "name": "knplabs/github-api",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/KnpLabs/php-github-api.git",
            "reference": "313d7ed61494f525ab93cfd8595ec2d398533220"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/KnpLabs/php-github-api/zipball/313d7ed61494f525ab93cfd8595ec2d398533220",
            "reference": "313d7ed61494f525ab93cfd8595ec2d398533220",
            "shasum": ""
        },
        "require": {
            "ext-curl": "*",
            "guzzle/guzzle": "~3.7",
            "php": ">=5.3.2"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.0"
        },
        "suggest": {
            "knplabs/gaufrette": "Needed for optional Gaufrette cache"
        },
        "time": "2015-08-20 09:44:33",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.4.x-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-4": {
                "Github\\": "lib/Github/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Thibault Duplessis",
                "email": "thibault.duplessis@gmail.com",
                "homepage": "http://ornicar.github.com"
            },
            {
                "name": "KnpLabs Team",
                "homepage": "http://knplabs.com"
            }
        ],
        "description": "GitHub API v3 client",
        "homepage": "https://github.com/KnpLabs/php-github-api",
        "keywords": [
            "api",
            "gh",
            "gist",
            "github"
        ]
    },
    {
        "name": "league/commonmark",
        "version": "0.10.0",
        "version_normalized": "0.10.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/thephpleague/commonmark.git",
            "reference": "984455f72d4f07669c1f5c545768f60c4e871585"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/984455f72d4f07669c1f5c545768f60c4e871585",
            "reference": "984455f72d4f07669c1f5c545768f60c4e871585",
            "shasum": ""
        },
        "require": {
            "ext-mbstring": "*",
            "php": ">=5.4.8"
        },
        "replace": {
            "colinodell/commonmark-php": "*"
        },
        "require-dev": {
            "erusev/parsedown": "~1.0",
            "jgm/commonmark": "0.21",
            "jgm/smartpunct": "0.21",
            "michelf/php-markdown": "~1.4",
            "phpunit/phpunit": "~4.3",
            "phpunit/phpunit-mock-objects": "2.3.0",
            "symfony/finder": "~2.3"
        },
        "time": "2015-07-25 14:37:05",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "0.11-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "League\\CommonMark\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Colin O'Dell",
                "email": "colinodell@gmail.com",
                "homepage": "http://www.colinodell.com",
                "role": "Lead Developer"
            }
        ],
        "description": "Markdown parser for PHP based on the CommonMark spec",
        "homepage": "https://github.com/thephpleague/commonmark",
        "keywords": [
            "commonmark",
            "markdown",
            "parser"
        ]
    },
    {
        "name": "phpdocumentor/reflection-docblock",
        "version": "2.0.4",
        "version_normalized": "2.0.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
            "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8",
            "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.0"
        },
        "suggest": {
            "dflydev/markdown": "~1.0",
            "erusev/parsedown": "~1.0"
        },
        "time": "2015-02-03 12:10:50",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "phpDocumentor": [
                    "src/"
                ]
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Mike van Riel",
                "email": "mike.vanriel@naenius.com"
            }
        ]
    },
    {
        "name": "phpunit/php-token-stream",
        "version": "1.4.6",
        "version_normalized": "1.4.6.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/php-token-stream.git",
            "reference": "3ab72c62e550370a6cd5dc873e1a04ab57562f5b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3ab72c62e550370a6cd5dc873e1a04ab57562f5b",
            "reference": "3ab72c62e550370a6cd5dc873e1a04ab57562f5b",
            "shasum": ""
        },
        "require": {
            "ext-tokenizer": "*",
            "php": ">=5.3.3"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.2"
        },
        "time": "2015-08-16 08:51:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "src/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Sebastian Bergmann",
                "email": "sebastian@phpunit.de"
            }
        ],
        "description": "Wrapper around PHP's tokenizer extension.",
        "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
        "keywords": [
            "tokenizer"
        ]
    },
    {
        "name": "symfony/yaml",
        "version": "v2.7.3",
        "version_normalized": "2.7.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/Yaml.git",
            "reference": "71340e996171474a53f3d29111d046be4ad8a0ff"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/Yaml/zipball/71340e996171474a53f3d29111d046be4ad8a0ff",
            "reference": "71340e996171474a53f3d29111d046be4ad8a0ff",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.9"
        },
        "require-dev": {
            "symfony/phpunit-bridge": "~2.7"
        },
        "time": "2015-07-28 14:07:07",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.7-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Yaml\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony Yaml Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "sebastian/version",
        "version": "1.0.6",
        "version_normalized": "1.0.6.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/version.git",
            "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
            "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
            "shasum": ""
        },
        "time": "2015-06-21 13:59:46",
        "type": "library",
        "installation-source": "dist",
        "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"
    },
    {
        "name": "sebastian/global-state",
        "version": "1.0.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/global-state.git",
            "reference": "c7428acdb62ece0a45e6306f1ae85e1c05b09c01"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/c7428acdb62ece0a45e6306f1ae85e1c05b09c01",
            "reference": "c7428acdb62ece0a45e6306f1ae85e1c05b09c01",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.2"
        },
        "suggest": {
            "ext-uopz": "*"
        },
        "time": "2014-10-06 09:23:50",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "src/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Sebastian Bergmann",
                "email": "sebastian@phpunit.de"
            }
        ],
        "description": "Snapshotting of global state",
        "homepage": "http://www.github.com/sebastianbergmann/global-state",
        "keywords": [
            "global state"
        ]
    },
    {
        "name": "sebastian/recursion-context",
        "version": "1.0.1",
        "version_normalized": "1.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/recursion-context.git",
            "reference": "994d4a811bafe801fb06dccbee797863ba2792ba"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/994d4a811bafe801fb06dccbee797863ba2792ba",
            "reference": "994d4a811bafe801fb06dccbee797863ba2792ba",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.4"
        },
        "time": "2015-06-21 08:04:50",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "src/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Jeff Welch",
                "email": "whatthejeff@gmail.com"
            },
            {
                "name": "Sebastian Bergmann",
                "email": "sebastian@phpunit.de"
            },
            {
                "name": "Adam Harvey",
                "email": "aharvey@php.net"
            }
        ],
        "description": "Provides functionality to recursively process PHP variables",
        "homepage": "http://www.github.com/sebastianbergmann/recursion-context"
    },
    {
        "name": "sebastian/exporter",
        "version": "1.2.1",
        "version_normalized": "1.2.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/exporter.git",
            "reference": "7ae5513327cb536431847bcc0c10edba2701064e"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/7ae5513327cb536431847bcc0c10edba2701064e",
            "reference": "7ae5513327cb536431847bcc0c10edba2701064e",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3",
            "sebastian/recursion-context": "~1.0"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.4"
        },
        "time": "2015-06-21 07:55:53",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.2.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "src/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Jeff Welch",
                "email": "whatthejeff@gmail.com"
            },
            {
                "name": "Volker Dusch",
                "email": "github@wallbash.com"
            },
            {
                "name": "Bernhard Schussek",
                "email": "bschussek@2bepublished.at"
            },
            {
                "name": "Sebastian Bergmann",
                "email": "sebastian@phpunit.de"
            },
            {
                "name": "Adam Harvey",
                "email": "aharvey@php.net"
            }
        ],
        "description": "Provides the functionality to export PHP variables for visualization",
        "homepage": "http://www.github.com/sebastianbergmann/exporter",
        "keywords": [
            "export",
            "exporter"
        ]
    },
    {
        "name": "sebastian/environment",
        "version": "1.3.2",
        "version_normalized": "1.3.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/environment.git",
            "reference": "6324c907ce7a52478eeeaede764f48733ef5ae44"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/6324c907ce7a52478eeeaede764f48733ef5ae44",
            "reference": "6324c907ce7a52478eeeaede764f48733ef5ae44",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.4"
        },
        "time": "2015-08-03 06:14:51",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.3.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "src/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Sebastian Bergmann",
                "email": "sebastian@phpunit.de"
            }
        ],
        "description": "Provides functionality to handle HHVM/PHP environments",
        "homepage": "http://www.github.com/sebastianbergmann/environment",
        "keywords": [
            "Xdebug",
            "environment",
            "hhvm"
        ]
    },
    {
        "name": "sebastian/diff",
        "version": "1.3.0",
        "version_normalized": "1.3.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/diff.git",
            "reference": "863df9687835c62aa423a22412d26fa2ebde3fd3"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/863df9687835c62aa423a22412d26fa2ebde3fd3",
            "reference": "863df9687835c62aa423a22412d26fa2ebde3fd3",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.2"
        },
        "time": "2015-02-22 15:13:53",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.3-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "src/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Kore Nordmann",
                "email": "mail@kore-nordmann.de"
            },
            {
                "name": "Sebastian Bergmann",
                "email": "sebastian@phpunit.de"
            }
        ],
        "description": "Diff implementation",
        "homepage": "http://www.github.com/sebastianbergmann/diff",
        "keywords": [
            "diff"
        ]
    },
    {
        "name": "sebastian/comparator",
        "version": "1.2.0",
        "version_normalized": "1.2.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/comparator.git",
            "reference": "937efb279bd37a375bcadf584dec0726f84dbf22"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22",
            "reference": "937efb279bd37a375bcadf584dec0726f84dbf22",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3",
            "sebastian/diff": "~1.2",
            "sebastian/exporter": "~1.2"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.4"
        },
        "time": "2015-07-26 15:48:44",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.2.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "src/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Jeff Welch",
                "email": "whatthejeff@gmail.com"
            },
            {
                "name": "Volker Dusch",
                "email": "github@wallbash.com"
            },
            {
                "name": "Bernhard Schussek",
                "email": "bschussek@2bepublished.at"
            },
            {
                "name": "Sebastian Bergmann",
                "email": "sebastian@phpunit.de"
            }
        ],
        "description": "Provides the functionality to compare PHP values for equality",
        "homepage": "http://www.github.com/sebastianbergmann/comparator",
        "keywords": [
            "comparator",
            "compare",
            "equality"
        ]
    },
    {
        "name": "phpunit/php-text-template",
        "version": "1.2.1",
        "version_normalized": "1.2.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/php-text-template.git",
            "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
            "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "time": "2015-06-21 13:50:34",
        "type": "library",
        "installation-source": "dist",
        "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 template engine.",
        "homepage": "https://github.com/sebastianbergmann/php-text-template/",
        "keywords": [
            "template"
        ]
    },
    {
        "name": "doctrine/instantiator",
        "version": "1.0.5",
        "version_normalized": "1.0.5.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/instantiator.git",
            "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
            "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3,<8.0-DEV"
        },
        "require-dev": {
            "athletic/athletic": "~0.1.8",
            "ext-pdo": "*",
            "ext-phar": "*",
            "phpunit/phpunit": "~4.0",
            "squizlabs/php_codesniffer": "~2.0"
        },
        "time": "2015-06-14 21:17:01",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Marco Pivetta",
                "email": "ocramius@gmail.com",
                "homepage": "http://ocramius.github.com/"
            }
        ],
        "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
        "homepage": "https://github.com/doctrine/instantiator",
        "keywords": [
            "constructor",
            "instantiate"
        ]
    },
    {
        "name": "phpunit/phpunit-mock-objects",
        "version": "2.3.7",
        "version_normalized": "2.3.7.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
            "reference": "5e2645ad49d196e020b85598d7c97e482725786a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/5e2645ad49d196e020b85598d7c97e482725786a",
            "reference": "5e2645ad49d196e020b85598d7c97e482725786a",
            "shasum": ""
        },
        "require": {
            "doctrine/instantiator": "^1.0.2",
            "php": ">=5.3.3",
            "phpunit/php-text-template": "~1.2",
            "sebastian/exporter": "~1.2"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.4"
        },
        "suggest": {
            "ext-soap": "*"
        },
        "time": "2015-08-19 09:14:08",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.3.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "src/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "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"
        ]
    },
    {
        "name": "phpunit/php-timer",
        "version": "1.0.7",
        "version_normalized": "1.0.7.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/php-timer.git",
            "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
            "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "time": "2015-06-21 08:01:12",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "src/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "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"
        ]
    },
    {
        "name": "phpunit/php-file-iterator",
        "version": "1.4.1",
        "version_normalized": "1.4.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
            "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
            "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "time": "2015-06-21 13:08:43",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.4.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "src/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "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"
        ]
    },
    {
        "name": "phpunit/php-code-coverage",
        "version": "2.2.2",
        "version_normalized": "2.2.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
            "reference": "2d7c03c0e4e080901b8f33b2897b0577be18a13c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/2d7c03c0e4e080901b8f33b2897b0577be18a13c",
            "reference": "2d7c03c0e4e080901b8f33b2897b0577be18a13c",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3",
            "phpunit/php-file-iterator": "~1.3",
            "phpunit/php-text-template": "~1.2",
            "phpunit/php-token-stream": "~1.3",
            "sebastian/environment": "^1.3.2",
            "sebastian/version": "~1.0"
        },
        "require-dev": {
            "ext-xdebug": ">=2.1.4",
            "phpunit/phpunit": "~4"
        },
        "suggest": {
            "ext-dom": "*",
            "ext-xdebug": ">=2.2.1",
            "ext-xmlwriter": "*"
        },
        "time": "2015-08-04 03:42:39",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.2.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "src/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "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"
        ]
    },
    {
        "name": "phpspec/prophecy",
        "version": "v1.5.0",
        "version_normalized": "1.5.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/phpspec/prophecy.git",
            "reference": "4745ded9307786b730d7a60df5cb5a6c43cf95f7"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/phpspec/prophecy/zipball/4745ded9307786b730d7a60df5cb5a6c43cf95f7",
            "reference": "4745ded9307786b730d7a60df5cb5a6c43cf95f7",
            "shasum": ""
        },
        "require": {
            "doctrine/instantiator": "^1.0.2",
            "phpdocumentor/reflection-docblock": "~2.0",
            "sebastian/comparator": "~1.1"
        },
        "require-dev": {
            "phpspec/phpspec": "~2.0"
        },
        "time": "2015-08-13 10:07:40",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.4.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Prophecy\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Konstantin Kudryashov",
                "email": "ever.zet@gmail.com",
                "homepage": "http://everzet.com"
            },
            {
                "name": "Marcello Duarte",
                "email": "marcello.duarte@gmail.com"
            }
        ],
        "description": "Highly opinionated mocking framework for PHP 5.3+",
        "homepage": "https://github.com/phpspec/prophecy",
        "keywords": [
            "Double",
            "Dummy",
            "fake",
            "mock",
            "spy",
            "stub"
        ]
    },
    {
        "name": "phpunit/phpunit",
        "version": "4.8.6",
        "version_normalized": "4.8.6.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/phpunit.git",
            "reference": "2246830f4a1a551c67933e4171bf2126dc29d357"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/2246830f4a1a551c67933e4171bf2126dc29d357",
            "reference": "2246830f4a1a551c67933e4171bf2126dc29d357",
            "shasum": ""
        },
        "require": {
            "ext-dom": "*",
            "ext-json": "*",
            "ext-pcre": "*",
            "ext-reflection": "*",
            "ext-spl": "*",
            "php": ">=5.3.3",
            "phpspec/prophecy": "^1.3.1",
            "phpunit/php-code-coverage": "~2.1",
            "phpunit/php-file-iterator": "~1.4",
            "phpunit/php-text-template": "~1.2",
            "phpunit/php-timer": ">=1.0.6",
            "phpunit/phpunit-mock-objects": "~2.3",
            "sebastian/comparator": "~1.1",
            "sebastian/diff": "~1.2",
            "sebastian/environment": "~1.3",
            "sebastian/exporter": "~1.2",
            "sebastian/global-state": "~1.0",
            "sebastian/version": "~1.0",
            "symfony/yaml": "~2.1|~3.0"
        },
        "suggest": {
            "phpunit/php-invoker": "~1.1"
        },
        "time": "2015-08-24 04:09:38",
        "bin": [
            "phpunit"
        ],
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.8.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "src/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Sebastian Bergmann",
                "email": "sebastian@phpunit.de",
                "role": "lead"
            }
        ],
        "description": "The PHP Unit Testing framework.",
        "homepage": "https://phpunit.de/",
        "keywords": [
            "phpunit",
            "testing",
            "xunit"
        ]
    },
    {
        "name": "wp-cli/php-cli-tools",
        "version": "v0.10.5",
        "version_normalized": "0.10.5.0",
        "source": {
            "type": "git",
            "url": "https://github.com/wp-cli/php-cli-tools.git",
            "reference": "037a010441a5c220cd1df26cdc9b20ad73408356"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/wp-cli/php-cli-tools/zipball/037a010441a5c220cd1df26cdc9b20ad73408356",
            "reference": "037a010441a5c220cd1df26cdc9b20ad73408356",
            "shasum": ""
        },
        "require": {
            "php": ">= 5.3.0"
        },
        "time": "2015-08-10 12:46:19",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "cli": "lib/"
            },
            "files": [
                "lib/cli/cli.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "James Logsdon",
                "email": "jlogsdon@php.net",
                "role": "Developer"
            },
            {
                "name": "Daniel Bachhuber",
                "email": "daniel@handbuilt.co",
                "role": "Maintainer"
            }
        ],
        "description": "Console utilities for PHP",
        "homepage": "http://github.com/wp-cli/php-cli-tools",
        "keywords": [
            "cli",
            "console"
        ]
    },
    {
        "name": "symfony/finder",
        "version": "v2.7.3",
        "version_normalized": "2.7.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/Finder.git",
            "reference": "ae0f363277485094edc04c9f3cbe595b183b78e4"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/Finder/zipball/ae0f363277485094edc04c9f3cbe595b183b78e4",
            "reference": "ae0f363277485094edc04c9f3cbe595b183b78e4",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.9"
        },
        "require-dev": {
            "symfony/phpunit-bridge": "~2.7"
        },
        "time": "2015-07-09 16:07:40",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.7-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Finder\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony Finder Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "rmccue/requests",
        "version": "v1.6.1",
        "version_normalized": "1.6.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/rmccue/Requests.git",
            "reference": "6aac485666c2955077d77b796bbdd25f0013a4ea"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/rmccue/Requests/zipball/6aac485666c2955077d77b796bbdd25f0013a4ea",
            "reference": "6aac485666c2955077d77b796bbdd25f0013a4ea",
            "shasum": ""
        },
        "require": {
            "php": ">=5.2"
        },
        "require-dev": {
            "satooshi/php-coveralls": "dev-master"
        },
        "time": "2014-05-18 04:59:02",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Requests": "library/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "ISC"
        ],
        "authors": [
            {
                "name": "Ryan McCue",
                "homepage": "http://ryanmccue.info"
            }
        ],
        "description": "A HTTP library written in PHP, for human beings.",
        "homepage": "http://github.com/rmccue/Requests",
        "keywords": [
            "curl",
            "fsockopen",
            "http",
            "idna",
            "ipv6",
            "iri",
            "sockets"
        ]
    },
    {
        "name": "ramsey/array_column",
        "version": "1.1.3",
        "version_normalized": "1.1.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/ramsey/array_column.git",
            "reference": "f8e52eb28e67eb50e613b451dd916abcf783c1db"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/ramsey/array_column/zipball/f8e52eb28e67eb50e613b451dd916abcf783c1db",
            "reference": "f8e52eb28e67eb50e613b451dd916abcf783c1db",
            "shasum": ""
        },
        "require-dev": {
            "jakub-onderka/php-parallel-lint": "0.8.*",
            "phpunit/phpunit": "~4.5",
            "satooshi/php-coveralls": "0.6.*",
            "squizlabs/php_codesniffer": "~2.2"
        },
        "time": "2015-03-20 22:07:39",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "files": [
                "src/array_column.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Ben Ramsey",
                "homepage": "http://benramsey.com"
            }
        ],
        "description": "Provides functionality for array_column() to projects using PHP earlier than version 5.5.",
        "homepage": "https://github.com/ramsey/array_column",
        "keywords": [
            "array",
            "array_column",
            "column"
        ]
    },
    {
        "name": "nb/oxymel",
        "version": "v0.1.0",
        "version_normalized": "0.1.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/nb/oxymel.git",
            "reference": "cbe626ef55d5c4cc9b5e6e3904b395861ea76e3c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/nb/oxymel/zipball/cbe626ef55d5c4cc9b5e6e3904b395861ea76e3c",
            "reference": "cbe626ef55d5c4cc9b5e6e3904b395861ea76e3c",
            "shasum": ""
        },
        "require": {
            "php": ">=5.2.4"
        },
        "time": "2013-02-24 15:01:54",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Oxymel": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Nikolay Bachiyski",
                "email": "nb@nikolay.bg",
                "homepage": "http://extrapolate.me/"
            }
        ],
        "description": "A sweet XML builder",
        "homepage": "https://github.com/nb/oxymel",
        "keywords": [
            "xml"
        ]
    },
    {
        "name": "mustache/mustache",
        "version": "v2.8.0",
        "version_normalized": "2.8.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/bobthecow/mustache.php.git",
            "reference": "64c28cc73e01d5edcef7de8cb2b16782615f648a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/bobthecow/mustache.php/zipball/64c28cc73e01d5edcef7de8cb2b16782615f648a",
            "reference": "64c28cc73e01d5edcef7de8cb2b16782615f648a",
            "shasum": ""
        },
        "require": {
            "php": ">=5.2.4"
        },
        "require-dev": {
            "fabpot/php-cs-fixer": "~1.6",
            "phpunit/phpunit": "~3.7|~4.0"
        },
        "time": "2015-04-01 06:37:33",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Mustache": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Justin Hileman",
                "email": "justin@justinhileman.info",
                "homepage": "http://justinhileman.com"
            }
        ],
        "description": "A Mustache implementation in PHP.",
        "homepage": "https://github.com/bobthecow/mustache.php",
        "keywords": [
            "mustache",
            "templating"
        ]
    },
    {
        "name": "wp-cli/wp-cli",
        "version": "v0.20.0",
        "version_normalized": "0.20.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/wp-cli/wp-cli.git",
            "reference": "58317fce36e34a10473bbd397b42a185edd10438"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/wp-cli/wp-cli/zipball/58317fce36e34a10473bbd397b42a185edd10438",
            "reference": "58317fce36e34a10473bbd397b42a185edd10438",
            "shasum": ""
        },
        "require": {
            "mustache/mustache": "~2.4",
            "nb/oxymel": "0.1.0",
            "php": ">=5.3.2",
            "ramsey/array_column": "~1.1",
            "rmccue/requests": "~1.6",
            "symfony/finder": "~2.3",
            "wp-cli/php-cli-tools": "0.10.5"
        },
        "require-dev": {
            "behat/behat": "2.5.*",
            "phpunit/phpunit": "3.7.*"
        },
        "suggest": {
            "psy/psysh": "Enhanced `wp shell` functionality"
        },
        "time": "2015-08-26 17:38:02",
        "bin": [
            "bin/wp.bat",
            "bin/wp"
        ],
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "WP_CLI": "php"
            },
            "files": [
                "php/Spyc.php"
            ],
            "classmap": [
                "php/export"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "description": "A command line interface for WordPress",
        "homepage": "http://wp-cli.org",
        "keywords": [
            "cli",
            "wordpress"
        ]
    }
]
