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 would rather specify a correct type instead of setting up an install path manually using installer-paths.
Do you know what each shopware type means?
My composer version is 1.10.8
typeincomposer.jsonof your plugin? - rob006dev-my-branchalong with setting up a proper entry inrepositorieskey to point toward vcs url. - Radix Salvilines