PortableInfobox/composer.json

26 lines
633 B
JSON
Raw Normal View History

2021-09-10 02:52:19 +00:00
{
"name": "mediawiki/portableinfobox",
"description": "",
"license": "GPL-3.0-or-later",
"require-dev": {
"mediawiki/mediawiki-codesniffer": "39.0.0",
"mediawiki/mediawiki-phan-config": "0.11.1",
2021-09-10 02:52:19 +00:00
"mediawiki/minus-x": "1.1.1",
"php-parallel-lint/php-console-highlighter": "1.0.0",
"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",
"minus-x check .",
"@phpcs"
2021-09-10 02:52:19 +00:00
],
"phan": "phan -d . --long-progress-bar",
"phpcs": "phpcs -sp --cache"
2021-09-10 02:52:19 +00:00
}
}