aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_external/3rdparty/composer.json
blob: 3f237c827eeaca7c67ab3de141b738d87c884852 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
	"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.3",
		"icewind/smb": "3.4.0"
	}
}