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
910 stars 141 forks source link

Update Symfony deps #50

Closed mrTimofey closed 6 years ago

mrTimofey commented 6 years ago

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?

psliwa commented 6 years ago

Added: https://github.com/psliwa/image-optimizer/pull/54. Version 1.1.3 is compatible with symfony 4.