-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
42 lines (41 loc) · 1005 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "hoga/lah5upload",
"description": "这是一个laravel-admin异步的阿里云oss分片上传插件,修改自https://github.com/JackSinner/h5upload",
"type": "library",
"keywords": [
"laravel-admin",
"aliyun",
"oss",
"extension"
],
"homepage": "https://github.com/harryhoga/lah5upload",
"license": "MIT",
"version": "1.0.4",
"authors": [
{
"name": "Harry.hoga",
"email": "[email protected]"
}
],
"require": {
"php": ">=7.0.0",
"alibabacloud/sdk": "^1.8",
"aliyuncs/oss-sdk-php": "^2.3",
"encore/laravel-admin": "~1.7"
},
"require-dev": {
"phpunit/phpunit": "~6.0"
},
"autoload": {
"psr-4": {
"Hoga\\lah5upload\\": "src/"
}
},
"extra": {
"laravel": {
"providers": [
"Hoga\\lah5upload\\lah5uploadServiceProvider"
]
}
}
}