Error: Allowed memory size of 1610612736 bytes exhausted (tried to allocate 4096 bytes) when using #composer require
here is how to fix it:
COMPOSER_MEMORY_LIMIT=-1 composer require your/package
Error: Allowed memory size of 1610612736 bytes exhausted (tried to allocate 4096 bytes) when using #composer require
here is how to fix it:
COMPOSER_MEMORY_LIMIT=-1 composer require your/package