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

github.com/nextcloud/password_policy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/composer.json b/composer.json
new file mode 100644
index 0000000..5041dfb
--- /dev/null
+++ b/composer.json
@@ -0,0 +1,13 @@
+{
+ "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"
+ },
+ "require-dev": {
+ "christophwurst/nextcloud": "dev-master@dev",
+ "nextcloud/coding-standard": "^0.5.0"
+ }
+}