Authentication Required (packagist.org)

0

I'm trying to create a project in laravel with the command:

composer create-project --prefer-dist laravel/laravel blog

But you are requiring authentication:

Authentication required (packagist.org)
  Username:
  Password:

I do not remember signing up for this site.

Does anyone know how to fix this?

    
asked by anonymous 08.11.2017 / 20:13

1 answer

-1

I went through this using macOS ... I just left the two fields blank (by clicking on the enter) and after a message appeared I clicked enter again. Ready, it ran composer update

    
06.06.2018 / 15:21