79426087

Date: 2025-02-10 04:49:30
Score: 1
Natty:
Report link

The above solution works. I found out that The Equivset will be installed if you update the file composer.local.json in the Mediawiki-Folder by this

{
"extra": {
    "merge-plugin": {
        "include": [
            "extensions/AbuseFilter/composer.json"
        ]
    }
}

Got that from the instruction:https://www.mediawiki.org/wiki/Extension:AbuseFilter .

Please aware of your previous contents in that file and adapt it consequently. After that, run the composer update or composer update --no-dev in the Mediawiki-Folder

Reasons:
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: user29576474