https://bugzilla.wikimedia.org/show_bug.cgi?id=68940
--- Comment #1 from Kunal Mehta (Legoktm) <[email protected]> --- This should be doable, once I figure out a way to get composer installed via puppet. Running "composer install" will create a vendor/autoload.php. How does that file get require'd? Is that the user's responsibility to do so? Or the extension's? https://github.com/wmde/WikimediaBadges/blob/15d4f2fbf78c1bd531b7eb27d7d6df908a8996f9/WikimediaBadges.php#L28 will autoload vendor/ if it's there, while AFAIS, https://github.com/wikimedia/mediawiki-extensions-Translate/blob/master/Translate.php doesn't (picked a random example). -- 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
