{
    "require": {
        "guzzlehttp/guzzle": "^6.3",
		"lexerom/cryptobillings": "~1.0.0",
        "php": ">=5.5.0"
    },
    "autoload": {
        "psr-4" : {
            "lexerom\\cryptobillings\\": "src"
        }
    }
}