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
In context of the root package, in most cases you will want to develop something with that package. So it really would make sense to just install the dev dependencies by default, and have --no-dev or --no-require-dev to disable if needed.
FWIW: This is the behaviour of NPM.
The text was updated successfully, but these errors were encountered:
As a suggestion (I made this in the now closed duplicate): I would prefer to set the default in ~/.composer/config.json and enable/disable the development packages with --dev, or --no-dev respectively.
In context of the root package, in most cases you will want to develop something with that package. So it really would make sense to just install the dev dependencies by default, and have
--no-devor--no-require-devto disable if needed.FWIW: This is the behaviour of NPM.
The text was updated successfully, but these errors were encountered: