Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
FO-nTTaX authored Sep 6, 2021
1 parent 738e04b commit a3bcf01
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
},
"require-dev": {
"mediawiki/mediawiki-codesniffer": "*",
"mediawiki/minus-x": "*",
"php-parallel-lint/php-parallel-lint": "*",
"php-parallel-lint/php-console-highlighter": "*"
},
Expand All @@ -34,10 +35,17 @@
"phpcs": [
"phpcs -p -s"
],
"minus-x": [
"minus-x check ."
],
"test": [
"composer minus-x",
"composer lint",
"composer phpcs"
],
"fix": "phpcbf"
"fix": [
"minus-x fix .",
"phpcbf"
]
}
}

0 comments on commit a3bcf01

Please sign in to comment.