Problem
It appears that Packagist has not been updated for mediawiki/core and the site reports that the package is Abandoned.
dev-master hasn't been updated since 2018-04-18 02:14 UTC
Solution
Could someone with access to Packagist and GitHub add the hook as described?
Workaround
Add the mediawiki repository to your composer.json by executing:
composer config repositories.mediawiki vcs https://github.com/wikimedia/mediawiki
This will clone the repo and analyze all of the branches and tags and build the metadata based on that (effectively the same thing packagist is doing).