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 patrick-mota/abe4a8e0d9849e70549d800da93009f1 to your computer and use it in GitHub Desktop.
Save patrick-mota/abe4a8e0d9849e70549d800da93009f1 to your computer and use it in GitHub Desktop.
composer install without memory limit
php -d memory_limit=-1 composer.phar install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment