Skip to content

Commit c2a6c78

Browse files
committed
Merge pull request #132 from RomanSyroeshko/develop
FIXED: "README.md".
2 parents db1ce96 + 8953619 commit c2a6c78

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,18 @@ __Want to contribute?__ Fork us!
3030
* Insert list items as bulleted, numbered, or multilevel
3131
* Insert hyperlinks
3232
* Create document from templates
33+
* Use XSL 1.0 style sheets to transform main document part of OOXML template
3334
* ... and many more features on progress
3435

3536
## Requirements
36-
37-
* PHP version 5.3.0 or higher
38-
* PHP extension [ZipArchive](http://php.net/manual/en/book.zip.php)
39-
* PHP extension [XMLWriter](http://php.net/manual/en/book.xmlwriter.php)
37+
* PHP 5.3+
38+
* PHP [Zip](http://php.net/manual/en/book.zip.php) extension
39+
* PHP [XML Parser](http://www.php.net/manual/en/xml.installation.php) extension
40+
41+
## Optional PHP extensions
42+
* [GD](http://php.net/manual/en/book.image.php)
43+
* [XMLWriter](http://php.net/manual/en/book.xmlwriter.php)
44+
* [XSL](http://php.net/manual/en/book.xsl.php)
4045

4146
## Installation
4247

0 commit comments

Comments
 (0)