maennchen / ZipStream-PHP

:floppy_disk: PHP ZIP Streaming Library
https://maennchen.dev/ZipStream-PHP/
MIT License
1.74k stars 104 forks source link

Strip additional files from distribution #286

Closed TimWolla closed 12 months ago

TimWolla commented 12 months ago

This strips additional files from the distribution to reduce the traffic / download times and to make /vendor/ easier to review.

The .tar export of git archive is roughly 90kB smaller, from 220kB down to 130kB, mostly due to no longer including /test/.

TimWolla commented 12 months ago

I'm now seeing https://github.com/maennchen/ZipStream-PHP/blob/380709e64b451cdae89941fef7e64ebb085fb908/composer.json#L66-L87 in composer.json, but that doesn't appear to have an effect. composer require maennchen/zipstream-php in an empty directory results in all those files existing.

maennchen commented 12 months ago

See #285 and #206

TimWolla commented 12 months ago

I see. Thank you for pointing me to those issues. I apologize for not searching first.