Try
composer create-project laravel/laravel ProjectName --prefer-dist
I found out what it was. The application which has wrapped composer had added a config.json with the following content:
{
"repositories": [
{
"packagist": false
},
...
]
}
Moving config.json out of the way ... it went fine.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community