-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathcomposer.json
32 lines (32 loc) · 926 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
{
"name": "dmstr/yii2-filefly-module",
"description": "FlySystem API for Filemanager",
"type": "yii2-extension",
"keywords": ["yii2","extension"],
"license": "proprietary",
"authors": [
{
"name": "Tobias Munk",
"email": "tobias@diemeisterei.de"
},
{
"name": "Christopher Stebe",
"email": "c.stebe@herzogkommunikation.de"
}
],
"require": {
"yiisoft/yii2": "~2.0.13",
"creocoder/yii2-flysystem": "^1.0.0",
"dmstr/yii2-active-record-permissions": "^1.0.0"
},
"autoload": {
"psr-4": {
"hrzg\\filefly\\": ""
}
},
"suggest": {
"dmstr/yii2-filemanager-widgets": "Useful widget for working with files via the filefly api",
"league/flysystem-sftp": "SFTP adapter (~1.0)",
"league/flysystem-webdav": "WebDAV adapter (~1.0)"
}
}