Composer [UnexpectedValueException] error will trying to use composer to install a github project
I started getting a similar error and the reason was that Github recently changed the format of their auth tokens: https://github.blog/changelog/2021-03-31-authentication-token-format-updates-are-generally-available/ To resolve the error: Find the composer/auth.json file (if you’re running the project in a container, you’ll have to bash into it and find the file in there) Remove its github.com entry. Your file … Read more