Created
October 6, 2021 18:05
-
-
Save cesarmiquel/8388b4065c033daa67901412c62d29da to your computer and use it in GitHub Desktop.
Execute composer without memory limits
This file contains 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 memory_limit=-1 composer.phar <command> | |
``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment