nextcloud/apps/files_external/3rdparty/composer.json
Vincent Petry c5794a255f
Update icewind/streams to 0.7.5 in files_external
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-10-08 11:40:14 +02: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.5",
"icewind/smb": "3.4.1"
}
}