work/vendor/overtrue/http/composer.json
2024-01-03 10:01:25 +08:00

29 lines
617 B
JSON
Executable File

{
"name": "overtrue/http",
"description": "A simple http client wrapper.",
"type": "library",
"require": {
"php": ">=7.0",
"guzzlehttp/guzzle": "^6.3",
"ext-curl": "*",
"ext-json": "*"
},
"require-dev": {
"phpunit/phpunit": "^6.5 || ^8.0",
"mockery/mockery": "^1.0",
"overtrue/phplint": "^1.1"
},
"autoload": {
"psr-4": {
"Overtrue\\Http\\": "src"
}
},
"license": "MIT",
"authors": [
{
"name": "overtrue",
"email": "anzhengchao@gmail.com"
}
]
}