rap2hpoutre / fast-excel

🦉 Fast Excel import/export for Laravel
MIT License
2.08k stars 246 forks source link

php 8.2 not supporting #328

Closed shakhawatfci closed 12 months ago

shakhawatfci commented 1 year ago

Problem 1

ClementBr21 commented 1 year ago

PHP 8.2 is supported by the fast-excel package. Your problem seems to be totally detached from this package

shakhawatfci commented 1 year ago

Problem 1

PINHOf commented 1 year ago

Problem 1 - openspout/openspout[v3.4.0, ..., v3.7.4] require php ~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0 -> your php version (8.2.4) does not satisfy that requirement. - rap2hpoutre/fast-excel v4.1.0 requires openspout/openspout ^3 -> satisfiable by openspout/openspout[v3.4.0, ..., v3.7.4]. - Root composer.json requires rap2hpoutre/fast-excel ^4.1 -> satisfiable by rap2hpoutre/fast-excel[v4.1.0].

I had the same issue, however, the error message leads to mistake. In my case, the message log of composer, was also printing:

openspout/openspout[v4.8.0, ..., v4.15.0] require ext-zip * -> it is missing from your system. Install or enable PHP's zip extension.

After enabling the extension, the package was installed.

rap2hpoutre commented 12 months ago

Thank you for your contribution. I just released a new version of fast-excel (5.3.0) that should fix the issue. Let me know if it worked!