diff --git a/composer.json b/composer.json index fafa9a28..f9fad331 100644 --- a/composer.json +++ b/composer.json @@ -33,13 +33,13 @@ ], "require": { "php": ">=5.3.3", - "ext-xml": "*", - "ext-zip": "*" + "ext-xml": "*" }, "require-dev": { "phpunit/phpunit": "3.7.*" }, "suggest": { + "ext-zip": "Used to write DOCX and ODT", "ext-gd2": "Required to add images", "ext-xmlwriter": "Required to write DOCX and ODT", "ext-xsl": "Required to apply XSL style sheet to template part",