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

composer.json - github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e52ea13c9b33ed6ccee0e79c942a4cfd86b6f1ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
	"name": "polls",
	"type": "project",
	"license": "AGPLv3",
	"authors": [
		{
			"name": "Vinzenz Rosenkranz"
		},
		{
			"name": "Kai Schröer"
		},
		{
			"name": "René Gieling"
		}
	],
	"require-dev": {
		"christophwurst/nextcloud": "^12.0",
		"phpunit/phpunit": "^5.4",
		"league/factory-muffin": "^3.0",
		"league/factory-muffin-faker": "^2.0"
	}
}