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: 628405452ae80b989aa8d390cd15c5fb394c11bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
	"require": {
		"christophwurst/nextcloud": "14.0.0-beta2",
		"irazasyed/telegram-bot-sdk": "^3.0"
	},
	"require-dev": {
		"christophwurst/nextcloud_testing": "^0.3.1"
	},
	"config": {
		"optimize-autoloader": true,
		"classmap-authoritative": true,
		"platform": {
			"php": "7.0"
		}
	}
}