Skip to content

Commit e24fec7

Browse files
author
Roman Syroeshko
committed
Added backward compatibility for deprecated alignment options.
1 parent 4ebd668 commit e24fec7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ PHPWord requires the following:
5959
- [GD extension](http://php.net/manual/en/book.image.php) (optional, used to add images)
6060
- [XMLWriter extension](http://php.net/manual/en/book.xmlwriter.php) (optional, used to write DOCX and ODT)
6161
- [XSL extension](http://php.net/manual/en/book.xsl.php) (optional, used to apply XSL style sheet to template )
62-
- [dompdf](https://github.com/dompdf/dompdf) (optional, used to write PDF)
62+
- [dompdf library](https://github.com/dompdf/dompdf) (optional, used to write PDF)
6363

6464
## Installation
6565

docs/installing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Optional:
1818
- `GD <http://php.net/manual/en/book.image.php>`__ extension
1919
- `XMLWriter <http://php.net/manual/en/book.xmlwriter.php>`__ extension
2020
- `XSL <http://php.net/manual/en/book.xsl.php>`__ extension
21-
- `dompdf <https://github.com/dompdf/dompdf>`__
21+
- `dompdf <https://github.com/dompdf/dompdf>`__ library
2222

2323
Installation
2424
------------

0 commit comments

Comments
 (0)