Just set the memory_limit specifying the full route of your composer.phar file and update if you got the out of memory error when running composer require.
php -d memory_limit=-1 [composer_phar_file_path] update
I hope it can help you :)
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (1)
setting memory_limit to -1 is not good pratice