the requested PHP extension dom is missing from your system. code example
Example 1: phpunit/phpunit 7.5.20 requires ext-dom * -> the requested PHP extension dom is missing from your system.
sudo apt-get update
sudo apt install php-xml
sudo apt-get install php-mbstring
composer update
composer require cviebrock/eloquent-sluggable
Example 2: - The requested PHP extension ext-http * is missing from your system. Install or enable PHP's http extension.
find "ext-http": "*" in composer.json and remve it