nextcloud/apps/files_external/3rdparty/composer.json
Robin Appelman 9652ca64a1
update icewind/smb to 2.0.6
Signed-off-by: Robin Appelman <robin@icewind.nl>
2019-02-06 17:42:28 +01:00

15 lines
292 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": "2.0.6",
"icewind/streams": "0.5.2"
}
}