If you get any error saying missing PHP extensions during composer update or install please do followings.
- Make sure you have those extensions installed by running
php -m
- If you do not have missing extensions enable it from php.ini or install them. Installation instructions depends on your desto.
- If you are still getting the error while you already have installed the extensions your composer need to be updated.
composer selfupdate