{
    "name": "beycanpress/http",
    "version": "0.1.4",
    "description": "A simple and useful library for HTTP requests, response and client.",
    "type": "library",
    "license": "MIT",
    "author": "BeycanPress",
    "support": {
        "issues": "https://github.com/BeycanPress/http/issues"
    },
    "homepage": "https://github.com/BeycanPress/http",
    "require": {
        "php": ">=7.4"
    },
    "autoload": {
        "psr-4": {
            "BeycanPress\\Http\\" : "src"
        }
    }
}
