Hi
Magento crashes when trying to install extensions
I do the following, since nothing appears when I place install on marketplace
cd /var/www/html
install composer
curl -s https://getcomposer.org/installer | php
sudo mv composer.phar /usr/local/bin/composer
here I try to install and after this step the page falls
composer require magictoolbox/sirv:1.1.2
or
composer require apptrian/minify:2.0.3
try with those 2 extensions and the down page
site: http://wwwqa.iia.cl/
thanks!