2016-04-25 20:18:22 +00:00
|
|
|
{
|
2016-04-26 16:24:19 +00:00
|
|
|
"homepage": "https://www.mediawiki.org/wiki/Extension:LoginNotify",
|
2016-05-09 23:52:22 +00:00
|
|
|
"license": "MIT",
|
2016-04-26 16:24:19 +00:00
|
|
|
"name": "mediawiki/loginnotify",
|
|
|
|
"type": "mediawiki-extension",
|
|
|
|
"description": "MediaWiki extension to notify users if someone tries to login to their account",
|
2016-04-25 20:18:22 +00:00
|
|
|
"require-dev": {
|
2024-11-02 02:25:00 +00:00
|
|
|
"mediawiki/mediawiki-codesniffer": "45.0.0",
|
2024-02-09 15:55:03 +00:00
|
|
|
"mediawiki/mediawiki-phan-config": "0.14.0",
|
2024-05-05 08:11:35 +00:00
|
|
|
"mediawiki/minus-x": "1.1.3",
|
2022-05-21 02:39:41 +00:00
|
|
|
"php-parallel-lint/php-console-highlighter": "1.0.0",
|
2024-05-05 08:11:35 +00:00
|
|
|
"php-parallel-lint/php-parallel-lint": "1.4.0"
|
2016-04-25 20:18:22 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
2017-11-04 00:05:53 +00:00
|
|
|
"fix": [
|
2020-01-14 07:37:42 +00:00
|
|
|
"minus-x fix .",
|
|
|
|
"phpcbf"
|
2017-11-04 00:05:53 +00:00
|
|
|
],
|
2016-04-25 20:18:22 +00:00
|
|
|
"test": [
|
2017-08-09 20:20:03 +00:00
|
|
|
"parallel-lint . --exclude vendor --exclude node_modules",
|
2021-10-04 10:47:22 +00:00
|
|
|
"@phpcs",
|
2017-11-04 00:05:53 +00:00
|
|
|
"minus-x check ."
|
2021-01-29 16:13:17 +00:00
|
|
|
],
|
2021-10-04 10:47:22 +00:00
|
|
|
"phan": "phan -d . --long-progress-bar",
|
|
|
|
"phpcs": "phpcs -sp --cache"
|
2024-03-11 18:29:34 +00:00
|
|
|
},
|
|
|
|
"config": {
|
|
|
|
"allow-plugins": {
|
|
|
|
"dealerdirect/phpcodesniffer-composer-installer": true
|
|
|
|
}
|
2016-04-25 20:18:22 +00:00
|
|
|
}
|
|
|
|
}
|