Skip to content

Commit 5188b36

Browse files
committed
Merge remote-tracking branch 'upstream/develop' into develop
2 parents 721c582 + e6931fa commit 5188b36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@
3333
],
3434
"require": {
3535
"php": ">=5.3.3",
36-
"ext-xml": "*",
37-
"ext-zip": "*"
36+
"ext-xml": "*"
3837
},
3938
"require-dev": {
4039
"phpunit/phpunit": "3.7.*",
@@ -45,6 +44,7 @@
4544
"mpdf/mpdf": "5.*"
4645
},
4746
"suggest": {
47+
"ext-zip": "Used to create docx files",
4848
"ext-gd2": "Required to add images",
4949
"ext-xmlwriter": "Required to write DOCX and ODT",
5050
"ext-xsl": "Required to apply XSL style sheet to template part",

0 commit comments

Comments
 (0)