- ๐ฌ๐งUnited Kingdom MrDaleSmith
I agree the composer suggest method is better, but should also point out you already can't install a module if its dependencies aren't there so there's no need to do any additional work on that count.
- ๐ฌ๐งUnited Kingdom scott_euser
It's been flagged before that too many dependencies get loaded unnecessarily, maybe the better approach is:
- composer suggest to recommend additional dependencies
- hook requirements to prevent install until the required dependencies are in place
- Issue created by @abhinesh