(PHP) Allow Composer to connect to http/https


If you have problems with Composer not allowing to update to http-connections add this to composer.json (not recommended to keep in production)

[js]
config : {
"secure-http" : false
}
[/js]

One response

  1. Change config -> “config”

    Still a TRUE time/lifesaver for me 🙂

Leave a Reply

Your email address will not be published. Required fields are marked *