nextcloud/apps/files_external/3rdparty/composer.json

16 lines
290 B
JSON
Raw Normal View History

2014-08-26 20:46:07 +04:00
{
"name": "files_external/3rdparty",
"description": "3rdparty components for files_external",
"license": "MIT",
"config": {
"vendor-dir": ".",
"optimize-autoloader": true,
"classmap-authoritative": true
2014-08-26 20:46:07 +04:00
},
"require": {
2015-08-17 17:31:29 +03:00
"icewind/smb": "1.0.4",
2014-08-26 20:46:07 +04:00
"icewind/streams": "0.2"
}
}