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

Added support for symfony process 6. #80

Closed mad-briller closed 2 years ago

mad-briller commented 2 years ago

I've updated the composer.json to permit symfony 6 components.

I used the Vagrant environment to run the tests using php8.0 with the symfony 6 components and everything passed fine.

If theres anything i've missed, let me know.

mad-briller commented 2 years ago

assuming the repo is dead, recommend anyone seeing this to use the spatie/image-optimizer replacement, it's pretty much a drop in replacement