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

composer.json - github.com/nextcloud/logreader.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2cfb538fcc5d7421f3696c1a98c89924ea8feccb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
	"require-dev": {
		"christophwurst/nextcloud": "dev-master",
		"php-parallel-lint/php-parallel-lint": "^1.0",
		"phpunit/phpunit": "^8",
		"psalm/phar": "^4.3",
		"nextcloud/coding-standard": "^0.4.0"
	},
	"scripts": {
		"lint": "parallel-lint --exclude src --exclude vendor --exclude target --exclude build .",
		"cs:check": "php-cs-fixer fix --dry-run --diff",
		"cs:fix": "php-cs-fixer fix",
		"psalm": "psalm.phar"
	}
}