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

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2020-04-14 17:43:12 +0300
committerJoas Schilling <coding@schilljs.com>2020-05-12 15:59:00 +0300
commit877166cf799bcd298539680043a187d402633c3f (patch)
tree24234a590c3dd83445f2c8e49f0fd61197988fff /composer.json
parent43ed8be95a031d7021711ceddcc5c4a49f9d680a (diff)
Add PHP CS
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/composer.json b/composer.json
new file mode 100644
index 000000000..e24197271
--- /dev/null
+++ b/composer.json
@@ -0,0 +1,9 @@
+{
+ "scripts": {
+ "cs:check": "php-cs-fixer fix --dry-run --diff",
+ "cs:fix": "php-cs-fixer fix"
+ },
+ "require-dev": {
+ "nextcloud/coding-standard": "^0.3.0"
+ }
+}