Skip to content

Instantly share code, notes, and snippets.

@huzaifa-a
Last active January 27, 2021 14:10
Show Gist options
  • Save huzaifa-a/7e98264998ce39fb9151d1de3a466732 to your computer and use it in GitHub Desktop.
Save huzaifa-a/7e98264998ce39fb9151d1de3a466732 to your computer and use it in GitHub Desktop.
composer install with php memory limit

we can get the composer path from composer help command

 php -d memory_limit=-1 /usr/sbin/composer install  --no-interaction --prefer-dist --optimize-autoloader
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment