[
    {
        "name": "guzzlehttp/promises",
        "version": "1.2.0",
        "version_normalized": "1.2.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/guzzle/promises.git",
            "reference": "c10d860e2a9595f8883527fa0021c7da9e65f579"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/guzzle/promises/zipball/c10d860e2a9595f8883527fa0021c7da9e65f579",
            "reference": "c10d860e2a9595f8883527fa0021c7da9e65f579",
            "shasum": ""
        },
        "require": {
            "php": ">=5.5.0"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.0"
        },
        "time": "2016-05-18 16:56:05",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0-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"
        ]
    },
    {
        "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": "guzzlehttp/psr7",
        "version": "1.3.1",
        "version_normalized": "1.3.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/guzzle/psr7.git",
            "reference": "5c6447c9df362e8f8093bda8f5d8873fe5c7f65b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/guzzle/psr7/zipball/5c6447c9df362e8f8093bda8f5d8873fe5c7f65b",
            "reference": "5c6447c9df362e8f8093bda8f5d8873fe5c7f65b",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4.0",
            "psr/http-message": "~1.0"
        },
        "provide": {
            "psr/http-message-implementation": "1.0"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.0"
        },
        "time": "2016-06-24 23:00:38",
        "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"
            }
        ],
        "description": "PSR-7 message implementation",
        "keywords": [
            "http",
            "message",
            "stream",
            "uri"
        ]
    },
    {
        "name": "guzzlehttp/guzzle",
        "version": "6.2.0",
        "version_normalized": "6.2.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/guzzle/guzzle.git",
            "reference": "d094e337976dff9d8e2424e8485872194e768662"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/guzzle/guzzle/zipball/d094e337976dff9d8e2424e8485872194e768662",
            "reference": "d094e337976dff9d8e2424e8485872194e768662",
            "shasum": ""
        },
        "require": {
            "guzzlehttp/promises": "~1.0",
            "guzzlehttp/psr7": "~1.1",
            "php": ">=5.5.0"
        },
        "require-dev": {
            "ext-curl": "*",
            "phpunit/phpunit": "~4.0",
            "psr/log": "~1.0"
        },
        "time": "2016-03-21 20:02:09",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "6.2-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "files": [
                "src/functions_include.php"
            ],
            "psr-4": {
                "GuzzleHttp\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Michael Dowling",
                "email": "mtdowling@gmail.com",
                "homepage": "https://github.com/mtdowling"
            }
        ],
        "description": "Guzzle is a PHP HTTP client library",
        "homepage": "http://guzzlephp.org/",
        "keywords": [
            "client",
            "curl",
            "framework",
            "http",
            "http client",
            "rest",
            "web service"
        ]
    },
    {
        "name": "thisdata/api",
        "version": "v0.1.3",
        "version_normalized": "0.1.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/thisdata/thisdata-php.git",
            "reference": "e6fedfc4a91089628202f2652ee61aa94666673b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/thisdata/thisdata-php/zipball/e6fedfc4a91089628202f2652ee61aa94666673b",
            "reference": "e6fedfc4a91089628202f2652ee61aa94666673b",
            "shasum": ""
        },
        "require": {
            "guzzlehttp/guzzle": "^6.0",
            "php": ">=5.5.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.1"
        },
        "time": "2016-05-17 01:01:01",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "ThisData\\Api\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Malcolm Fell",
                "email": "emarref@gmail.com"
            }
        ],
        "description": "PHP client for interacting with the ThisData API."
    },
    {
        "name": "mohiohio/wordpress-lib",
        "version": "0.1.3",
        "version_normalized": "0.1.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/Mohiohio/wordpress-lib.git",
            "reference": "8b7bfb60d13afdee785cb485d2c4ad7b21f60c3b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Mohiohio/wordpress-lib/zipball/8b7bfb60d13afdee785cb485d2c4ad7b21f60c3b",
            "reference": "8b7bfb60d13afdee785cb485d2c4ad7b21f60c3b",
            "shasum": ""
        },
        "require": {
            "php": ">=5.5.0"
        },
        "time": "2016-06-28 01:57:03",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Mohiohio\\WordPress\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "GPLv3"
        ],
        "authors": [
            {
                "name": "Tim Field",
                "email": "field.tim@gmail.com",
                "role": "Developer"
            }
        ],
        "description": "WordPress Utilities",
        "homepage": "http://www.mohiohio.com",
        "keywords": [
            "library",
            "php",
            "wordpress"
        ]
    }
]
