When I run composer install
I get the following error
theseer/tokenizer 1.1.0 requires ext-dom * -> the requested PHP extension dom is missing from your system
LEMP stack on Centos 7 7.3
I found elsewhere that I needed to install php-xml, which I did (from the remi repo)
How do I get past this error?