[
    {
        "name": "psr/http-message",
        "version": "1.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/http-message.git",
            "reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/http-message/zipball/85d63699f0dbedb190bbd4b0d2b9dc707ea4c298",
            "reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2015-05-04 20:22: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",
        "keywords": [
            "http",
            "http-message",
            "psr",
            "psr-7",
            "request",
            "response"
        ]
    },
    {
        "name": "zendframework/zend-diactoros",
        "version": "1.3.5",
        "version_normalized": "1.3.5.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zendframework/zend-diactoros.git",
            "reference": "b1d59735b672865dbeb930805029c24f226e3e77"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zendframework/zend-diactoros/zipball/b1d59735b672865dbeb930805029c24f226e3e77",
            "reference": "b1d59735b672865dbeb930805029c24f226e3e77",
            "shasum": ""
        },
        "require": {
            "php": "^5.4 || ^7.0",
            "psr/http-message": "~1.0"
        },
        "provide": {
            "psr/http-message-implementation": "~1.0.0"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.6",
            "squizlabs/php_codesniffer": "^2.3.1"
        },
        "time": "2016-03-17 18:02:05",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.3-dev",
                "dev-develop": "1.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Zend\\Diactoros\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-2-Clause"
        ],
        "description": "PSR HTTP Message implementations",
        "homepage": "https://github.com/zendframework/zend-diactoros",
        "keywords": [
            "http",
            "psr",
            "psr-7"
        ]
    },
    {
        "name": "egeloen/http-adapter",
        "version": "1.0.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/egeloen/ivory-http-adapter.git",
            "reference": "f8514a0f23228087ac00d06e9a71533edcdf185c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/egeloen/ivory-http-adapter/zipball/f8514a0f23228087ac00d06e9a71533edcdf185c",
            "reference": "f8514a0f23228087ac00d06e9a71533edcdf185c",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4.8",
            "zendframework/zend-diactoros": "^1.1"
        },
        "require-dev": {
            "cakephp/cakephp": "^3.0.3",
            "doctrine/cache": "^1.4",
            "ext-curl": "*",
            "guzzle/guzzle": "^3.9.4@dev",
            "guzzlehttp/guzzle": "^4.1.4|^5.0|^6.0",
            "kriswallsmith/buzz": "^0.13",
            "nategood/httpful": "^0.2.17",
            "phpunit/phpunit": "^4.0",
            "phpunit/phpunit-mock-objects": "dev-matcher-verify as 2.3.x-dev",
            "psr/log": "^1.0",
            "react/dns": "^0.4.1",
            "react/http-client": "^0.4",
            "rmccue/requests": "dev-master",
            "satooshi/php-coveralls": "^0.6",
            "symfony/event-dispatcher": "^2.0|^3.0",
            "symfony/phpunit-bridge": "3.4.26",
            "tedivm/stash": "^0.13",
            "zendframework/zend-http": "^2.3.4",
            "zendframework/zendframework1": ">=1.12.9,<=1.12.14|^1.12.16"
        },
        "suggest": {
            "doctrine/cache": "Allows you to use the cache event subscriber",
            "ext-curl": "Allows you to use the cURL adapter",
            "ext-http": "Allows you to use the PECL adapter",
            "guzzle/guzzle": "Allows you to use the Guzzle 3 adapter",
            "guzzlehttp/guzzle": "Allows you to use the Guzzle 4 adapter",
            "kriswallsmith/buzz": "Allows you to use the Buzz adapter",
            "nategood/httpful": "Allows you to use the Httpful adapter",
            "psr/log": "Allows you to use the logger event subscriber",
            "rmccue/requests": "Allows you to use the Requests adapter",
            "symfony/event-dispatcher": "Allows you to use the event lifecycle",
            "symfony/stopwatch": "Allows you to use the stopwatch http adapter and event subscriber",
            "tedivm/stash": "Allows you to use the cache event subscriber",
            "zendframework/zend-http": "Allows you to use the Zend 2 adapter",
            "zendframework/zendframework1": "Allows you to use the Zend 1 adapter"
        },
        "time": "2015-12-13 10:05:58",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Ivory\\HttpAdapter\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Eric GELOEN",
                "email": "geloen.eric@gmail.com"
            }
        ],
        "description": "Issue HTTP request for PHP 5.3+.",
        "keywords": [
            "http",
            "http-adapter",
            "http-client",
            "psr-7"
        ],
        "abandoned": "php-http/httplug"
    },
    {
        "name": "sparkpost/php-sparkpost",
        "version": "1.0.3",
        "version_normalized": "1.0.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/SparkPost/php-sparkpost.git",
            "reference": "acb590ef2cdda14900016364f2903200846fe8db"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/SparkPost/php-sparkpost/zipball/acb590ef2cdda14900016364f2903200846fe8db",
            "reference": "acb590ef2cdda14900016364f2903200846fe8db",
            "shasum": ""
        },
        "require": {
            "egeloen/http-adapter": "*",
            "php": ">=5.5.0"
        },
        "require-dev": {
            "guzzlehttp/guzzle": "6.*",
            "mockery/mockery": "^0.9.4",
            "phpunit/phpunit": "4.3.*",
            "satooshi/php-coveralls": "dev-master"
        },
        "time": "2016-03-25 16:16:45",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "SparkPost\\": "lib/SparkPost/",
                "SparkPost\\SendGridCompatibility\\": "lib/SendGridCompatibility/",
                "SparkPost\\Test\\TestUtils\\": "test/unit/TestUtils/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "Apache 2.0"
        ],
        "authors": [
            {
                "name": "Message Systems, Inc."
            }
        ],
        "description": "Client library for interfacing with the SparkPost API."
    }
]
