Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save edmondscommerce/85a7349412afd2468476a8646b004fc8 to your computer and use it in GitHub Desktop.
Save edmondscommerce/85a7349412afd2468476a8646b004fc8 to your computer and use it in GitHub Desktop.
Stop Composer timing out when using a slow internet connection
#!/usr/bin/env bash
COMPOSER_PROCESS_TIMEOUT=0 composer install
@edmondscommerce
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment