2013-02-13 16:09:57 +00:00
{
"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." ,
2015-03-28 10:49:15 +00:00
"homepage" : "https://www.mediawiki.org/wiki/Extension:AbuseFilter" ,
2018-02-01 06:56:28 +00:00
"license" : "GPL-2.0-or-later" ,
2013-02-13 16:09:57 +00:00
"require" : {
2019-10-03 12:13:26 +00:00
"php" : ">=7.2.0" ,
2019-11-11 12:40:39 +00:00
"wikimedia/equivset" : "^1.4"
2015-10-12 12:42:13 +00:00
} ,
"require-dev" : {
2021-10-23 18:32:32 +00:00
"mediawiki/mediawiki-codesniffer" : "38.0.0" ,
2021-09-04 02:30:36 +00:00
"mediawiki/mediawiki-phan-config" : "0.11.0" ,
2021-01-28 21:17:51 +00:00
"mediawiki/minus-x" : "1.1.1" ,
2020-05-30 17:21:23 +00:00
"php-parallel-lint/php-console-highlighter" : "0.5.0" ,
2021-09-01 23:59:00 +00:00
"php-parallel-lint/php-parallel-lint" : "1.3.1"
2015-10-12 12:42:13 +00:00
} ,
"scripts" : {
2017-11-02 18:57:07 +00:00
"fix" : [
2020-01-21 07:38:52 +00:00
"minus-x fix ." ,
"phpcbf"
2017-11-02 18:57:07 +00:00
] ,
2015-10-12 12:42:13 +00:00
"test" : [
2017-10-11 22:07:48 +00:00
"parallel-lint . --exclude node_modules --exclude vendor" ,
2021-10-04 06:40:46 +00:00
"@phpcs" ,
2017-11-02 18:57:07 +00:00
"minus-x check ."
2021-01-28 21:17:51 +00:00
] ,
2021-10-04 06:40:46 +00:00
"phan" : "phan -d . --long-progress-bar" ,
"phpcs" : "phpcs -sp --cache"
2013-02-13 16:09:57 +00:00
}
}