mirror of
https://github.com/retailcrm/PHPExcel.git
synced 2025-04-04 13:53:36 +03:00
Merge pull request #297 from navarr/composer-xml
Add ext-xmlwriter as a Composer requirement
This commit is contained in:
commit
0c00677756
1 changed files with 2 additions and 1 deletions
|
@ -23,7 +23,8 @@
|
|||
],
|
||||
"require": {
|
||||
"php": ">=5.2.0",
|
||||
"ext-xml": "*"
|
||||
"ext-xml": "*",
|
||||
"ext-xmlwriter": "*"
|
||||
},
|
||||
"recommend": {
|
||||
"ext-zip": "*",
|
||||
|
|
Loading…
Add table
Reference in a new issue