Added backward compatibility for deprecated alignment options.

This commit is contained in:
Roman Syroeshko 2015-11-14 17:34:30 +04:00
parent 4ebd668d7a
commit e24fec7966
2 changed files with 2 additions and 2 deletions

View File

@ -59,7 +59,7 @@ PHPWord requires the following:
- [GD extension](http://php.net/manual/en/book.image.php) (optional, used to add images)
- [XMLWriter extension](http://php.net/manual/en/book.xmlwriter.php) (optional, used to write DOCX and ODT)
- [XSL extension](http://php.net/manual/en/book.xsl.php) (optional, used to apply XSL style sheet to template )
- [dompdf](https://github.com/dompdf/dompdf) (optional, used to write PDF)
- [dompdf library](https://github.com/dompdf/dompdf) (optional, used to write PDF)
## Installation

View File

@ -18,7 +18,7 @@ Optional:
- `GD <http://php.net/manual/en/book.image.php>`__ extension
- `XMLWriter <http://php.net/manual/en/book.xmlwriter.php>`__ extension
- `XSL <http://php.net/manual/en/book.xsl.php>`__ extension
- `dompdf <https://github.com/dompdf/dompdf>`__
- `dompdf <https://github.com/dompdf/dompdf>`__ library
Installation
------------