Your requirements could not be resolved to an installable set of packages. Composer Yii2 PHP extension - FIXED
This is the output of error on the terminal when we are installing Yii2 on Ubuntu 20.04 LTS. vetechno@ubuntu:~$ composer create-project --prefer-dist yiisoft/yii2-app-basic test_demo1 Creating a "yiisoft/yii2-app-basic" project at "./test_demo1" Installing yiisoft/yii2-app-basic (2.0.35) - Installing yiisoft/yii2-app-basic (2.0.35): Loading from cache Created project in /home/vetechno/test_demo1 Loading composer repositories with package information Updating dependencies (including require-dev) Your requirements could not be resolved to an installable set of packages. Problem 1 - codeception/codeception 4.1.5 requires ext-curl * -> the requested PHP extension curl is missing from your system. - codeception/codeception 4.1.4 requires ext-curl * -> the requested PHP extension curl is missing from your system. - codeception/codeception 4.1.3 requires ext-curl * -> the requested PHP extension curl is missing from your system. - codeception/co...