Update composer requirements for php-zip
With PCLZip support added php-zip isn't a requirement any more.
This commit is contained in:
parent
232a30a1c4
commit
4e190b10cf
|
|
@ -33,13 +33,13 @@
|
||||||
],
|
],
|
||||||
"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.*"
|
||||||
},
|
},
|
||||||
"suggest": {
|
"suggest": {
|
||||||
|
"ext-zip": "Used to write DOCX and ODT",
|
||||||
"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",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue