forked from callmez/yii2-file-system
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
28 lines (28 loc) · 804 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
{
"name": "callmez/yii2-file-system",
"type": "yii2-extension",
"description": "This extension provides a filesystem solution for Yii 2.",
"keywords": ["yii2", "flysystem", "file", "system", "storage", "qiniu"],
"license": "MIT",
"support": {
"issues": "https://github.com/callmez/yii2-file-system/issues",
"wiki": "https://github.com/callmez/yii2-file-system/wiki",
"source": "https://github.com/callmez/yii2-file-system"
},
"authors": [
{
"name": "CallMeZ",
"email": "[email protected]"
}
],
"require": {
"yiisoft/yii2": "*",
"qiniu/php-sdk": "*",
"league/flysystem": "*"
},
"autoload": {
"psr-4": {
"callmez\\file\\system\\": ""
}
}
}