[
    {
        "name": "react/promise",
        "version": "v2.7.1",
        "version_normalized": "2.7.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/reactphp/promise.git",
            "reference": "31ffa96f8d2ed0341a57848cbb84d88b89dd664d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/reactphp/promise/zipball/31ffa96f8d2ed0341a57848cbb84d88b89dd664d",
            "reference": "31ffa96f8d2ed0341a57848cbb84d88b89dd664d",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4.0"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.8"
        },
        "time": "2019-01-07 21:25:54",
        "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"
        ]
    },
    {
        "name": "guzzlehttp/streams",
        "version": "3.0.0",
        "version_normalized": "3.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/guzzle/streams.git",
            "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/guzzle/streams/zipball/47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5",
            "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4.0"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.0"
        },
        "time": "2014-10-12 19:18:40",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.0-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "GuzzleHttp\\Stream\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Michael Dowling",
                "email": "mtdowling@gmail.com",
                "homepage": "https://github.com/mtdowling"
            }
        ],
        "description": "Provides a simple abstraction over streams of data",
        "homepage": "http://guzzlephp.org/",
        "keywords": [
            "Guzzle",
            "stream"
        ]
    },
    {
        "name": "guzzlehttp/ringphp",
        "version": "1.1.1",
        "version_normalized": "1.1.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/guzzle/RingPHP.git",
            "reference": "5e2a174052995663dd68e6b5ad838afd47dd615b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/guzzle/RingPHP/zipball/5e2a174052995663dd68e6b5ad838afd47dd615b",
            "reference": "5e2a174052995663dd68e6b5ad838afd47dd615b",
            "shasum": ""
        },
        "require": {
            "guzzlehttp/streams": "~3.0",
            "php": ">=5.4.0",
            "react/promise": "~2.0"
        },
        "require-dev": {
            "ext-curl": "*",
            "phpunit/phpunit": "~4.0"
        },
        "suggest": {
            "ext-curl": "Guzzle will use specific adapters if cURL is present"
        },
        "time": "2018-07-31 13:22:33",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.1-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "GuzzleHttp\\Ring\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Michael Dowling",
                "email": "mtdowling@gmail.com",
                "homepage": "https://github.com/mtdowling"
            }
        ],
        "description": "Provides a simple API and specification that abstracts away the details of HTTP into a single PHP function."
    },
    {
        "name": "psr/log",
        "version": "1.1.2",
        "version_normalized": "1.1.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/log.git",
            "reference": "446d54b4cb6bf489fc9d75f55843658e6f25d801"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/log/zipball/446d54b4cb6bf489fc9d75f55843658e6f25d801",
            "reference": "446d54b4cb6bf489fc9d75f55843658e6f25d801",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2019-11-01 11:05:21",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.1.x-dev"
            }
        },
        "installation-source": "dist",
        "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": "elasticsearch/elasticsearch",
        "version": "v5.3.0",
        "version_normalized": "5.3.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/elastic/elasticsearch-php.git",
            "reference": "50e5b1c63db68839b8acc1f4766769570a27a448"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/elastic/elasticsearch-php/zipball/50e5b1c63db68839b8acc1f4766769570a27a448",
            "reference": "50e5b1c63db68839b8acc1f4766769570a27a448",
            "shasum": ""
        },
        "require": {
            "guzzlehttp/ringphp": "~1.0",
            "php": "^5.6|^7.0",
            "psr/log": "~1.0"
        },
        "require-dev": {
            "cpliakas/git-wrapper": "~1.0",
            "doctrine/inflector": "^1.1",
            "mockery/mockery": "0.9.4",
            "phpunit/phpunit": "^4.7|^5.4",
            "sami/sami": "~3.2",
            "symfony/finder": "^2.8",
            "symfony/yaml": "^2.8"
        },
        "suggest": {
            "ext-curl": "*",
            "monolog/monolog": "Allows for client-level logging and tracing"
        },
        "time": "2017-07-19 18:44:30",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Elasticsearch\\": "src/Elasticsearch/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "Apache-2.0"
        ],
        "authors": [
            {
                "name": "Zachary Tong"
            }
        ],
        "description": "PHP Client for Elasticsearch",
        "keywords": [
            "client",
            "elasticsearch",
            "search"
        ]
    },
    {
        "name": "ruflin/elastica",
        "version": "5.3.0",
        "version_normalized": "5.3.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/ruflin/Elastica.git",
            "reference": "6ca31124a7753edbe3cec0f7a0cb723829da57c5"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/ruflin/Elastica/zipball/6ca31124a7753edbe3cec0f7a0cb723829da57c5",
            "reference": "6ca31124a7753edbe3cec0f7a0cb723829da57c5",
            "shasum": ""
        },
        "require": {
            "elasticsearch/elasticsearch": "5.3.0",
            "php": ">=5.6.0",
            "psr/log": "~1.0"
        },
        "require-dev": {
            "aws/aws-sdk-php": "~3.0",
            "guzzlehttp/guzzle": "~6.0"
        },
        "suggest": {
            "aws/aws-sdk-php": "Allow using IAM authentication with Amazon ElasticSearch Service",
            "egeloen/http-adapter": "Allow using httpadapter transport",
            "guzzlehttp/guzzle": "Allow using guzzle 6 as the http transport",
            "monolog/monolog": "Logging request"
        },
        "time": "2017-07-26 12:21:58",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "5.2.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Elastica\\": "lib/Elastica/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Nicolas Ruflin",
                "homepage": "http://ruflin.com/"
            }
        ],
        "description": "Elasticsearch Client",
        "homepage": "http://elastica.io/",
        "keywords": [
            "client",
            "search"
        ]
    }
]
