As a temporary workaround, maybe we could create extensions/composer-example.json which could be used for extension registration by running composer in that directory? Yes. That would work. All we would need to do is add the following into Setup.php:
include “$IP/extensions/vendor/autoload.php”;
(Obviously we’d also have a file_exists check…)
-- Tyler Romeo 0xC86B42DF