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

github.com/nextcloud/files_automatedtagging.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2021-01-22 21:28:04 +0300
committerArthur Schiwon <blizzz@arthur-schiwon.de>2021-01-22 21:34:46 +0300
commit73c935af87195a5283efd6f18da853e3fe0d8579 (patch)
tree95ed8d1409d903b60e224eaa3024f142db2a18b5 /composer.json
parent5937a2cfaa4007f4f69c75232ddbef5cbd97dff4 (diff)
update CI
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/composer.json b/composer.json
new file mode 100644
index 0000000..53c54a5
--- /dev/null
+++ b/composer.json
@@ -0,0 +1,11 @@
+{
+ "scripts": {
+ "cs:check": "php-cs-fixer fix --dry-run --diff",
+ "cs:fix": "php-cs-fixer fix",
+ "lint": "find . -name \\*.php -not -path './vendor/*' -not -path './build/*' -print0 | xargs -0 -n1 php -l"
+ },
+ "require-dev": {
+ "nextcloud/coding-standard": "^0.5.0",
+ "christophwurst/nextcloud": "dev-master"
+ }
+}