mediawiki-extensions-AbuseF.../composer.json
Gergő Tisza d527574d2b Add extension.json, empty php entry point
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>
2016-06-03 19:16:26 +00:00

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"
]
}
}