Skip to content

Commit 3a1a056

Browse files
committed
Merge pull request #121 from bskrtich/updaterequirements
Update Requirements
2 parents 0fe30ae + 0b65bc3 commit 3a1a056

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

composer.json

+6-2
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,19 @@
2121
],
2222
"require": {
2323
"php": ">=5.3.0",
24-
"ext-xml": "*"
24+
"ext-xml": "*",
25+
"ext-zip": "*"
2526
},
2627
"require-dev": {
2728
"phpunit/phpunit": "3.7.*"
2829
},
2930
"recommend": {
30-
"ext-zip": "*",
3131
"ext-gd2": "*"
3232
},
33+
"suggest": {
34+
"ext-xmlwriter": "*",
35+
"ext-xsl": "*"
36+
},
3337
"autoload": {
3438
"psr-0": {
3539
"PHPWord": "Classes/"

0 commit comments

Comments
 (0)