1{
2    "name": "psr/http-client",
3    "description": "Common interface for HTTP clients",
4    "keywords": ["psr", "psr-18", "http", "http-client"],
5    "homepage": "https://github.com/php-fig/http-client",
6    "license": "MIT",
7    "authors": [
8        {
9            "name": "PHP-FIG",
10            "homepage": "https://www.php-fig.org/"
11        }
12    ],
13    "support": {
14        "source": "https://github.com/php-fig/http-client"
15    },
16    "require": {
17        "php": "^7.0 || ^8.0",
18        "psr/http-message": "^1.0 || ^2.0"
19    },
20    "autoload": {
21        "psr-4": {
22            "Psr\\Http\\Client\\": "src/"
23        }
24    },
25    "extra": {
26        "branch-alias": {
27            "dev-master": "1.0.x-dev"
28        }
29    }
30}
31