composer update allowed memory size of bytes exhausted code example
Example: allowed memory size of bytes exhausted composer
Go to your php.ini file - search for memory_limit and set to -1
memory_limit = -1
*Change it back when done.
Go to your php.ini file - search for memory_limit and set to -1
memory_limit = -1
*Change it back when done.