how to update Composer update memory limit code example
Example: composer update withou memory limit
php -d memory_limit=-1 path_to_composer.phar_that_threw_the_error update
php -d memory_limit=-1 path_to_composer.phar_that_threw_the_error update