Welcome to mirror list, hosted at ThFree Co, Russian Federation.

composer.json « 3rdparty « files_external « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d8854aa976a5cdbdbe855744db7f2957c14f1dac (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.4",
		"icewind/smb": "3.4.1"
	}
}