Skip to content

Commit 79c4459

Browse files
author
libraryupgrader
committed
build: Updating mediawiki/mediawiki-codesniffer to 38.0.0
Additional changes: * composer.json: Updated phpcs command in composer test (T280592). * composer.json: Added phpcs command to scripts (T280592). Change-Id: I5d0629905884074e6b7c6e83c7cc894bd9a190fa
1 parent cf079ad commit 79c4459

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

composer.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"php": ">=7.2.9"
2828
},
2929
"require-dev": {
30-
"mediawiki/mediawiki-codesniffer": "37.0.0",
30+
"mediawiki/mediawiki-codesniffer": "38.0.0",
3131
"mediawiki/mediawiki-phan-config": "0.11.0",
3232
"mediawiki/minus-x": "1.1.1",
3333
"ockcyp/covers-validator": "1.3.3",
@@ -40,7 +40,7 @@
4040
"parallel-lint . --exclude vendor",
4141
"phpunit",
4242
"covers-validator",
43-
"phpcs -sp",
43+
"@phpcs",
4444
"phan --allow-polyfill-parser --long-progress-bar",
4545
"minus-x check ."
4646
],
@@ -49,6 +49,7 @@
4949
"minus-x fix .",
5050
"phpcbf"
5151
],
52-
"phan": "phan -d . --long-progress-bar"
52+
"phan": "phan -d . --long-progress-bar",
53+
"phpcs": "phpcs -sp"
5354
}
5455
}

0 commit comments

Comments
 (0)