Try installing composer with following command:
php -d memory_limit=-1 /usr/local/bin/composer install
In case of Windows for Xampp:
Change memory_limit value in php.ini to:
memory_limit =-1
Try installing composer with following command:
php -d memory_limit=-1 /usr/local/bin/composer install
In case of Windows for Xampp:
Change memory_limit value in php.ini to:
memory_limit =-1
Leave a Reply