summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/WikiEditor/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'www/wiki/extensions/WikiEditor/composer.json')
-rw-r--r--www/wiki/extensions/WikiEditor/composer.json24
1 files changed, 24 insertions, 0 deletions
diff --git a/www/wiki/extensions/WikiEditor/composer.json b/www/wiki/extensions/WikiEditor/composer.json
new file mode 100644
index 00000000..39ab3b77
--- /dev/null
+++ b/www/wiki/extensions/WikiEditor/composer.json
@@ -0,0 +1,24 @@
+{
+ "license": "GPL-2.0-or-later",
+ "require-dev": {
+ "jakub-onderka/php-parallel-lint": "1.0.0",
+ "mediawiki/mediawiki-codesniffer": "18.0.0",
+ "jakub-onderka/php-console-highlighter": "0.3.2",
+ "mediawiki/minus-x": "0.3.1",
+ "mediawiki/mediawiki-phan-config": "0.2.0"
+ },
+ "scripts": {
+ "test": [
+ "parallel-lint . --exclude vendor --exclude node_modules",
+ "phpcs -p -s",
+ "minus-x check ."
+ ],
+ "fix": [
+ "phpcbf",
+ "minus-x fix ."
+ ]
+ },
+ "extra": {
+ "phan-taint-check-plugin": "1.2.0"
+ }
+}