nextcloud/apps/files_external/3rdparty/composer.json
Robin Appelman 75f0e17ae7
update icewind/streams to 0.5.2
Signed-off-by: Robin Appelman <robin@icewind.nl>
2017-02-28 12:39:41 -06: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": "1.1.0",
"icewind/streams": "0.5.2"
}
}