Open hussainweb opened 10 months ago
I believe there shouldn't be any issues since Composer is designed to work in various scenarios. In case of conflicts, users can always download the other allowed version.
Note: updated comment
@rajeshreeputra, I am not able to figure out what are you advocating for. Are you saying we should keep the dependencies in require or not?
We require the following dependencies:
There is always a possibility that these dependencies could introduce conflicts in some projects. Consider moving them to composer.json suggested rather than
require
so that the dependencies are not locked.The problem is if we remove all the dependencies, then our default grumphp config will fail. We will need to make it clear in the documentation that the user is responsible for installing the relevant packages.