mirror of
https://github.com/nextcloud/server.git
synced 2025-01-31 14:53:18 +00:00
b0f072da60
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
14 lines
291 B
JSON
14 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/smb": "3.5.4",
|
|
"icewind/streams": "0.7.7"
|
|
}
|
|
}
|