2015-11-23 16:34:33 -05:00
|
|
|
{
|
2017-03-25 07:32:12 -04:00
|
|
|
"require-dev": {
|
2017-06-23 16:05:30 -04:00
|
|
|
"jakub-onderka/php-parallel-lint": "0.9.2",
|
2017-05-16 12:53:26 -04:00
|
|
|
"jakub-onderka/php-console-highlighter": "0.3.2",
|
2017-10-20 23:00:15 -04:00
|
|
|
"mediawiki/mediawiki-codesniffer": "14.1.0"
|
2017-03-25 07:32:12 -04:00
|
|
|
},
|
|
|
|
"scripts": {
|
2017-05-16 12:53:26 -04:00
|
|
|
"fix": "phpcbf",
|
2017-03-25 07:32:12 -04:00
|
|
|
"test": [
|
2017-05-16 12:53:26 -04:00
|
|
|
"parallel-lint . --exclude node_modules --exclude vendor",
|
|
|
|
"phpcs -p -s"
|
2017-03-25 07:32:12 -04:00
|
|
|
]
|
|
|
|
}
|
2015-11-23 16:34:33 -05:00
|
|
|
}
|