https://bugzilla.wikimedia.org/show_bug.cgi?id=65188
MWJames <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] | |m --- Comment #5 from MWJames <[email protected]> --- I'm not really sure what you are trying to do with a extensions.json but please keep in mind that is not only extensions with type "mediawiki-extension" we are talking about. We also support type "mediawiki-skin" [0] that allows to install skin related extension via Composer. > The installer would merge additional requirements from an extensions.json > file, if present. Just to be clear, an extensions.json is something MW does on its own right? An extension should only deploy a composer.json (because extensions.json is a not supported json and is only relevant to an internal MW process) as this is the official support declaration of dependencies via Composer. [0] https://packagist.org/packages/mediawiki/chameleon-skin -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
