psliwa / image-optimizer

Image optimization / compression library. This library is able to optimize png, jpg and gif files in very easy and handy way. It uses optipng, pngquant, pngcrush, pngout, gifsicle, jpegoptim and jpegtran tools.
MIT License
909 stars 141 forks source link

php-xml requirement #31

Closed tuimz closed 7 years ago

tuimz commented 7 years ago

Hi,

Why is the php-xml or (php-dom which is an alias for php-xml) required and installed in the Vagrantfile?

psliwa commented 7 years ago

I use this vagrant box as testing environment. PhpUnit requires php-xml, without this dependency unit tests cannot be run.