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

composer.json - github.com/nextcloud/twofactor_gateway.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d53fa6cc392d8bd5b80b225de64ab6297b50eea2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
	"require": {
		"christophwurst/nextcloud": "dev-master"
	},
	"require-dev": {
		"christophwurst/nextcloud_testing": "^0.3.1"
	},
	"config": {
		"optimize-autoloader": true,
		"classmap-authoritative": true,
		"platform": {
			"php": "7.0"
		}
	}
}