mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Math
synced 2024-11-14 19:26:08 +00:00
6b7781a4bc
And moved phpcs.xml to .phpcs.xml (T177256). Change-Id: I3dc9688a1b57fb267303e79ac42fdd1e3de2680d
17 lines
313 B
JSON
17 lines
313 B
JSON
{
|
|
"require-dev": {
|
|
"jakub-onderka/php-parallel-lint": "0.9.2",
|
|
"mediawiki/mediawiki-codesniffer": "14.1.0",
|
|
"jakub-onderka/php-console-highlighter": "0.3.2"
|
|
},
|
|
"scripts": {
|
|
"test": [
|
|
"parallel-lint . --exclude vendor --exclude node_modules",
|
|
"phpcs -p -s"
|
|
],
|
|
"fix": [
|
|
"phpcbf -p"
|
|
]
|
|
}
|
|
}
|