phpunit/phpunit[8.5.0, ..., 8.5.x-dev] require ext-dom * -> it is missing from your system. Install or enable PHP's dom extension. - Root composer.json requires phpunit/phpunit ^8.5 -> satisfiable by phpunit/phpunit[8.5.0, ..., 8.5.x-dev]. code example
Example: 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