2021-09-10 02:52:19 +00:00
|
|
|
{
|
|
|
|
"name": "mediawiki/portableinfobox",
|
|
|
|
"description": "",
|
|
|
|
"license": "GPL-3.0-or-later",
|
|
|
|
"require-dev": {
|
2022-05-09 21:24:16 +00:00
|
|
|
"mediawiki/mediawiki-codesniffer": "39.0.0",
|
2021-12-03 19:49:29 +00:00
|
|
|
"mediawiki/mediawiki-phan-config": "0.11.1",
|
2021-09-10 02:52:19 +00:00
|
|
|
"mediawiki/minus-x": "1.1.1",
|
2022-02-19 18:34:48 +00:00
|
|
|
"php-parallel-lint/php-console-highlighter": "1.0.0",
|
2022-02-21 21:56:50 +00:00
|
|
|
"php-parallel-lint/php-parallel-lint": "1.3.2"
|
2021-09-10 02:52:19 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"fix": [
|
2021-12-18 23:13:57 +00:00
|
|
|
"minus-x fix .",
|
|
|
|
"phpcbf; if [ $? -eq 1 ]; then exit 0; fi"
|
2021-09-10 02:52:19 +00:00
|
|
|
],
|
|
|
|
"test": [
|
|
|
|
"parallel-lint . --exclude node_modules --exclude vendor",
|
2021-09-12 21:07:34 +00:00
|
|
|
"minus-x check .",
|
|
|
|
"@phpcs"
|
2021-09-10 02:52:19 +00:00
|
|
|
],
|
2021-09-12 21:07:34 +00:00
|
|
|
"phan": "phan -d . --long-progress-bar",
|
|
|
|
"phpcs": "phpcs -sp --cache"
|
2021-09-10 02:52:19 +00:00
|
|
|
}
|
|
|
|
}
|