composer detected issues in your platform: your composer dependencies require the following php extensions to be installed: xml
//make a config file
/*Follow this trick
add this line in config object of composer.json file
"platform-check": false
run php artisan config:cache
then run composer dump-autoload in terminal*/
{
"config": {
"platform-check": false
}
}