Require shopware 6 plugin via composer
问题 I am developing a custom plugin for Shopware 6. It will not be sitting in Shopware Store but our own company repo on github. How can I make it get installed into custom/plugins instead of vendor when I run composer require plugin/name ? I tried setting up in plugin's composer "type": "shopware-plugin" and "type": "shopware-platform-plugin" but it still puts it into vendor . There is this: https://getcomposer.org/doc/faqs/how-do-i-install-a-package-to-a-custom-path-for-my-framework.md - I