[[ https://gerrit.wikimedia.org/r/plugins/gitiles/mediawiki/extensions/Sanctions/+/refs/heads/master/extension.json | extension.json ]] claims the only dependencies are Echo and Flow:
```lang=json
"requires": {
"MediaWiki": ">= 1.42.0",
"extensions": {
"Echo": "*",
"Flow": "*"
}
},
```
The dependencies are already in [[ https://gitlab.wikimedia.org/repos/test-platform/mediawiki-quickstart/-/blob/main/extensions/Sanctions/dependencies.yml | dependencies.yml ]]:
```lang=yml
- extensions/Echo
- extensions/Flow
```
- https://www.mediawiki.org/wiki/Extension:Sanctions
> Sanctions requires the Echo extension, the Renameuser extension and the StructuredDiscussions extension be installed as a prerequisite.
When I log in to the wiki, I'm getting this error message:
{P73441}
Full test output:
{P70967}