phpoffice/phpspreadsheet: Allow version 5.0 by @seanlynchwv in #879- Added ability to set rounded corner radius by @seanlynchwv in #880
- Raised the minimum PHP version to 7.4 (dropped 7.1, 7.2 and 7.3) by @slayerfx in #894
- Guarded
imagedestroy()calls behind a PHP version check (no-op since PHP 8.0, deprecated in PHP 8.5) by @slayerfx in #893 - Fixed code coverage configuration for PHPUnit 10+ by @slayerfx in #895
- Fixed static analysis on PHP 8.4 and 8.5 (PHPStan 1.x could not resolve the symbols of PHPUnit 13) by @yasumorishima in #897