repman-io / repman

Repman - PHP Repository Manager: packagist proxy and host for private packages
https://repman.io
MIT License
513 stars 106 forks source link

Unable to run composer update #614

Closed jyrkidn closed 1 year ago

jyrkidn commented 1 year ago

When running composer update we're seeing this error for all our packages that are loaded via Repman:

Root composer.json requires package/name ^2.0, found v[v2.1.0] in the lock file but not in remote repositories, make sure you avoid updating this package to keep the one from the lock file

Maybe it's related to https://github.com/repman-io/repman/issues/611, but not sure? Manually updating our packages one by one, fixes this. But we have 100 packages, so would be nice if it could be fixed on your end.

jyrkidn commented 1 year ago

Never mind, running this fixed it https://github.com/repman-io/repman/issues/568#issuecomment-1071996304