secure
-
(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]
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]