Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

...

...

Issue

Installing composer packages , you may face results in the following error: The checksum verification of the file failed

...

Reason

...

The issue happens because of the package checksum in your system cache and checksum in on the remote repository is are different.

Solution

...

To resolve this problem use run the following command:, before rerunning the regular composer command which is throwing the issue.

Code Block
languagebash
composer clearcache

...