(PHP) Allow Composer to connect to http/https

By | May 27, 2016

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

config : {
  "secure-http" : false
}

One thought on “(PHP) Allow Composer to connect to http/https

Leave a Reply to Samuel Cancel reply

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