|
1 | 1 | {
|
2 | 2 | "name": "phpoffice/phpword",
|
3 |
| - "description": "PHPWord - A pure PHP library for reading and writing word processing documents (DOCX, ODT, RTF, HTML, PDF)", |
| 3 | + "description": "PHPWord - A pure PHP library for reading and writing word processing documents (OOXML, ODF, RTF, HTML, PDF)", |
4 | 4 | "keywords": [
|
5 |
| - "PHP", "PhpOffice", "office", "PhpWord", "word", "template", "template processor", "reader", "writer", |
| 5 | + "PHP", "PHPOffice", "office", "PHPWord", "word", "template", "template processor", "reader", "writer", |
6 | 6 | "docx", "OOXML", "OpenXML", "Office Open XML", "ISO IEC 29500", "WordprocessingML",
|
7 |
| - "RTF", "Rich Text Format", "doc", "odt", "OpenDocument", "PDF", "HTML" |
| 7 | + "RTF", "Rich Text Format", "doc", "odt", "ODF", "OpenDocument", "PDF", "HTML" |
8 | 8 | ],
|
9 | 9 | "homepage": "http://phpoffice.github.io",
|
10 | 10 | "type": "library",
|
|
34 | 34 | "require": {
|
35 | 35 | "php": ">=5.3.3",
|
36 | 36 | "ext-xml": "*",
|
37 |
| - "zendframework/zend-stdlib": "~2.5", |
38 |
| - "zendframework/zend-validator": "2.5.*", |
| 37 | + "zendframework/zend-escaper": "2.4.*", |
| 38 | + "zendframework/zend-stdlib": "2.4.*", |
| 39 | + "zendframework/zend-validator": "2.4.*", |
39 | 40 | "phpoffice/common": "0.2.*"
|
40 | 41 | },
|
41 | 42 | "require-dev": {
|
|
46 | 47 | "phploc/phploc": "2.*",
|
47 | 48 | "dompdf/dompdf":"0.6.*",
|
48 | 49 | "tecnickcom/tcpdf": "6.*",
|
49 |
| - "mpdf/mpdf": "5.*", |
50 |
| - "zendframework/zend-stdlib": "~2.5", |
51 |
| - "zendframework/zend-validator": "2.5.*", |
52 |
| - "phpoffice/common": "0.2.*" |
| 50 | + "mpdf/mpdf": "5.*" |
53 | 51 | },
|
54 | 52 | "suggest": {
|
55 |
| - "ext-zip": "Allows writing DOCX and ODT", |
| 53 | + "ext-zip": "Allows writing OOXML and ODF", |
56 | 54 | "ext-gd2": "Allows adding images",
|
57 |
| - "ext-xmlwriter": "Allows writing DOCX and ODT", |
| 55 | + "ext-xmlwriter": "Allows writing OOXML and ODF", |
58 | 56 | "ext-xsl": "Allows applying XSL style sheet to main document part of OOXML template",
|
59 | 57 | "dompdf/dompdf": "Allows writing PDF"
|
60 | 58 | },
|
|
0 commit comments