Skip to content

Instantly share code, notes, and snippets.

@aprakasa
Created April 19, 2018 13:13
Show Gist options
  • Save aprakasa/9ec78612966832b3697961fcf51cc890 to your computer and use it in GitHub Desktop.
Save aprakasa/9ec78612966832b3697961fcf51cc890 to your computer and use it in GitHub Desktop.
Fix Composer slow install for SEA

Change the server location:

composer config --global repo.packagist composer https://packagist.jp

Install composer parallel install plugin:

composer global require hirak/prestissimo

GitHub API rate limit and OAuth tokens (optional):

composer config -g github-oauth.github.com <oauthtoken>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment