mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/AbuseFilter.git
synced 2024-11-13 17:27:20 +00:00
d527574d2b
For ease of review this is the same as Icff39f3f79f7ffe86214cfa216b53f3d882e1968 and the necessary changes are done in the child patch. Should not be merged without that. Bug: T87876 Change-Id: Iefd8d34619bbfb7602c4fea869f3f89fdeb9057b Co-Authored-By: Paladox <thomasmulhall410@yahoo.com>
23 lines
739 B
JSON
23 lines
739 B
JSON
{
|
|
"name": "mediawiki/abuse-filter",
|
|
"type": "mediawiki-extension",
|
|
"description": "The AbuseFilter extension allows privileged users to set specific controls on actions by users, such as edits, and create automated reactions for certain behaviors.",
|
|
"homepage": "https://www.mediawiki.org/wiki/Extension:AbuseFilter",
|
|
"license": "GPL-2.0+",
|
|
"require": {
|
|
"php": ">=5.4",
|
|
"composer/installers": "1.*,>=1.0.1",
|
|
"mediawiki/anti-spoof": "dev-master"
|
|
},
|
|
"require-dev": {
|
|
"jakub-onderka/php-parallel-lint": "0.9.2",
|
|
"mediawiki/mediawiki-codesniffer": "0.4.0"
|
|
},
|
|
"scripts": {
|
|
"test": [
|
|
"parallel-lint . --exclude extensions --exclude node_modules --exclude vendor",
|
|
"phpcs -p -s --ignore=extensions/AntiSpoof"
|
|
]
|
|
}
|
|
}
|