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

composer.json - github.com/nextcloud/notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 15fb47635fb787931105b99baab52e85b0955253 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
	"require-dev": {
		"nextcloud/ocp": "dev-stable25@dev",
		"nextcloud/coding-standard": "^1.0",
		"friendsofphp/php-cs-fixer": "^3",
		"squizlabs/php_codesniffer": "^3",
		"phan/phan": "^5",
		"guzzlehttp/guzzle": "^7",
		"staabm/annotate-pull-request-from-checkstyle": "^1.1.0"
	},
	"autoload-dev": {
		"psr-4": {
			"OCA\\Notes\\Tests\\API\\": "tests/api/"
		}
	},
	"prefer-stable": true
}