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

update deps to allow for symfony/process 4.0 #51

Closed handsomematt closed 6 years ago

handsomematt commented 6 years ago

this allows users to use this package alongside Laravel 5.6

onEXHovia commented 6 years ago

@psliwa when you have time to take this PR? This is very important with the release symfony4 and flex.

psliwa commented 6 years ago

Competetive PR was merged: https://github.com/psliwa/image-optimizer/pull/54. Fixed in 1.1.3 version.