I\'ve installed PHP 7 using this repo, but when I try to run composer install, it\'s giving this error:
composer install
[package] requires ext-cu
If you are using PHP7.1 ( try php -version to find your PHP version)
php -version
sudo apt-get install php7.1-curl
then restart apache
sudo service apache2 restart