Skip to content

Instantly share code, notes, and snippets.

@brexis
Created November 21, 2018 23:11
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 brexis/9e5eb4e0019774691bd3d8f69515c598 to your computer and use it in GitHub Desktop.
Save brexis/9e5eb4e0019774691bd3d8f69515c598 to your computer and use it in GitHub Desktop.
Run composer on shared hosting
php -d suhosin.executor.include.whitelist=phar composer install
php -d suhosin.executor.include.whitelist=phar -d memory_limit=-1 composer install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment