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 }
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 }
Change config -> “config”
Still a TRUE time/lifesaver for me 🙂