summaryrefslogtreecommitdiffstats
path: root/apps/files_external/3rdparty/composer.json
blob: 9680d92e548bc9b736f890e82d7b46cd541963c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
	"name": "files_external/3rdparty",
	"description": "3rdparty components for files_external",
	"license": "MIT",
	"config": {
		"vendor-dir": "."
	},
	"require": {
		"icewind/smb": "1.0.1",
		"icewind/streams": "0.2"
	}
}