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": {
|
2018-03-09 14:19:44 +00:00
|
|
|
"jakub-onderka/php-parallel-lint": "1.0.0",
|
2020-01-14 07:37:42 +00:00
|
|
|
"mediawiki/mediawiki-codesniffer": "29.0.0",
|
2020-01-29 16:24:09 +00:00
|
|
|
"jakub-onderka/php-console-highlighter": "0.4.0",
|
|
|
|
"mediawiki/minus-x": "1.0.0",
|
|
|
|
"mediawiki/mediawiki-phan-config": "0.9.1"
|
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",
|
2017-11-04 00:05:53 +00:00
|
|
|
"phpcs -p -s",
|
|
|
|
"minus-x check ."
|
2016-04-25 20:18:22 +00:00
|
|
|
]
|
2018-05-18 21:06:21 +00:00
|
|
|
},
|
|
|
|
"extra": {
|
2019-07-09 21:10:13 +00:00
|
|
|
"phan-taint-check-plugin": "2.0.1"
|
2016-04-25 20:18:22 +00:00
|
|
|
}
|
|
|
|
}
|