Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 873 Bytes

File metadata and controls

19 lines (12 loc) · 873 Bytes

Frequently asked Questions

Should my module require the Installer

No, it should not. But it can suggest using it (same syntax as require, but you use "suggest" instead of "require".

Why? Because there can be alternatives to this Installer or some people dont want to use an installer for them at all. As a module publisher you only decide the type of your package. It is the responsibility of the package user to decide what installer or plugin he uses to handle this package type. Also by require the installer, you can produce version conflicts, as people could start require specific versions of the Installer. Which makes absolutely no sense for a module.

Can I install the Installer as global composer Plugin

currently No. As we need special configs this makes things a lot more complicated then installing on project level.