From 73c935af87195a5283efd6f18da853e3fe0d8579 Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Fri, 22 Jan 2021 19:28:04 +0100 Subject: update CI Signed-off-by: Arthur Schiwon --- composer.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 composer.json (limited to 'composer.json') 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" + } +} -- cgit v1.2.3