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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Reschke <lukas@owncloud.com>2016-03-16 13:52:30 +0300
committerLukas Reschke <lukas@owncloud.com>2016-03-16 14:17:58 +0300
commitdc364222d98115cbb5a22d195c6cb5adbef0f215 (patch)
treebd5ca41644049a4166947475e8a16bc7911086a7 /composer.json
parent631ae2f0f4eda0da1c03bfc1a9a32e8cf7a926a7 (diff)
Execute PHP Parallel Linter on Travis
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/composer.json b/composer.json
index 98fdb3aa31c..495a9896ae2 100644
--- a/composer.json
+++ b/composer.json
@@ -4,5 +4,9 @@
},
"autoload" : {
"psr-4": {"OC\\": "lib/private"}
+ },
+ "require-dev": {
+ "jakub-onderka/php-parallel-lint": "^0.9.2",
+ "jakub-onderka/php-console-highlighter": "^0.3.2"
}
}