Problem
MediaWiki's composer.json does not define a type which means it uses the default type of library.
This means the installation directory (the web root) cannot be customized by installers like Composer Installers.
Solution
Set the type to mediawiki-core which is similar to what other projects do.