2021-09-10 02:52:19 +00:00
|
|
|
{
|
|
|
|
"name": "mediawiki/portableinfobox",
|
|
|
|
"description": "",
|
|
|
|
"license": "GPL-3.0-or-later",
|
|
|
|
"require-dev": {
|
2024-11-25 22:11:00 +00:00
|
|
|
"mediawiki/mediawiki-codesniffer": "45.0.0",
|
2024-11-25 22:22:38 +00:00
|
|
|
"mediawiki/mediawiki-phan-config": "0.14.0",
|
2024-05-06 21:34:27 +00:00
|
|
|
"mediawiki/minus-x": "1.1.3",
|
2022-02-19 18:34:48 +00:00
|
|
|
"php-parallel-lint/php-console-highlighter": "1.0.0",
|
2024-04-13 17:10:21 +00:00
|
|
|
"php-parallel-lint/php-parallel-lint": "1.4.0"
|
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"
|
2024-11-25 22:11:00 +00:00
|
|
|
},
|
|
|
|
"config": {
|
|
|
|
"allow-plugins": {
|
|
|
|
"dealerdirect/phpcodesniffer-composer-installer": true
|
|
|
|
}
|
2021-09-10 02:52:19 +00:00
|
|
|
}
|
|
|
|
}
|