When installing Magento 2.0.2 via composer getting this error:
Problem 1 - Installation request for magento/product-enterprise-edition 2.0.2 -> satisfiab
This was the fix for me when trying to install Laravel on a fresh WSL installation:
sudo apt-get install php7.2-gd
sudo apt-get install php7.2-intl
sudo apt-get install php7.2-xsl
sudo apt-get install php7.2-zip