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
Well I was able to install it by :
sudo apt-get install php-curl
on my system. This will install a dependency package, which depends on the default php version.
After that restart apache
sudo service apache2 restart