[
    {
        "name": "evenement/evenement",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/igorw/evenement.git",
            "reference": "35e87541d4b53c22201519fce3caaa5b38ac8164"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/igorw/evenement/zipball/35e87541d4b53c22201519fce3caaa5b38ac8164",
            "reference": "35e87541d4b53c22201519fce3caaa5b38ac8164",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4.0"
        },
        "time": "2014-07-09 21:08:03",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.0-dev"
            }
        },
        "installation-source": "source",
        "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"
        ]
    },
    {
        "name": "react/stream",
        "version": "v0.4.4",
        "version_normalized": "0.4.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/reactphp/stream.git",
            "reference": "fcc9e7cea126962cff303c90c05e2efdcec09a27"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/reactphp/stream/zipball/fcc9e7cea126962cff303c90c05e2efdcec09a27",
            "reference": "fcc9e7cea126962cff303c90c05e2efdcec09a27",
            "shasum": ""
        },
        "require": {
            "evenement/evenement": "^2.0|^1.0",
            "php": ">=5.3.8"
        },
        "require-dev": {
            "clue/stream-filter": "~1.2",
            "react/event-loop": "^0.4|^0.3",
            "react/promise": "^2.0|^1.0"
        },
        "suggest": {
            "react/event-loop": "^0.4",
            "react/promise": "^2.0"
        },
        "time": "2016-08-22 09:51:07",
        "type": "library",
        "installation-source": "dist",
        "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"
        ]
    },
    {
        "name": "react/event-loop",
        "version": "v0.4.2",
        "version_normalized": "0.4.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/reactphp/event-loop.git",
            "reference": "164799f73175e1c80bba92a220ea35df6ca371dd"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/reactphp/event-loop/zipball/164799f73175e1c80bba92a220ea35df6ca371dd",
            "reference": "164799f73175e1c80bba92a220ea35df6ca371dd",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4.0"
        },
        "suggest": {
            "ext-event": "~1.0",
            "ext-libev": "*",
            "ext-libevent": ">=0.1.0"
        },
        "time": "2016-03-08 02:09:32",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "0.5-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "React\\EventLoop\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "description": "Event loop abstraction layer that libraries can use for evented I/O.",
        "keywords": [
            "asynchronous",
            "event-loop"
        ]
    },
    {
        "name": "react/socket",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/reactphp/socket.git",
            "reference": "ce015ec5879b96f5d30905f035f223aa85013fcc"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/reactphp/socket/zipball/ce015ec5879b96f5d30905f035f223aa85013fcc",
            "reference": "ce015ec5879b96f5d30905f035f223aa85013fcc",
            "shasum": ""
        },
        "require": {
            "evenement/evenement": "~2.0|~1.0",
            "php": ">=5.3.0",
            "react/event-loop": "0.4.*|0.3.*",
            "react/stream": "0.4.*|0.3.*"
        },
        "time": "2016-03-01 20:10:35",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "0.4-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-4": {
                "React\\Socket\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "description": "Library for building an evented socket server.",
        "keywords": [
            "Socket"
        ]
    },
    {
        "name": "psr/http-message",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/http-message.git",
            "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
            "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2016-08-06 14:39:51",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "source",
        "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",
        "homepage": "https://github.com/php-fig/http-message",
        "keywords": [
            "http",
            "http-message",
            "psr",
            "psr-7",
            "request",
            "response"
        ]
    },
    {
        "name": "guzzlehttp/psr7",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/guzzle/psr7.git",
            "reference": "64862e854f876bc5aee2996cab2f552db8586065"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/guzzle/psr7/zipball/64862e854f876bc5aee2996cab2f552db8586065",
            "reference": "64862e854f876bc5aee2996cab2f552db8586065",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4.0",
            "psr/http-message": "~1.0"
        },
        "provide": {
            "psr/http-message-implementation": "1.0"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.0"
        },
        "time": "2016-08-03 09:33:34",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.4-dev"
            }
        },
        "installation-source": "source",
        "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"
            },
            {
                "name": "Tobias Schultze",
                "homepage": "https://github.com/Tobion"
            }
        ],
        "description": "PSR-7 message implementation that also provides common utility methods",
        "keywords": [
            "http",
            "message",
            "request",
            "response",
            "stream",
            "uri",
            "url"
        ]
    },
    {
        "name": "react/http",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/reactphp/http.git",
            "reference": "ef71d4919f945a60119aa399a42c108304be6883"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/reactphp/http/zipball/ef71d4919f945a60119aa399a42c108304be6883",
            "reference": "ef71d4919f945a60119aa399a42c108304be6883",
            "shasum": ""
        },
        "require": {
            "evenement/evenement": "^2.0",
            "guzzlehttp/psr7": "^1.0",
            "php": ">=5.4.0",
            "react/socket": "^0.4",
            "react/stream": "^0.4"
        },
        "time": "2016-08-20 11:40:06",
        "type": "library",
        "installation-source": "source",
        "autoload": {
            "psr-4": {
                "React\\Http\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "description": "Library for building an evented http server.",
        "keywords": [
            "http"
        ]
    },
    {
        "name": "react/promise",
        "version": "2.x-dev",
        "version_normalized": "2.9999999.9999999.9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/reactphp/promise.git",
            "reference": "d3d5fdeadbb8489f73d74b8ec6bca1d3eb521d90"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/reactphp/promise/zipball/d3d5fdeadbb8489f73d74b8ec6bca1d3eb521d90",
            "reference": "d3d5fdeadbb8489f73d74b8ec6bca1d3eb521d90",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4.0"
        },
        "time": "2016-05-09 07:16:19",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.0-dev"
            }
        },
        "installation-source": "source",
        "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"
    },
    {
        "name": "react/cache",
        "version": "v0.4.1",
        "version_normalized": "0.4.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/reactphp/cache.git",
            "reference": "558f614891341b1d817a8cdf9a358948ec49638f"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/reactphp/cache/zipball/558f614891341b1d817a8cdf9a358948ec49638f",
            "reference": "558f614891341b1d817a8cdf9a358948ec49638f",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0",
            "react/promise": "~2.0|~1.1"
        },
        "time": "2016-02-25 18:17:16",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "React\\Cache\\": "src\\"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "description": "Async caching.",
        "keywords": [
            "cache"
        ]
    },
    {
        "name": "react/dns",
        "version": "v0.4.3",
        "version_normalized": "0.4.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/reactphp/dns.git",
            "reference": "751b3129556e04944f164e3556a20ca6e201e459"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/reactphp/dns/zipball/751b3129556e04944f164e3556a20ca6e201e459",
            "reference": "751b3129556e04944f164e3556a20ca6e201e459",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0",
            "react/cache": "~0.4.0|~0.3.0",
            "react/promise": "~2.1|~1.2",
            "react/socket": "~0.4.0|~0.3.0"
        },
        "time": "2016-08-01 10:09:07",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "React\\Dns\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "description": "Async DNS resolver.",
        "keywords": [
            "dns",
            "dns-resolver"
        ]
    },
    {
        "name": "react/socket-client",
        "version": "0.4.x-dev",
        "version_normalized": "0.4.9999999.9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/reactphp/socket-client.git",
            "reference": "a25539f2cd30b4be56e35de9f96f6aa744246cc2"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/reactphp/socket-client/zipball/a25539f2cd30b4be56e35de9f96f6aa744246cc2",
            "reference": "a25539f2cd30b4be56e35de9f96f6aa744246cc2",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4.0",
            "react/dns": "0.4.*",
            "react/event-loop": "0.4.*",
            "react/promise": "~2.0",
            "react/stream": "0.4.*"
        },
        "time": "2016-03-27 18:31:39",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "0.4-dev"
            }
        },
        "installation-source": "source",
        "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"
        ]
    },
    {
        "name": "zendframework/zend-stdlib",
        "version": "dev-develop",
        "version_normalized": "dev-develop",
        "source": {
            "type": "git",
            "url": "https://github.com/zendframework/zend-stdlib.git",
            "reference": "1808d6cf13c9d317508646ae1744a4f26c6f1407"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zendframework/zend-stdlib/zipball/1808d6cf13c9d317508646ae1744a4f26c6f1407",
            "reference": "1808d6cf13c9d317508646ae1744a4f26c6f1407",
            "shasum": ""
        },
        "require": {
            "php": "^5.5 || ^7.0"
        },
        "require-dev": {
            "athletic/athletic": "~0.1",
            "fabpot/php-cs-fixer": "1.7.*",
            "phpunit/phpunit": "~4.0"
        },
        "time": "2016-04-12 21:20:53",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.0-dev",
                "dev-develop": "3.1-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-4": {
                "Zend\\Stdlib\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "homepage": "https://github.com/zendframework/zend-stdlib",
        "keywords": [
            "stdlib",
            "zf2"
        ]
    },
    {
        "name": "container-interop/container-interop",
        "version": "1.1.0",
        "version_normalized": "1.1.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/container-interop/container-interop.git",
            "reference": "fc08354828f8fd3245f77a66b9e23a6bca48297e"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/container-interop/container-interop/zipball/fc08354828f8fd3245f77a66b9e23a6bca48297e",
            "reference": "fc08354828f8fd3245f77a66b9e23a6bca48297e",
            "shasum": ""
        },
        "time": "2014-12-30 15:22:37",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Interop\\Container\\": "src/Interop/Container/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "description": "Promoting the interoperability of container objects (DIC, SL, etc.)"
    },
    {
        "name": "zendframework/zend-validator",
        "version": "dev-develop",
        "version_normalized": "dev-develop",
        "source": {
            "type": "git",
            "url": "https://github.com/zendframework/zend-validator.git",
            "reference": "8422bb141aae5ae9ec6ec75cb6c5e723644e418d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zendframework/zend-validator/zipball/8422bb141aae5ae9ec6ec75cb6c5e723644e418d",
            "reference": "8422bb141aae5ae9ec6ec75cb6c5e723644e418d",
            "shasum": ""
        },
        "require": {
            "container-interop/container-interop": "^1.1",
            "php": "^5.5 || ^7.0",
            "zendframework/zend-stdlib": "^2.7 || ^3.0"
        },
        "require-dev": {
            "fabpot/php-cs-fixer": "1.7.*",
            "phpunit/phpunit": "^4.0",
            "zendframework/zend-cache": "^2.6.1",
            "zendframework/zend-config": "^2.6",
            "zendframework/zend-db": "^2.7",
            "zendframework/zend-filter": "^2.6",
            "zendframework/zend-http": "^2.5.4",
            "zendframework/zend-i18n": "^2.6",
            "zendframework/zend-math": "^2.6",
            "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3",
            "zendframework/zend-session": "^2.6.2",
            "zendframework/zend-uri": "^2.5"
        },
        "suggest": {
            "zendframework/zend-db": "Zend\\Db component",
            "zendframework/zend-filter": "Zend\\Filter component, required by the Digits validator",
            "zendframework/zend-i18n": "Zend\\I18n component to allow translation of validation error messages as well as to use the various Date validators",
            "zendframework/zend-i18n-resources": "Translations of validator messages",
            "zendframework/zend-math": "Zend\\Math component",
            "zendframework/zend-servicemanager": "Zend\\ServiceManager component to allow using the ValidatorPluginManager and validator chains",
            "zendframework/zend-session": "Zend\\Session component",
            "zendframework/zend-uri": "Zend\\Uri component, required by the Uri and Sitemap\\Loc validators"
        },
        "time": "2016-06-23 13:47:21",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.8-dev",
                "dev-develop": "2.9-dev"
            },
            "zf": {
                "component": "Zend\\Validator",
                "config-provider": "Zend\\Validator\\ConfigProvider"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-4": {
                "Zend\\Validator\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "description": "provides a set of commonly needed validators",
        "homepage": "https://github.com/zendframework/zend-validator",
        "keywords": [
            "validator",
            "zf2"
        ]
    },
    {
        "name": "zendframework/zend-escaper",
        "version": "dev-develop",
        "version_normalized": "dev-develop",
        "source": {
            "type": "git",
            "url": "https://github.com/zendframework/zend-escaper.git",
            "reference": "724402ba0dc7d82eec30dac97efa669e69e0ae7c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zendframework/zend-escaper/zipball/724402ba0dc7d82eec30dac97efa669e69e0ae7c",
            "reference": "724402ba0dc7d82eec30dac97efa669e69e0ae7c",
            "shasum": ""
        },
        "require": {
            "php": ">=5.5"
        },
        "require-dev": {
            "fabpot/php-cs-fixer": "1.7.*",
            "phpunit/phpunit": "~4.0"
        },
        "time": "2016-06-30 19:50:10",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.5-dev",
                "dev-develop": "2.6-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-4": {
                "Zend\\Escaper\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "homepage": "https://github.com/zendframework/zend-escaper",
        "keywords": [
            "escaper",
            "zf2"
        ]
    },
    {
        "name": "zendframework/zend-uri",
        "version": "dev-develop",
        "version_normalized": "dev-develop",
        "source": {
            "type": "git",
            "url": "https://github.com/zendframework/zend-uri.git",
            "reference": "ed906be3b402020fca728bd0f76519ef6dd02ab1"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zendframework/zend-uri/zipball/ed906be3b402020fca728bd0f76519ef6dd02ab1",
            "reference": "ed906be3b402020fca728bd0f76519ef6dd02ab1",
            "shasum": ""
        },
        "require": {
            "php": "^5.5 || ^7.0",
            "zendframework/zend-escaper": "^2.5",
            "zendframework/zend-validator": "^2.5"
        },
        "require-dev": {
            "fabpot/php-cs-fixer": "1.7.*",
            "phpunit/phpunit": "~4.0"
        },
        "time": "2016-05-11 18:49:50",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.5-dev",
                "dev-develop": "2.6-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-4": {
                "Zend\\Uri\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "description": "a component that aids in manipulating and validating » Uniform Resource Identifiers (URIs)",
        "homepage": "https://github.com/zendframework/zend-uri",
        "keywords": [
            "uri",
            "zf2"
        ]
    },
    {
        "name": "zendframework/zend-loader",
        "version": "dev-develop",
        "version_normalized": "dev-develop",
        "source": {
            "type": "git",
            "url": "https://github.com/zendframework/zend-loader.git",
            "reference": "dcacfc3bd1cb0721409d62dc309f5d29eb1f4631"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zendframework/zend-loader/zipball/dcacfc3bd1cb0721409d62dc309f5d29eb1f4631",
            "reference": "dcacfc3bd1cb0721409d62dc309f5d29eb1f4631",
            "shasum": ""
        },
        "require": {
            "php": "^5.5 || ^7.0"
        },
        "require-dev": {
            "fabpot/php-cs-fixer": "1.7.*",
            "phpunit/phpunit": "^4.8"
        },
        "time": "2016-05-05 14:59:09",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.5-dev",
                "dev-develop": "2.6-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-4": {
                "Zend\\Loader\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "homepage": "https://github.com/zendframework/zend-loader",
        "keywords": [
            "loader",
            "zf2"
        ]
    },
    {
        "name": "zendframework/zend-http",
        "version": "dev-develop",
        "version_normalized": "dev-develop",
        "source": {
            "type": "git",
            "url": "https://github.com/zendframework/zend-http.git",
            "reference": "8cd475b4d52aa31ed6205f69a0a72b60ed989a27"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zendframework/zend-http/zipball/8cd475b4d52aa31ed6205f69a0a72b60ed989a27",
            "reference": "8cd475b4d52aa31ed6205f69a0a72b60ed989a27",
            "shasum": ""
        },
        "require": {
            "php": "^5.5 || ^7.0",
            "zendframework/zend-loader": "^2.5",
            "zendframework/zend-stdlib": "^2.5 || ^3.0",
            "zendframework/zend-uri": "^2.5",
            "zendframework/zend-validator": "^2.5"
        },
        "require-dev": {
            "fabpot/php-cs-fixer": "1.7.*",
            "phpunit/phpunit": "^4.0",
            "zendframework/zend-config": "^2.5"
        },
        "time": "2016-08-08 15:10:07",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.5-dev",
                "dev-develop": "2.6-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-4": {
                "Zend\\Http\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "description": "provides an easy interface for performing Hyper-Text Transfer Protocol (HTTP) requests",
        "homepage": "https://github.com/zendframework/zend-http",
        "keywords": [
            "http",
            "zf2"
        ]
    },
    {
        "name": "psr/log",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/log.git",
            "reference": "d8e60a5619fff77f9669da8997697443ef1a1d7e"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/log/zipball/d8e60a5619fff77f9669da8997697443ef1a1d7e",
            "reference": "d8e60a5619fff77f9669da8997697443ef1a1d7e",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2016-01-06 21:40:42",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-4": {
                "Psr\\Log\\": "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",
        "homepage": "https://github.com/php-fig/log",
        "keywords": [
            "log",
            "psr",
            "psr-3"
        ]
    },
    {
        "name": "zendframework/zend-servicemanager",
        "version": "dev-develop",
        "version_normalized": "dev-develop",
        "source": {
            "type": "git",
            "url": "https://github.com/zendframework/zend-servicemanager.git",
            "reference": "05fbf994af4b443c788d6883dd281240afce2d08"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zendframework/zend-servicemanager/zipball/05fbf994af4b443c788d6883dd281240afce2d08",
            "reference": "05fbf994af4b443c788d6883dd281240afce2d08",
            "shasum": ""
        },
        "require": {
            "container-interop/container-interop": "~1.0",
            "php": "^5.5 || ^7.0"
        },
        "provide": {
            "container-interop/container-interop-implementation": "^1.1"
        },
        "require-dev": {
            "ocramius/proxy-manager": "^1.0 || ^2.0",
            "phpbench/phpbench": "^0.10.0",
            "phpunit/phpunit": "^4.6 || ^5.2.10",
            "squizlabs/php_codesniffer": "^2.5.1"
        },
        "suggest": {
            "ocramius/proxy-manager": "ProxyManager 1.* to handle lazy initialization of services",
            "zendframework/zend-stdlib": "zend-stdlib ^2.5 if you wish to use the MergeReplaceKey or MergeRemoveKey features in Config instances"
        },
        "time": "2016-07-15 15:02:13",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.1-dev",
                "dev-develop": "3.2-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-4": {
                "Zend\\ServiceManager\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "homepage": "https://github.com/zendframework/zend-servicemanager",
        "keywords": [
            "service-manager",
            "servicemanager",
            "zf"
        ]
    },
    {
        "name": "zendframework/zend-log",
        "version": "dev-develop",
        "version_normalized": "dev-develop",
        "source": {
            "type": "git",
            "url": "https://github.com/zendframework/zend-log.git",
            "reference": "836497934c819015a4b78c49dc7225325ad164e8"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zendframework/zend-log/zipball/836497934c819015a4b78c49dc7225325ad164e8",
            "reference": "836497934c819015a4b78c49dc7225325ad164e8",
            "shasum": ""
        },
        "require": {
            "php": "^5.6 || ^7.0",
            "psr/log": "^1.0",
            "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3",
            "zendframework/zend-stdlib": "^2.7 || ^3.0"
        },
        "provide": {
            "psr/log-implementation": "1.0.0"
        },
        "require-dev": {
            "friendsofphp/php-cs-fixer": "~1.7.0",
            "mikey179/vfsstream": "^1.6",
            "phpunit/phpunit": "~4.0",
            "zendframework/zend-db": "^2.6",
            "zendframework/zend-escaper": "^2.5",
            "zendframework/zend-filter": "^2.5",
            "zendframework/zend-mail": "^2.6.1",
            "zendframework/zend-validator": "^2.6"
        },
        "suggest": {
            "ext-mongo": "mongo extension to use Mongo writer",
            "ext-mongodb": "mongodb extension to use MongoDB writer",
            "zendframework/zend-console": "Zend\\Console component to use the RequestID log processor",
            "zendframework/zend-db": "Zend\\Db component to use the database log writer",
            "zendframework/zend-escaper": "Zend\\Escaper component, for use in the XML log formatter",
            "zendframework/zend-mail": "Zend\\Mail component to use the email log writer",
            "zendframework/zend-validator": "Zend\\Validator component to block invalid log messages"
        },
        "time": "2016-08-11 13:46:22",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.9-dev",
                "dev-develop": "2.10-dev"
            },
            "zf": {
                "component": "Zend\\Log",
                "config-provider": "Zend\\Log\\ConfigProvider"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-4": {
                "Zend\\Log\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "description": "component for general purpose logging",
        "homepage": "https://github.com/zendframework/zend-log",
        "keywords": [
            "log",
            "logging",
            "zf2"
        ]
    },
    {
        "name": "devristo/phpws",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/Devristo/phpws.git",
            "reference": "3166c21bdce4a84937ab9e42564a85acb6c2b5db"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Devristo/phpws/zipball/3166c21bdce4a84937ab9e42564a85acb6c2b5db",
            "reference": "3166c21bdce4a84937ab9e42564a85acb6c2b5db",
            "shasum": ""
        },
        "require": {
            "react/socket": "0.4.*",
            "react/socket-client": "0.4.*",
            "react/stream": "0.4.*",
            "zendframework/zend-http": "2.*",
            "zendframework/zend-log": "2.*"
        },
        "time": "2016-02-08 15:53:28",
        "type": "library",
        "installation-source": "source",
        "autoload": {
            "psr-0": {
                "Devristo\\Phpws\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "authors": [
            {
                "name": "Devristo",
                "email": "chris@devristo.com"
            }
        ],
        "description": "WebSocket Server and Client library for PHP"
    },
    {
        "name": "jclg/php-slack-bot",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/jclg/php-slack-bot.git",
            "reference": "6b187509499daa9f02e40a176762c7018bddd85d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/jclg/php-slack-bot/zipball/6b187509499daa9f02e40a176762c7018bddd85d",
            "reference": "6b187509499daa9f02e40a176762c7018bddd85d",
            "shasum": ""
        },
        "require": {
            "devristo/phpws": "dev-master",
            "react/http": "dev-master"
        },
        "time": "2016-06-07 09:10:20",
        "type": "library",
        "installation-source": "source",
        "autoload": {
            "psr-4": {
                "PhpSlackBot\\": "src/PhpSlackBot"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "authors": [
            {
                "name": "jclg",
                "email": "jeancharleslegoff@gmail.com"
            }
        ],
        "description": "Slack bot user written in PHP",
        "homepage": "https://github.com/jclg/php-slack-bot"
    }
]
