Answers for "how set php version for composer in ubuntu"

0

how set php version for composer in ubuntu

udo apt-get install php5-curl

For anyone who uses php7.0

sudo apt-get install php7.0-curl

For those who uses php7.1

sudo apt-get install php7.1-curl

For those who use php7.2

sudo apt-get install php7.2-curl

For those who use php7.3

sudo apt-get install php7.3-curl

For those who use php7.4

sudo apt-get install php7.4-curl

For those who use php8.0

sudo apt-get install php8.0-curl
Posted by: Guest on January-25-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language