Browse Source

Suggest dependencies needed by PHPExcel

Raphaël Doursenaud 11 năm trước cách đây
mục cha
commit
47538071d3
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  1. 3 1
      composer.json

+ 3 - 1
composer.json

@@ -24,6 +24,8 @@
         "ext-mcrypt": "*",
         "ext-openssl": "*",
         "ext-mbstring": "*",
-        "ext-soap": "*"
+        "ext-soap": "*",
+        "ext-zip": "*",
+        "ext-xml": "*"
     }
 }