初始上传
This commit is contained in:
34
vendor/xxtime/flysystem-aliyun-oss/composer.json
vendored
Executable file
34
vendor/xxtime/flysystem-aliyun-oss/composer.json
vendored
Executable file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"name": "xxtime/flysystem-aliyun-oss",
|
||||
"type": "library",
|
||||
"description": "AliYun OSS adapter for flysystem. aliyuncs/oss-sdk-php ~2.3",
|
||||
"keywords": [
|
||||
"flysystem-aliyun-oss",
|
||||
"aliyun-oss",
|
||||
"flysystem"
|
||||
],
|
||||
"homepage": "https://github.com/xxtime/flysystem-aliyun-oss",
|
||||
"license": "MIT",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Joe",
|
||||
"email": "joe@xxtime.com",
|
||||
"homepage": "https://github.com/xxtime",
|
||||
"role": "Developer"
|
||||
}
|
||||
],
|
||||
"support": {
|
||||
"email": "joe@xxtime.com",
|
||||
"wiki": "https://github.com/xxtime"
|
||||
},
|
||||
"require": {
|
||||
"php": ">=5.5.0",
|
||||
"league/flysystem": "^1.0.49",
|
||||
"aliyuncs/oss-sdk-php": "~2.3"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Xxtime\\Flysystem\\Aliyun\\": "src/"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user