Skip to content

Instantly share code, notes, and snippets.

@andreymeretsky
Last active August 18, 2021 04:36
Show Gist options
  • Save andreymeretsky/6ea8448ea219a266f0465d2bc5d5b5b1 to your computer and use it in GitHub Desktop.
Save andreymeretsky/6ea8448ea219a266f0465d2bc5d5b5b1 to your computer and use it in GitHub Desktop.
{
"config": {
"disable-tls": true,
"secure-http": false
}
}
# to disable checking secure http on windows
composer config -g -- disable-tls true
composer config -g -- secure-http false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment