2016-04-07 13:08:44 +00:00
|
|
|
{
|
2018-03-02 23:43:40 +00:00
|
|
|
"license": "GPL-2.0-or-later",
|
2017-02-20 04:33:24 +00:00
|
|
|
"require": {
|
2018-08-24 19:07:10 +00:00
|
|
|
"wikimedia/css-sanitizer": "~2.0.0"
|
2017-02-20 04:33:24 +00:00
|
|
|
},
|
2016-04-07 13:08:44 +00:00
|
|
|
"require-dev": {
|
2018-03-10 06:05:48 +00:00
|
|
|
"jakub-onderka/php-parallel-lint": "1.0.0",
|
2019-10-15 22:59:23 +00:00
|
|
|
"mediawiki/mediawiki-codesniffer": "28.0.0",
|
2017-11-04 02:50:33 +00:00
|
|
|
"jakub-onderka/php-console-highlighter": "0.3.2",
|
2019-05-01 14:06:46 +00:00
|
|
|
"mediawiki/minus-x": "0.3.1",
|
2019-11-06 19:22:50 +00:00
|
|
|
"mediawiki/mediawiki-phan-config": "0.8.0"
|
2016-04-07 13:08:44 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
2017-11-04 02:50:33 +00:00
|
|
|
"fix": [
|
|
|
|
"phpcbf",
|
|
|
|
"minus-x fix ."
|
|
|
|
],
|
2016-04-07 13:08:44 +00:00
|
|
|
"test": [
|
2017-11-11 23:39:13 +00:00
|
|
|
"parallel-lint . --exclude vendor --exclude node_modules",
|
2017-11-04 02:50:33 +00:00
|
|
|
"phpcs -p -s",
|
|
|
|
"minus-x check ."
|
2016-04-07 13:08:44 +00:00
|
|
|
]
|
2018-08-08 17:33:00 +00:00
|
|
|
},
|
|
|
|
"extra": {
|
2019-07-09 21:18:30 +00:00
|
|
|
"phan-taint-check-plugin": "2.0.1"
|
2016-04-07 13:08:44 +00:00
|
|
|
}
|
|
|
|
}
|