{
    "packages": [
        {
            "name": "blockchainofthings/catenis-api-client",
            "version": "v6.0.1",
            "version_normalized": "6.0.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/blockchainofthings/CatenisAPIClientPHP.git",
                "reference": "4dfc42650e0eec38162cf08f0c9902b834c394d1"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/blockchainofthings/CatenisAPIClientPHP/zipball/4dfc42650e0eec38162cf08f0c9902b834c394d1",
                "reference": "4dfc42650e0eec38162cf08f0c9902b834c394d1",
                "shasum": ""
            },
            "require": {
                "clue/buzz-react": "dev-decode-content",
                "evenement/evenement": "^3.0 || ^2.0",
                "ext-json": "*",
                "guzzlehttp/guzzle": "^6.5.8",
                "php": ">=5.6.0",
                "ratchet/pawl": "^0.3.4",
                "wyrihaximus/react-guzzle-http-client": "dev-decode-content",
                "wyrihaximus/react-guzzle-psr7": "dev-decode-content"
            },
            "require-dev": {
                "phpunit/php-invoker": "^2.0",
                "phpunit/phpunit": "^8",
                "react/event-loop": "^1.0",
                "squizlabs/php_codesniffer": "3.*"
            },
            "time": "2022-10-05T14:28:49+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Catenis\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Cláudio de Castro",
                    "email": "claudio@blockchainofthings.com"
                }
            ],
            "description": "Catenis API client library for PHP",
            "support": {
                "issues": "https://github.com/blockchainofthings/CatenisAPIClientPHP/issues",
                "source": "https://github.com/blockchainofthings/CatenisAPIClientPHP/tree/v6.0.1"
            },
            "install-path": "../blockchainofthings/catenis-api-client"
        },
        {
            "name": "clue/block-react",
            "version": "v1.3.1",
            "version_normalized": "1.3.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/clue/reactphp-block.git",
                "reference": "2f516b28259c203d67c4c963772dd7e9db652737"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/clue/reactphp-block/zipball/2f516b28259c203d67c4c963772dd7e9db652737",
                "reference": "2f516b28259c203d67c4c963772dd7e9db652737",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3",
                "react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3.5",
                "react/promise": "^2.7 || ^1.2.1",
                "react/promise-timer": "^1.5"
            },
            "require-dev": {
                "phpunit/phpunit": "^6.4 || ^5.7 || ^4.8.35"
            },
            "time": "2019-04-09T11:45:04+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src/functions_include.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Christian Lück",
                    "email": "christian@lueck.tv"
                }
            ],
            "description": "Lightweight library that eases integrating async components built for ReactPHP in a traditional, blocking environment.",
            "homepage": "https://github.com/clue/reactphp-block",
            "keywords": [
                "async",
                "await",
                "blocking",
                "event loop",
                "promise",
                "reactphp",
                "sleep",
                "synchronous"
            ],
            "install-path": "../clue/block-react"
        },
        {
            "name": "clue/buzz-react",
            "version": "dev-decode-content",
            "version_normalized": "dev-decode-content",
            "source": {
                "type": "git",
                "url": "https://github.com/claudiosdc/reactphp-buzz.git",
                "reference": "27c8b2283bf80dc681f45741c1b883dcddcb815e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/claudiosdc/reactphp-buzz/zipball/27c8b2283bf80dc681f45741c1b883dcddcb815e",
                "reference": "27c8b2283bf80dc681f45741c1b883dcddcb815e",
                "shasum": ""
            },
            "require": {
                "clue/zlib-react": "^0.2.1",
                "php": ">=5.3",
                "psr/http-message": "^1.0",
                "react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3",
                "react/http-client": "^0.5.8",
                "react/promise": "^2.2.1 || ^1.2.1",
                "react/promise-stream": "^1.0 || ^0.1.1",
                "react/promise-timer": "^1.2",
                "react/socket": "^1.1",
                "react/stream": "^1.0 || ^0.7",
                "ringcentral/psr7": "^1.2"
            },
            "require-dev": {
                "clue/block-react": "^1.0",
                "clue/http-proxy-react": "^1.3",
                "clue/reactphp-ssh-proxy": "^1.0",
                "clue/socks-react": "^1.0",
                "phpunit/phpunit": "^7.0 || ^6.4 || ^5.7 || ^4.8.35",
                "react/http": "^0.8"
            },
            "time": "2019-08-02T19:02:28+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Clue\\React\\Buzz\\": "src/"
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Christian Lück",
                    "email": "christian@lueck.tv"
                }
            ],
            "description": "Simple, async PSR-7 HTTP client for concurrently processing any number of HTTP requests, built on top of ReactPHP",
            "homepage": "https://github.com/clue/reactphp-buzz",
            "keywords": [
                "HTTP",
                "HTTP client",
                "PSR-7",
                "ReactPHP",
                "async"
            ],
            "support": {
                "source": "https://github.com/claudiosdc/reactphp-buzz/tree/decode-content"
            },
            "install-path": "../clue/buzz-react"
        },
        {
            "name": "clue/http-proxy-react",
            "version": "v1.5.0",
            "version_normalized": "1.5.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/clue/reactphp-http-proxy.git",
                "reference": "2404c6982bcd7ae7476f2e6390514851f8a8e315"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/clue/reactphp-http-proxy/zipball/2404c6982bcd7ae7476f2e6390514851f8a8e315",
                "reference": "2404c6982bcd7ae7476f2e6390514851f8a8e315",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3",
                "react/promise": " ^2.1 || ^1.2.1",
                "react/socket": "^1.1",
                "ringcentral/psr7": "^1.2"
            },
            "require-dev": {
                "clue/block-react": "^1.1",
                "phpunit/phpunit": "^9.0 || ^7.0 || ^5.0 || ^4.8",
                "react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3"
            },
            "time": "2020-06-19T09:26:16+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Clue\\React\\HttpProxy\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Christian Lück",
                    "email": "christian@clue.engineering"
                }
            ],
            "description": "Async HTTP proxy connector, tunnel any TCP/IP-based protocol through an HTTP CONNECT proxy server, built on top of ReactPHP",
            "homepage": "https://github.com/clue/reactphp-http-proxy",
            "keywords": [
                "async",
                "connect",
                "http",
                "proxy",
                "reactphp"
            ],
            "install-path": "../clue/http-proxy-react"
        },
        {
            "name": "clue/socks-react",
            "version": "v1.1.0",
            "version_normalized": "1.1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/clue/reactphp-socks.git",
                "reference": "54f23446e2ba6bea24f2ca17fe4f8309357a3671"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/clue/reactphp-socks/zipball/54f23446e2ba6bea24f2ca17fe4f8309357a3671",
                "reference": "54f23446e2ba6bea24f2ca17fe4f8309357a3671",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3",
                "react/promise": "^2.1 || ^1.2",
                "react/socket": "^1.1"
            },
            "require-dev": {
                "clue/block-react": "^1.1",
                "clue/connection-manager-extra": "^1.0 || ^0.7",
                "phpunit/phpunit": "^9.0 || ^7.0 || ^6.0 || ^5.7 || ^4.8.35",
                "react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3"
            },
            "time": "2020-06-19T09:17:08+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Clue\\React\\Socks\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Christian Lück",
                    "email": "christian@clue.engineering"
                }
            ],
            "description": "Async SOCKS proxy connector client and server implementation, tunnel any TCP/IP-based protocol through a SOCKS5 or SOCKS4(a) proxy server, built on top of ReactPHP.",
            "homepage": "https://github.com/clue/reactphp-socks",
            "keywords": [
                "async",
                "proxy server",
                "reactphp",
                "socks client",
                "socks server",
                "socks4a",
                "socks5",
                "tcp tunnel"
            ],
            "install-path": "../clue/socks-react"
        },
        {
            "name": "clue/stream-filter",
            "version": "v1.4.1",
            "version_normalized": "1.4.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/clue/php-stream-filter.git",
                "reference": "5a58cc30a8bd6a4eb8f856adf61dd3e013f53f71"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/clue/php-stream-filter/zipball/5a58cc30a8bd6a4eb8f856adf61dd3e013f53f71",
                "reference": "5a58cc30a8bd6a4eb8f856adf61dd3e013f53f71",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3"
            },
            "require-dev": {
                "phpunit/phpunit": "^5.0 || ^4.8"
            },
            "time": "2019-04-09T12:31:48+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Clue\\StreamFilter\\": "src/"
                },
                "files": [
                    "src/functions_include.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Christian Lück",
                    "email": "christian@lueck.tv"
                }
            ],
            "description": "A simple and modern approach to stream filtering in PHP",
            "homepage": "https://github.com/clue/php-stream-filter",
            "keywords": [
                "bucket brigade",
                "callback",
                "filter",
                "php_user_filter",
                "stream",
                "stream_filter_append",
                "stream_filter_register"
            ],
            "install-path": "../clue/stream-filter"
        },
        {
            "name": "clue/zlib-react",
            "version": "v0.2.2",
            "version_normalized": "0.2.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/clue/reactphp-zlib.git",
                "reference": "e6a77eee88d8fbf22d1a90530dd0c810fa2d3ad3"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/clue/reactphp-zlib/zipball/e6a77eee88d8fbf22d1a90530dd0c810fa2d3ad3",
                "reference": "e6a77eee88d8fbf22d1a90530dd0c810fa2d3ad3",
                "shasum": ""
            },
            "require": {
                "clue/stream-filter": "~1.3",
                "php": ">=5.3",
                "react/stream": "^1.0 || ^0.7 || ^0.6"
            },
            "require-dev": {
                "phpunit/phpunit": "^5.0 || ^4.8",
                "react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3"
            },
            "suggest": {
                "ext-zlib": "Requires ext-zlib extension"
            },
            "time": "2020-04-20T11:34:29+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Clue\\React\\Zlib\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Christian Lück",
                    "email": "christian@clue.engineering"
                }
            ],
            "description": "Streaming zlib compressor and decompressor for ReactPHP, supporting compression and decompression of GZIP, ZLIB and raw DEFLATE formats.",
            "homepage": "https://github.com/clue/reactphp-zlib",
            "keywords": [
                "RFC 1950",
                "RFC 1951",
                "RFC 1952",
                "compression",
                "decompression",
                "deflate",
                "gz",
                "gzip",
                "inflate",
                "reactphp",
                "zlib"
            ],
            "install-path": "../clue/zlib-react"
        },
        {
            "name": "evenement/evenement",
            "version": "v3.0.1",
            "version_normalized": "3.0.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/igorw/evenement.git",
                "reference": "531bfb9d15f8aa57454f5f0285b18bec903b8fb7"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/igorw/evenement/zipball/531bfb9d15f8aa57454f5f0285b18bec903b8fb7",
                "reference": "531bfb9d15f8aa57454f5f0285b18bec903b8fb7",
                "shasum": ""
            },
            "require": {
                "php": ">=7.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^6.0"
            },
            "time": "2017-07-23T21:35:13+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-0": {
                    "Evenement": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Igor Wiedler",
                    "email": "igor@wiedler.ch"
                }
            ],
            "description": "Événement is a very simple event dispatching library for PHP",
            "keywords": [
                "event-dispatcher",
                "event-emitter"
            ],
            "install-path": "../evenement/evenement"
        },
        {
            "name": "guzzlehttp/guzzle",
            "version": "6.5.8",
            "version_normalized": "6.5.8.0",
            "source": {
                "type": "git",
                "url": "https://github.com/guzzle/guzzle.git",
                "reference": "a52f0440530b54fa079ce76e8c5d196a42cad981"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/a52f0440530b54fa079ce76e8c5d196a42cad981",
                "reference": "a52f0440530b54fa079ce76e8c5d196a42cad981",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "guzzlehttp/promises": "^1.0",
                "guzzlehttp/psr7": "^1.9",
                "php": ">=5.5",
                "symfony/polyfill-intl-idn": "^1.17"
            },
            "require-dev": {
                "ext-curl": "*",
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
                "psr/log": "^1.1"
            },
            "suggest": {
                "psr/log": "Required for using the Log middleware"
            },
            "time": "2022-06-20T22:16:07+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "6.5-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src/functions_include.php"
                ],
                "psr-4": {
                    "GuzzleHttp\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Graham Campbell",
                    "email": "hello@gjcampbell.co.uk",
                    "homepage": "https://github.com/GrahamCampbell"
                },
                {
                    "name": "Michael Dowling",
                    "email": "mtdowling@gmail.com",
                    "homepage": "https://github.com/mtdowling"
                },
                {
                    "name": "Jeremy Lindblom",
                    "email": "jeremeamia@gmail.com",
                    "homepage": "https://github.com/jeremeamia"
                },
                {
                    "name": "George Mponos",
                    "email": "gmponos@gmail.com",
                    "homepage": "https://github.com/gmponos"
                },
                {
                    "name": "Tobias Nyholm",
                    "email": "tobias.nyholm@gmail.com",
                    "homepage": "https://github.com/Nyholm"
                },
                {
                    "name": "Márk Sági-Kazár",
                    "email": "mark.sagikazar@gmail.com",
                    "homepage": "https://github.com/sagikazarmark"
                },
                {
                    "name": "Tobias Schultze",
                    "email": "webmaster@tubo-world.de",
                    "homepage": "https://github.com/Tobion"
                }
            ],
            "description": "Guzzle is a PHP HTTP client library",
            "homepage": "http://guzzlephp.org/",
            "keywords": [
                "client",
                "curl",
                "framework",
                "http",
                "http client",
                "rest",
                "web service"
            ],
            "support": {
                "issues": "https://github.com/guzzle/guzzle/issues",
                "source": "https://github.com/guzzle/guzzle/tree/6.5.8"
            },
            "funding": [
                {
                    "url": "https://github.com/GrahamCampbell",
                    "type": "github"
                },
                {
                    "url": "https://github.com/Nyholm",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle",
                    "type": "tidelift"
                }
            ],
            "install-path": "../guzzlehttp/guzzle"
        },
        {
            "name": "guzzlehttp/promises",
            "version": "v1.3.1",
            "version_normalized": "1.3.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/guzzle/promises.git",
                "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
                "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
                "shasum": ""
            },
            "require": {
                "php": ">=5.5.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^4.0"
            },
            "time": "2016-12-20T10:07:11+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.4-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "GuzzleHttp\\Promise\\": "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": "Guzzle promises library",
            "keywords": [
                "promise"
            ],
            "install-path": "../guzzlehttp/promises"
        },
        {
            "name": "guzzlehttp/psr7",
            "version": "1.9.0",
            "version_normalized": "1.9.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/guzzle/psr7.git",
                "reference": "e98e3e6d4f86621a9b75f623996e6bbdeb4b9318"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/guzzle/psr7/zipball/e98e3e6d4f86621a9b75f623996e6bbdeb4b9318",
                "reference": "e98e3e6d4f86621a9b75f623996e6bbdeb4b9318",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4.0",
                "psr/http-message": "~1.0",
                "ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
            },
            "provide": {
                "psr/http-message-implementation": "1.0"
            },
            "require-dev": {
                "ext-zlib": "*",
                "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.10"
            },
            "suggest": {
                "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
            },
            "time": "2022-06-20T21:43:03+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.9-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src/functions_include.php"
                ],
                "psr-4": {
                    "GuzzleHttp\\Psr7\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Graham Campbell",
                    "email": "hello@gjcampbell.co.uk",
                    "homepage": "https://github.com/GrahamCampbell"
                },
                {
                    "name": "Michael Dowling",
                    "email": "mtdowling@gmail.com",
                    "homepage": "https://github.com/mtdowling"
                },
                {
                    "name": "George Mponos",
                    "email": "gmponos@gmail.com",
                    "homepage": "https://github.com/gmponos"
                },
                {
                    "name": "Tobias Nyholm",
                    "email": "tobias.nyholm@gmail.com",
                    "homepage": "https://github.com/Nyholm"
                },
                {
                    "name": "Márk Sági-Kazár",
                    "email": "mark.sagikazar@gmail.com",
                    "homepage": "https://github.com/sagikazarmark"
                },
                {
                    "name": "Tobias Schultze",
                    "email": "webmaster@tubo-world.de",
                    "homepage": "https://github.com/Tobion"
                }
            ],
            "description": "PSR-7 message implementation that also provides common utility methods",
            "keywords": [
                "http",
                "message",
                "psr-7",
                "request",
                "response",
                "stream",
                "uri",
                "url"
            ],
            "support": {
                "issues": "https://github.com/guzzle/psr7/issues",
                "source": "https://github.com/guzzle/psr7/tree/1.9.0"
            },
            "funding": [
                {
                    "url": "https://github.com/GrahamCampbell",
                    "type": "github"
                },
                {
                    "url": "https://github.com/Nyholm",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",
                    "type": "tidelift"
                }
            ],
            "install-path": "../guzzlehttp/psr7"
        },
        {
            "name": "psr/http-message",
            "version": "1.0.1",
            "version_normalized": "1.0.1.0",
            "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-06T14:39:51+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "installation-source": "dist",
            "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"
            ],
            "install-path": "../psr/http-message"
        },
        {
            "name": "ralouphie/getallheaders",
            "version": "3.0.3",
            "version_normalized": "3.0.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/ralouphie/getallheaders.git",
                "reference": "120b605dfeb996808c31b6477290a714d356e822"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
                "reference": "120b605dfeb996808c31b6477290a714d356e822",
                "shasum": ""
            },
            "require": {
                "php": ">=5.6"
            },
            "require-dev": {
                "php-coveralls/php-coveralls": "^2.1",
                "phpunit/phpunit": "^5 || ^6.5"
            },
            "time": "2019-03-08T08:55:37+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src/getallheaders.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Ralph Khattar",
                    "email": "ralph.khattar@gmail.com"
                }
            ],
            "description": "A polyfill for getallheaders.",
            "install-path": "../ralouphie/getallheaders"
        },
        {
            "name": "ratchet/pawl",
            "version": "v0.3.4",
            "version_normalized": "0.3.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/ratchetphp/Pawl.git",
                "reference": "3a7d5b78e0deaec82f42513a4a3193a8eb12feb1"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/ratchetphp/Pawl/zipball/3a7d5b78e0deaec82f42513a4a3193a8eb12feb1",
                "reference": "3a7d5b78e0deaec82f42513a4a3193a8eb12feb1",
                "shasum": ""
            },
            "require": {
                "evenement/evenement": "^3.0 || ^2.0",
                "php": ">=5.4",
                "ratchet/rfc6455": "^0.2.3",
                "react/socket": "^1.0 || ^0.8 || ^0.7"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.8"
            },
            "suggest": {
                "reactivex/rxphp": "~2.0"
            },
            "time": "2019-01-14T14:09:36+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Ratchet\\Client\\": "src"
                },
                "files": [
                    "src/functions_include.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "Asynchronous WebSocket client",
            "keywords": [
                "Ratchet",
                "async",
                "client",
                "websocket",
                "websocket client"
            ],
            "install-path": "../ratchet/pawl"
        },
        {
            "name": "ratchet/rfc6455",
            "version": "v0.2.6",
            "version_normalized": "0.2.6.0",
            "source": {
                "type": "git",
                "url": "https://github.com/ratchetphp/RFC6455.git",
                "reference": "879e48c840f8dbc296d68d6a5030673df79bd916"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/ratchetphp/RFC6455/zipball/879e48c840f8dbc296d68d6a5030673df79bd916",
                "reference": "879e48c840f8dbc296d68d6a5030673df79bd916",
                "shasum": ""
            },
            "require": {
                "guzzlehttp/psr7": "^1.0",
                "php": ">=5.4.2"
            },
            "require-dev": {
                "phpunit/phpunit": "4.8.*",
                "react/socket": "^1.3"
            },
            "time": "2019-12-15T10:18:18+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Ratchet\\RFC6455\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Chris Boden",
                    "email": "cboden@gmail.com",
                    "role": "Developer"
                }
            ],
            "description": "RFC6455 WebSocket protocol handler",
            "homepage": "http://socketo.me",
            "keywords": [
                "WebSockets",
                "rfc6455",
                "websocket"
            ],
            "install-path": "../ratchet/rfc6455"
        },
        {
            "name": "react/cache",
            "version": "v1.0.0",
            "version_normalized": "1.0.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/reactphp/cache.git",
                "reference": "aa10d63a1b40a36a486bdf527f28bac607ee6466"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/reactphp/cache/zipball/aa10d63a1b40a36a486bdf527f28bac607ee6466",
                "reference": "aa10d63a1b40a36a486bdf527f28bac607ee6466",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0",
                "react/promise": "~2.0|~1.1"
            },
            "require-dev": {
                "phpunit/phpunit": "^6.4 || ^5.7 || ^4.8.35"
            },
            "time": "2019-07-11T13:45:28+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "React\\Cache\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "Async, Promise-based cache interface for ReactPHP",
            "keywords": [
                "cache",
                "caching",
                "promise",
                "reactphp"
            ],
            "install-path": "../react/cache"
        },
        {
            "name": "react/dns",
            "version": "v1.2.0",
            "version_normalized": "1.2.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/reactphp/dns.git",
                "reference": "a214d90c2884dac18d0cac6176202f247b66d762"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/reactphp/dns/zipball/a214d90c2884dac18d0cac6176202f247b66d762",
                "reference": "a214d90c2884dac18d0cac6176202f247b66d762",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0",
                "react/cache": "^1.0 || ^0.6 || ^0.5",
                "react/event-loop": "^1.0 || ^0.5",
                "react/promise": "^2.7 || ^1.2.1",
                "react/promise-timer": "^1.2"
            },
            "require-dev": {
                "clue/block-react": "^1.2",
                "phpunit/phpunit": "^7.0 || ^6.4 || ^5.7 || ^4.8.35"
            },
            "time": "2019-08-15T09:06:31+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "React\\Dns\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "Async DNS resolver for ReactPHP",
            "keywords": [
                "async",
                "dns",
                "dns-resolver",
                "reactphp"
            ],
            "install-path": "../react/dns"
        },
        {
            "name": "react/event-loop",
            "version": "v1.1.1",
            "version_normalized": "1.1.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/reactphp/event-loop.git",
                "reference": "6d24de090cd59cfc830263cfba965be77b563c13"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/reactphp/event-loop/zipball/6d24de090cd59cfc830263cfba965be77b563c13",
                "reference": "6d24de090cd59cfc830263cfba965be77b563c13",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^7.0 || ^6.4 || ^5.7 || ^4.8.35"
            },
            "suggest": {
                "ext-event": "~1.0 for ExtEventLoop",
                "ext-pcntl": "For signal handling support when using the StreamSelectLoop",
                "ext-uv": "* for ExtUvLoop"
            },
            "time": "2020-01-01T18:39:52+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "React\\EventLoop\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "ReactPHP's core reactor event loop that libraries can use for evented I/O.",
            "keywords": [
                "asynchronous",
                "event-loop"
            ],
            "install-path": "../react/event-loop"
        },
        {
            "name": "react/http-client",
            "version": "v0.5.10",
            "version_normalized": "0.5.10.0",
            "source": {
                "type": "git",
                "url": "https://github.com/reactphp/http-client.git",
                "reference": "f16ab55150ec369f8f9b5db64972f248691093b0"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/reactphp/http-client/zipball/f16ab55150ec369f8f9b5db64972f248691093b0",
                "reference": "f16ab55150ec369f8f9b5db64972f248691093b0",
                "shasum": ""
            },
            "require": {
                "evenement/evenement": "^3.0 || ^2.0 || ^1.0",
                "php": ">=5.3.0",
                "react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3",
                "react/promise": "^2.1 || ^1.2.1",
                "react/socket": "^1.0 || ^0.8.4",
                "react/stream": "^1.0 || ^0.7.1",
                "ringcentral/psr7": "^1.2"
            },
            "require-dev": {
                "clue/block-react": "^1.2",
                "phpunit/phpunit": "^7.0 || ^6.4 || ^5.7 || ^4.8.35",
                "react/promise-stream": "^1.1"
            },
            "time": "2020-01-14T08:36:16+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "React\\HttpClient\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "Event-driven, streaming HTTP client for ReactPHP",
            "keywords": [
                "http"
            ],
            "install-path": "../react/http-client"
        },
        {
            "name": "react/promise",
            "version": "v2.8.0",
            "version_normalized": "2.8.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/reactphp/promise.git",
                "reference": "f3cff96a19736714524ca0dd1d4130de73dbbbc4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/reactphp/promise/zipball/f3cff96a19736714524ca0dd1d4130de73dbbbc4",
                "reference": "f3cff96a19736714524ca0dd1d4130de73dbbbc4",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^7.0 || ^6.5 || ^5.7 || ^4.8.36"
            },
            "time": "2020-05-12T15:16:56+00:00",
            "type": "library",
            "installation-source": "dist",
            "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",
            "keywords": [
                "promise",
                "promises"
            ],
            "install-path": "../react/promise"
        },
        {
            "name": "react/promise-stream",
            "version": "v1.2.0",
            "version_normalized": "1.2.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/reactphp/promise-stream.git",
                "reference": "6384d8b76cf7dcc44b0bf3343fb2b2928412d1fe"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/reactphp/promise-stream/zipball/6384d8b76cf7dcc44b0bf3343fb2b2928412d1fe",
                "reference": "6384d8b76cf7dcc44b0bf3343fb2b2928412d1fe",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3",
                "react/promise": "^2.1 || ^1.2",
                "react/stream": "^1.0 || ^0.7 || ^0.6 || ^0.5 || ^0.4.6"
            },
            "require-dev": {
                "clue/block-react": "^1.0",
                "phpunit/phpunit": "^7.0 || ^6.4 || ^5.7 || ^4.8.35",
                "react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3",
                "react/promise-timer": "^1.0"
            },
            "time": "2019-07-03T12:29:10+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "React\\Promise\\Stream\\": "src/"
                },
                "files": [
                    "src/functions_include.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Christian Lück",
                    "email": "christian@lueck.tv"
                }
            ],
            "description": "The missing link between Promise-land and Stream-land for ReactPHP",
            "homepage": "https://github.com/reactphp/promise-stream",
            "keywords": [
                "Buffer",
                "async",
                "promise",
                "reactphp",
                "stream",
                "unwrap"
            ],
            "install-path": "../react/promise-stream"
        },
        {
            "name": "react/promise-timer",
            "version": "v1.5.1",
            "version_normalized": "1.5.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/reactphp/promise-timer.git",
                "reference": "35fb910604fd86b00023fc5cda477c8074ad0abc"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/reactphp/promise-timer/zipball/35fb910604fd86b00023fc5cda477c8074ad0abc",
                "reference": "35fb910604fd86b00023fc5cda477c8074ad0abc",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3",
                "react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3.5",
                "react/promise": "^2.7.0 || ^1.2.1"
            },
            "require-dev": {
                "phpunit/phpunit": "^6.4 || ^5.7 || ^4.8.35"
            },
            "time": "2019-03-27T18:10:32+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "React\\Promise\\Timer\\": "src/"
                },
                "files": [
                    "src/functions_include.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Christian Lück",
                    "email": "christian@lueck.tv"
                }
            ],
            "description": "A trivial implementation of timeouts for Promises, built on top of ReactPHP.",
            "homepage": "https://github.com/reactphp/promise-timer",
            "keywords": [
                "async",
                "event-loop",
                "promise",
                "reactphp",
                "timeout",
                "timer"
            ],
            "install-path": "../react/promise-timer"
        },
        {
            "name": "react/socket",
            "version": "v1.5.0",
            "version_normalized": "1.5.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/reactphp/socket.git",
                "reference": "842dcd71df86671ee9491734035b3d2cf4a80ece"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/reactphp/socket/zipball/842dcd71df86671ee9491734035b3d2cf4a80ece",
                "reference": "842dcd71df86671ee9491734035b3d2cf4a80ece",
                "shasum": ""
            },
            "require": {
                "evenement/evenement": "^3.0 || ^2.0 || ^1.0",
                "php": ">=5.3.0",
                "react/dns": "^1.1",
                "react/event-loop": "^1.0 || ^0.5",
                "react/promise": "^2.6.0 || ^1.2.1",
                "react/promise-timer": "^1.4.0",
                "react/stream": "^1.1"
            },
            "require-dev": {
                "clue/block-react": "^1.2",
                "phpunit/phpunit": "^9.0 || ^5.7 || ^4.8.35",
                "react/promise-stream": "^1.2"
            },
            "time": "2020-07-01T12:50:00+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "React\\Socket\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "Async, streaming plaintext TCP/IP and secure TLS socket server and client connections for ReactPHP",
            "keywords": [
                "Connection",
                "Socket",
                "async",
                "reactphp",
                "stream"
            ],
            "install-path": "../react/socket"
        },
        {
            "name": "react/stream",
            "version": "v1.1.1",
            "version_normalized": "1.1.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/reactphp/stream.git",
                "reference": "7c02b510ee3f582c810aeccd3a197b9c2f52ff1a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/reactphp/stream/zipball/7c02b510ee3f582c810aeccd3a197b9c2f52ff1a",
                "reference": "7c02b510ee3f582c810aeccd3a197b9c2f52ff1a",
                "shasum": ""
            },
            "require": {
                "evenement/evenement": "^3.0 || ^2.0 || ^1.0",
                "php": ">=5.3.8",
                "react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3.5"
            },
            "require-dev": {
                "clue/stream-filter": "~1.2",
                "phpunit/phpunit": "^7.0 || ^6.4 || ^5.7 || ^4.8.35"
            },
            "time": "2020-05-04T10:17:57+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "React\\Stream\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "Event-driven readable and writable streams for non-blocking I/O in ReactPHP",
            "keywords": [
                "event-driven",
                "io",
                "non-blocking",
                "pipe",
                "reactphp",
                "readable",
                "stream",
                "writable"
            ],
            "install-path": "../react/stream"
        },
        {
            "name": "ringcentral/psr7",
            "version": "1.3.0",
            "version_normalized": "1.3.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/ringcentral/psr7.git",
                "reference": "360faaec4b563958b673fb52bbe94e37f14bc686"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/ringcentral/psr7/zipball/360faaec4b563958b673fb52bbe94e37f14bc686",
                "reference": "360faaec4b563958b673fb52bbe94e37f14bc686",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3",
                "psr/http-message": "~1.0"
            },
            "provide": {
                "psr/http-message-implementation": "1.0"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.0"
            },
            "time": "2018-05-29T20:21:04+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "RingCentral\\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"
            ],
            "install-path": "../ringcentral/psr7"
        },
        {
            "name": "symfony/polyfill-intl-idn",
            "version": "v1.17.1",
            "version_normalized": "1.17.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-intl-idn.git",
                "reference": "a57f8161502549a742a63c09f0a604997bf47027"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/a57f8161502549a742a63c09f0a604997bf47027",
                "reference": "a57f8161502549a742a63c09f0a604997bf47027",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3",
                "symfony/polyfill-mbstring": "^1.3",
                "symfony/polyfill-php72": "^1.10"
            },
            "suggest": {
                "ext-intl": "For best performance"
            },
            "time": "2020-06-06T08:46:27+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.17-dev"
                },
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Symfony\\Polyfill\\Intl\\Idn\\": ""
                },
                "files": [
                    "bootstrap.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Laurent Bassin",
                    "email": "laurent@bassin.info"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "idn",
                "intl",
                "polyfill",
                "portable",
                "shim"
            ],
            "install-path": "../symfony/polyfill-intl-idn"
        },
        {
            "name": "symfony/polyfill-mbstring",
            "version": "v1.17.1",
            "version_normalized": "1.17.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-mbstring.git",
                "reference": "7110338d81ce1cbc3e273136e4574663627037a7"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/7110338d81ce1cbc3e273136e4574663627037a7",
                "reference": "7110338d81ce1cbc3e273136e4574663627037a7",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "suggest": {
                "ext-mbstring": "For best performance"
            },
            "time": "2020-06-06T08:46:27+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.17-dev"
                },
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "installation-source": "dist",
            "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"
            ],
            "install-path": "../symfony/polyfill-mbstring"
        },
        {
            "name": "symfony/polyfill-php72",
            "version": "v1.17.0",
            "version_normalized": "1.17.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-php72.git",
                "reference": "f048e612a3905f34931127360bdd2def19a5e582"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/f048e612a3905f34931127360bdd2def19a5e582",
                "reference": "f048e612a3905f34931127360bdd2def19a5e582",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "time": "2020-05-12T16:47:27+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.17-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Symfony\\Polyfill\\Php72\\": ""
                },
                "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 backporting some PHP 7.2+ features to lower PHP versions",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "polyfill",
                "portable",
                "shim"
            ],
            "install-path": "../symfony/polyfill-php72"
        },
        {
            "name": "wyrihaximus/react-guzzle-http-client",
            "version": "dev-decode-content",
            "version_normalized": "dev-decode-content",
            "source": {
                "type": "git",
                "url": "https://github.com/claudiosdc/react-guzzle-http-client.git",
                "reference": "54e723ee11330738198bc35522db77424effe3d3"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/claudiosdc/react-guzzle-http-client/zipball/54e723ee11330738198bc35522db77424effe3d3",
                "reference": "54e723ee11330738198bc35522db77424effe3d3",
                "shasum": ""
            },
            "require": {
                "clue/buzz-react": "dev-decode-content",
                "clue/http-proxy-react": "^1.2",
                "clue/socks-react": "^1.0.0",
                "guzzlehttp/psr7": "^1.0",
                "php": "^5.4|^7.0",
                "psr/http-message": "^1.0",
                "wyrihaximus/ticking-promise": "^1.6"
            },
            "require-dev": {
                "clue/block-react": "^1.1",
                "phake/phake": "~1.0.6",
                "phpunit/phpunit": "^5.0 || ^4.8",
                "squizlabs/php_codesniffer": "~3.4.0",
                "vectorface/dunit": "~2"
            },
            "time": "2019-08-02T19:43:31+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "WyriHaximus\\React\\Guzzle\\HttpClient\\": "src/"
                }
            },
            "autoload-dev": {
                "psr-4": {
                    "WyriHaximus\\React\\Tests\\Guzzle\\HttpClient\\": "tests/"
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Cees-Jan Kiewiet",
                    "email": "ceesjank@gmail.com",
                    "homepage": "http://wyrihaximus.net/"
                }
            ],
            "description": "Asynchronous adapter for different Guzzle versions powered by react/http-client",
            "support": {
                "source": "https://github.com/claudiosdc/react-guzzle-http-client/tree/decode-content"
            },
            "install-path": "../wyrihaximus/react-guzzle-http-client"
        },
        {
            "name": "wyrihaximus/react-guzzle-psr7",
            "version": "dev-decode-content",
            "version_normalized": "dev-decode-content",
            "source": {
                "type": "git",
                "url": "https://github.com/claudiosdc/react-guzzle-psr7.git",
                "reference": "f8d15d9ce9040c0022704da7ab06a6c618382cb6"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/claudiosdc/react-guzzle-psr7/zipball/f8d15d9ce9040c0022704da7ab06a6c618382cb6",
                "reference": "f8d15d9ce9040c0022704da7ab06a6c618382cb6",
                "shasum": ""
            },
            "require": {
                "clue/block-react": "^1.3",
                "guzzlehttp/guzzle": "^6.0",
                "php": "^5.5|^7.0",
                "wyrihaximus/react-guzzle-http-client": "dev-decode-content"
            },
            "require-dev": {
                "clue/buzz-react": "dev-decode-content",
                "phake/phake": "~1.0.6",
                "phpunit/phpunit": "^4.0|^5.0",
                "squizlabs/php_codesniffer": "~3.4.0",
                "vectorface/dunit": "^2.0"
            },
            "time": "2019-08-02T20:02:57+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "WyriHaximus\\React\\GuzzlePsr7\\": "src/"
                }
            },
            "autoload-dev": {
                "psr-4": {
                    "WyriHaximus\\React\\Tests\\GuzzlePsr7\\": "tests/"
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Cees-Jan Kiewiet",
                    "email": "ceesjank@gmail.com",
                    "homepage": "http://wyrihaximus.net/"
                }
            ],
            "description": "Asyncronous Guzzle (PSR7) adapter powered by react/http-client",
            "support": {
                "source": "https://github.com/claudiosdc/react-guzzle-psr7/tree/decode-content"
            },
            "install-path": "../wyrihaximus/react-guzzle-psr7"
        },
        {
            "name": "wyrihaximus/ticking-promise",
            "version": "1.6.3",
            "version_normalized": "1.6.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/WyriHaximus/TickingPromise.git",
                "reference": "4bb99024402bb7526de8880f3dab0c1f0858def5"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/WyriHaximus/TickingPromise/zipball/4bb99024402bb7526de8880f3dab0c1f0858def5",
                "reference": "4bb99024402bb7526de8880f3dab0c1f0858def5",
                "shasum": ""
            },
            "require": {
                "php": "^7.0 || ^5.4",
                "react/event-loop": "^1.0 || ^0.5 || ^0.4",
                "react/promise": "~2.1"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.4",
                "squizlabs/php_codesniffer": "^1.5.6",
                "vectorface/dunit": "~1.4"
            },
            "time": "2018-04-05T12:36:50+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "WyriHaximus\\React\\": "src/"
                },
                "files": [
                    "src/functions_include.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Cees-Jan Kiewiet",
                    "email": "ceesjank@gmail.com",
                    "homepage": "http://wyrihaximus.net/"
                }
            ],
            "description": "Wrapping ticks into a promise",
            "install-path": "../wyrihaximus/ticking-promise"
        }
    ],
    "dev": true,
    "dev-package-names": []
}
