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",
|
2019-10-11 17:38:12 +00:00
|
|
|
"mediawiki/mediawiki-codesniffer": "28.0.0",
|
2017-11-04 00:05:53 +00:00
|
|
|
"jakub-onderka/php-console-highlighter": "0.3.2",
|
2018-02-24 21:18:10 +00:00
|
|
|
"mediawiki/minus-x": "0.3.1",
|
2019-06-10 08:57:48 +00:00
|
|
|
"mediawiki/mediawiki-phan-config": "0.6.1"
|
2016-04-25 20:18:22 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
2017-11-04 00:05:53 +00:00
|
|
|
"fix": [
|
|
|
|
"phpcbf",
|
|
|
|
"minus-x fix ."
|
|
|
|
],
|
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
|
|
|
}
|
|
|
|
}
|