2021-09-10 02:52:19 +00:00
|
|
|
{
|
|
|
|
"name": "mediawiki/portableinfobox",
|
|
|
|
"description": "",
|
|
|
|
"license": "GPL-3.0-or-later",
|
|
|
|
"require-dev": {
|
2023-02-27 21:45:22 +00:00
|
|
|
"mediawiki/mediawiki-codesniffer": "41.0.0",
|
2023-04-17 22:06:49 +00:00
|
|
|
"mediawiki/mediawiki-phan-config": "0.12.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
|
|
|
}
|
|
|
|
}
|