{
	"name" : "zef-dev/convoworks-guzzle",
	"type" : "library",
	"description" : "Guzzle http client implementation for Convoworks",
	"homepage" : "https://github.com/zef-dev/convoworks-guzzle",
	"keywords" : [
		"convoworks", "guzzle"
	],
	"license" : "MIT",
    "version": "1.2.0",
	"require" : {
		"php" : "^7.2",
		"psr/log" : "^1.1.0",
        "psr/http-client" : "^1.0.0",
        "psr/http-message" : "^1.0.1",
		"guzzlehttp/guzzle" : "~7.0",
		"guzzlehttp/psr7" : "^1.6",
		"http-interop/http-factory-guzzle" : "^1.0",
        "zef-dev/convoworks-core" : "^0.22"
	},
	"autoload" : {
		"psr-4" : {
			"Convo\\Guzzle\\" : "src/Convo/Guzzle"
		}
	},
	"config" : {
		"platform" : {
			"php" : "7.2"
		},
		"sort-packages" : true
	},
	"minimum-stability" : "stable"
}
