Last active
October 17, 2019 09:47
-
-
Save 6ui11em/4165a036d8bd9bef013182864da86ec8 to your computer and use it in GitHub Desktop.
Composer: useful commands #composer #commands
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
# run composer to avoid memory limit error | |
php -d memory_limit=-1 /usr/local/bin/composer … | |
# ignore requirements | |
composer ... --ignore-platform-reqs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment