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

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