Why is PHP Composer so slow when all I do is init a project with zero dependencies? Here are the commands I run:
composer init
In my case, the composer version i was running backdated. After updated the composer version itself the problem was gone.
To update the composer version run
composer self-update
and then require the composer package and you're done.
composer require ""