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

Support for Symfony process ^6.0 #79

Closed mad-briller closed 2 years ago

mad-briller commented 2 years ago

Hello there

i'm trying to update a web application that is using this package but this is holding me back.

Is there any plans to update this package to support symfony/process ^6.0?

thanks for your time.

mad-briller commented 2 years ago

https://github.com/psliwa/image-optimizer/pull/80

I created a pull request which adds support for symfony 6 components.