Answers for "Your Composer dependencies require the following PHP extensions to be installed: curl"

PHP
0

Your Composer dependencies require the following PHP extensions to be installed: curl

For those who use php7.4
sudo apt-get install php7.4-curl

Or simply run below command to install by your version:
sudo apt-get install php-curl
Posted by: Guest on March-05-2022

Code answers related to "Your Composer dependencies require the following PHP extensions to be installed: curl"

Browse Popular Code Answers by Language