summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'MLEB/LocalisationUpdate/composer.json')
-rw-r--r--MLEB/LocalisationUpdate/composer.json13
1 files changed, 7 insertions, 6 deletions
diff --git a/MLEB/LocalisationUpdate/composer.json b/MLEB/LocalisationUpdate/composer.json
index d74459d0..865cf87f 100644
--- a/MLEB/LocalisationUpdate/composer.json
+++ b/MLEB/LocalisationUpdate/composer.json
@@ -27,7 +27,7 @@
],
"support": {
"issues": "https://phabricator.wikimedia.org/",
- "irc": "irc://irc.freenode.net/mediawiki",
+ "irc": "irc://irc.libera.chat/mediawiki",
"forum": "https://www.mediawiki.org/wiki/Extension_talk:LocalisationUpdate",
"wiki": "https://www.mediawiki.org/wiki/Extension:LocalisationUpdate"
},
@@ -35,11 +35,11 @@
"php": ">=7.1"
},
"require-dev": {
- "mediawiki/mediawiki-codesniffer": "35.0.0",
- "mediawiki/mediawiki-phan-config": "0.10.6",
+ "mediawiki/mediawiki-codesniffer": "38.0.0",
+ "mediawiki/mediawiki-phan-config": "0.11.0",
"mediawiki/minus-x": "1.1.1",
"php-parallel-lint/php-console-highlighter": "0.5.0",
- "php-parallel-lint/php-parallel-lint": "1.2.0"
+ "php-parallel-lint/php-parallel-lint": "1.3.1"
},
"scripts": {
"fix": [
@@ -48,9 +48,10 @@
],
"test": [
"parallel-lint . --exclude vendor --exclude node_modules",
- "phpcs -p -s",
+ "@phpcs",
"minus-x check ."
],
- "phan": "phan -d . --long-progress-bar"
+ "phan": "phan -d . --long-progress-bar",
+ "phpcs": "phpcs -sp --cache"
}
}