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

15 lines
291 B
JSON

{
"name": "files_external/3rdparty",
"description": "3rdparty components for files_external",
"license": "MIT",
"config": {
"vendor-dir": ".",
"optimize-autoloader": true,
"classmap-authoritative": true
},
"require": {
"icewind/streams": "0.7.3",
"icewind/smb": "3.4.1"
}
}