Added backward compatibility for deprecated alignment options.

This commit is contained in:
Roman Syroeshko 2015-11-14 17:30:22 +04:00
parent f884527af1
commit e3c88526b9
1 changed files with 8 additions and 6 deletions

View File

@ -9,14 +9,16 @@ Requirements
Mandatory:
- PHP 5.3+
- PHP `Zip <http://php.net/manual/en/book.zip.php>`__ extension
- PHP `XML Parser <http://www.php.net/manual/en/xml.installation.php>`__ extension
- `XML Parser <http://www.php.net/manual/en/xml.installation.php>`__ extension
- `Zend\Validator <http://framework.zend.com/manual/current/en/modules/zend.validator.html>`__ component
Optional PHP extensions:
Optional:
- `GD <http://php.net/manual/en/book.image.php>`__
- `XMLWriter <http://php.net/manual/en/book.xmlwriter.php>`__
- `XSL <http://php.net/manual/en/book.xsl.php>`__
- `Zip <http://php.net/manual/en/book.zip.php>`__ extension
- `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>`__
Installation
------------