Hi team,
First of all, thank you for maintaining such a great and essential package!
Description
I am currently setting up my environment with PHP 8.5 (specifically PHP 8.5.5). When trying to install or update dependencies via Composer, I am encountering a dependency resolution error because phpoffice/phpspreadsheet currently restricts the PHP version to <8.5.0.
Error Output
phpoffice/phpspreadsheet 1.30.4 requires php >=7.4.0 <8.5.0 -> your php version (8.5.5) does not satisfy that requirement.
Hi team,
First of all, thank you for maintaining such a great and essential package!
Description
I am currently setting up my environment with PHP 8.5 (specifically PHP 8.5.5). When trying to install or update dependencies via Composer, I am encountering a dependency resolution error because
phpoffice/phpspreadsheetcurrently restricts the PHP version to<8.5.0.Error Output