Your github oauth token for github.com contains invalid characters

Hi @dschmidtadv. Welcome to the CircleCI community :slightly_smiling_face:

I believe this error is related to the format change of GitHub authentication tokens.

The release composer v2.0.12 addresses this issue.

Please make sure to include the following step in your config.yml:

- run: sudo composer self-update

You can also find more information about building php projects with CircleCI in our documentation.