Skip to content

Commit 77096d7

Browse files
authored
moved adapter to suggest
1 parent 33bba88 commit 77096d7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@
1717
"require": {
1818
"yiisoft/yii2": "~2.0.13",
1919
"creocoder/yii2-flysystem": "^1.0.0",
20-
"league/flysystem-sftp": "~1.0",
21-
"league/flysystem-webdav": "~1.0",
2220
"dmstr/yii2-active-record-permissions": "^1.0.0"
2321
},
2422
"autoload": {
@@ -27,7 +25,9 @@
2725
}
2826
},
2927
"suggest": {
30-
"dmstr/yii2-filemanager-widgets": "Useful widget for working with files via the filefly api"
28+
"dmstr/yii2-filemanager-widgets": "Useful widget for working with files via the filefly api",
29+
"league/flysystem-sftp": "SFTP adapter (~1.0)",
30+
"league/flysystem-webdav": "WebDAV adapter (~1.0)"
3131
},
3232
"extra": {
3333
"bootstrap": "hrzg\\filefly\\Bootstrap"

0 commit comments

Comments
 (0)