Update composer requirements for php-zip. With PCLZip support added this isn't a requirement any more.

This commit is contained in:
Brandon Skrtich 2014-05-20 10:27:26 -06:00
parent ac23e90ef4
commit 197151002f
1 changed files with 2 additions and 2 deletions

View File

@ -33,8 +33,7 @@
], ],
"require": { "require": {
"php": ">=5.3.3", "php": ">=5.3.3",
"ext-xml": "*", "ext-xml": "*"
"ext-zip": "*"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "3.7.*", "phpunit/phpunit": "3.7.*",
@ -45,6 +44,7 @@
"mpdf/mpdf": "5.*" "mpdf/mpdf": "5.*"
}, },
"suggest": { "suggest": {
"ext-zip": "Used to create docx files",
"ext-gd2": "Required to add images", "ext-gd2": "Required to add images",
"ext-xmlwriter": "Required to write DOCX and ODT", "ext-xmlwriter": "Required to write DOCX and ODT",
"ext-xsl": "Required to apply XSL style sheet to template part", "ext-xsl": "Required to apply XSL style sheet to template part",