徐总多门店
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.
 
 
 
 
 
 

26 lines
572 B

{
"name": "reasno/swoole-aliyunoss-addon",
"description": "Make Aliyun OSS SDK work with swoole CURL_HOOK.",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Reasno",
"email": "guxi99@gmail.com"
}
],
"autoload": {
"files": [
"src/Hook.php"
]
},
"require": {
"ext-swoole": ">=4.4.13"
},
"require-dev": {
"swoole/ide-helper": "dev-master"
},
"suggest": {
"aliyuncs/oss-sdk-php": "install the official oss sdk"
}
}