Skip to content

Commit 54fad4e

Browse files
committed
Add mediawiki/minus-x
Fixes #468
1 parent b666ad0 commit 54fad4e

2 files changed

Lines changed: 54 additions & 2 deletions

File tree

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@
4242
"symfony/console": "^5.4",
4343
"psr/log": "^2.0",
4444
"php-parallel-lint/php-console-highlighter": "1.0.0",
45-
"php-parallel-lint/php-parallel-lint": "1.4.0"
45+
"php-parallel-lint/php-parallel-lint": "1.4.0",
46+
"mediawiki/minus-x": "~1.1"
4647
},
4748

4849
"support": {
@@ -58,12 +59,14 @@
5859
"scripts": {
5960
"fix": "phpcbf",
6061
"cs": "phpcs -sp",
62+
"minus-x": "minus-x check .",
6163
"yaml-sort-check": "yaml-sort-checker",
6264
"test": [
6365
"@composer validate --no-interaction",
6466
"parallel-lint . --exclude vendor --exclude node_modules",
6567
"phpunit",
6668
"@cs",
69+
"@minus-x",
6770
"@yaml-sort-check"
6871
]
6972
},

composer.lock

Lines changed: 50 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)