madzipper icon indicating copy to clipboard operation
madzipper copied to clipboard

Inconsistency on Tag 1.2.1

Open fpastana opened this issue 10 months ago • 0 comments

Hello guys,

I just realized that version 1.2.1 on Packagist says Madzipper is compatible with PHP ^7.3 when it accepts only PHP 7.4 or above.

As for what I've seen, the only issue that makes it to be incompatible with PHP 7.4 is the fact the class ZipRepository has a typed property called $open. PHP 7.3 does not accept these typed variables yet, but only PHP 7.4 or above.

public bool $open = false;

It could be great to fix this minor detail =).

Sincerely, Felipe Pastana.

fpastana avatar Aug 15 '23 17:08 fpastana