HomeDevCentral

Install unzip to extract Composer archives

Description

Install unzip to extract Composer archives

Summary:
Composer uses ZIP format for the archives. It tries to use native unzip utility,
with the ZipArchive PHP extension as fallback.

The preferred method is OS-dependant, with ZipArchive on Windows and unzip
everywhere else. The unzip utility is recommended for permissions or symlinks.

Reference: https://getcomposer.org/doc/articles/troubleshooting.md#zip-archives-are-not-unpacked-correctly

Ref T1455

Test Plan: Build image

Reviewers: dereckson

Reviewed By: dereckson

Maniphest Tasks: T1455

Differential Revision: https://devcentral.nasqueron.org/D1813

Details

Provenance
derecksonAuthored on Sep 22 2018, 12:47
derecksonPushed on Sep 22 2018, 12:50
Reviewer
dereckson
Differential Revision
D1813: Install unzip to extract Composer archives
Parents
rDPHPVIIFPM7c11645e1a60: Upgrade to PHP 7.2.10
Branches
Unknown
Tags
Unknown
Tasks
T1455: Install unzip to ease Composer archives extraction