Skip to content

Commit 4e190b1

Browse files
committed
Update composer requirements for php-zip
With PCLZip support added php-zip isn't a requirement any more.
1 parent 232a30a commit 4e190b1

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,13 +33,13 @@
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.*"
4140
},
4241
"suggest": {
42+
"ext-zip": "Used to write DOCX and ODT",
4343
"ext-gd2": "Required to add images",
4444
"ext-xmlwriter": "Required to write DOCX and ODT",
4545
"ext-xsl": "Required to apply XSL style sheet to template part",

0 commit comments

Comments
 (0)