mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/LoginNotify
synced 2024-11-30 17:54:24 +00:00
07c228fce6
Change-Id: I8abb5082dd9cdbd94c8c03d194ecb80ddc70b4b4
29 lines
735 B
JSON
29 lines
735 B
JSON
{
|
|
"homepage": "https://www.mediawiki.org/wiki/Extension:LoginNotify",
|
|
"license": "MIT",
|
|
"name": "mediawiki/loginnotify",
|
|
"type": "mediawiki-extension",
|
|
"description": "MediaWiki extension to notify users if someone tries to login to their account",
|
|
"require-dev": {
|
|
"jakub-onderka/php-parallel-lint": "1.0.0",
|
|
"mediawiki/mediawiki-codesniffer": "26.0.0",
|
|
"jakub-onderka/php-console-highlighter": "0.3.2",
|
|
"mediawiki/minus-x": "0.3.1",
|
|
"mediawiki/mediawiki-phan-config": "0.6.1"
|
|
},
|
|
"scripts": {
|
|
"fix": [
|
|
"phpcbf",
|
|
"minus-x fix ."
|
|
],
|
|
"test": [
|
|
"parallel-lint . --exclude vendor --exclude node_modules",
|
|
"phpcs -p -s",
|
|
"minus-x check ."
|
|
]
|
|
},
|
|
"extra": {
|
|
"phan-taint-check-plugin": "2.0.1"
|
|
}
|
|
}
|