2015-10-11 20:03:10 +00:00
|
|
|
{
|
|
|
|
"require-dev": {
|
2024-11-02 00:31:04 +00:00
|
|
|
"mediawiki/mediawiki-codesniffer": "45.0.0",
|
2024-05-04 23:17:57 +00:00
|
|
|
"mediawiki/minus-x": "1.1.3",
|
2022-05-20 20:51:15 +00:00
|
|
|
"php-parallel-lint/php-console-highlighter": "1.0.0",
|
2024-05-04 23:17:57 +00:00
|
|
|
"php-parallel-lint/php-parallel-lint": "1.4.0"
|
2015-10-11 20:03:10 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"test": [
|
2017-11-10 18:10:08 +00:00
|
|
|
"parallel-lint . --exclude vendor --exclude node_modules",
|
2021-10-04 06:35:44 +00:00
|
|
|
"@phpcs",
|
2017-11-02 18:56:40 +00:00
|
|
|
"minus-x check ."
|
2016-05-09 23:15:51 +00:00
|
|
|
],
|
|
|
|
"fix": [
|
2020-01-14 02:23:33 +00:00
|
|
|
"minus-x fix .",
|
|
|
|
"phpcbf"
|
2021-10-04 06:35:44 +00:00
|
|
|
],
|
|
|
|
"phpcs": "phpcs -sp --cache"
|
2024-03-17 13:23:00 +00:00
|
|
|
},
|
|
|
|
"config": {
|
|
|
|
"allow-plugins": {
|
|
|
|
"dealerdirect/phpcodesniffer-composer-installer": true
|
|
|
|
}
|
2015-10-11 20:03:10 +00:00
|
|
|
}
|
|
|
|
}
|