Created
November 21, 2018 23:11
-
-
Save brexis/9e5eb4e0019774691bd3d8f69515c598 to your computer and use it in GitHub Desktop.
Run composer on shared hosting
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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