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
feature #656 Unpack by default when running composer require (nicolas-grekas)
This PR was merged into the 1.8-dev branch.
Discussion
----------
Unpack by default when running composer require
Packs are like meta-recipes: ppl should adopt them in their root composer.json so that updating packs (like updating recipes) doesn't affect their project.
If one needs to delegate the selection of a group of packages, they should use the `meta-package` type of composer instead.
Fixes#645
Commits
-------
f7df17b Unpack by default when running composer require
0 commit comments