summaryrefslogtreecommitdiffstats
path: root/apps/files_external/3rdparty/composer.json
blob: 9566f4633204b295e91b37e5223a2155be4484cf (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": ".",
		"optimize-autoloader": true,
		"classmap-authoritative": true
	},
	"require": {
		"icewind/smb": "3.5.4"
	}
}