File: /www/wwwroot/www.018111.cn/wp-content/themes/jian/vendor/yurunsoft/yurun-http/composer.json
{
"name": "yurunsoft/yurun-http",
"description": "一个基于PHP cURL的开源HTTP类库,支持链式操作,省去繁杂的cURL使用方法。(An open source HTTP class library based on PHP cURL, support chain operations, eliminating the use of miscellaneous cURL methods.)",
"require": {
"php": ">=5.4.0",
"psr/http-message": "~1.0"
},
"require-dev": {
"swoft/swoole-ide-helper": "~2.0"
},
"type": "library",
"license": "MIT",
"autoload": {
"psr-4": {
"Yurun\\Util\\": "./src/"
}
}
}