This is the development version for the new mwstake.org/wiki.
Topic "2021 Dec 16 - 12:37 from @justinl:matrix.org"
Jump to navigation
Jump to search
I deployed the two $wgActions settings to my live wikis and things seem okay, so now I can focus on testing and deploying 1.36.3 (currently on 1.36.2). So I'm running my build script that does a full git clone of the MW core REL1_36 branch and all the extensions and skins we use. Then it runs composer (v2) but I'm seeing the following error during the composer runs:
``` > ComposerHookHandler::onPreUpdate Script ComposerHookHandler::onPreUpdate handling the pre-update-cmd event terminated with an exception [ErrorException] Package::setProvides must be called with a map of lowercased package name => Link object, got a indexed array, this is deprecated and you should fix your usage. ``` If this is a bug I should report, I'm not sure where to do so. Suggestions? |
In this context
|