oc-backend-plus
oc-backend-plus copied to clipboard
Prevents october update
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.
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!