2022-01-21 08:23:52 +00:00
|
|
|
{
|
|
|
|
"name": "guzzlehttp/guzzle",
|
2022-01-21 13:12:04 +00:00
|
|
|
"type": "library",
|
2022-01-21 08:23:52 +00:00
|
|
|
"description": "Guzzle is a PHP HTTP client library",
|
|
|
|
"keywords": [
|
|
|
|
"framework",
|
|
|
|
"http",
|
|
|
|
"rest",
|
|
|
|
"web service",
|
|
|
|
"curl",
|
|
|
|
"client",
|
|
|
|
"HTTP client",
|
|
|
|
"PSR-7",
|
|
|
|
"PSR-18"
|
|
|
|
],
|
2022-01-21 13:12:04 +00:00
|
|
|
"homepage": "http://guzzlephp.org/",
|
2022-01-21 08:23:52 +00:00
|
|
|
"license": "MIT",
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Michael Dowling",
|
|
|
|
"email": "mtdowling@gmail.com",
|
|
|
|
"homepage": "https://github.com/mtdowling"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Márk Sági-Kazár",
|
|
|
|
"email": "mark.sagikazar@gmail.com",
|
2022-01-21 13:12:04 +00:00
|
|
|
"homepage": "https://sagikazarmark.hu"
|
2022-01-21 08:23:52 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"require": {
|
2022-01-21 13:12:04 +00:00
|
|
|
"php": "^7.2.5",
|
2022-01-21 08:23:52 +00:00
|
|
|
"ext-json": "*",
|
2022-01-21 13:12:04 +00:00
|
|
|
"guzzlehttp/promises": "^1.0",
|
|
|
|
"guzzlehttp/psr7": "^1.6.1",
|
|
|
|
"psr/http-client": "^1.0"
|
2022-01-21 08:23:52 +00:00
|
|
|
},
|
|
|
|
"provide": {
|
|
|
|
"psr/http-client-implementation": "1.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"ext-curl": "*",
|
2022-01-21 13:12:04 +00:00
|
|
|
"ergebnis/composer-normalize": "^2.0",
|
|
|
|
"php-http/client-integration-tests": "dev-phpunit8",
|
|
|
|
"phpunit/phpunit": "^8.5.5",
|
|
|
|
"psr/log": "^1.1"
|
2022-01-21 08:23:52 +00:00
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"ext-curl": "Required for CURL handler support",
|
|
|
|
"ext-intl": "Required for Internationalized Domain Name (IDN) support",
|
|
|
|
"psr/log": "Required for using the Log middleware"
|
|
|
|
},
|
|
|
|
"config": {
|
|
|
|
"sort-packages": true
|
|
|
|
},
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2022-01-21 13:12:04 +00:00
|
|
|
"dev-master": "7.0-dev"
|
2022-01-21 08:23:52 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"GuzzleHttp\\": "src/"
|
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"src/functions_include.php"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"autoload-dev": {
|
|
|
|
"psr-4": {
|
|
|
|
"GuzzleHttp\\Tests\\": "tests/"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|