mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/LoginNotify
synced 2024-11-13 17:53:12 +00:00
a4ac2a85a4
Change-Id: I5f07b7c77f3ee9fd2f8c548630a4800260afd49e
20 lines
553 B
JSON
20 lines
553 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": "0.9.2",
|
|
"mediawiki/mediawiki-codesniffer": "0.11.0",
|
|
"jakub-onderka/php-console-highlighter": "0.3.2"
|
|
},
|
|
"scripts": {
|
|
"fix": "phpcbf",
|
|
"test": [
|
|
"parallel-lint . --exclude vendor --exclude node_modules",
|
|
"phpcs -p -s"
|
|
]
|
|
}
|
|
}
|