Helpful Commands
PHP Composer Disable HTTPS by CLI
Every now and then it can be necessary to disable certain security features temporarily in order to achieve a goal. In my case, it was for the use of a web script that didn’t use HTTPS for composer that I did not have the time to update. Composer allows you Read more…