This commit is contained in:
2025-10-20 14:10:54 +02:00
parent 75ca8fd840
commit d2c1970ef8
732 changed files with 101915 additions and 2 deletions

View File

@@ -0,0 +1,35 @@
{
"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",
"homepage": "https:\/\/www.php-fig.org\/"
}
],
"support": {
"source": "https:\/\/github.com\/php-fig\/http-client"
},
"require": {
"php": "^7.0 || ^8.0",
"psr\/http-message": "^1.0 || ^2.0"
},
"autoload": {
"psr-4": {
"Pshowsso\\Scope68f5e85e9608b\\Psr\\Http\\Client\\": "src\/"
}
},
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
}
}