mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/LoginNotify
synced 2024-11-11 16:49:30 +00:00
0cf9669e85
Change-Id: Ibad3f653c0b78249eff781596c567182cce281c6
33 lines
861 B
JSON
33 lines
861 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": {
|
|
"mediawiki/mediawiki-codesniffer": "43.0.0",
|
|
"mediawiki/mediawiki-phan-config": "0.14.0",
|
|
"mediawiki/minus-x": "1.1.1",
|
|
"php-parallel-lint/php-console-highlighter": "1.0.0",
|
|
"php-parallel-lint/php-parallel-lint": "1.3.2"
|
|
},
|
|
"scripts": {
|
|
"fix": [
|
|
"minus-x fix .",
|
|
"phpcbf"
|
|
],
|
|
"test": [
|
|
"parallel-lint . --exclude vendor --exclude node_modules",
|
|
"@phpcs",
|
|
"minus-x check ."
|
|
],
|
|
"phan": "phan -d . --long-progress-bar",
|
|
"phpcs": "phpcs -sp --cache"
|
|
},
|
|
"config": {
|
|
"allow-plugins": {
|
|
"dealerdirect/phpcodesniffer-composer-installer": true
|
|
}
|
|
}
|
|
}
|