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
composer remove nextcloud/ocp --dev (like the CI does)
composer cs:fix -> Changes as seen in CI
Expected behaviour
When removing nextcloud/ocp, only the main composer.lock should be touched to remove the dependency and no updates should be performed in any composer.lock file.
Actual behaviour
The composer.lock files in vendor-bin are updated and pull in new versions.
How to use GitHub
Steps to reproduce
composer icomposer cs:fix-> No changescomposer remove nextcloud/ocp --dev(like the CI does)composer cs:fix-> Changes as seen in CIExpected behaviour
When removing nextcloud/ocp, only the main composer.lock should be touched to remove the dependency and no updates should be performed in any composer.lock file.
Actual behaviour
The composer.lock files in vendor-bin are updated and pull in new versions.