Skip to content

Commit

Permalink
Added backward compatibility for deprecated alignment options.
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Syroeshko committed Nov 14, 2015
1 parent 4ebd668 commit e24fec7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/installing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
------------
Expand Down

0 comments on commit e24fec7

Please sign in to comment.