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.
Hello!
I am trying to use this package with Laravel 5.6 and I can not install it with composer because of Symfony package version. There is a conflict between Laravel deps (which uses symfony/process 4. for example) and image-optimizer (which can only use 3. version).
I guess there are no any changes that can break the package so may be you can just safely add ~4.0 to your deps?
Hello! I am trying to use this package with Laravel 5.6 and I can not install it with composer because of Symfony package version. There is a conflict between Laravel deps (which uses symfony/process 4. for example) and image-optimizer (which can only use 3. version). I guess there are no any changes that can break the package so may be you can just safely add ~4.0 to your deps?