Added backward compatibility for deprecated alignment options.
This commit is contained in:
parent
f884527af1
commit
e3c88526b9
|
|
@ -9,14 +9,16 @@ Requirements
|
||||||
Mandatory:
|
Mandatory:
|
||||||
|
|
||||||
- PHP 5.3+
|
- PHP 5.3+
|
||||||
- PHP `Zip <http://php.net/manual/en/book.zip.php>`__ extension
|
- `XML Parser <http://www.php.net/manual/en/xml.installation.php>`__ extension
|
||||||
- PHP `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>`__
|
- `Zip <http://php.net/manual/en/book.zip.php>`__ extension
|
||||||
- `XMLWriter <http://php.net/manual/en/book.xmlwriter.php>`__
|
- `GD <http://php.net/manual/en/book.image.php>`__ extension
|
||||||
- `XSL <http://php.net/manual/en/book.xsl.php>`__
|
- `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
|
Installation
|
||||||
------------
|
------------
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue