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