2015-11-23 20:35:07 +00:00
|
|
|
{
|
2016-01-05 18:35:49 +00:00
|
|
|
"require-dev": {
|
2017-05-05 19:40:01 +00:00
|
|
|
"jakub-onderka/php-parallel-lint": "0.9.2",
|
2017-05-18 18:09:49 +00:00
|
|
|
"jakub-onderka/php-console-highlighter": "0.3.2",
|
2018-02-15 12:11:41 +00:00
|
|
|
"mediawiki/mediawiki-codesniffer": "16.0.0",
|
2017-12-10 22:31:20 +00:00
|
|
|
"mediawiki/minus-x": "0.2.1"
|
2016-01-05 18:35:49 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
2017-11-03 23:54:22 +00:00
|
|
|
"fix": [
|
|
|
|
"phpcbf",
|
|
|
|
"minus-x fix ."
|
|
|
|
],
|
2016-01-05 18:35:49 +00:00
|
|
|
"test": [
|
2017-05-18 18:09:49 +00:00
|
|
|
"parallel-lint . --exclude node_modules --exclude vendor",
|
2017-11-03 23:54:22 +00:00
|
|
|
"phpcs -p -s",
|
|
|
|
"minus-x check ."
|
2016-01-05 18:35:49 +00:00
|
|
|
]
|
|
|
|
}
|
2015-11-23 20:35:07 +00:00
|
|
|
}
|