Getting an error Peer fingerprint did not match after running composer update

Viewed 4513

It's my first time using composer, and I'm planning to use in one of my current projects. I'm getting an error Peer fingerprint did not match after running composer update on my terminal/cmd. Does this have something with the composer.json file?

I tried looking for answers on the internet but I cannot seem to find an answer relevant to my problem.

1 Answers

In your command line, run composer self-update and try installing the package again. See here. when I did that and reinstalled the package, it worked!

Related