SilverStripe Version 4.2
In the root of a site I’m working on, I installed a module, with Composer, with the following command:
composer require lekoala/silverstripe-excel-import-export dev-master
After dev/build?flush, the module works, but was installed in the root folder, not the vendor folder, and is not contained within a folder with the author’s name. My understanding was that modules were installed in the vendor folder, with a structure like this /vendor/AUTHOR_NAME/MODULE_NAME. So, I expected to see /vendor/lekoala/silverstripe-import-export. But, instead, I have this: /excel-import-export
Is it apparent what I’ve done wrong? Have I done anything wrong, or is this behavior due to the module itself? I’m not sure how to diagnose this.