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
We've noticed that a deployment process from scratch (i.e. without a vendor directory) with composer install adds new data to our symfony.lock. I was under the impression that lock-files (composer.lock and symfony.lock) were regarded as read-only during a composer install - is the fact that the symfony.lock is being changed a bug or a feature? And if the latter, where would I find documentation for that behaviour?