oc-backend-plus icon indicating copy to clipboard operation
oc-backend-plus copied to clipboard

Prevents october update

Open dathwa opened this issue 3 years ago • 1 comments

Hello. Can you please advise on the issue below. I can't update ocms from 2.1.7 to 2.1.8. Thank-you.

λ composer update Loading composer repositories with package information Updating dependencies Your requirements could not be resolved to an installable set of packages.

Problem 1 - Root composer.json requires indikator/backend-plugin ^1.6, found indikator/backend-plugin[v1.6.13] in the lock file but not in remote repositories, make sure you avoid updating this package to keep the one from the lock file.

dathwa avatar Sep 13 '21 09:09 dathwa

I personally just modified the composer.json and switched

"indikator/backend-plugin": "^1.6",

to

"indikator/backend-plugin": "dev-master",

though, this is more or less just a work around.

Hope this can help in the meantime!

Colbydude avatar Sep 15 '21 06:09 Colbydude