I am currently trying to clone an existing project of mine from github. After clone I run composer install during the process I receive the following error:
composer install
In my case, the missing of PDO extension was the problem. After installing it, the problem was fixed.