Kaynağa Gözat

Fix BC break, fixes #6419

Jordi Boggiano 8 yıl önce
ebeveyn
işleme
eff9326b0d
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      src/Composer/Downloader/ZipDownloader.php

+ 1 - 1
src/Composer/Downloader/ZipDownloader.php

@@ -29,7 +29,7 @@ use ZipArchive;
  */
 class ZipDownloader extends ArchiveDownloader
 {
-    private static $hasSystemUnzip;
+    protected static $hasSystemUnzip;
     private static $hasZipArchive;
     private static $isWindows;