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

composer.json - github.com/nextcloud/serverinfo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 51b4e79873ba479dc127baf52a15d7f6d50fc3c5 (plain)
1
2
3
4
5
6
7
8
9
{
	"require-dev": {
		"nextcloud/coding-standard": "^0.3.0"
	},
	"scripts": {
		"cs:check": "php-cs-fixer fix --dry-run --diff",
		"cs:fix": "php-cs-fixer fix"
	}
}