31 lines
727 B
JSON
Raw Normal View History

2024-07-10 18:28:19 +05:45
{
"name": "psr/http-client",
"description": "Common interface for HTTP clients",
"keywords": ["psr", "psr-18", "http", "http-client"],
"homepage": "https://github.com/php-fig/http-client",
"license": "MIT",
"authors": [
{
"name": "PHP-FIG",
2024-09-29 16:59:27 +05:45
"homepage": "https://www.php-fig.org/"
2024-07-10 18:28:19 +05:45
}
],
2024-09-29 16:59:27 +05:45
"support": {
"source": "https://github.com/php-fig/http-client"
},
2024-07-10 18:28:19 +05:45
"require": {
"php": "^7.0 || ^8.0",
2024-09-29 16:59:27 +05:45
"psr/http-message": "^1.0 || ^2.0"
2024-07-10 18:28:19 +05:45
},
"autoload": {
"psr-4": {
"Psr\\Http\\Client\\": "src/"
}
},
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
}
}