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

github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Paroz <github@oparoz.com>2015-08-16 02:44:07 +0300
committerOlivier Paroz <github@oparoz.com>2015-08-16 02:44:07 +0300
commitc83e35df863994dca2bfe151b3fafd0c9ab6c354 (patch)
treef44c0a9efb08ef271abb66ef35b33f26923e83bd /composer.json
parent6b8a2bf2dcac6ca99c396c595b69e15821b7fa5e (diff)
Introduce faster PHP lint
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index 9b11d3e7..bc66ac4d 100644
--- a/composer.json
+++ b/composer.json
@@ -29,6 +29,8 @@
"require-dev": {
"codeception/codeception": "2.1.*",
"codeception/phpbuiltinserver": "*",
- "phpdocumentor/phpdocumentor": "^2.8"
+ "phpdocumentor/phpdocumentor": "^2.8",
+ "jakub-onderka/php-parallel-lint": "0.*",
+ "jakub-onderka/php-console-highlighter": "0.*"
}
}