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",
|
2018-07-27 08:31:22 +00:00
|
|
|
"mediawiki/mediawiki-codesniffer": "21.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",
|
2018-06-08 07:21:09 +00:00
|
|
|
"mediawiki/mediawiki-phan-config": "0.3.0"
|
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": {
|
2018-09-01 10:52:40 +00:00
|
|
|
"phan-taint-check-plugin": "1.4.0"
|
2016-04-25 20:18:22 +00:00
|
|
|
}
|
|
|
|
}
|