server/apps/files_external/3rdparty/composer.json
Robin Appelman f6c95ca850
update icewind/smb to 2.0.4
Signed-off-by: Robin Appelman <robin@icewind.nl>
2018-01-19 16:22:36 +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.4",
"icewind/streams": "0.5.2"
}
}