You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: