php-imagine / Imagine

PHP Object Oriented image manipulation library
https://imagine.readthedocs.io
Other
4.42k stars 530 forks source link

Release a PHP 8.1 version #822

Closed qkdreyer closed 2 years ago

qkdreyer commented 2 years ago

Issue description

The latest release on packagist is the version 1.2.4, which contains PHP 8.1 deprecations. https://github.com/php-imagine/Imagine/compare/1.2.4...develop

Would it be possible to release a newer version which contains at least https://github.com/php-imagine/Imagine/commit/a73e056 ?

mlocati commented 2 years ago

Done.

nmeri17 commented 1 year ago

This comment is in relation to this one https://github.com/php-imagine/Imagine/issues/233#issuecomment-1304419166

I just checked the commit posted here and realised the code I have on those lines is different from yours. Does it mean it's composer holding me back from receiving a version compatible with php ^8.1?

nmeri17 commented 1 year ago

I just updated to most recent version of Imagine and can confirm original issue has been resolved