PSchwisow/phergie-irc-plugin-react-url-shorten

View on GitHub
composer.lock

Summary

Maintainability
Test Coverage
{
    "_readme": [
        "This file locks the dependencies of your project to a known state",
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
        "This file is @generated automatically"
    ],
    "hash": "fb14132559f41fd53ffdb46524ddaa8b",
    "content-hash": "88a9cdc531562084a9f97c6ee100eb8b",
    "packages": [
        {
            "name": "evenement/evenement",
            "version": "v2.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/igorw/evenement.git",
                "reference": "f6e843799fd4f4184d54d8fc7b5b3551c9fa803e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/igorw/evenement/zipball/f6e843799fd4f4184d54d8fc7b5b3551c9fa803e",
                "reference": "f6e843799fd4f4184d54d8fc7b5b3551c9fa803e",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Evenement": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Igor Wiedler",
                    "email": "igor@wiedler.ch",
                    "homepage": "http://wiedler.ch/igor/"
                }
            ],
            "description": "Événement is a very simple event dispatching library for PHP",
            "keywords": [
                "event-dispatcher",
                "event-emitter"
            ],
            "time": "2012-11-02 14:49:47"
        },
        {
            "name": "guzzlehttp/guzzle",
            "version": "5.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/guzzle/guzzle.git",
                "reference": "f3c8c22471cb55475105c14769644a49c3262b93"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/f3c8c22471cb55475105c14769644a49c3262b93",
                "reference": "f3c8c22471cb55475105c14769644a49c3262b93",
                "shasum": ""
            },
            "require": {
                "guzzlehttp/ringphp": "^1.1",
                "php": ">=5.4.0"
            },
            "require-dev": {
                "ext-curl": "*",
                "phpunit/phpunit": "^4.0",
                "psr/log": "^1.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "5.0-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "GuzzleHttp\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Michael Dowling",
                    "email": "mtdowling@gmail.com",
                    "homepage": "https://github.com/mtdowling"
                }
            ],
            "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"
            ],
            "time": "2015-05-20 03:47:55"
        },
        {
            "name": "guzzlehttp/psr7",
            "version": "1.2.1",
            "source": {
                "type": "git",
                "url": "https://github.com/guzzle/psr7.git",
                "reference": "4d0bdbe1206df7440219ce14c972aa57cc5e4982"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/guzzle/psr7/zipball/4d0bdbe1206df7440219ce14c972aa57cc5e4982",
                "reference": "4d0bdbe1206df7440219ce14c972aa57cc5e4982",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4.0",
                "psr/http-message": "~1.0"
            },
            "provide": {
                "psr/http-message-implementation": "1.0"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "GuzzleHttp\\Psr7\\": "src/"
                },
                "files": [
                    "src/functions_include.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Michael Dowling",
                    "email": "mtdowling@gmail.com",
                    "homepage": "https://github.com/mtdowling"
                }
            ],
            "description": "PSR-7 message implementation",
            "keywords": [
                "http",
                "message",
                "stream",
                "uri"
            ],
            "time": "2015-11-03 01:34:55"
        },
        {
            "name": "guzzlehttp/ringphp",
            "version": "1.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/guzzle/RingPHP.git",
                "reference": "dbbb91d7f6c191e5e405e900e3102ac7f261bc0b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/guzzle/RingPHP/zipball/dbbb91d7f6c191e5e405e900e3102ac7f261bc0b",
                "reference": "dbbb91d7f6c191e5e405e900e3102ac7f261bc0b",
                "shasum": ""
            },
            "require": {
                "guzzlehttp/streams": "~3.0",
                "php": ">=5.4.0",
                "react/promise": "~2.0"
            },
            "require-dev": {
                "ext-curl": "*",
                "phpunit/phpunit": "~4.0"
            },
            "suggest": {
                "ext-curl": "Guzzle will use specific adapters if cURL is present"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.1-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "GuzzleHttp\\Ring\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Michael Dowling",
                    "email": "mtdowling@gmail.com",
                    "homepage": "https://github.com/mtdowling"
                }
            ],
            "description": "Provides a simple API and specification that abstracts away the details of HTTP into a single PHP function.",
            "time": "2015-05-20 03:37:09"
        },
        {
            "name": "guzzlehttp/streams",
            "version": "3.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/guzzle/streams.git",
                "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/guzzle/streams/zipball/47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5",
                "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4.0"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.0-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "GuzzleHttp\\Stream\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Michael Dowling",
                    "email": "mtdowling@gmail.com",
                    "homepage": "https://github.com/mtdowling"
                }
            ],
            "description": "Provides a simple abstraction over streams of data",
            "homepage": "http://guzzlephp.org/",
            "keywords": [
                "Guzzle",
                "stream"
            ],
            "time": "2014-10-12 19:18:40"
        },
        {
            "name": "monolog/monolog",
            "version": "1.17.2",
            "source": {
                "type": "git",
                "url": "https://github.com/Seldaek/monolog.git",
                "reference": "bee7f0dc9c3e0b69a6039697533dca1e845c8c24"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/bee7f0dc9c3e0b69a6039697533dca1e845c8c24",
                "reference": "bee7f0dc9c3e0b69a6039697533dca1e845c8c24",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0",
                "psr/log": "~1.0"
            },
            "provide": {
                "psr/log-implementation": "1.0.0"
            },
            "require-dev": {
                "aws/aws-sdk-php": "^2.4.9",
                "doctrine/couchdb": "~1.0@dev",
                "graylog2/gelf-php": "~1.0",
                "jakub-onderka/php-parallel-lint": "0.9",
                "php-console/php-console": "^3.1.3",
                "phpunit/phpunit": "~4.5",
                "phpunit/phpunit-mock-objects": "2.3.0",
                "raven/raven": "^0.13",
                "ruflin/elastica": ">=0.90 <3.0",
                "swiftmailer/swiftmailer": "~5.3",
                "videlalvaro/php-amqplib": "~2.4"
            },
            "suggest": {
                "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
                "ext-mongo": "Allow sending log messages to a MongoDB server",
                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
                "php-console/php-console": "Allow sending log messages to Google Chrome",
                "raven/raven": "Allow sending log messages to a Sentry server",
                "rollbar/rollbar": "Allow sending log messages to Rollbar",
                "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
                "videlalvaro/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.16.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Monolog\\": "src/Monolog"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jordi Boggiano",
                    "email": "j.boggiano@seld.be",
                    "homepage": "http://seld.be"
                }
            ],
            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
            "homepage": "http://github.com/Seldaek/monolog",
            "keywords": [
                "log",
                "logging",
                "psr-3"
            ],
            "time": "2015-10-14 12:51:02"
        },
        {
            "name": "nojimage/twitter-text-php",
            "version": "1.1.1",
            "source": {
                "type": "git",
                "url": "https://github.com/nojimage/twitter-text-php.git",
                "reference": "2cf4d681f7cbe0a564fb8f32c423b35b85baae20"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nojimage/twitter-text-php/zipball/2cf4d681f7cbe0a564fb8f32c423b35b85baae20",
                "reference": "2cf4d681f7cbe0a564fb8f32c423b35b85baae20",
                "shasum": ""
            },
            "require": {
                "php": ">=5.2.8"
            },
            "require-dev": {
                "php": ">=5.3.3",
                "symfony/yaml": "*",
                "twitter/twitter-text-conformance": "1.8.0"
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "Twitter_": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "authors": [
                {
                    "name": "Takashi Nojima",
                    "homepage": "http://php-tips.com",
                    "role": "Developer"
                },
                {
                    "name": "Matt Sanford",
                    "email": "matt@mzsanford.com",
                    "homepage": "http://mzsanford.com"
                },
                {
                    "name": "Mike Cochrane",
                    "email": "mikec@mikenz.geek.nz",
                    "homepage": "http://mikenz.geek.nz"
                },
                {
                    "name": "Nick Pope",
                    "email": "git@nickpope.me.uk",
                    "homepage": "http://www.nickpope.me.uk"
                }
            ],
            "description": "A library of PHP classes that provide auto-linking and extraction of usernames, lists, hashtags and URLs from tweets.",
            "homepage": "https://github.com/nojimage/twitter-text-php",
            "keywords": [
                "autolink",
                "extract",
                "text",
                "twitter"
            ],
            "time": "2014-02-28 15:18:45"
        },
        {
            "name": "phergie/phergie-irc-bot-react",
            "version": "2.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/phergie/phergie-irc-bot-react.git",
                "reference": "d8587c51144dffe45dc925d87740a7f1e0ea23d4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phergie/phergie-irc-bot-react/zipball/d8587c51144dffe45dc925d87740a7f1e0ea23d4",
                "reference": "d8587c51144dffe45dc925d87740a7f1e0ea23d4",
                "shasum": ""
            },
            "require": {
                "evenement/evenement": "~2.0",
                "monolog/monolog": "~1.6",
                "phergie/phergie-irc-client-react": "~3",
                "phergie/phergie-irc-connection": "~2.0",
                "phergie/phergie-irc-event": "~1.0",
                "php": ">=5.5"
            },
            "require-dev": {
                "phergie/phergie-irc-bot-react-development": "~1.0"
            },
            "bin": [
                "bin/phergie"
            ],
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Phergie\\Irc\\Bot\\React\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-2-Clause"
            ],
            "description": "IRC bot built on React",
            "keywords": [
                "bot",
                "irc",
                "react"
            ],
            "time": "2015-12-21 21:17:58"
        },
        {
            "name": "phergie/phergie-irc-client-react",
            "version": "3.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/phergie/phergie-irc-client-react.git",
                "reference": "55efba19c7a48764d4b997d5e9d473e0f75db232"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phergie/phergie-irc-client-react/zipball/55efba19c7a48764d4b997d5e9d473e0f75db232",
                "reference": "55efba19c7a48764d4b997d5e9d473e0f75db232",
                "shasum": ""
            },
            "require": {
                "monolog/monolog": "~1.6",
                "phergie/phergie-irc-connection": "~2.0",
                "phergie/phergie-irc-generator": "~1.5",
                "phergie/phergie-irc-parser": "~2.0",
                "php": ">=5.5",
                "psr/log": "~1.0",
                "react/dns": "~0.4.0",
                "react/event-loop": "~0.4.0",
                "react/promise": "~2.0",
                "react/socket-client": "~0.4.2",
                "react/stream": "~0.4.2"
            },
            "conflict": {
                "phergie/phergie-irc-plugin-react-pong": "*"
            },
            "require-dev": {
                "phergie/phergie-irc-bot-react-development": "~1.0.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Phergie\\Irc\\Client\\React\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-2-Clause"
            ],
            "description": "IRC client library built on React",
            "keywords": [
                "client",
                "irc",
                "react"
            ],
            "time": "2015-12-14 23:56:41"
        },
        {
            "name": "phergie/phergie-irc-connection",
            "version": "2.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/phergie/phergie-irc-connection.git",
                "reference": "c5aa9188693d7ac86dc4842f4dde3d63a523f741"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phergie/phergie-irc-connection/zipball/c5aa9188693d7ac86dc4842f4dde3d63a523f741",
                "reference": "c5aa9188693d7ac86dc4842f4dde3d63a523f741",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4.2"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.6"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Phergie\\Irc\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-2-Clause"
            ],
            "description": "Data structure for containing information about an IRC client connection",
            "keywords": [
                "Connection",
                "client",
                "irc",
                "server"
            ],
            "time": "2015-05-26 15:14:31"
        },
        {
            "name": "phergie/phergie-irc-event",
            "version": "1.0.2",
            "source": {
                "type": "git",
                "url": "https://github.com/phergie/phergie-irc-event.git",
                "reference": "bccc65cd6371ed441984d23713cfbe197245b677"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phergie/phergie-irc-event/zipball/bccc65cd6371ed441984d23713cfbe197245b677",
                "reference": "bccc65cd6371ed441984d23713cfbe197245b677",
                "shasum": ""
            },
            "require": {
                "phergie/phergie-irc-connection": "2.*",
                "php": ">=5.3.3"
            },
            "require-dev": {
                "phake/phake": "2.0.0-beta2",
                "phpunit/phpunit": "4.1.*"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Phergie\\Irc\\Event\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-2-Clause"
            ],
            "description": "PHP data structure for IRC event information",
            "keywords": [
                "event",
                "irc"
            ],
            "time": "2015-06-09 17:45:15"
        },
        {
            "name": "phergie/phergie-irc-generator",
            "version": "1.7.0",
            "source": {
                "type": "git",
                "url": "https://github.com/phergie/phergie-irc-generator.git",
                "reference": "d333d7ea44d90dc2defe2a13699f6d4c382c0193"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phergie/phergie-irc-generator/zipball/d333d7ea44d90dc2defe2a13699f6d4c382c0193",
                "reference": "d333d7ea44d90dc2defe2a13699f6d4c382c0193",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "require-dev": {
                "phpunit/phpunit": "4.1.*"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Phergie\\Irc\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-2-Clause"
            ],
            "description": "Generator for messages conforming to the IRC protocol",
            "keywords": [
                "generator",
                "irc"
            ],
            "time": "2015-07-16 16:26:11"
        },
        {
            "name": "phergie/phergie-irc-parser",
            "version": "2.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/phergie/phergie-irc-parser.git",
                "reference": "cec7ec29ea9bbad5f3d1c0e0271279b3d58fe6ce"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phergie/phergie-irc-parser/zipball/cec7ec29ea9bbad5f3d1c0e0271279b3d58fe6ce",
                "reference": "cec7ec29ea9bbad5f3d1c0e0271279b3d58fe6ce",
                "shasum": ""
            },
            "require": {
                "php": ">=5.5"
            },
            "require-dev": {
                "phergie/phergie-irc-bot-react-development": "~1.0.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Phergie\\Irc\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-2-Clause"
            ],
            "description": "Parser for messages conforming to the IRC protocol",
            "keywords": [
                "irc",
                "parser"
            ],
            "time": "2015-11-12 15:21:51"
        },
        {
            "name": "phergie/phergie-irc-plugin-dns",
            "version": "4.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/phergie/plugin-dns.git",
                "reference": "e24af66296819c2c02804a1cbe0fbcef63cd9e15"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phergie/plugin-dns/zipball/e24af66296819c2c02804a1cbe0fbcef63cd9e15",
                "reference": "e24af66296819c2c02804a1cbe0fbcef63cd9e15",
                "shasum": ""
            },
            "require": {
                "phergie/phergie-irc-bot-react": "^2.0",
                "php": ">=5.5",
                "react/dns": "^0.4.1"
            },
            "require-dev": {
                "phergie/phergie-irc-bot-react-development": "^1.0.2|^1.1",
                "phergie/phergie-irc-plugin-react-command": "^2"
            },
            "suggest": {
                "phergie/phergie-irc-plugin-react-command": "Required if you want to make use of the command support"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Phergie\\Plugin\\Dns\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Cees-Jan Kiewiet",
                    "email": "ceesjank@gmail.com"
                }
            ],
            "description": "Phergie plugin for Looking up IP's by hostnames",
            "keywords": [
                "bot",
                "irc",
                "phergie",
                "phergieplugin",
                "plugin",
                "react"
            ],
            "time": "2015-12-28 23:49:13"
        },
        {
            "name": "phergie/phergie-irc-plugin-http",
            "version": "4.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/phergie/plugin-http.git",
                "reference": "6f44190806e0817c0fd1dfb06bf221903dddf7cc"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phergie/plugin-http/zipball/6f44190806e0817c0fd1dfb06bf221903dddf7cc",
                "reference": "6f44190806e0817c0fd1dfb06bf221903dddf7cc",
                "shasum": ""
            },
            "require": {
                "phergie/phergie-irc-bot-react": "~2.0",
                "phergie/phergie-irc-plugin-dns": "^4.0",
                "php": "^5.5||^7.0",
                "wyrihaximus/react-guzzle-ring": "^1.0"
            },
            "require-dev": {
                "phergie/phergie-irc-bot-react-development": "^1.0.2"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Phergie\\Plugin\\Http\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Cees-Jan Kiewiet",
                    "email": "ceesjank@gmail.com"
                }
            ],
            "description": "Phergie plugin for Provide HTTP functionality to other plugins",
            "keywords": [
                "bot",
                "irc",
                "phergie",
                "phergieplugin",
                "plugin",
                "react"
            ],
            "time": "2015-12-29 12:41:31"
        },
        {
            "name": "phergie/phergie-irc-plugin-react-url",
            "version": "3.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/phergie/phergie-irc-plugin-react-url.git",
                "reference": "86626c6e771253252fae157483174f3b1718a907"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phergie/phergie-irc-plugin-react-url/zipball/86626c6e771253252fae157483174f3b1718a907",
                "reference": "86626c6e771253252fae157483174f3b1718a907",
                "shasum": ""
            },
            "require": {
                "nojimage/twitter-text-php": "1.1.1",
                "phergie/phergie-irc-bot-react": "~2",
                "phergie/phergie-irc-plugin-http": "^4",
                "php": "^5.5|^7.0",
                "react/promise": "~1.0|~2.0"
            },
            "require-dev": {
                "codeclimate/php-test-reporter": "~0.1",
                "phake/phake": "dev-VerifierResultConstraint-issue",
                "phpunit/phpunit": "^4.6.0",
                "satooshi/php-coveralls": "0.6.1",
                "squizlabs/php_codesniffer": "^1.5.3",
                "symfony/config": "~2.0",
                "symfony/console": "~2.0",
                "symfony/filesystem": "~2.0",
                "symfony/stopwatch": "~2.0",
                "vectorface/dunit": "^2.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Phergie\\Irc\\Plugin\\React\\Url\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "Phergie plugin for displaying information about URLs",
            "keywords": [
                "bot",
                "irc",
                "plugin",
                "react"
            ],
            "time": "2015-12-31 14:42:09"
        },
        {
            "name": "psr/http-message",
            "version": "1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/http-message.git",
                "reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/http-message/zipball/85d63699f0dbedb190bbd4b0d2b9dc707ea4c298",
                "reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Psr\\Http\\Message\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "http://www.php-fig.org/"
                }
            ],
            "description": "Common interface for HTTP messages",
            "keywords": [
                "http",
                "http-message",
                "psr",
                "psr-7",
                "request",
                "response"
            ],
            "time": "2015-05-04 20:22:00"
        },
        {
            "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": "react/cache",
            "version": "v0.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/reactphp/cache.git",
                "reference": "9882ab5d8b00617baae83c6996f5a34668c11beb"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/reactphp/cache/zipball/9882ab5d8b00617baae83c6996f5a34668c11beb",
                "reference": "9882ab5d8b00617baae83c6996f5a34668c11beb",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4.0",
                "react/promise": "~2.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "0.4-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "React\\Cache\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "Async caching.",
            "keywords": [
                "cache"
            ],
            "time": "2014-02-02 01:11:26"
        },
        {
            "name": "react/dns",
            "version": "v0.4.1",
            "source": {
                "type": "git",
                "url": "https://github.com/reactphp/dns.git",
                "reference": "8c5ccc35dcb4b06b70eb9201842363fac7b0f3cf"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/reactphp/dns/zipball/8c5ccc35dcb4b06b70eb9201842363fac7b0f3cf",
                "reference": "8c5ccc35dcb4b06b70eb9201842363fac7b0f3cf",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4.0",
                "react/cache": "0.4.*",
                "react/promise": "~2.0",
                "react/socket": "0.4.*"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "0.4-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "React\\Dns\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "Async DNS resolver.",
            "keywords": [
                "dns",
                "dns-resolver"
            ],
            "time": "2014-04-12 14:09:10"
        },
        {
            "name": "react/event-loop",
            "version": "v0.4.1",
            "source": {
                "type": "git",
                "url": "https://github.com/reactphp/event-loop.git",
                "reference": "18c5297087ca01de85518e2b55078f444144aa1b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/reactphp/event-loop/zipball/18c5297087ca01de85518e2b55078f444144aa1b",
                "reference": "18c5297087ca01de85518e2b55078f444144aa1b",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4.0"
            },
            "suggest": {
                "ext-event": "~1.0",
                "ext-libev": "*",
                "ext-libevent": ">=0.1.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "0.4-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "React\\EventLoop\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "Event loop abstraction layer that libraries can use for evented I/O.",
            "keywords": [
                "event-loop"
            ],
            "time": "2014-02-26 17:36:58"
        },
        {
            "name": "react/http-client",
            "version": "v0.4.8",
            "source": {
                "type": "git",
                "url": "https://github.com/reactphp/http-client.git",
                "reference": "74ad2f36e6c70eb5191e8100f5dd7d70e9480c2d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/reactphp/http-client/zipball/74ad2f36e6c70eb5191e8100f5dd7d70e9480c2d",
                "reference": "74ad2f36e6c70eb5191e8100f5dd7d70e9480c2d",
                "shasum": ""
            },
            "require": {
                "evenement/evenement": "~2.0",
                "guzzlehttp/psr7": "^1.0",
                "php": ">=5.4.0",
                "react/dns": "0.4.*",
                "react/event-loop": "0.4.*",
                "react/promise": "~2.2",
                "react/socket-client": "0.4.*",
                "react/stream": "0.4.*"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "0.5-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "React\\HttpClient\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "Asynchronous HTTP client library.",
            "keywords": [
                "http"
            ],
            "time": "2015-10-05 19:13:01"
        },
        {
            "name": "react/promise",
            "version": "v2.2.1",
            "source": {
                "type": "git",
                "url": "https://github.com/reactphp/promise.git",
                "reference": "3b6fca09c7d56321057fa8867c8dbe1abf648627"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/reactphp/promise/zipball/3b6fca09c7d56321057fa8867c8dbe1abf648627",
                "reference": "3b6fca09c7d56321057fa8867c8dbe1abf648627",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "React\\Promise\\": "src/"
                },
                "files": [
                    "src/functions_include.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jan Sorgalla",
                    "email": "jsorgalla@gmail.com"
                }
            ],
            "description": "A lightweight implementation of CommonJS Promises/A for PHP",
            "time": "2015-07-03 13:48:55"
        },
        {
            "name": "react/socket",
            "version": "v0.4.2",
            "source": {
                "type": "git",
                "url": "https://github.com/reactphp/socket.git",
                "reference": "a6acf405ca53fc6cfbfe7c77778ededff46aa7cc"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/reactphp/socket/zipball/a6acf405ca53fc6cfbfe7c77778ededff46aa7cc",
                "reference": "a6acf405ca53fc6cfbfe7c77778ededff46aa7cc",
                "shasum": ""
            },
            "require": {
                "evenement/evenement": "~2.0",
                "php": ">=5.4.0",
                "react/event-loop": "0.4.*",
                "react/stream": "0.4.*"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "0.4-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "React\\Socket\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "Library for building an evented socket server.",
            "keywords": [
                "Socket"
            ],
            "time": "2014-05-25 17:02:16"
        },
        {
            "name": "react/socket-client",
            "version": "v0.4.4",
            "source": {
                "type": "git",
                "url": "https://github.com/reactphp/socket-client.git",
                "reference": "3ca814d7e03e2a5bffeaa5773423107957a8aece"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/reactphp/socket-client/zipball/3ca814d7e03e2a5bffeaa5773423107957a8aece",
                "reference": "3ca814d7e03e2a5bffeaa5773423107957a8aece",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4.0",
                "react/dns": "0.4.*",
                "react/event-loop": "0.4.*",
                "react/promise": "~2.0",
                "react/stream": "0.4.*"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "0.4-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "React\\SocketClient\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "Async connector to open TCP/IP and SSL/TLS based connections.",
            "keywords": [
                "Socket"
            ],
            "time": "2015-09-23 22:40:04"
        },
        {
            "name": "react/stream",
            "version": "v0.4.3",
            "source": {
                "type": "git",
                "url": "https://github.com/reactphp/stream.git",
                "reference": "305b2328d2a2e157bc13b61a0f5c6e41b666b188"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/reactphp/stream/zipball/305b2328d2a2e157bc13b61a0f5c6e41b666b188",
                "reference": "305b2328d2a2e157bc13b61a0f5c6e41b666b188",
                "shasum": ""
            },
            "require": {
                "evenement/evenement": "^2.0|^1.0",
                "php": ">=5.3.8"
            },
            "require-dev": {
                "react/event-loop": "^0.4|^0.3",
                "react/promise": "^2.0|^1.0"
            },
            "suggest": {
                "react/event-loop": "^0.4",
                "react/promise": "^2.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "0.5-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "React\\Stream\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "Basic readable and writable stream interfaces that support piping.",
            "keywords": [
                "pipe",
                "stream"
            ],
            "time": "2015-10-07 18:32:58"
        },
        {
            "name": "wyrihaximus/react-guzzle-http-client",
            "version": "3.0.1",
            "source": {
                "type": "git",
                "url": "https://github.com/WyriHaximus/react-guzzle-http-client.git",
                "reference": "2a18aa3a6cb6d6c565827d63e8c344a7a8755741"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/WyriHaximus/react-guzzle-http-client/zipball/2a18aa3a6cb6d6c565827d63e8c344a7a8755741",
                "reference": "2a18aa3a6cb6d6c565827d63e8c344a7a8755741",
                "shasum": ""
            },
            "require": {
                "guzzlehttp/psr7": "^1.0",
                "php": "^5.4|^7.0",
                "psr/http-message": "^1.0",
                "react/dns": "^0.4.1",
                "react/http-client": "^0.4"
            },
            "require-dev": {
                "phake/phake": "~1.0.6",
                "phpunit/phpunit": "^4.0|^5.0",
                "squizlabs/php_codesniffer": "~1.5.0",
                "vectorface/dunit": "~2"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "WyriHaximus\\React\\Guzzle\\HttpClient\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Cees-Jan Kiewiet",
                    "email": "ceesjank@gmail.com",
                    "homepage": "http://wyrihaximus.net/"
                }
            ],
            "description": "Asyncronous GuzzleRing adapter powered by react/http-client",
            "time": "2015-11-03 17:37:13"
        },
        {
            "name": "wyrihaximus/react-guzzle-ring",
            "version": "1.0.1",
            "source": {
                "type": "git",
                "url": "https://github.com/WyriHaximus/ReactGuzzleRing.git",
                "reference": "2967e48438f6b4142e571e845e2ed8176aaa7ad0"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/WyriHaximus/ReactGuzzleRing/zipball/2967e48438f6b4142e571e845e2ed8176aaa7ad0",
                "reference": "2967e48438f6b4142e571e845e2ed8176aaa7ad0",
                "shasum": ""
            },
            "require": {
                "guzzlehttp/guzzle": "~5.0",
                "guzzlehttp/psr7": "^1.1",
                "guzzlehttp/ringphp": "~1.0",
                "psr/http-message": "^1.0",
                "react/dns": "^0.4.1",
                "wyrihaximus/react-guzzle-http-client": "^3.0.0"
            },
            "require-dev": {
                "phake/phake": "~1.0.6",
                "phpunit/phpunit": "~4.0",
                "squizlabs/php_codesniffer": "~1.5.0",
                "vectorface/dunit": "~2.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "WyriHaximus\\React\\RingPHP\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Cees-Jan Kiewiet",
                    "email": "ceesjank@gmail.com",
                    "homepage": "http://wyrihaximus.net/"
                }
            ],
            "description": "Asyncronous GuzzleRing adapter powered by react/http-client",
            "time": "2015-08-10 20:29:53"
        }
    ],
    "packages-dev": [
        {
            "name": "codeclimate/php-test-reporter",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/codeclimate/php-test-reporter.git",
                "reference": "02790d733f9eb43d0a5981962c41846092fb387f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/codeclimate/php-test-reporter/zipball/02790d733f9eb43d0a5981962c41846092fb387f",
                "reference": "02790d733f9eb43d0a5981962c41846092fb387f",
                "shasum": ""
            },
            "require": {
                "ext-curl": "*",
                "php": ">=5.3",
                "satooshi/php-coveralls": "0.6.*",
                "symfony/console": ">=2.0"
            },
            "require-dev": {
                "ext-xdebug": "*",
                "phpunit/phpunit": "3.7.*@stable"
            },
            "bin": [
                "composer/bin/test-reporter"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "0.2.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "CodeClimate\\Component": "src/",
                    "CodeClimate\\Bundle": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Code Climate",
                    "email": "hello@codeclimate.com",
                    "homepage": "https://codeclimate.com"
                }
            ],
            "description": "PHP client for reporting test coverage to Code Climate",
            "homepage": "https://github.com/codeclimate/php-test-reporter",
            "keywords": [
                "codeclimate",
                "coverage"
            ],
            "time": "2015-12-17 00:52:54"
        },
        {
            "name": "guzzle/guzzle",
            "version": "v3.9.3",
            "source": {
                "type": "git",
                "url": "https://github.com/guzzle/guzzle3.git",
                "reference": "0645b70d953bc1c067bbc8d5bc53194706b628d9"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/guzzle/guzzle3/zipball/0645b70d953bc1c067bbc8d5bc53194706b628d9",
                "reference": "0645b70d953bc1c067bbc8d5bc53194706b628d9",
                "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"
            },
            "suggest": {
                "guzzlehttp/guzzle": "Guzzle 5 has moved to a new package name. The package you have installed, Guzzle 3, is deprecated."
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.9-dev"
                }
            },
            "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": "PHP HTTP client. This library is deprecated in favor of https://packagist.org/packages/guzzlehttp/guzzle",
            "homepage": "http://guzzlephp.org/",
            "keywords": [
                "client",
                "curl",
                "framework",
                "http",
                "http client",
                "rest",
                "web service"
            ],
            "time": "2015-03-18 18:23:50"
        },
        {
            "name": "phake/phake",
            "version": "v2.0.0-beta2",
            "source": {
                "type": "git",
                "url": "https://github.com/mlively/Phake.git",
                "reference": "917a5d1e426548ead7910a8cb89336cd8641eba7"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/mlively/Phake/zipball/917a5d1e426548ead7910a8cb89336cd8641eba7",
                "reference": "917a5d1e426548ead7910a8cb89336cd8641eba7",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "require-dev": {
                "doctrine/common": "2.3.*",
                "ext-soap": "*",
                "hamcrest/hamcrest-php": "1.1.*",
                "phpunit/phpunit": "3.7.*"
            },
            "suggest": {
                "doctrine/common": "Allows mock annotations to use import statements for classes.",
                "hamcrest/hamcrest-php": "Use Hamcrest matchers."
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Phake": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Mike Lively",
                    "email": "m@digitalsandwich.com"
                }
            ],
            "description": "The Phake mock testing library",
            "homepage": "https://github.com/mlively/Phake",
            "keywords": [
                "mock",
                "testing"
            ],
            "time": "2014-05-05 14:08:12"
        },
        {
            "name": "phpunit/php-code-coverage",
            "version": "2.2.4",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
                "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979",
                "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979",
                "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": "*"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.2.x-dev"
                }
            },
            "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"
            ],
            "time": "2015-10-06 15:47:00"
        },
        {
            "name": "phpunit/php-file-iterator",
            "version": "1.3.4",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
                "reference": "acd690379117b042d1c8af1fafd61bde001bf6bb"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/acd690379117b042d1c8af1fafd61bde001bf6bb",
                "reference": "acd690379117b042d1c8af1fafd61bde001bf6bb",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "type": "library",
            "autoload": {
                "classmap": [
                    "File/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "include-path": [
                ""
            ],
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sb@sebastian-bergmann.de",
                    "role": "lead"
                }
            ],
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
            "keywords": [
                "filesystem",
                "iterator"
            ],
            "time": "2013-10-10 15:34:57"
        },
        {
            "name": "phpunit/php-text-template",
            "version": "1.2.1",
            "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"
            },
            "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": "Simple template engine.",
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
            "keywords": [
                "template"
            ],
            "time": "2015-06-21 13:50:34"
        },
        {
            "name": "phpunit/php-timer",
            "version": "1.0.7",
            "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"
            },
            "type": "library",
            "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"
            ],
            "time": "2015-06-21 08:01:12"
        },
        {
            "name": "phpunit/php-token-stream",
            "version": "1.4.8",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
                "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
                "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
                "shasum": ""
            },
            "require": {
                "ext-tokenizer": "*",
                "php": ">=5.3.3"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.2"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.4-dev"
                }
            },
            "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"
            ],
            "time": "2015-09-15 10:49:45"
        },
        {
            "name": "phpunit/phpunit",
            "version": "4.1.6",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/phpunit.git",
                "reference": "241116219bb7e3b8111a36ffd8f37546888738d6"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/241116219bb7e3b8111a36ffd8f37546888738d6",
                "reference": "241116219bb7e3b8111a36ffd8f37546888738d6",
                "shasum": ""
            },
            "require": {
                "ext-dom": "*",
                "ext-json": "*",
                "ext-pcre": "*",
                "ext-reflection": "*",
                "ext-spl": "*",
                "php": ">=5.3.3",
                "phpunit/php-code-coverage": "~2.0",
                "phpunit/php-file-iterator": "~1.3.1",
                "phpunit/php-text-template": "~1.2",
                "phpunit/php-timer": "~1.0.2",
                "phpunit/phpunit-mock-objects": "2.1.5",
                "sebastian/comparator": "~1.0",
                "sebastian/diff": "~1.1",
                "sebastian/environment": "~1.0",
                "sebastian/exporter": "~1.0",
                "sebastian/version": "~1.0",
                "symfony/yaml": "~2.0"
            },
            "suggest": {
                "phpunit/php-invoker": "~1.1"
            },
            "bin": [
                "phpunit"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "4.1.x-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "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": "2014-08-17 08:07:02"
        },
        {
            "name": "phpunit/phpunit-mock-objects",
            "version": "2.1.5",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
                "reference": "7878b9c41edb3afab92b85edf5f0981014a2713a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/7878b9c41edb3afab92b85edf5f0981014a2713a",
                "reference": "7878b9c41edb3afab92b85edf5f0981014a2713a",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3",
                "phpunit/php-text-template": "~1.2"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.1"
            },
            "suggest": {
                "ext-soap": "*"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.1.x-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "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": "2014-06-12 07:22:15"
        },
        {
            "name": "satooshi/php-coveralls",
            "version": "v0.6.1",
            "source": {
                "type": "git",
                "url": "https://github.com/satooshi/php-coveralls.git",
                "reference": "dd0df95bd37a7cf5c5c50304dfe260ffe4b50760"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/satooshi/php-coveralls/zipball/dd0df95bd37a7cf5c5c50304dfe260ffe4b50760",
                "reference": "dd0df95bd37a7cf5c5c50304dfe260ffe4b50760",
                "shasum": ""
            },
            "require": {
                "ext-curl": "*",
                "ext-json": "*",
                "ext-simplexml": "*",
                "guzzle/guzzle": ">=3.0",
                "php": ">=5.3",
                "psr/log": "1.0.0",
                "symfony/config": ">=2.0",
                "symfony/console": ">=2.0",
                "symfony/stopwatch": ">=2.2",
                "symfony/yaml": ">=2.0"
            },
            "require-dev": {
                "apigen/apigen": "2.8.*@stable",
                "pdepend/pdepend": "dev-master",
                "phpmd/phpmd": "dev-master",
                "phpunit/php-invoker": ">=1.1.0,<1.2.0",
                "phpunit/phpunit": "3.7.*@stable",
                "sebastian/finder-facade": "dev-master",
                "sebastian/phpcpd": "1.4.*@stable",
                "squizlabs/php_codesniffer": "1.4.*@stable",
                "theseer/fdomdocument": "dev-master"
            },
            "bin": [
                "composer/bin/coveralls"
            ],
            "type": "library",
            "autoload": {
                "psr-0": {
                    "Contrib\\Component": "src/",
                    "Contrib\\Bundle": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Kitamura Satoshi",
                    "email": "with.no.parachute@gmail.com",
                    "homepage": "https://www.facebook.com/satooshi.jp"
                }
            ],
            "description": "PHP client library for Coveralls API",
            "homepage": "https://github.com/satooshi/php-coveralls",
            "keywords": [
                "ci",
                "coverage",
                "github",
                "test"
            ],
            "time": "2013-05-04 08:07:33"
        },
        {
            "name": "sebastian/comparator",
            "version": "1.2.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"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.2.x-dev"
                }
            },
            "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"
            ],
            "time": "2015-07-26 15:48:44"
        },
        {
            "name": "sebastian/diff",
            "version": "1.4.1",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/diff.git",
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e",
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.8"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.4-dev"
                }
            },
            "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": "https://github.com/sebastianbergmann/diff",
            "keywords": [
                "diff"
            ],
            "time": "2015-12-08 07:14:41"
        },
        {
            "name": "sebastian/environment",
            "version": "1.3.3",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/environment.git",
                "reference": "6e7133793a8e5a5714a551a8324337374be209df"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/6e7133793a8e5a5714a551a8324337374be209df",
                "reference": "6e7133793a8e5a5714a551a8324337374be209df",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.4"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.3.x-dev"
                }
            },
            "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"
            ],
            "time": "2015-12-02 08:37:27"
        },
        {
            "name": "sebastian/exporter",
            "version": "1.2.1",
            "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"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.2.x-dev"
                }
            },
            "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"
            ],
            "time": "2015-06-21 07:55:53"
        },
        {
            "name": "sebastian/recursion-context",
            "version": "1.0.2",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
                "reference": "913401df809e99e4f47b27cdd781f4a258d58791"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/913401df809e99e4f47b27cdd781f4a258d58791",
                "reference": "913401df809e99e4f47b27cdd781f4a258d58791",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.4"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "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",
            "time": "2015-11-11 19:50:13"
        },
        {
            "name": "sebastian/version",
            "version": "1.0.6",
            "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": ""
            },
            "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": "2015-06-21 13:59:46"
        },
        {
            "name": "symfony/config",
            "version": "v3.0.1",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/config.git",
                "reference": "58680a6516a457a6c65044fe33586c4a81fdff01"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/config/zipball/58680a6516a457a6c65044fe33586c4a81fdff01",
                "reference": "58680a6516a457a6c65044fe33586c4a81fdff01",
                "shasum": ""
            },
            "require": {
                "php": ">=5.5.9",
                "symfony/filesystem": "~2.8|~3.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.0-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Config\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "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 Config Component",
            "homepage": "https://symfony.com",
            "time": "2015-12-26 13:39:53"
        },
        {
            "name": "symfony/console",
            "version": "v3.0.1",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/console.git",
                "reference": "ebcdc507829df915f4ca23067bd59ee4ef61f6c3"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/console/zipball/ebcdc507829df915f4ca23067bd59ee4ef61f6c3",
                "reference": "ebcdc507829df915f4ca23067bd59ee4ef61f6c3",
                "shasum": ""
            },
            "require": {
                "php": ">=5.5.9",
                "symfony/polyfill-mbstring": "~1.0"
            },
            "require-dev": {
                "psr/log": "~1.0",
                "symfony/event-dispatcher": "~2.8|~3.0",
                "symfony/process": "~2.8|~3.0"
            },
            "suggest": {
                "psr/log": "For using the console logger",
                "symfony/event-dispatcher": "",
                "symfony/process": ""
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.0-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Console\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "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 Console Component",
            "homepage": "https://symfony.com",
            "time": "2015-12-22 10:39:06"
        },
        {
            "name": "symfony/event-dispatcher",
            "version": "v2.8.1",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/event-dispatcher.git",
                "reference": "a5eb815363c0388e83247e7e9853e5dbc14999cc"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/a5eb815363c0388e83247e7e9853e5dbc14999cc",
                "reference": "a5eb815363c0388e83247e7e9853e5dbc14999cc",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.9"
            },
            "require-dev": {
                "psr/log": "~1.0",
                "symfony/config": "~2.0,>=2.0.5|~3.0.0",
                "symfony/dependency-injection": "~2.6|~3.0.0",
                "symfony/expression-language": "~2.6|~3.0.0",
                "symfony/stopwatch": "~2.3|~3.0.0"
            },
            "suggest": {
                "symfony/dependency-injection": "",
                "symfony/http-kernel": ""
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.8-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\EventDispatcher\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "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",
            "time": "2015-10-30 20:15:42"
        },
        {
            "name": "symfony/filesystem",
            "version": "v3.0.1",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/filesystem.git",
                "reference": "c2e59d11dccd135dc8f00ee97f34fe1de842e70c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/filesystem/zipball/c2e59d11dccd135dc8f00ee97f34fe1de842e70c",
                "reference": "c2e59d11dccd135dc8f00ee97f34fe1de842e70c",
                "shasum": ""
            },
            "require": {
                "php": ">=5.5.9"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.0-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Filesystem\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "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 Filesystem Component",
            "homepage": "https://symfony.com",
            "time": "2015-12-22 10:39:06"
        },
        {
            "name": "symfony/polyfill-mbstring",
            "version": "v1.0.1",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-mbstring.git",
                "reference": "49ff736bd5d41f45240cec77b44967d76e0c3d25"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/49ff736bd5d41f45240cec77b44967d76e0c3d25",
                "reference": "49ff736bd5d41f45240cec77b44967d76e0c3d25",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "suggest": {
                "ext-mbstring": "For best performance"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Polyfill\\Mbstring\\": ""
                },
                "files": [
                    "bootstrap.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill for the Mbstring extension",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "mbstring",
                "polyfill",
                "portable",
                "shim"
            ],
            "time": "2015-11-20 09:19:13"
        },
        {
            "name": "symfony/stopwatch",
            "version": "v3.0.1",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/stopwatch.git",
                "reference": "6aeac8907e3e1340a0033b0a9ec075f8e6524800"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/stopwatch/zipball/6aeac8907e3e1340a0033b0a9ec075f8e6524800",
                "reference": "6aeac8907e3e1340a0033b0a9ec075f8e6524800",
                "shasum": ""
            },
            "require": {
                "php": ">=5.5.9"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.0-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Stopwatch\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "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 Stopwatch Component",
            "homepage": "https://symfony.com",
            "time": "2015-10-30 23:35:59"
        },
        {
            "name": "symfony/yaml",
            "version": "v2.8.1",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/yaml.git",
                "reference": "ac84cbb98b68a6abbc9f5149eb96ccc7b07b8966"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/yaml/zipball/ac84cbb98b68a6abbc9f5149eb96ccc7b07b8966",
                "reference": "ac84cbb98b68a6abbc9f5149eb96ccc7b07b8966",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.9"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.8-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Yaml\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "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",
            "time": "2015-12-26 13:37:56"
        }
    ],
    "aliases": [],
    "minimum-stability": "stable",
    "stability-flags": {
        "phake/phake": 10,
        "codeclimate/php-test-reporter": 20
    },
    "prefer-stable": false,
    "prefer-lowest": false,
    "platform": [],
    "platform-dev": []
}