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.

23 lines
595 B

{
"name": "wi1dcard/yii2-hejiang-storage",
"description": "A file uploading extension for Yii2, saving files to object storage service.",
"type": "library",
"require": {
"php": ">=5.4.0",
"yiisoft/yii2": "~2.0.5",
"qiniu/php-sdk": "^7.2",
"aliyuncs/oss-sdk-php": "^2.3",
"qcloud/cos-sdk-v5": "^1.0"
},
"authors": [
{
"name": "wi1dcard",
"email": "yokka47@qq.com"
}
],
"autoload": {
"psr-4": {
"Hejiang\\Storage\\": "lib/"
}
}
}