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

github.com/nextcloud/text.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.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index a61ae5ea2..82e1d663a 100644
--- a/composer.json
+++ b/composer.json
@@ -13,5 +13,8 @@
"email": "jus@bitgrid.net"
}
],
- "require": {}
+ "require": {},
+ "scripts": {
+ "lint": "find . -name \\*.php -not -path './vendor/*' -exec php -l \"{}\" \\;"
+ }
}