2013-01-29 15:54:29 +00:00
|
|
|
{
|
2018-03-02 23:53:24 +00:00
|
|
|
"license": "GPL-2.0-or-later",
|
2015-03-16 00:51:32 +00:00
|
|
|
"require-dev": {
|
2018-03-10 08:12:27 +00:00
|
|
|
"jakub-onderka/php-parallel-lint": "1.0.0",
|
2019-10-11 19:47:08 +00:00
|
|
|
"mediawiki/mediawiki-codesniffer": "28.0.0",
|
2017-11-04 03:18:55 +00:00
|
|
|
"jakub-onderka/php-console-highlighter": "0.3.2",
|
2019-12-18 19:14:47 +00:00
|
|
|
"mediawiki/minus-x": "0.3.2",
|
2019-12-22 11:22:58 +00:00
|
|
|
"mediawiki/mediawiki-phan-config": "0.9.0"
|
2015-03-16 00:51:32 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"test": [
|
2017-11-11 17:42:51 +00:00
|
|
|
"parallel-lint . --exclude vendor --exclude node_modules",
|
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
|
|
|
]
|
2018-02-16 21:44:43 +00:00
|
|
|
},
|
|
|
|
"extra": {
|
2019-07-09 21:21:07 +00:00
|
|
|
"phan-taint-check-plugin": "2.0.1"
|
2015-03-16 00:51:32 +00:00
|
|
|
}
|
2013-01-29 15:54:29 +00:00
|
|
|
}
|