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

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordartcafe <github@dartcafe.de>2020-09-03 09:23:56 +0300
committerdartcafe <github@dartcafe.de>2020-09-03 09:23:56 +0300
commitc8031f8576245f3e00e72a879f34fb13940336b8 (patch)
tree42c41f7e9124efba1cb49e766c54ad5728371dfe /composer.json
parent9692c2669541f6c1c444e074c4354f8b0fa4c583 (diff)
adding actions
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json7
1 files changed, 6 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index 28f48e26..d1bf68de 100644
--- a/composer.json
+++ b/composer.json
@@ -27,6 +27,11 @@
"christophwurst/nextcloud": "^18.0",
"phpunit/phpunit": "^8.2",
"league/factory-muffin": "^3.0",
- "league/factory-muffin-faker": "^2.0"
+ "league/factory-muffin-faker": "^2.0",
+ "nextcloud/coding-standard": "^0.3.0"
+ },
+ "scripts": {
+ "cs:check": "php-cs-fixer fix --dry-run --diff",
+ "cs:fix": "php-cs-fixer fix"
}
}