2015-11-23 20:09:11 +00:00
|
|
|
{
|
2015-12-16 13:03:54 +00:00
|
|
|
"require-dev": {
|
2016-01-05 18:32:19 +00:00
|
|
|
"jakub-onderka/php-parallel-lint": "0.9.2",
|
2017-10-21 04:18:33 +00:00
|
|
|
"mediawiki/mediawiki-codesniffer": "14.1.0",
|
2017-11-03 01:27:49 +00:00
|
|
|
"jakub-onderka/php-console-highlighter": "0.3.2",
|
2017-12-10 02:30:08 +00:00
|
|
|
"mediawiki/minus-x": "0.2.1"
|
2015-12-16 13:03:54 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"test": [
|
|
|
|
"parallel-lint . --exclude node_modules --exclude vendor",
|
2017-11-03 01:27:49 +00:00
|
|
|
"phpcs -p -s",
|
|
|
|
"minus-x check ."
|
2016-05-09 23:36:49 +00:00
|
|
|
],
|
|
|
|
"fix": [
|
2017-11-03 01:27:49 +00:00
|
|
|
"phpcbf",
|
|
|
|
"minus-x fix ."
|
2015-12-16 13:03:54 +00:00
|
|
|
]
|
|
|
|
}
|
2015-11-23 20:09:11 +00:00
|
|
|
}
|