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

github.com/nextcloud/deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2017-12-17 20:49:50 +0300
committerJulius Härtl <jus@bitgrid.net>2017-12-17 20:56:10 +0300
commitea5203049b7a41180556921a23d0984646098395 (patch)
tree889d13a188eb5f9c69f4ef1c99982e5f446199b1 /composer.json
parenta388a04a06f6683c9b86011ae4e4d2c7d401e78e (diff)
Only test syntax of the app
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index 59ae73b8..205ee24e 100644
--- a/composer.json
+++ b/composer.json
@@ -10,6 +10,7 @@
],
"require": {},
"require-dev": {
- "christophwurst/nextcloud": "^12.0"
+ "christophwurst/nextcloud": "^12.0",
+ "jakub-onderka/php-parallel-lint": "^0.9.2"
}
}