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
This type of error when you missed any of the dependencies of your project. Runphp composer.phar update
php composer.phar update