[
    {
        "name": "clue/stream-filter",
        "version": "v1.3.0",
        "version_normalized": "1.3.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/clue/php-stream-filter.git",
            "reference": "e3bf9415da163d9ad6701dccb407ed501ae69785"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/clue/php-stream-filter/zipball/e3bf9415da163d9ad6701dccb407ed501ae69785",
            "reference": "e3bf9415da163d9ad6701dccb407ed501ae69785",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3"
        },
        "time": "2015-11-08T23:41:30+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Clue\\StreamFilter\\": "src/"
            },
            "files": [
                "src/functions.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"
        ]
    },
    {
        "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"
        ]
    },
    {
        "name": "php-http/message-factory",
        "version": "v1.0.2",
        "version_normalized": "1.0.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-http/message-factory.git",
            "reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-http/message-factory/zipball/a478cb11f66a6ac48d8954216cfed9aa06a501a1",
            "reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4",
            "psr/http-message": "^1.0"
        },
        "time": "2015-12-19T14:08:53+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Http\\Message\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Márk Sági-Kazár",
                "email": "mark.sagikazar@gmail.com"
            }
        ],
        "description": "Factory interfaces for PSR-7 HTTP Message",
        "homepage": "http://php-http.org",
        "keywords": [
            "factory",
            "http",
            "message",
            "stream",
            "uri"
        ]
    },
    {
        "name": "php-http/message",
        "version": "1.5.0",
        "version_normalized": "1.5.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-http/message.git",
            "reference": "13df8c48f40ca7925303aa336f19be4b80984f01"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-http/message/zipball/13df8c48f40ca7925303aa336f19be4b80984f01",
            "reference": "13df8c48f40ca7925303aa336f19be4b80984f01",
            "shasum": ""
        },
        "require": {
            "clue/stream-filter": "^1.3",
            "php": ">=5.4",
            "php-http/message-factory": "^1.0.2",
            "psr/http-message": "^1.0"
        },
        "require-dev": {
            "akeneo/phpspec-skip-example-extension": "^1.0",
            "coduo/phpspec-data-provider-extension": "^1.0",
            "ext-zlib": "*",
            "guzzlehttp/psr7": "^1.0",
            "henrikbjorn/phpspec-code-coverage": "^1.0",
            "phpspec/phpspec": "^2.4",
            "slim/slim": "^3.0",
            "zendframework/zend-diactoros": "^1.0"
        },
        "suggest": {
            "ext-zlib": "Used with compressor/decompressor streams",
            "guzzlehttp/psr7": "Used with Guzzle PSR-7 Factories",
            "slim/slim": "Used with Slim Framework PSR-7 implementation",
            "zendframework/zend-diactoros": "Used with Diactoros Factories"
        },
        "time": "2017-02-14T08:58:37+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.6-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Http\\Message\\": "src/"
            },
            "files": [
                "src/filters.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Márk Sági-Kazár",
                "email": "mark.sagikazar@gmail.com"
            }
        ],
        "description": "HTTP Message related tools",
        "homepage": "http://php-http.org",
        "keywords": [
            "http",
            "message",
            "psr-7"
        ]
    },
    {
        "name": "php-http/discovery",
        "version": "1.2.1",
        "version_normalized": "1.2.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-http/discovery.git",
            "reference": "6b33475a3239439bc7ced287d0de0bb82e04d2f0"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-http/discovery/zipball/6b33475a3239439bc7ced287d0de0bb82e04d2f0",
            "reference": "6b33475a3239439bc7ced287d0de0bb82e04d2f0",
            "shasum": ""
        },
        "require": {
            "php": "^5.5 || ^7.0"
        },
        "require-dev": {
            "henrikbjorn/phpspec-code-coverage": "^2.0.2",
            "php-http/httplug": "^1.0",
            "php-http/message-factory": "^1.0",
            "phpspec/phpspec": "^2.4",
            "puli/composer-plugin": "1.0.0-beta10"
        },
        "suggest": {
            "php-http/message": "Allow to use Guzzle, Diactoros or Slim Framework factories",
            "puli/composer-plugin": "Sets up Puli which is recommended for Discovery to work. Check http://docs.php-http.org/en/latest/discovery.html for more details."
        },
        "time": "2017-03-02T06:56:00+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.3-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Http\\Discovery\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Márk Sági-Kazár",
                "email": "mark.sagikazar@gmail.com"
            }
        ],
        "description": "Finds installed HTTPlug implementations and PSR-7 message factories",
        "homepage": "http://php-http.org",
        "keywords": [
            "adapter",
            "client",
            "discovery",
            "factory",
            "http",
            "message",
            "psr7"
        ]
    },
    {
        "name": "php-http/promise",
        "version": "v1.0.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-http/promise.git",
            "reference": "dc494cdc9d7160b9a09bd5573272195242ce7980"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-http/promise/zipball/dc494cdc9d7160b9a09bd5573272195242ce7980",
            "reference": "dc494cdc9d7160b9a09bd5573272195242ce7980",
            "shasum": ""
        },
        "require-dev": {
            "henrikbjorn/phpspec-code-coverage": "^1.0",
            "phpspec/phpspec": "^2.4"
        },
        "time": "2016-01-26T13:27:02+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.1-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Http\\Promise\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Márk Sági-Kazár",
                "email": "mark.sagikazar@gmail.com"
            },
            {
                "name": "Joel Wurtz",
                "email": "joel.wurtz@gmail.com"
            }
        ],
        "description": "Promise used for asynchronous HTTP requests",
        "homepage": "http://httplug.io",
        "keywords": [
            "promise"
        ]
    },
    {
        "name": "php-http/httplug",
        "version": "v1.1.0",
        "version_normalized": "1.1.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-http/httplug.git",
            "reference": "1c6381726c18579c4ca2ef1ec1498fdae8bdf018"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-http/httplug/zipball/1c6381726c18579c4ca2ef1ec1498fdae8bdf018",
            "reference": "1c6381726c18579c4ca2ef1ec1498fdae8bdf018",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4",
            "php-http/promise": "^1.0",
            "psr/http-message": "^1.0"
        },
        "require-dev": {
            "henrikbjorn/phpspec-code-coverage": "^1.0",
            "phpspec/phpspec": "^2.4"
        },
        "time": "2016-08-31T08:30:17+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.1-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Http\\Client\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Eric GELOEN",
                "email": "geloen.eric@gmail.com"
            },
            {
                "name": "Márk Sági-Kazár",
                "email": "mark.sagikazar@gmail.com"
            }
        ],
        "description": "HTTPlug, the HTTP client abstraction for PHP",
        "homepage": "http://httplug.io",
        "keywords": [
            "client",
            "http"
        ]
    },
    {
        "name": "php-http/curl-client",
        "version": "v1.7.0",
        "version_normalized": "1.7.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-http/curl-client.git",
            "reference": "0972ad0d7d37032a52077a5cbe27cf370f2007d8"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-http/curl-client/zipball/0972ad0d7d37032a52077a5cbe27cf370f2007d8",
            "reference": "0972ad0d7d37032a52077a5cbe27cf370f2007d8",
            "shasum": ""
        },
        "require": {
            "ext-curl": "*",
            "php": "^5.5 || ^7.0",
            "php-http/discovery": "^1.0",
            "php-http/httplug": "^1.0",
            "php-http/message": "^1.2",
            "php-http/message-factory": "^1.0.2"
        },
        "provide": {
            "php-http/async-client-implementation": "1.0",
            "php-http/client-implementation": "1.0"
        },
        "require-dev": {
            "guzzlehttp/psr7": "^1.0",
            "php-http/client-integration-tests": "^0.5.1",
            "phpunit/phpunit": "^4.8.27",
            "zendframework/zend-diactoros": "^1.0"
        },
        "time": "2017-02-09T15:18:33+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Http\\Client\\Curl\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Михаил Красильников",
                "email": "m.krasilnikov@yandex.ru"
            }
        ],
        "description": "cURL client for PHP-HTTP",
        "homepage": "http://php-http.org",
        "keywords": [
            "curl",
            "http"
        ]
    },
    {
        "name": "guzzlehttp/psr7",
        "version": "1.4.2",
        "version_normalized": "1.4.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/guzzle/psr7.git",
            "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
            "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
            "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": "2017-03-20T17:10:46+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.4-dev"
            }
        },
        "installation-source": "dist",
        "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": "mailerlite/mailerlite-api-v2-php-sdk",
        "version": "0.2.1",
        "version_normalized": "0.2.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/mailerlite/mailerlite-api-v2-php-sdk.git",
            "reference": "e33d833fa707360556227065e86df184fd25b59b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/mailerlite/mailerlite-api-v2-php-sdk/zipball/e33d833fa707360556227065e86df184fd25b59b",
            "reference": "e33d833fa707360556227065e86df184fd25b59b",
            "shasum": ""
        },
        "require": {
            "guzzlehttp/psr7": "~1.2",
            "php": "^5.5|^7.0",
            "php-http/curl-client": "^1.4",
            "php-http/httplug": "^1.0",
            "php-http/message": "^1.2"
        },
        "require-dev": {
            "mockery/mockery": "^0.9.4",
            "php-http/guzzle6-adapter": "^1.0",
            "phpunit/phpunit": "5.3.*"
        },
        "time": "2017-03-28T10:17:58+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "MailerLiteApi\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "description": "MailerLite API v2 PHP SDK",
        "homepage": "https://github.com/mailerlite/mailerlite-api-v2-php-sdk",
        "keywords": [
            "email",
            "mailerlite",
            "marketing",
            "sdk"
        ]
    }
]
