Difference between revisions of "MediaWiki/extension/dev"

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
Jump to navigation Jump to search
(Created page with "==Notes== * What is composer.json for? "If an extension or skin has library dependencies, it may have a <code>composer.json</code> file as well, see {{l/mw|Manual:Composer...")
 
(No difference)

Latest revision as of 20:47, 1 May 2022

Notes

  • What is composer.json for? "If an extension or skin has library dependencies, it may have a composer.json file as well, see Manual:Composer.json. Use the load_composer_autoloader field to make MediaWiki use Composer's autoloading when appropriate."

Links

Official