This is what I get when I try to install composer for windows
The \"https://getcomposer.org/versions\" file could not be downloaded: SSL: Handshake time
Run below command in terminal
composer config --global disable-tls true composer config --global secure-http false
Add "secure-http": false in composer.json file
"config": { "secure-http": false },
composer clear-cache composer diagnose