I am currently trying to clone an existing project of mine from github. After clone I run composer install during the process I receive the following error:
composer install
I was noticing the same behavior after adding a few lines to my .env files. Spaces are not allowed without quotes, and so this can be fixed like:
APP_YOUR_NAME="A value with some spaces"