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: 8c6b4938cc7430f7023e3bc772f5dc79b4fe9abc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
	"name": "nextcloud/polls",
	"type": "project",
	"license": "AGPLv3",
	"authors": [
		{
			"name": "Vinzenz Rosenkranz"
		},
		{
			"name": "Kai Schröer"
		},
		{
			"name": "René Gieling"
		}
	],
	"config": {
      "platform": {
        "php": "7.2.0"
      }
    },
	"autoload-dev": {
		"psr-4": {
			"OCA\\Polls\\Tests\\": "tests/"
		}
	},
	"require-dev": {
		"christophwurst/nextcloud": "^17.0",
		"phpunit/phpunit": "^8.2",
		"league/factory-muffin": "^3.0",
		"league/factory-muffin-faker": "^2.0"
	}
}