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
When you do an install with composer install --no-dev, you end up with a new manifest as it is rebuilt on an install.
Perhaps it doesn't need to run on install, only update? I believe the update events are still triggered for an install with no composer.lock, in all other situations I believe the installed packages shouldn't change?
The text was updated successfully, but these errors were encountered:
When you do an install with
composer install --no-dev
, you end up with a new manifest as it is rebuilt on an install.Perhaps it doesn't need to run on install, only update? I believe the update events are still triggered for an install with no
composer.lock
, in all other situations I believe the installed packages shouldn't change?The text was updated successfully, but these errors were encountered: