I got this error when running composer.phar update on my VM:
composer.phar update
PHP Fatal error: Allowed memory size of 1073741824 bytes exhausted (tried t
this solution will fix your problem.
Update your php.ini file then restart Apache or your server example: memory_limit=128M to memory_limit=1128M
It's work on me.