Skip to content

Instantly share code, notes, and snippets.

@andreconghau
Created June 6, 2017 07:54
Show Gist options
  • Save andreconghau/9eec561c7c728e4461768ba3372e9101 to your computer and use it in GitHub Desktop.
Save andreconghau/9eec561c7c728e4461768ba3372e9101 to your computer and use it in GitHub Desktop.
Fix composer update fail
"config": {
"preferred-install": "dist",
"disable-tls": true,
"secure-http": false,
"autoloader-suffix": "Drupal8"
},
"repositories": [
{
"packagist": false
},
{
"type": "composer",
"url": "https://packagist.org/"
}
],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment