mirror of
https://github.com/nextcloud/server.git
synced 2025-03-13 07:53:51 +00:00
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.7.0",
|
|
"icewind/streams": "0.7.7"
|
|
}
|
|
}
|