0
0
Fork 0
mirror of https://github.com/nextcloud/server.git synced 2025-02-07 18:09:45 +00:00
nextcloud_server/apps/files_external/3rdparty/composer.json
Robin Appelman a33e1dc5bb
update icewind/smb to 3.5.2
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-01-20 16:09:41 +01:00

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/streams": "0.7.4",
"icewind/smb": "3.5.2"
}
}