2016-05-30 21:35:28 +00:00
|
|
|
{
|
2023-06-08 13:08:31 +00:00
|
|
|
"name": "mediawiki/replace-text",
|
|
|
|
"type": "mediawiki-extension",
|
|
|
|
"description": "Allows users to do a global string find-and-replace on all the pages of a wiki",
|
|
|
|
"license": "GPL-2.0-or-later",
|
2016-05-30 21:35:28 +00:00
|
|
|
"require-dev": {
|
2023-03-11 21:59:20 +00:00
|
|
|
"mediawiki/mediawiki-codesniffer": "41.0.0",
|
2023-04-29 03:29:41 +00:00
|
|
|
"mediawiki/mediawiki-phan-config": "0.12.1",
|
2021-01-30 03:12:40 +00:00
|
|
|
"mediawiki/minus-x": "1.1.1",
|
2022-11-11 03:30:59 +00:00
|
|
|
"php-parallel-lint/php-console-highlighter": "1.0.0",
|
|
|
|
"php-parallel-lint/php-parallel-lint": "1.3.2"
|
2016-05-30 21:35:28 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
2017-11-04 01:58:05 +00:00
|
|
|
"fix": [
|
2020-01-10 16:05:38 +00:00
|
|
|
"minus-x fix .",
|
|
|
|
"phpcbf"
|
2017-11-04 01:58:05 +00:00
|
|
|
],
|
2016-05-30 21:35:28 +00:00
|
|
|
"test": [
|
2021-04-02 20:34:01 +00:00
|
|
|
"parallel-lint . --exclude vendor --exclude node_modules --exclude .phan",
|
2021-10-04 12:54:52 +00:00
|
|
|
"@phpcs",
|
2017-11-04 01:58:05 +00:00
|
|
|
"minus-x check ."
|
2020-12-31 00:57:49 +00:00
|
|
|
],
|
2021-10-04 12:54:52 +00:00
|
|
|
"phan": "phan -d . --long-progress-bar",
|
|
|
|
"phpcs": "phpcs -sp --cache"
|
2016-05-30 21:35:28 +00:00
|
|
|
}
|
|
|
|
}
|