Is your feature request related to a problem?
I maintain a plugin called CraftJS, which currently has a problem with dependencies of the CraftJS-plugins. Currently I haven't released the plugin for broaded use, so I have just added dependencies I need to the CraftJS paper-plugin.yml
Describe the solution you'd like.
Allow bootstrapper code to dynamically add dependencies, soft-dependencies and plugin load-order information.
Describe alternatives you've considered.
Overwriting the getPluginMeta function could maybe work, but I think this could be an good use case for bootstrappers.
It was a final method.
Other
No response
Is your feature request related to a problem?
I maintain a plugin called CraftJS, which currently has a problem with dependencies of the CraftJS-plugins. Currently I haven't released the plugin for broaded use, so I have just added dependencies I need to the CraftJS paper-plugin.yml
Describe the solution you'd like.
Allow bootstrapper code to dynamically add dependencies, soft-dependencies and plugin load-order information.
Describe alternatives you've considered.
Overwriting the getPluginMeta function could maybe work, but I think this could be an good use case for bootstrappers.It was a final method.
Other
No response