When using composer install with the zip
CLI command absent, I get the following warning:
As there is no 'unzip' command installed zip files are being unpacked using the PHP zip extension. This may cause invalid reports of corrupted archives. Installing 'unzip' may remediate them.
What does that mean?
In another project we are making the decision whether to use php-zip or the zip
CLI command, so it looks now like an argument agains php-zip
PHP extension.