parent
8e175984b6
commit
0b65bc397c
|
|
@ -21,15 +21,19 @@
|
||||||
],
|
],
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=5.3.0",
|
"php": ">=5.3.0",
|
||||||
"ext-xml": "*"
|
"ext-xml": "*",
|
||||||
|
"ext-zip": "*"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"phpunit/phpunit": "3.7.*"
|
"phpunit/phpunit": "3.7.*"
|
||||||
},
|
},
|
||||||
"recommend": {
|
"recommend": {
|
||||||
"ext-zip": "*",
|
|
||||||
"ext-gd2": "*"
|
"ext-gd2": "*"
|
||||||
},
|
},
|
||||||
|
"suggest": {
|
||||||
|
"ext-xmlwriter": "*",
|
||||||
|
"ext-xsl": "*"
|
||||||
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-0": {
|
"psr-0": {
|
||||||
"PHPWord": "Classes/"
|
"PHPWord": "Classes/"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue