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

composer.json - github.com/nextcloud/password_policy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4578aa85a9c99efe6a426dc62018d41f013da52c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
	"name": "nextcloud/password_policy",
	"description": "Password Policy for Nextcloud",
	"scripts": {
		"cs:fix": "php-cs-fixer fix",
		"cs:check": "php-cs-fixer fix --dry-run --diff",
		"lint": "find . -name \\*.php -not -path './vendor/*' -print0 | xargs -0 -n1 php -l",
		"test:unit": "phpunit -c tests/phpunit.xml"

	},
	"require-dev": {
		"christophwurst/nextcloud": "dev-master@dev",
		"nextcloud/coding-standard": "^0.5.0",
		"phpunit/phpunit": "^9.5"
	}
}