- PHP 8.5 support (
imagedestroy()deprecation) - The parameter
$transformof the methodQROutputAbstract::collectModules(Closure $transform)has been deprecated in favor of the newly introduced methodQROutputAbstract::moduleTransform()with the same parameters as the anonymous closure. The parameter will be removed in v6. - Remaining instances of
empty()have been replaced with more precise checks. - dependency & CI updates