35 lines
760 B
JSON
Executable File
35 lines
760 B
JSON
Executable File
{
|
|
"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/"
|
|
}
|
|
}
|
|
}
|