2013-01-29 15:54:29 +00:00
|
|
|
{
|
2015-06-19 20:37:49 +00:00
|
|
|
"license": "GPL-2.0+",
|
2015-03-16 00:51:32 +00:00
|
|
|
"require-dev": {
|
2016-01-05 18:43:16 +00:00
|
|
|
"jakub-onderka/php-parallel-lint": "0.9.2",
|
2017-10-21 04:33:19 +00:00
|
|
|
"mediawiki/mediawiki-codesniffer": "14.1.0",
|
2017-11-04 03:18:55 +00:00
|
|
|
"jakub-onderka/php-console-highlighter": "0.3.2",
|
|
|
|
"mediawiki/minus-x": "0.2.0"
|
2015-03-16 00:51:32 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"test": [
|
|
|
|
"parallel-lint . --exclude vendor",
|
2017-11-04 03:18:55 +00:00
|
|
|
"phpcs -p -s",
|
|
|
|
"minus-x check ."
|
2016-05-28 01:26:50 +00:00
|
|
|
],
|
|
|
|
"fix": [
|
2017-11-04 03:18:55 +00:00
|
|
|
"phpcbf",
|
|
|
|
"minus-x fix ."
|
2015-03-16 00:51:32 +00:00
|
|
|
]
|
|
|
|
}
|
2013-01-29 15:54:29 +00:00
|
|
|
}
|