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

PHP8 Support #75

Closed ThibaultVlacich closed 3 years ago

ThibaultVlacich commented 3 years ago

This PR adds support for PHP8.

I had to update PHPUnit, and bump the PHP 7 compatibility to 7.3 instead of 7.1, so this would need a major release.

Tests are passing in my testing.

psliwa commented 3 years ago

Thank you. I will review this up to the end of this week.

MaFx commented 3 years ago

@psliwa any plans on this progressing? Eager to see this being available.

psliwa commented 3 years ago

Thanks for a reminder - I forgot about this PR. I am looking into this now.