You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
686 B

{
"name": "wuearl/baidu-sdk",
"description": "baidu-sdk",
"license": "MIT",
"autoload": {
"psr-4": {
"Baidu\\": "src/"
}
},
"authors": [
{
"name": "wuearl",
"email": "wuearl@163.com"
}
],
"require": {
"ext-json": "*",
"ext-openssl": "*",
"ext-simplexml": "*",
"ext-libxml": "*",
"ext-fileinfo": "*",
"ext-mbstring": "*",
"ext-ctype": "*",
"monolog/monolog": "^1.22 || ^2.0",
"wuearl/http-base": "^1.0"
},
"files": [
"src/Kernel/Support/Helpers.php",
"src/Kernel/Helpers.php"
]
}