stechstudio / laravel-zipstream

Easily create Zip files on-the-fly and provide a streaming download
MIT License
413 stars 58 forks source link

Compatibility with PHP 8.2 #104

Closed JshGrn closed 12 months ago

JshGrn commented 12 months ago

Will there be many changes required for this compatibility requirement?

stechstudio/laravel-zipstream[1.0, ..., 1.7, 2.0, ..., 2.6.1, 3.0] require php ^7.1 -> your php version (8.2.11) does not satisfy that requirement.
JshGrn commented 12 months ago

Hmm, it was trying to install version 3, explicitly saying require 4.12 worked.

mkraha commented 9 months ago

How do you solved?