We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0fe30ae + 0b65bc3 commit 3a1a056Copy full SHA for 3a1a056
composer.json
@@ -21,15 +21,19 @@
21
],
22
"require": {
23
"php": ">=5.3.0",
24
- "ext-xml": "*"
+ "ext-xml": "*",
25
+ "ext-zip": "*"
26
},
27
"require-dev": {
28
"phpunit/phpunit": "3.7.*"
29
30
"recommend": {
- "ext-zip": "*",
31
"ext-gd2": "*"
32
33
+ "suggest": {
34
+ "ext-xmlwriter": "*",
35
+ "ext-xsl": "*"
36
+ },
37
"autoload": {
38
"psr-0": {
39
"PHPWord": "Classes/"
0 commit comments