I\'ve installed PHP 7 using this repo, but when I try to run composer install
, it\'s giving this error:
- [package] requires ext-cu
If You have 404 or errors while sudo apt-get install php-curl
just try
sudo apt-get update
and again try
sudo apt-get install php-curl
But notice what version was installed (i use php7.3 and php7.4-curl was installed - so it will not work)
try then
sudo apt-get install php7.3-curl
At the end You may want to restart services like: apache2 or php-fpm:
sudo apache2 restart
sudo service php7.3-fpm restart
this worked for me.
Check if curl is on the installed modules list for current php:
php -m