summaryrefslogtreecommitdiffstats
path: root/apps/files_external/3rdparty/composer.json
blob: f1613f0c70b27e692983481d4a2e32ec63412b8f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
	"name": "files_external/3rdparty",
	"description": "3rdparty components for files_external",
	"license": "MIT",
	"config": {
		"vendor-dir": ".",
		"optimize-autoloader": true,
		"classmap-authoritative": true
	},
	"require": {
		"icewind/smb": "2.0.2",
		"icewind/streams": "0.5.2"
	}
}